dac6a02b by chiangbt

更新图层说明

1 parent 4a92846d
...@@ -4,21 +4,21 @@ import com.pashanhoo.landsurvey.layers.BaseTiledMapServiceType; ...@@ -4,21 +4,21 @@ import com.pashanhoo.landsurvey.layers.BaseTiledMapServiceType;
4 4
5 public enum TencentMapLayerTypes implements BaseTiledMapServiceType { 5 public enum TencentMapLayerTypes implements BaseTiledMapServiceType {
6 /** 6 /**
7 * 百度矢量图层(含路网,含注记) 7 * 腾讯矢量图层(含路网,含注记)
8 */ 8 */
9 TENCENT_MAP_VECTOR, 9 TENCENT_MAP_VECTOR,
10 10
11 TENCENT_MAP_VECTOR_NIGHT, 11 TENCENT_MAP_VECTOR_NIGHT,
12 /** 12 /**
13 * 百度影像图层(不含路网,不含注记) 13 * 腾讯影像图层(不含路网,不含注记)
14 */ 14 */
15 TENCENT_MAP_IMAGE, 15 TENCENT_MAP_IMAGE,
16 /** 16 /**
17 * 百度路网图层(含路网,含注记) 17 * 腾讯路网图层(含路网,含注记)
18 */ 18 */
19 TENCENT_MAP_ROAD, 19 TENCENT_MAP_ROAD,
20 /** 20 /**
21 * 百度实时交通图层 21 * 腾讯实时
22 */ 22 */
23 TENCENT_MAP_TERRAIN; 23 TENCENT_MAP_TERRAIN;
24 24
......