更新说明信息
Showing
4 changed files
with
3 additions
and
6 deletions
| ... | @@ -24,7 +24,7 @@ | ... | @@ -24,7 +24,7 @@ |
| 24 | </value> | 24 | </value> |
| 25 | </option> | 25 | </option> |
| 26 | </component> | 26 | </component> |
| 27 | <component name="ProjectRootManager" version="2" languageLevel="JDK_1_7" project-jdk-name="1.8" project-jdk-type="JavaSDK"> | 27 | <component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" project-jdk-name="1.8" project-jdk-type="JavaSDK"> |
| 28 | <output url="file://$PROJECT_DIR$/build/classes" /> | 28 | <output url="file://$PROJECT_DIR$/build/classes" /> |
| 29 | </component> | 29 | </component> |
| 30 | <component name="ProjectType"> | 30 | <component name="ProjectType"> | ... | ... |
| ... | @@ -107,7 +107,6 @@ public class TianDiTuTiledMapServiceLayer extends TiledServiceLayer { | ... | @@ -107,7 +107,6 @@ public class TianDiTuTiledMapServiceLayer extends TiledServiceLayer { |
| 107 | } | 107 | } |
| 108 | 108 | ||
| 109 | final TianDiTuTiledMapServiceLayer a; | 109 | final TianDiTuTiledMapServiceLayer a; |
| 110 | |||
| 111 | { | 110 | { |
| 112 | a = TianDiTuTiledMapServiceLayer.this; | 111 | a = TianDiTuTiledMapServiceLayer.this; |
| 113 | //super(); | 112 | //super(); |
| ... | @@ -131,7 +130,6 @@ public class TianDiTuTiledMapServiceLayer extends TiledServiceLayer { | ... | @@ -131,7 +130,6 @@ public class TianDiTuTiledMapServiceLayer extends TiledServiceLayer { |
| 131 | this.setTileInfo(this.tiandituTileInfo); | 130 | this.setTileInfo(this.tiandituTileInfo); |
| 132 | this.setFullExtent(new Envelope(-180, -90, 180, 90)); | 131 | this.setFullExtent(new Envelope(-180, -90, 180, 90)); |
| 133 | this.setDefaultSpatialReference(SpatialReference.create(4490)); //CGCS2000 | 132 | this.setDefaultSpatialReference(SpatialReference.create(4490)); //CGCS2000 |
| 134 | //this.setDefaultSpatialReference(SpatialReference.create(4326)); | ||
| 135 | this.setInitialExtent(new Envelope(90.52, 33.76, 113.59, 42.88)); | 133 | this.setInitialExtent(new Envelope(90.52, 33.76, 113.59, 42.88)); |
| 136 | super.initLayer(); | 134 | super.initLayer(); |
| 137 | } | 135 | } |
| ... | @@ -152,7 +150,6 @@ public class TianDiTuTiledMapServiceLayer extends TiledServiceLayer { | ... | @@ -152,7 +150,6 @@ public class TianDiTuTiledMapServiceLayer extends TiledServiceLayer { |
| 152 | } | 150 | } |
| 153 | 151 | ||
| 154 | final TianDiTuTiledMapServiceLayer a; | 152 | final TianDiTuTiledMapServiceLayer a; |
| 155 | |||
| 156 | { | 153 | { |
| 157 | a = TianDiTuTiledMapServiceLayer.this; | 154 | a = TianDiTuTiledMapServiceLayer.this; |
| 158 | //super(); | 155 | //super(); |
| ... | @@ -235,7 +232,6 @@ public class TianDiTuTiledMapServiceLayer extends TiledServiceLayer { | ... | @@ -235,7 +232,6 @@ public class TianDiTuTiledMapServiceLayer extends TiledServiceLayer { |
| 235 | default: | 232 | default: |
| 236 | return null; | 233 | return null; |
| 237 | } | 234 | } |
| 238 | Log.i("map", url.toString()); | ||
| 239 | try { | 235 | try { |
| 240 | // 首先从离线数据库中读取 | 236 | // 首先从离线数据库中读取 |
| 241 | result = getOfflineCacheDB(level, col, row); | 237 | result = getOfflineCacheDB(level, col, row); | ... | ... |
| ... | @@ -17,7 +17,7 @@ | ... | @@ -17,7 +17,7 @@ |
| 17 | android:layout_width="wrap_content" | 17 | android:layout_width="wrap_content" |
| 18 | android:layout_height="wrap_content" | 18 | android:layout_height="wrap_content" |
| 19 | android:src="@drawable/epsg_target" | 19 | android:src="@drawable/epsg_target" |
| 20 | android:tint="@color/colorAccent" | 20 | android:tint="@color/colorRed" |
| 21 | app:layout_constraintStart_toStartOf="parent" | 21 | app:layout_constraintStart_toStartOf="parent" |
| 22 | app:layout_constraintEnd_toEndOf="parent" | 22 | app:layout_constraintEnd_toEndOf="parent" |
| 23 | app:layout_constraintBottom_toBottomOf="parent" | 23 | app:layout_constraintBottom_toBottomOf="parent" | ... | ... |
| ... | @@ -3,6 +3,7 @@ | ... | @@ -3,6 +3,7 @@ |
| 3 | <color name="colorPrimary">#3F51B5</color> | 3 | <color name="colorPrimary">#3F51B5</color> |
| 4 | <color name="colorPrimaryDark">#303F9F</color> | 4 | <color name="colorPrimaryDark">#303F9F</color> |
| 5 | <color name="colorAccent">#FF4081</color> | 5 | <color name="colorAccent">#FF4081</color> |
| 6 | <color name="colorRed">#ff0000</color> | ||
| 6 | 7 | ||
| 7 | <color name="onboarder_bg_1">#5fa4c4</color> | 8 | <color name="onboarder_bg_1">#5fa4c4</color> |
| 8 | <color name="onboarder_bg_2">#d4774f</color> | 9 | <color name="onboarder_bg_2">#d4774f</color> | ... | ... |
-
Please register or sign in to post a comment