csk-gis-frame-work 4.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (636) hide show
  1. package/baseSetting/config/mapConfig.js +48 -0
  2. package/baseSetting/gis-data/examples-data/3DTile/Tileset/tileset.json +124 -0
  3. package/baseSetting/gis-data/examples-data/client-analysis/buffer-hash-4.json +1 -0
  4. package/baseSetting/gis-data/examples-data/client-analysis/point.json +47 -0
  5. package/baseSetting/gis-data/examples-data/echarts/griddata.js +3 -0
  6. package/baseSetting/gis-data/examples-data/echarts/line-bus.json +1 -0
  7. package/baseSetting/gis-data/examples-data/echarts/weibo.geojson +1 -0
  8. package/baseSetting/gis-data/examples-data/echarts/weibo.json +1 -0
  9. package/baseSetting/gis-data/examples-data/echartsgl/beijing/buildings.xml +1 -0
  10. package/baseSetting/gis-data/examples-data/echartsgl/newyork/buildings.json +17178 -0
  11. package/baseSetting/gis-data/examples-data/echartsgl/shenzhen//346/267/261/345/234/263/350/275/250/350/277/271/347/272/277.json +24 -0
  12. package/baseSetting/gis-data/examples-data/echartsgl/shenzhen//351/201/223/350/267/25703.json +1949 -0
  13. package/baseSetting/gis-data/examples-data/geojson/animate-marker.json +15007 -0
  14. package/baseSetting/gis-data/examples-data/geojson/arc.js +256 -0
  15. package/baseSetting/gis-data/examples-data/geojson/chiacgo_bounds.geojson +9 -0
  16. package/baseSetting/gis-data/examples-data/geojson/china-city.geojson +355 -0
  17. package/baseSetting/gis-data/examples-data/geojson/china-xian.geojson +2428 -0
  18. package/baseSetting/gis-data/examples-data/geojson/china.geojson +42 -0
  19. package/baseSetting/gis-data/examples-data/geojson/countries.geojson +181 -0
  20. package/baseSetting/gis-data/examples-data/geojson/line-string.json +1020 -0
  21. package/baseSetting/gis-data/examples-data/geojson/washington_bounds.geojson +6 -0
  22. package/baseSetting/gis-data/examples-data/geojson/washington_point.geojson +153 -0
  23. package/baseSetting/gis-data/examples-data/geojson/wuhan_bounds.geojson +29 -0
  24. package/baseSetting/gis-data/examples-data/kml/Earthquake_2012.js +203 -0
  25. package/baseSetting/gis-data/examples-data/kml/KML_Samples.kml +915 -0
  26. package/baseSetting/gis-data/examples-data/mapbox/changestyle.json +2980 -0
  27. package/baseSetting/gis-data/examples-data/mapbox/sprite.json +3634 -0
  28. package/baseSetting/gis-data/examples-data/mapv/china-point.geojson +2 -0
  29. package/baseSetting/gis-data/examples-data/mapv/china-point.json +2 -0
  30. package/baseSetting/gis-data/examples-data/mapv/china.geojson +40 -0
  31. package/baseSetting/gis-data/examples-data/mapv/china.json +40 -0
  32. package/baseSetting/gis-data/examples-data/model/Airplane/Airplane.dae +333 -0
  33. package/baseSetting/gis-data/examples-data/model/Airplane/Airplane.gltf +802 -0
  34. package/baseSetting/gis-data/examples-data/model/fireExtinguisher.gltf +455 -0
  35. package/baseSetting/gis-data/sources_layers.js +2002 -0
  36. package/baseSetting/images/map/done.png +0 -0
  37. package/baseSetting/images/map/error.png +0 -0
  38. package/baseSetting/images/map/invalid.png +0 -0
  39. package/baseSetting/images/map/map.png +0 -0
  40. package/baseSetting/images/map/point.png +0 -0
  41. package/baseSetting/images/map/todo.png +0 -0
  42. package/baseSetting/style/DevMapConfig.js +33 -0
  43. package/baseSetting/style/getDefaultFonts.py +23 -0
  44. package/baseSetting/utils/TokenUtils.js +15 -0
  45. package/index.js +42 -0
  46. package/mapboxgl/js/common/AnnotationLayer.js +341 -0
  47. package/mapboxgl/js/common/BoundaryLayer.js +271 -0
  48. package/mapboxgl/js/common/ClusterLayer.js +498 -0
  49. package/mapboxgl/js/common/FlowLayer.js +234 -0
  50. package/mapboxgl/js/common/FlowingLayer.js +325 -0
  51. package/mapboxgl/js/common/HeatmapLayer.js +280 -0
  52. package/mapboxgl/js/common/ILayer.js +89 -0
  53. package/mapboxgl/js/common/LocationLayer.js +791 -0
  54. package/mapboxgl/js/common/PulserLayer.js +244 -0
  55. package/mapboxgl/js/common/SelectionLayer.js +315 -0
  56. package/mapboxgl/js/common/SimpleCircleLayer.js +465 -0
  57. package/mapboxgl/js/common/SimpleFillLayer.js +475 -0
  58. package/mapboxgl/js/common/SimpleLineLayer.js +430 -0
  59. package/mapboxgl/js/common/SimpleMarkerLayer.js +468 -0
  60. package/mapboxgl/js/common/StatsCircleLayer.js +351 -0
  61. package/mapboxgl/js/common/TrackingLayer.js +845 -0
  62. package/mapboxgl/js/common/VideoClusterLayer.js +539 -0
  63. package/mapboxgl/js/common/VideoLayer.js +334 -0
  64. package/mapboxgl/js/drainer/DrainEntityAnalystProvider.js +550 -0
  65. package/mapboxgl/js/drainer/DrainEntityProvider.js +557 -0
  66. package/mapboxgl/js/drainer/DrainEntityStatsLayer.js +144 -0
  67. package/mapboxgl/js/drainer/DrainUnitLayer.js +130 -0
  68. package/mapboxgl/js/drainer/DrainageEntityLayer.js +145 -0
  69. package/mapboxgl/js/drainer/DrainageEntityProvider.js +222 -0
  70. package/mapboxgl/js/drainer/DrainageUnitFlowLayer.js +137 -0
  71. package/mapboxgl/js/drainer/DrainageUnitlineLayer.js +154 -0
  72. package/mapboxgl/js/drainer/DrainageUnitlineProvider.js +140 -0
  73. package/mapboxgl/js/drainer/DrainerSearchProvider.js +274 -0
  74. package/mapboxgl/js/draw/CircleDrawing.js +238 -0
  75. package/mapboxgl/js/draw/DrawingProvider.js +533 -0
  76. package/mapboxgl/js/draw/DynamicBuffer.js +220 -0
  77. package/mapboxgl/js/draw/PointDrawing.js +189 -0
  78. package/mapboxgl/js/draw/PolygonDrawing.js +538 -0
  79. package/mapboxgl/js/draw/PolylineDrawing.js +597 -0
  80. package/mapboxgl/js/draw/RectangleDrawing.js +217 -0
  81. package/mapboxgl/js/draw/SplitPoylgon.js +214 -0
  82. package/mapboxgl/js/draw/mapConfig.js +240 -0
  83. package/mapboxgl/js/dynamic/BuildingsiteLayer.js +179 -0
  84. package/mapboxgl/js/dynamic/BusinessProvider.js +547 -0
  85. package/mapboxgl/js/dynamic/DefectLayer.js +137 -0
  86. package/mapboxgl/js/dynamic/EventLayer.js +151 -0
  87. package/mapboxgl/js/dynamic/StaffLayer.js +233 -0
  88. package/mapboxgl/js/dynamic/StoreLayer.js +143 -0
  89. package/mapboxgl/js/dynamic/VehicleLayer.js +236 -0
  90. package/mapboxgl/js/dynamic/WorkorderLayer.js +110 -0
  91. package/mapboxgl/js/editor/DeleteMarkerLayer.js +184 -0
  92. package/mapboxgl/js/editor/EditorProvider.js +2270 -0
  93. package/mapboxgl/js/editor/SurveyProvider.js +253 -0
  94. package/mapboxgl/js/equipment/AlarmLayer.js +117 -0
  95. package/mapboxgl/js/equipment/EquipCODLayer.js +119 -0
  96. package/mapboxgl/js/equipment/EquipDoorLayer.js +119 -0
  97. package/mapboxgl/js/equipment/EquipFloodedLayer.js +118 -0
  98. package/mapboxgl/js/equipment/EquipFlowLayer.js +119 -0
  99. package/mapboxgl/js/equipment/EquipFlowingLayer.js +103 -0
  100. package/mapboxgl/js/equipment/EquipLiquidLayer.js +121 -0
  101. package/mapboxgl/js/equipment/EquipNh3Layer.js +119 -0
  102. package/mapboxgl/js/equipment/EquipOtherLayer.js +123 -0
  103. package/mapboxgl/js/equipment/EquipPumpLayer.js +119 -0
  104. package/mapboxgl/js/equipment/EquipRaingaugeLayer.js +116 -0
  105. package/mapboxgl/js/equipment/EquipSpeedLayer.js +119 -0
  106. package/mapboxgl/js/equipment/EquipWellLayer.js +119 -0
  107. package/mapboxgl/js/equipment/EquipmentLayer.js +116 -0
  108. package/mapboxgl/js/equipment/EquipmentProvider.js +545 -0
  109. package/mapboxgl/js/equipment/EquippHLayer.js +119 -0
  110. package/mapboxgl/js/equipment/OverflowLayer.js +167 -0
  111. package/mapboxgl/js/equipment/WarnLayer.js +120 -0
  112. package/mapboxgl/js/event/EventBranchPipeLayer.js +108 -0
  113. package/mapboxgl/js/event/EventDefectLayer.js +119 -0
  114. package/mapboxgl/js/event/EventDrainerLayer.js +119 -0
  115. package/mapboxgl/js/event/EventLayer.js +123 -0
  116. package/mapboxgl/js/event/EventMixLayer.js +119 -0
  117. package/mapboxgl/js/event/EventOtherLayer.js +119 -0
  118. package/mapboxgl/js/event/EventOtherWaterLayer.js +109 -0
  119. package/mapboxgl/js/event/EventPolicyWaterLayer.js +119 -0
  120. package/mapboxgl/js/event/EventPourLayer.js +119 -0
  121. package/mapboxgl/js/event/EventProvider.js +426 -0
  122. package/mapboxgl/js/event/EventWaterLayer.js +108 -0
  123. package/mapboxgl/js/facility/DitchLayer.js +171 -0
  124. package/mapboxgl/js/facility/FacilityProvider.js +523 -0
  125. package/mapboxgl/js/facility/FlapLayer.js +196 -0
  126. package/mapboxgl/js/facility/GateLayer.js +166 -0
  127. package/mapboxgl/js/facility/InterceptionLayer.js +166 -0
  128. package/mapboxgl/js/facility/InterceptionsewLayer.js +166 -0
  129. package/mapboxgl/js/facility/OutfallLayer.js +166 -0
  130. package/mapboxgl/js/facility/PatrolareaLayer.js +177 -0
  131. package/mapboxgl/js/facility/RaininletLayer.js +166 -0
  132. package/mapboxgl/js/facility/StorageLayer.js +166 -0
  133. package/mapboxgl/js/geog/AreaBoundaryProvider.js +282 -0
  134. package/mapboxgl/js/geog/BoundaryProvider.js +266 -0
  135. package/mapboxgl/js/geog/GMLProvider.js +146 -0
  136. package/mapboxgl/js/geog/GeoJsonProvider.js +336 -0
  137. package/mapboxgl/js/geog/IconProvider.js +481 -0
  138. package/mapboxgl/js/geog/IndexedDBProvider.js +467 -0
  139. package/mapboxgl/js/geog/LayerProvider.js +275 -0
  140. package/mapboxgl/js/geog/LocationProvider.js +227 -0
  141. package/mapboxgl/js/geog/MapProvider.js +179 -0
  142. package/mapboxgl/js/geog/SelectionProvider.js +99 -0
  143. package/mapboxgl/js/geog/WKTProvider.js +180 -0
  144. package/mapboxgl/js/layers/CircleLayer.js +471 -0
  145. package/mapboxgl/js/layers/ClusterLayer.js +529 -0
  146. package/mapboxgl/js/layers/FillLayer.js +407 -0
  147. package/mapboxgl/js/layers/FlowingLayer.js +315 -0
  148. package/mapboxgl/js/layers/HeatmapLayer.js +263 -0
  149. package/mapboxgl/js/layers/IconClusterLayer.js +497 -0
  150. package/mapboxgl/js/layers/LineLayer.js +442 -0
  151. package/mapboxgl/js/layers/MarkerLayer.js +504 -0
  152. package/mapboxgl/js/layers/Pulser.js +84 -0
  153. package/mapboxgl/js/layers/PulserLayer.js +161 -0
  154. package/mapboxgl/js/layers/TextLayer.js +352 -0
  155. package/mapboxgl/js/pipe/BufferLayer.js +142 -0
  156. package/mapboxgl/js/pipe/DrainageAreaLayer.js +272 -0
  157. package/mapboxgl/js/pipe/DrainageAreaProvider.js +823 -0
  158. package/mapboxgl/js/pipe/DrainagePointLayer.js +258 -0
  159. package/mapboxgl/js/pipe/LayerManagerProvider.js +1499 -0
  160. package/mapboxgl/js/pipe/MapQueryProvider.js +879 -0
  161. package/mapboxgl/js/pipe/QueryResultsLayer.js +799 -0
  162. package/mapboxgl/js/pipeline/ConnholeLayer.js +134 -0
  163. package/mapboxgl/js/pipeline/LabelLayer.js +310 -0
  164. package/mapboxgl/js/pipeline/ManholeLayer.js +563 -0
  165. package/mapboxgl/js/pipeline/PipeflowLayer.js +490 -0
  166. package/mapboxgl/js/pipeline/PipelineErrorLayer.js +180 -0
  167. package/mapboxgl/js/pipeline/PipelineFlowLayer.js +213 -0
  168. package/mapboxgl/js/pipeline/PipelineLayer.js +509 -0
  169. package/mapboxgl/js/pipeline/PipenetErrorProvider.js +352 -0
  170. package/mapboxgl/js/pipeline/PipenetFaultProvider.js +219 -0
  171. package/mapboxgl/js/pipeline/PipenetInProvider.js +514 -0
  172. package/mapboxgl/js/pipeline/PipenetMixingFlowLayer.js +329 -0
  173. package/mapboxgl/js/pipeline/PipenetMixingLayer.js +155 -0
  174. package/mapboxgl/js/pipeline/PipenetMixingProvider.js +163 -0
  175. package/mapboxgl/js/pipeline/PipenetProvider.js +1042 -0
  176. package/mapboxgl/js/pipenet/PipenetAnalystProvider.js +393 -0
  177. package/mapboxgl/js/pipenet/PipenetConnectivityProvider.js +166 -0
  178. package/mapboxgl/js/pipenet/PipenetDownstreamProvider.js +276 -0
  179. package/mapboxgl/js/pipenet/PipenetFlowingLayer.js +312 -0
  180. package/mapboxgl/js/pipenet/PipenetServiceRangeProvider.js +386 -0
  181. package/mapboxgl/js/pipenet/PipenetUpdownstreamProvider.js +507 -0
  182. package/mapboxgl/js/pipenet/PipenetUpstreamProvider.js +311 -0
  183. package/mapboxgl/js/pipenet/PipenetWhereaboutsProvider.js +342 -0
  184. package/mapboxgl/js/plant/FlylineLayer.js +304 -0
  185. package/mapboxgl/js/plant/PlantLayer.js +166 -0
  186. package/mapboxgl/js/plant/PlantPumpProvider.js +788 -0
  187. package/mapboxgl/js/plant/PumpLayer.js +166 -0
  188. package/mapboxgl/js/plant/RuralSewageLayer.js +166 -0
  189. package/mapboxgl/js/plant/ServiceRangeLayer.js +130 -0
  190. package/mapboxgl/js/plant/VideoProvider.js +145 -0
  191. package/mapboxgl/js/three/ThreeGltfProvider.js +245 -0
  192. package/mapboxgl/js/utils/CesiumUtils.js +109 -0
  193. package/mapboxgl/js/utils/ColorUtils.js +48 -0
  194. package/mapboxgl/js/utils/CommonUtils.js +65 -0
  195. package/mapboxgl/js/utils/DataUtils.js +138 -0
  196. package/mapboxgl/js/utils/GeoJsonUtils.js +357 -0
  197. package/mapboxgl/js/utils/GeogUtils.js +300 -0
  198. package/mapboxgl/js/utils/LayerUtils.js +160 -0
  199. package/mapboxgl/js/utils/MapUtils.js +128 -0
  200. package/mapboxgl/js/utils/NetworkUtils.js +21 -0
  201. package/mapboxgl/js/utils/PipenetUtils.js +100 -0
  202. package/mapboxgl/js/utils/ProjUtils.js +32 -0
  203. package/mapboxgl/js/utils/SpatialRefUtils.js +198 -0
  204. package/mapboxgl/js/utils/SvgUtils.js +133 -0
  205. package/mapboxgl/js/utils/VerifyUtils.js +73 -0
  206. package/mapboxgl/js/widget/Pulser.js +88 -0
  207. package/mapboxgl/style/fonts/Microsoft YaHei/0-255.pbf +0 -0
  208. package/mapboxgl/style/fonts/Microsoft YaHei/1024-1279.pbf +0 -0
  209. package/mapboxgl/style/fonts/Microsoft YaHei/10240-10495.pbf +3 -0
  210. package/mapboxgl/style/fonts/Microsoft YaHei/10496-10751.pbf +3 -0
  211. package/mapboxgl/style/fonts/Microsoft YaHei/10752-11007.pbf +3 -0
  212. package/mapboxgl/style/fonts/Microsoft YaHei/11008-11263.pbf +3 -0
  213. package/mapboxgl/style/fonts/Microsoft YaHei/11264-11519.pbf +3 -0
  214. package/mapboxgl/style/fonts/Microsoft YaHei/11520-11775.pbf +3 -0
  215. package/mapboxgl/style/fonts/Microsoft YaHei/11776-12031.pbf +0 -0
  216. package/mapboxgl/style/fonts/Microsoft YaHei/12032-12287.pbf +3 -0
  217. package/mapboxgl/style/fonts/Microsoft YaHei/12288-12543.pbf +0 -0
  218. package/mapboxgl/style/fonts/Microsoft YaHei/12544-12799.pbf +0 -0
  219. package/mapboxgl/style/fonts/Microsoft YaHei/1280-1535.pbf +3 -0
  220. package/mapboxgl/style/fonts/Microsoft YaHei/12800-13055.pbf +0 -0
  221. package/mapboxgl/style/fonts/Microsoft YaHei/13056-13311.pbf +0 -0
  222. package/mapboxgl/style/fonts/Microsoft YaHei/13312-13567.pbf +0 -0
  223. package/mapboxgl/style/fonts/Microsoft YaHei/13568-13823.pbf +0 -0
  224. package/mapboxgl/style/fonts/Microsoft YaHei/13824-14079.pbf +0 -0
  225. package/mapboxgl/style/fonts/Microsoft YaHei/14080-14335.pbf +0 -0
  226. package/mapboxgl/style/fonts/Microsoft YaHei/14336-14591.pbf +0 -0
  227. package/mapboxgl/style/fonts/Microsoft YaHei/14592-14847.pbf +0 -0
  228. package/mapboxgl/style/fonts/Microsoft YaHei/14848-15103.pbf +0 -0
  229. package/mapboxgl/style/fonts/Microsoft YaHei/15104-15359.pbf +0 -0
  230. package/mapboxgl/style/fonts/Microsoft YaHei/1536-1791.pbf +3 -0
  231. package/mapboxgl/style/fonts/Microsoft YaHei/15360-15615.pbf +0 -0
  232. package/mapboxgl/style/fonts/Microsoft YaHei/15616-15871.pbf +0 -0
  233. package/mapboxgl/style/fonts/Microsoft YaHei/15872-16127.pbf +0 -0
  234. package/mapboxgl/style/fonts/Microsoft YaHei/16128-16383.pbf +0 -0
  235. package/mapboxgl/style/fonts/Microsoft YaHei/16384-16639.pbf +0 -0
  236. package/mapboxgl/style/fonts/Microsoft YaHei/16640-16895.pbf +0 -0
  237. package/mapboxgl/style/fonts/Microsoft YaHei/16896-17151.pbf +0 -0
  238. package/mapboxgl/style/fonts/Microsoft YaHei/17152-17407.pbf +0 -0
  239. package/mapboxgl/style/fonts/Microsoft YaHei/17408-17663.pbf +0 -0
  240. package/mapboxgl/style/fonts/Microsoft YaHei/17664-17919.pbf +0 -0
  241. package/mapboxgl/style/fonts/Microsoft YaHei/1792-2047.pbf +3 -0
  242. package/mapboxgl/style/fonts/Microsoft YaHei/17920-18175.pbf +0 -0
  243. package/mapboxgl/style/fonts/Microsoft YaHei/18176-18431.pbf +0 -0
  244. package/mapboxgl/style/fonts/Microsoft YaHei/18432-18687.pbf +0 -0
  245. package/mapboxgl/style/fonts/Microsoft YaHei/18688-18943.pbf +0 -0
  246. package/mapboxgl/style/fonts/Microsoft YaHei/18944-19199.pbf +0 -0
  247. package/mapboxgl/style/fonts/Microsoft YaHei/19200-19455.pbf +0 -0
  248. package/mapboxgl/style/fonts/Microsoft YaHei/19456-19711.pbf +0 -0
  249. package/mapboxgl/style/fonts/Microsoft YaHei/19712-19967.pbf +0 -0
  250. package/mapboxgl/style/fonts/Microsoft YaHei/19968-20223.pbf +0 -0
  251. package/mapboxgl/style/fonts/Microsoft YaHei/20224-20479.pbf +0 -0
  252. package/mapboxgl/style/fonts/Microsoft YaHei/2048-2303.pbf +3 -0
  253. package/mapboxgl/style/fonts/Microsoft YaHei/20480-20735.pbf +0 -0
  254. package/mapboxgl/style/fonts/Microsoft YaHei/20736-20991.pbf +0 -0
  255. package/mapboxgl/style/fonts/Microsoft YaHei/20992-21247.pbf +0 -0
  256. package/mapboxgl/style/fonts/Microsoft YaHei/21248-21503.pbf +0 -0
  257. package/mapboxgl/style/fonts/Microsoft YaHei/21504-21759.pbf +0 -0
  258. package/mapboxgl/style/fonts/Microsoft YaHei/21760-22015.pbf +0 -0
  259. package/mapboxgl/style/fonts/Microsoft YaHei/22016-22271.pbf +0 -0
  260. package/mapboxgl/style/fonts/Microsoft YaHei/22272-22527.pbf +154 -9
  261. package/mapboxgl/style/fonts/Microsoft YaHei/22528-22783.pbf +0 -0
  262. package/mapboxgl/style/fonts/Microsoft YaHei/22784-23039.pbf +0 -0
  263. package/mapboxgl/style/fonts/Microsoft YaHei/2304-2559.pbf +3 -0
  264. package/mapboxgl/style/fonts/Microsoft YaHei/23040-23295.pbf +0 -0
  265. package/mapboxgl/style/fonts/Microsoft YaHei/23296-23551.pbf +0 -0
  266. package/mapboxgl/style/fonts/Microsoft YaHei/23552-23807.pbf +0 -0
  267. package/mapboxgl/style/fonts/Microsoft YaHei/23808-24063.pbf +0 -0
  268. package/mapboxgl/style/fonts/Microsoft YaHei/24064-24319.pbf +0 -0
  269. package/mapboxgl/style/fonts/Microsoft YaHei/24320-24575.pbf +0 -0
  270. package/mapboxgl/style/fonts/Microsoft YaHei/24576-24831.pbf +0 -0
  271. package/mapboxgl/style/fonts/Microsoft YaHei/24832-25087.pbf +0 -0
  272. package/mapboxgl/style/fonts/Microsoft YaHei/25088-25343.pbf +0 -0
  273. package/mapboxgl/style/fonts/Microsoft YaHei/25344-25599.pbf +0 -0
  274. package/mapboxgl/style/fonts/Microsoft YaHei/256-511.pbf +0 -0
  275. package/mapboxgl/style/fonts/Microsoft YaHei/2560-2815.pbf +3 -0
  276. package/mapboxgl/style/fonts/Microsoft YaHei/25600-25855.pbf +0 -0
  277. package/mapboxgl/style/fonts/Microsoft YaHei/25856-26111.pbf +0 -0
  278. package/mapboxgl/style/fonts/Microsoft YaHei/26112-26367.pbf +0 -0
  279. package/mapboxgl/style/fonts/Microsoft YaHei/26368-26623.pbf +0 -0
  280. package/mapboxgl/style/fonts/Microsoft YaHei/26624-26879.pbf +0 -0
  281. package/mapboxgl/style/fonts/Microsoft YaHei/26880-27135.pbf +0 -0
  282. package/mapboxgl/style/fonts/Microsoft YaHei/27136-27391.pbf +0 -0
  283. package/mapboxgl/style/fonts/Microsoft YaHei/27392-27647.pbf +0 -0
  284. package/mapboxgl/style/fonts/Microsoft YaHei/27648-27903.pbf +0 -0
  285. package/mapboxgl/style/fonts/Microsoft YaHei/27904-28159.pbf +0 -0
  286. package/mapboxgl/style/fonts/Microsoft YaHei/2816-3071.pbf +3 -0
  287. package/mapboxgl/style/fonts/Microsoft YaHei/28160-28415.pbf +0 -0
  288. package/mapboxgl/style/fonts/Microsoft YaHei/28416-28671.pbf +0 -0
  289. package/mapboxgl/style/fonts/Microsoft YaHei/28672-28927.pbf +0 -0
  290. package/mapboxgl/style/fonts/Microsoft YaHei/28928-29183.pbf +0 -0
  291. package/mapboxgl/style/fonts/Microsoft YaHei/29184-29439.pbf +0 -0
  292. package/mapboxgl/style/fonts/Microsoft YaHei/29440-29695.pbf +0 -0
  293. package/mapboxgl/style/fonts/Microsoft YaHei/29696-29951.pbf +0 -0
  294. package/mapboxgl/style/fonts/Microsoft YaHei/29952-30207.pbf +0 -0
  295. package/mapboxgl/style/fonts/Microsoft YaHei/30208-30463.pbf +0 -0
  296. package/mapboxgl/style/fonts/Microsoft YaHei/30464-30719.pbf +0 -0
  297. package/mapboxgl/style/fonts/Microsoft YaHei/3072-3327.pbf +3 -0
  298. package/mapboxgl/style/fonts/Microsoft YaHei/30720-30975.pbf +0 -0
  299. package/mapboxgl/style/fonts/Microsoft YaHei/30976-31231.pbf +0 -0
  300. package/mapboxgl/style/fonts/Microsoft YaHei/31232-31487.pbf +0 -0
  301. package/mapboxgl/style/fonts/Microsoft YaHei/31488-31743.pbf +0 -0
  302. package/mapboxgl/style/fonts/Microsoft YaHei/31744-31999.pbf +0 -0
  303. package/mapboxgl/style/fonts/Microsoft YaHei/32000-32255.pbf +0 -0
  304. package/mapboxgl/style/fonts/Microsoft YaHei/32256-32511.pbf +0 -0
  305. package/mapboxgl/style/fonts/Microsoft YaHei/32512-32767.pbf +0 -0
  306. package/mapboxgl/style/fonts/Microsoft YaHei/32768-33023.pbf +0 -0
  307. package/mapboxgl/style/fonts/Microsoft YaHei/33024-33279.pbf +0 -0
  308. package/mapboxgl/style/fonts/Microsoft YaHei/3328-3583.pbf +3 -0
  309. package/mapboxgl/style/fonts/Microsoft YaHei/33280-33535.pbf +0 -0
  310. package/mapboxgl/style/fonts/Microsoft YaHei/33536-33791.pbf +0 -0
  311. package/mapboxgl/style/fonts/Microsoft YaHei/33792-34047.pbf +0 -0
  312. package/mapboxgl/style/fonts/Microsoft YaHei/34048-34303.pbf +0 -0
  313. package/mapboxgl/style/fonts/Microsoft YaHei/34304-34559.pbf +0 -0
  314. package/mapboxgl/style/fonts/Microsoft YaHei/34560-34815.pbf +0 -0
  315. package/mapboxgl/style/fonts/Microsoft YaHei/34816-35071.pbf +0 -0
  316. package/mapboxgl/style/fonts/Microsoft YaHei/35072-35327.pbf +0 -0
  317. package/mapboxgl/style/fonts/Microsoft YaHei/35328-35583.pbf +0 -0
  318. package/mapboxgl/style/fonts/Microsoft YaHei/35584-35839.pbf +0 -0
  319. package/mapboxgl/style/fonts/Microsoft YaHei/3584-3839.pbf +3 -0
  320. package/mapboxgl/style/fonts/Microsoft YaHei/35840-36095.pbf +0 -0
  321. package/mapboxgl/style/fonts/Microsoft YaHei/36096-36351.pbf +0 -0
  322. package/mapboxgl/style/fonts/Microsoft YaHei/36352-36607.pbf +0 -0
  323. package/mapboxgl/style/fonts/Microsoft YaHei/36608-36863.pbf +0 -0
  324. package/mapboxgl/style/fonts/Microsoft YaHei/36864-37119.pbf +0 -0
  325. package/mapboxgl/style/fonts/Microsoft YaHei/37120-37375.pbf +0 -0
  326. package/mapboxgl/style/fonts/Microsoft YaHei/37376-37631.pbf +0 -0
  327. package/mapboxgl/style/fonts/Microsoft YaHei/37632-37887.pbf +0 -0
  328. package/mapboxgl/style/fonts/Microsoft YaHei/37888-38143.pbf +0 -0
  329. package/mapboxgl/style/fonts/Microsoft YaHei/38144-38399.pbf +0 -0
  330. package/mapboxgl/style/fonts/Microsoft YaHei/3840-4095.pbf +3 -0
  331. package/mapboxgl/style/fonts/Microsoft YaHei/38400-38655.pbf +0 -0
  332. package/mapboxgl/style/fonts/Microsoft YaHei/38656-38911.pbf +0 -0
  333. package/mapboxgl/style/fonts/Microsoft YaHei/38912-39167.pbf +0 -0
  334. package/mapboxgl/style/fonts/Microsoft YaHei/39168-39423.pbf +0 -0
  335. package/mapboxgl/style/fonts/Microsoft YaHei/39424-39679.pbf +0 -0
  336. package/mapboxgl/style/fonts/Microsoft YaHei/39680-39935.pbf +0 -0
  337. package/mapboxgl/style/fonts/Microsoft YaHei/39936-40191.pbf +0 -0
  338. package/mapboxgl/style/fonts/Microsoft YaHei/40192-40447.pbf +0 -0
  339. package/mapboxgl/style/fonts/Microsoft YaHei/40448-40703.pbf +0 -0
  340. package/mapboxgl/style/fonts/Microsoft YaHei/40704-40959.pbf +0 -0
  341. package/mapboxgl/style/fonts/Microsoft YaHei/4096-4351.pbf +3 -0
  342. package/mapboxgl/style/fonts/Microsoft YaHei/40960-41215.pbf +3 -0
  343. package/mapboxgl/style/fonts/Microsoft YaHei/41216-41471.pbf +3 -0
  344. package/mapboxgl/style/fonts/Microsoft YaHei/41472-41727.pbf +3 -0
  345. package/mapboxgl/style/fonts/Microsoft YaHei/41728-41983.pbf +3 -0
  346. package/mapboxgl/style/fonts/Microsoft YaHei/41984-42239.pbf +3 -0
  347. package/mapboxgl/style/fonts/Microsoft YaHei/42240-42495.pbf +3 -0
  348. package/mapboxgl/style/fonts/Microsoft YaHei/42496-42751.pbf +3 -0
  349. package/mapboxgl/style/fonts/Microsoft YaHei/42752-43007.pbf +3 -0
  350. package/mapboxgl/style/fonts/Microsoft YaHei/43008-43263.pbf +3 -0
  351. package/mapboxgl/style/fonts/Microsoft YaHei/43264-43519.pbf +3 -0
  352. package/mapboxgl/style/fonts/Microsoft YaHei/4352-4607.pbf +3 -0
  353. package/mapboxgl/style/fonts/Microsoft YaHei/43520-43775.pbf +3 -0
  354. package/mapboxgl/style/fonts/Microsoft YaHei/43776-44031.pbf +3 -0
  355. package/mapboxgl/style/fonts/Microsoft YaHei/44032-44287.pbf +3 -0
  356. package/mapboxgl/style/fonts/Microsoft YaHei/44288-44543.pbf +3 -0
  357. package/mapboxgl/style/fonts/Microsoft YaHei/44544-44799.pbf +3 -0
  358. package/mapboxgl/style/fonts/Microsoft YaHei/44800-45055.pbf +3 -0
  359. package/mapboxgl/style/fonts/Microsoft YaHei/45056-45311.pbf +3 -0
  360. package/mapboxgl/style/fonts/Microsoft YaHei/45312-45567.pbf +3 -0
  361. package/mapboxgl/style/fonts/Microsoft YaHei/45568-45823.pbf +3 -0
  362. package/mapboxgl/style/fonts/Microsoft YaHei/45824-46079.pbf +3 -0
  363. package/mapboxgl/style/fonts/Microsoft YaHei/4608-4863.pbf +3 -0
  364. package/mapboxgl/style/fonts/Microsoft YaHei/46080-46335.pbf +3 -0
  365. package/mapboxgl/style/fonts/Microsoft YaHei/46336-46591.pbf +3 -0
  366. package/mapboxgl/style/fonts/Microsoft YaHei/46592-46847.pbf +3 -0
  367. package/mapboxgl/style/fonts/Microsoft YaHei/46848-47103.pbf +3 -0
  368. package/mapboxgl/style/fonts/Microsoft YaHei/47104-47359.pbf +3 -0
  369. package/mapboxgl/style/fonts/Microsoft YaHei/47360-47615.pbf +3 -0
  370. package/mapboxgl/style/fonts/Microsoft YaHei/47616-47871.pbf +3 -0
  371. package/mapboxgl/style/fonts/Microsoft YaHei/47872-48127.pbf +3 -0
  372. package/mapboxgl/style/fonts/Microsoft YaHei/48128-48383.pbf +3 -0
  373. package/mapboxgl/style/fonts/Microsoft YaHei/48384-48639.pbf +3 -0
  374. package/mapboxgl/style/fonts/Microsoft YaHei/4864-5119.pbf +3 -0
  375. package/mapboxgl/style/fonts/Microsoft YaHei/48640-48895.pbf +3 -0
  376. package/mapboxgl/style/fonts/Microsoft YaHei/48896-49151.pbf +3 -0
  377. package/mapboxgl/style/fonts/Microsoft YaHei/49152-49407.pbf +3 -0
  378. package/mapboxgl/style/fonts/Microsoft YaHei/49408-49663.pbf +3 -0
  379. package/mapboxgl/style/fonts/Microsoft YaHei/49664-49919.pbf +3 -0
  380. package/mapboxgl/style/fonts/Microsoft YaHei/49920-50175.pbf +3 -0
  381. package/mapboxgl/style/fonts/Microsoft YaHei/50176-50431.pbf +3 -0
  382. package/mapboxgl/style/fonts/Microsoft YaHei/50432-50687.pbf +3 -0
  383. package/mapboxgl/style/fonts/Microsoft YaHei/50688-50943.pbf +3 -0
  384. package/mapboxgl/style/fonts/Microsoft YaHei/50944-51199.pbf +3 -0
  385. package/mapboxgl/style/fonts/Microsoft YaHei/512-767.pbf +0 -0
  386. package/mapboxgl/style/fonts/Microsoft YaHei/5120-5375.pbf +3 -0
  387. package/mapboxgl/style/fonts/Microsoft YaHei/51200-51455.pbf +3 -0
  388. package/mapboxgl/style/fonts/Microsoft YaHei/51456-51711.pbf +3 -0
  389. package/mapboxgl/style/fonts/Microsoft YaHei/51712-51967.pbf +3 -0
  390. package/mapboxgl/style/fonts/Microsoft YaHei/51968-52223.pbf +3 -0
  391. package/mapboxgl/style/fonts/Microsoft YaHei/52224-52479.pbf +3 -0
  392. package/mapboxgl/style/fonts/Microsoft YaHei/52480-52735.pbf +3 -0
  393. package/mapboxgl/style/fonts/Microsoft YaHei/52736-52991.pbf +3 -0
  394. package/mapboxgl/style/fonts/Microsoft YaHei/52992-53247.pbf +3 -0
  395. package/mapboxgl/style/fonts/Microsoft YaHei/53248-53503.pbf +3 -0
  396. package/mapboxgl/style/fonts/Microsoft YaHei/53504-53759.pbf +3 -0
  397. package/mapboxgl/style/fonts/Microsoft YaHei/5376-5631.pbf +3 -0
  398. package/mapboxgl/style/fonts/Microsoft YaHei/53760-54015.pbf +3 -0
  399. package/mapboxgl/style/fonts/Microsoft YaHei/54016-54271.pbf +3 -0
  400. package/mapboxgl/style/fonts/Microsoft YaHei/54272-54527.pbf +3 -0
  401. package/mapboxgl/style/fonts/Microsoft YaHei/54528-54783.pbf +3 -0
  402. package/mapboxgl/style/fonts/Microsoft YaHei/54784-55039.pbf +3 -0
  403. package/mapboxgl/style/fonts/Microsoft YaHei/55040-55295.pbf +3 -0
  404. package/mapboxgl/style/fonts/Microsoft YaHei/55296-55551.pbf +3 -0
  405. package/mapboxgl/style/fonts/Microsoft YaHei/55552-55807.pbf +3 -0
  406. package/mapboxgl/style/fonts/Microsoft YaHei/55808-56063.pbf +3 -0
  407. package/mapboxgl/style/fonts/Microsoft YaHei/56064-56319.pbf +3 -0
  408. package/mapboxgl/style/fonts/Microsoft YaHei/5632-5887.pbf +3 -0
  409. package/mapboxgl/style/fonts/Microsoft YaHei/56320-56575.pbf +3 -0
  410. package/mapboxgl/style/fonts/Microsoft YaHei/56576-56831.pbf +3 -0
  411. package/mapboxgl/style/fonts/Microsoft YaHei/56832-57087.pbf +3 -0
  412. package/mapboxgl/style/fonts/Microsoft YaHei/57088-57343.pbf +3 -0
  413. package/mapboxgl/style/fonts/Microsoft YaHei/57344-57599.pbf +3 -0
  414. package/mapboxgl/style/fonts/Microsoft YaHei/57600-57855.pbf +3 -0
  415. package/mapboxgl/style/fonts/Microsoft YaHei/57856-58111.pbf +3 -0
  416. package/mapboxgl/style/fonts/Microsoft YaHei/58112-58367.pbf +3 -0
  417. package/mapboxgl/style/fonts/Microsoft YaHei/58368-58623.pbf +3 -0
  418. package/mapboxgl/style/fonts/Microsoft YaHei/58624-58879.pbf +3 -0
  419. package/mapboxgl/style/fonts/Microsoft YaHei/5888-6143.pbf +3 -0
  420. package/mapboxgl/style/fonts/Microsoft YaHei/58880-59135.pbf +3 -0
  421. package/mapboxgl/style/fonts/Microsoft YaHei/59136-59391.pbf +3 -0
  422. package/mapboxgl/style/fonts/Microsoft YaHei/59392-59647.pbf +3 -0
  423. package/mapboxgl/style/fonts/Microsoft YaHei/59648-59903.pbf +3 -0
  424. package/mapboxgl/style/fonts/Microsoft YaHei/59904-60159.pbf +3 -0
  425. package/mapboxgl/style/fonts/Microsoft YaHei/60160-60415.pbf +3 -0
  426. package/mapboxgl/style/fonts/Microsoft YaHei/60416-60671.pbf +3 -0
  427. package/mapboxgl/style/fonts/Microsoft YaHei/60672-60927.pbf +3 -0
  428. package/mapboxgl/style/fonts/Microsoft YaHei/60928-61183.pbf +3 -0
  429. package/mapboxgl/style/fonts/Microsoft YaHei/61184-61439.pbf +3 -0
  430. package/mapboxgl/style/fonts/Microsoft YaHei/6144-6399.pbf +3 -0
  431. package/mapboxgl/style/fonts/Microsoft YaHei/61440-61695.pbf +3 -0
  432. package/mapboxgl/style/fonts/Microsoft YaHei/61696-61951.pbf +3 -0
  433. package/mapboxgl/style/fonts/Microsoft YaHei/61952-62207.pbf +3 -0
  434. package/mapboxgl/style/fonts/Microsoft YaHei/62208-62463.pbf +3 -0
  435. package/mapboxgl/style/fonts/Microsoft YaHei/62464-62719.pbf +3 -0
  436. package/mapboxgl/style/fonts/Microsoft YaHei/62720-62975.pbf +3 -0
  437. package/mapboxgl/style/fonts/Microsoft YaHei/62976-63231.pbf +3 -0
  438. package/mapboxgl/style/fonts/Microsoft YaHei/63232-63487.pbf +3 -0
  439. package/mapboxgl/style/fonts/Microsoft YaHei/63488-63743.pbf +3 -0
  440. package/mapboxgl/style/fonts/Microsoft YaHei/63744-63999.pbf +0 -0
  441. package/mapboxgl/style/fonts/Microsoft YaHei/6400-6655.pbf +3 -0
  442. package/mapboxgl/style/fonts/Microsoft YaHei/64000-64255.pbf +0 -0
  443. package/mapboxgl/style/fonts/Microsoft YaHei/64256-64511.pbf +3 -0
  444. package/mapboxgl/style/fonts/Microsoft YaHei/64512-64767.pbf +3 -0
  445. package/mapboxgl/style/fonts/Microsoft YaHei/64768-65023.pbf +3 -0
  446. package/mapboxgl/style/fonts/Microsoft YaHei/65024-65279.pbf +0 -0
  447. package/mapboxgl/style/fonts/Microsoft YaHei/65280-65535.pbf +0 -0
  448. package/mapboxgl/style/fonts/Microsoft YaHei/6656-6911.pbf +3 -0
  449. package/mapboxgl/style/fonts/Microsoft YaHei/6912-7167.pbf +3 -0
  450. package/mapboxgl/style/fonts/Microsoft YaHei/7168-7423.pbf +3 -0
  451. package/mapboxgl/style/fonts/Microsoft YaHei/7424-7679.pbf +3 -0
  452. package/mapboxgl/style/fonts/Microsoft YaHei/768-1023.pbf +0 -0
  453. package/mapboxgl/style/fonts/Microsoft YaHei/7680-7935.pbf +0 -0
  454. package/mapboxgl/style/fonts/Microsoft YaHei/7936-8191.pbf +3 -0
  455. package/mapboxgl/style/fonts/Microsoft YaHei/8192-8447.pbf +0 -0
  456. package/mapboxgl/style/fonts/Microsoft YaHei/8448-8703.pbf +0 -0
  457. package/mapboxgl/style/fonts/Microsoft YaHei/8704-8959.pbf +0 -0
  458. package/mapboxgl/style/fonts/Microsoft YaHei/8960-9215.pbf +0 -0
  459. package/mapboxgl/style/fonts/Microsoft YaHei/9216-9471.pbf +0 -0
  460. package/mapboxgl/style/fonts/Microsoft YaHei/9472-9727.pbf +0 -0
  461. package/mapboxgl/style/fonts/Microsoft YaHei/9728-9983.pbf +0 -0
  462. package/mapboxgl/style/fonts/Microsoft YaHei/9984-10239.pbf +4 -0
  463. package/mapboxgl/style/fonts/Open Sans Regular,Arial Unicode MS Regular/0-255.pbf +0 -0
  464. package/mapboxgl/style/fonts/Open Sans Regular,Arial Unicode MS Regular/1024-1279.pbf +0 -0
  465. package/mapboxgl/style/fonts/Open Sans Regular,Arial Unicode MS Regular/10240-10495.pbf +3 -0
  466. package/mapboxgl/style/fonts/Open Sans Regular,Arial Unicode MS Regular/10496-10751.pbf +3 -0
  467. package/mapboxgl/style/fonts/Open Sans Regular,Arial Unicode MS Regular/10752-11007.pbf +3 -0
  468. package/mapboxgl/style/fonts/Open Sans Regular,Arial Unicode MS Regular/11008-11263.pbf +3 -0
  469. package/mapboxgl/style/fonts/Open Sans Regular,Arial Unicode MS Regular/11264-11519.pbf +3 -0
  470. package/mapboxgl/style/fonts/Open Sans Regular,Arial Unicode MS Regular/11520-11775.pbf +3 -0
  471. package/mapboxgl/style/fonts/Open Sans Regular,Arial Unicode MS Regular/11776-12031.pbf +3 -0
  472. package/mapboxgl/style/fonts/Open Sans Regular,Arial Unicode MS Regular/12032-12287.pbf +3 -0
  473. package/mapboxgl/style/fonts/Open Sans Regular,Arial Unicode MS Regular/12288-12543.pbf +0 -0
  474. package/mapboxgl/style/fonts/Open Sans Regular,Arial Unicode MS Regular/12544-12799.pbf +0 -0
  475. package/mapboxgl/style/fonts/Open Sans Regular,Arial Unicode MS Regular/1280-1535.pbf +0 -0
  476. package/mapboxgl/style/fonts/Open Sans Regular,Arial Unicode MS Regular/12800-13055.pbf +0 -0
  477. package/mapboxgl/style/fonts/Open Sans Regular,Arial Unicode MS Regular/13056-13311.pbf +0 -0
  478. package/mapboxgl/style/fonts/Open Sans Regular,Arial Unicode MS Regular/13312-13567.pbf +3 -0
  479. package/mapboxgl/style/fonts/Open Sans Regular,Arial Unicode MS Regular/13568-13823.pbf +3 -0
  480. package/mapboxgl/style/fonts/Open Sans Regular,Arial Unicode MS Regular/13824-14079.pbf +3 -0
  481. package/mapboxgl/style/fonts/Open Sans Regular,Arial Unicode MS Regular/14080-14335.pbf +3 -0
  482. package/mapboxgl/style/fonts/Open Sans Regular,Arial Unicode MS Regular/14336-14591.pbf +3 -0
  483. package/mapboxgl/style/fonts/Open Sans Regular,Arial Unicode MS Regular/14592-14847.pbf +3 -0
  484. package/mapboxgl/style/fonts/Open Sans Regular,Arial Unicode MS Regular/14848-15103.pbf +3 -0
  485. package/mapboxgl/style/fonts/Open Sans Regular,Arial Unicode MS Regular/16384-16639.pbf +3 -0
  486. package/mapboxgl/style/fonts/Open Sans Regular,Arial Unicode MS Regular/16640-16895.pbf +3 -0
  487. package/mapboxgl/style/fonts/Open Sans Regular,Arial Unicode MS Regular/16896-17151.pbf +3 -0
  488. package/mapboxgl/style/fonts/Open Sans Regular,Arial Unicode MS Regular/17152-17407.pbf +3 -0
  489. package/mapboxgl/style/fonts/Open Sans Regular,Arial Unicode MS Regular/1792-2047.pbf +3 -0
  490. package/mapboxgl/style/fonts/Open Sans Regular,Arial Unicode MS Regular/18432-18687.pbf +3 -0
  491. package/mapboxgl/style/fonts/Open Sans Regular,Arial Unicode MS Regular/19968-20223.pbf +0 -0
  492. package/mapboxgl/style/fonts/Open Sans Regular,Arial Unicode MS Regular/20224-20479.pbf +0 -0
  493. package/mapboxgl/style/fonts/Open Sans Regular,Arial Unicode MS Regular/2048-2303.pbf +3 -0
  494. package/mapboxgl/style/fonts/Open Sans Regular,Arial Unicode MS Regular/20736-20991.pbf +0 -0
  495. package/mapboxgl/style/fonts/Open Sans Regular,Arial Unicode MS Regular/21248-21503.pbf +0 -0
  496. package/mapboxgl/style/fonts/Open Sans Regular,Arial Unicode MS Regular/21504-21759.pbf +0 -0
  497. package/mapboxgl/style/fonts/Open Sans Regular,Arial Unicode MS Regular/21760-22015.pbf +0 -0
  498. package/mapboxgl/style/fonts/Open Sans Regular,Arial Unicode MS Regular/22016-22271.pbf +0 -0
  499. package/mapboxgl/style/fonts/Open Sans Regular,Arial Unicode MS Regular/22272-22527.pbf +118 -19
  500. package/mapboxgl/style/fonts/Open Sans Regular,Arial Unicode MS Regular/22528-22783.pbf +0 -0
  501. package/mapboxgl/style/fonts/Open Sans Regular,Arial Unicode MS Regular/22784-23039.pbf +0 -0
  502. package/mapboxgl/style/fonts/Open Sans Regular,Arial Unicode MS Regular/2304-2559.pbf +0 -0
  503. package/mapboxgl/style/fonts/Open Sans Regular,Arial Unicode MS Regular/23040-23295.pbf +0 -0
  504. package/mapboxgl/style/fonts/Open Sans Regular,Arial Unicode MS Regular/23552-23807.pbf +0 -0
  505. package/mapboxgl/style/fonts/Open Sans Regular,Arial Unicode MS Regular/24064-24319.pbf +0 -0
  506. package/mapboxgl/style/fonts/Open Sans Regular,Arial Unicode MS Regular/24320-24575.pbf +0 -0
  507. package/mapboxgl/style/fonts/Open Sans Regular,Arial Unicode MS Regular/24576-24831.pbf +0 -0
  508. package/mapboxgl/style/fonts/Open Sans Regular,Arial Unicode MS Regular/24832-25087.pbf +0 -0
  509. package/mapboxgl/style/fonts/Open Sans Regular,Arial Unicode MS Regular/25088-25343.pbf +0 -0
  510. package/mapboxgl/style/fonts/Open Sans Regular,Arial Unicode MS Regular/25344-25599.pbf +0 -0
  511. package/mapboxgl/style/fonts/Open Sans Regular,Arial Unicode MS Regular/256-511.pbf +0 -0
  512. package/mapboxgl/style/fonts/Open Sans Regular,Arial Unicode MS Regular/2560-2815.pbf +0 -0
  513. package/mapboxgl/style/fonts/Open Sans Regular,Arial Unicode MS Regular/25600-25855.pbf +0 -0
  514. package/mapboxgl/style/fonts/Open Sans Regular,Arial Unicode MS Regular/25856-26111.pbf +0 -0
  515. package/mapboxgl/style/fonts/Open Sans Regular,Arial Unicode MS Regular/26112-26367.pbf +0 -0
  516. package/mapboxgl/style/fonts/Open Sans Regular,Arial Unicode MS Regular/26368-26623.pbf +0 -0
  517. package/mapboxgl/style/fonts/Open Sans Regular,Arial Unicode MS Regular/2816-3071.pbf +0 -0
  518. package/mapboxgl/style/fonts/Open Sans Regular,Arial Unicode MS Regular/3072-3327.pbf +0 -0
  519. package/mapboxgl/style/fonts/Open Sans Regular,Arial Unicode MS Regular/31744-31999.pbf +0 -0
  520. package/mapboxgl/style/fonts/Open Sans Regular,Arial Unicode MS Regular/32000-32255.pbf +0 -0
  521. package/mapboxgl/style/fonts/Open Sans Regular,Arial Unicode MS Regular/32256-32511.pbf +0 -0
  522. package/mapboxgl/style/fonts/Open Sans Regular,Arial Unicode MS Regular/32512-32767.pbf +0 -0
  523. package/mapboxgl/style/fonts/Open Sans Regular,Arial Unicode MS Regular/32768-33023.pbf +0 -0
  524. package/mapboxgl/style/fonts/Open Sans Regular,Arial Unicode MS Regular/33024-33279.pbf +0 -0
  525. package/mapboxgl/style/fonts/Open Sans Regular,Arial Unicode MS Regular/3328-3583.pbf +0 -0
  526. package/mapboxgl/style/fonts/Open Sans Regular,Arial Unicode MS Regular/33536-33791.pbf +0 -0
  527. package/mapboxgl/style/fonts/Open Sans Regular,Arial Unicode MS Regular/33792-34047.pbf +0 -0
  528. package/mapboxgl/style/fonts/Open Sans Regular,Arial Unicode MS Regular/34048-34303.pbf +0 -0
  529. package/mapboxgl/style/fonts/Open Sans Regular,Arial Unicode MS Regular/34304-34559.pbf +0 -0
  530. package/mapboxgl/style/fonts/Open Sans Regular,Arial Unicode MS Regular/34560-34815.pbf +0 -0
  531. package/mapboxgl/style/fonts/Open Sans Regular,Arial Unicode MS Regular/34816-35071.pbf +0 -0
  532. package/mapboxgl/style/fonts/Open Sans Regular,Arial Unicode MS Regular/35072-35327.pbf +0 -0
  533. package/mapboxgl/style/fonts/Open Sans Regular,Arial Unicode MS Regular/35328-35583.pbf +0 -0
  534. package/mapboxgl/style/fonts/Open Sans Regular,Arial Unicode MS Regular/3584-3839.pbf +0 -0
  535. package/mapboxgl/style/fonts/Open Sans Regular,Arial Unicode MS Regular/35840-36095.pbf +0 -0
  536. package/mapboxgl/style/fonts/Open Sans Regular,Arial Unicode MS Regular/36096-36351.pbf +0 -0
  537. package/mapboxgl/style/fonts/Open Sans Regular,Arial Unicode MS Regular/36352-36607.pbf +0 -0
  538. package/mapboxgl/style/fonts/Open Sans Regular,Arial Unicode MS Regular/36608-36863.pbf +0 -0
  539. package/mapboxgl/style/fonts/Open Sans Regular,Arial Unicode MS Regular/37120-37375.pbf +0 -0
  540. package/mapboxgl/style/fonts/Open Sans Regular,Arial Unicode MS Regular/37376-37631.pbf +0 -0
  541. package/mapboxgl/style/fonts/Open Sans Regular,Arial Unicode MS Regular/37888-38143.pbf +0 -0
  542. package/mapboxgl/style/fonts/Open Sans Regular,Arial Unicode MS Regular/38144-38399.pbf +0 -0
  543. package/mapboxgl/style/fonts/Open Sans Regular,Arial Unicode MS Regular/38400-38655.pbf +0 -0
  544. package/mapboxgl/style/fonts/Open Sans Regular,Arial Unicode MS Regular/38656-38911.pbf +0 -0
  545. package/mapboxgl/style/fonts/Open Sans Regular,Arial Unicode MS Regular/38912-39167.pbf +0 -0
  546. package/mapboxgl/style/fonts/Open Sans Regular,Arial Unicode MS Regular/39168-39423.pbf +0 -0
  547. package/mapboxgl/style/fonts/Open Sans Regular,Arial Unicode MS Regular/39424-39679.pbf +0 -0
  548. package/mapboxgl/style/fonts/Open Sans Regular,Arial Unicode MS Regular/39680-39935.pbf +0 -0
  549. package/mapboxgl/style/fonts/Open Sans Regular,Arial Unicode MS Regular/39936-40191.pbf +0 -0
  550. package/mapboxgl/style/fonts/Open Sans Regular,Arial Unicode MS Regular/40448-40703.pbf +0 -0
  551. package/mapboxgl/style/fonts/Open Sans Regular,Arial Unicode MS Regular/40704-40959.pbf +0 -0
  552. package/mapboxgl/style/fonts/Open Sans Regular,Arial Unicode MS Regular/40960-41215.pbf +3 -0
  553. package/mapboxgl/style/fonts/Open Sans Regular,Arial Unicode MS Regular/41216-41471.pbf +3 -0
  554. package/mapboxgl/style/fonts/Open Sans Regular,Arial Unicode MS Regular/41472-41727.pbf +3 -0
  555. package/mapboxgl/style/fonts/Open Sans Regular,Arial Unicode MS Regular/41728-41983.pbf +3 -0
  556. package/mapboxgl/style/fonts/Open Sans Regular,Arial Unicode MS Regular/41984-42239.pbf +3 -0
  557. package/mapboxgl/style/fonts/Open Sans Regular,Arial Unicode MS Regular/42240-42495.pbf +3 -0
  558. package/mapboxgl/style/fonts/Open Sans Regular,Arial Unicode MS Regular/42496-42751.pbf +3 -0
  559. package/mapboxgl/style/fonts/Open Sans Regular,Arial Unicode MS Regular/42752-43007.pbf +3 -0
  560. package/mapboxgl/style/fonts/Open Sans Regular,Arial Unicode MS Regular/43008-43263.pbf +3 -0
  561. package/mapboxgl/style/fonts/Open Sans Regular,Arial Unicode MS Regular/43264-43519.pbf +3 -0
  562. package/mapboxgl/style/fonts/Open Sans Regular,Arial Unicode MS Regular/43776-44031.pbf +3 -0
  563. package/mapboxgl/style/fonts/Open Sans Regular,Arial Unicode MS Regular/44032-44287.pbf +0 -0
  564. package/mapboxgl/style/fonts/Open Sans Regular,Arial Unicode MS Regular/44288-44543.pbf +0 -0
  565. package/mapboxgl/style/fonts/Open Sans Regular,Arial Unicode MS Regular/44544-44799.pbf +0 -0
  566. package/mapboxgl/style/fonts/Open Sans Regular,Arial Unicode MS Regular/44800-45055.pbf +0 -0
  567. package/mapboxgl/style/fonts/Open Sans Regular,Arial Unicode MS Regular/45056-45311.pbf +0 -0
  568. package/mapboxgl/style/fonts/Open Sans Regular,Arial Unicode MS Regular/45312-45567.pbf +0 -0
  569. package/mapboxgl/style/fonts/Open Sans Regular,Arial Unicode MS Regular/45568-45823.pbf +0 -0
  570. package/mapboxgl/style/fonts/Open Sans Regular,Arial Unicode MS Regular/46080-46335.pbf +0 -0
  571. package/mapboxgl/style/fonts/Open Sans Regular,Arial Unicode MS Regular/46336-46591.pbf +0 -0
  572. package/mapboxgl/style/fonts/Open Sans Regular,Arial Unicode MS Regular/46592-46847.pbf +0 -0
  573. package/mapboxgl/style/fonts/Open Sans Regular,Arial Unicode MS Regular/46848-47103.pbf +0 -0
  574. package/mapboxgl/style/fonts/Open Sans Regular,Arial Unicode MS Regular/47104-47359.pbf +0 -0
  575. package/mapboxgl/style/fonts/Open Sans Regular,Arial Unicode MS Regular/47360-47615.pbf +0 -0
  576. package/mapboxgl/style/fonts/Open Sans Regular,Arial Unicode MS Regular/47872-48127.pbf +0 -0
  577. package/mapboxgl/style/fonts/Open Sans Regular,Arial Unicode MS Regular/48128-48383.pbf +78 -0
  578. package/mapboxgl/style/fonts/Open Sans Regular,Arial Unicode MS Regular/48384-48639.pbf +0 -0
  579. package/mapboxgl/style/fonts/Open Sans Regular,Arial Unicode MS Regular/49664-49919.pbf +0 -0
  580. package/mapboxgl/style/fonts/Open Sans Regular,Arial Unicode MS Regular/50176-50431.pbf +0 -0
  581. package/mapboxgl/style/fonts/Open Sans Regular,Arial Unicode MS Regular/50432-50687.pbf +0 -0
  582. package/mapboxgl/style/fonts/Open Sans Regular,Arial Unicode MS Regular/50688-50943.pbf +0 -0
  583. package/mapboxgl/style/fonts/Open Sans Regular,Arial Unicode MS Regular/50944-51199.pbf +0 -0
  584. package/mapboxgl/style/fonts/Open Sans Regular,Arial Unicode MS Regular/512-767.pbf +0 -0
  585. package/mapboxgl/style/fonts/Open Sans Regular,Arial Unicode MS Regular/5120-5375.pbf +3 -0
  586. package/mapboxgl/style/fonts/Open Sans Regular,Arial Unicode MS Regular/51200-51455.pbf +0 -0
  587. package/mapboxgl/style/fonts/Open Sans Regular,Arial Unicode MS Regular/51456-51711.pbf +117 -4
  588. package/mapboxgl/style/fonts/Open Sans Regular,Arial Unicode MS Regular/51712-51967.pbf +0 -0
  589. package/mapboxgl/style/fonts/Open Sans Regular,Arial Unicode MS Regular/51968-52223.pbf +0 -0
  590. package/mapboxgl/style/fonts/Open Sans Regular,Arial Unicode MS Regular/52480-52735.pbf +0 -0
  591. package/mapboxgl/style/fonts/Open Sans Regular,Arial Unicode MS Regular/52736-52991.pbf +0 -0
  592. package/mapboxgl/style/fonts/Open Sans Regular,Arial Unicode MS Regular/52992-53247.pbf +0 -0
  593. package/mapboxgl/style/fonts/Open Sans Regular,Arial Unicode MS Regular/5376-5631.pbf +3 -0
  594. package/mapboxgl/style/fonts/Open Sans Regular,Arial Unicode MS Regular/5632-5887.pbf +3 -0
  595. package/mapboxgl/style/fonts/Open Sans Regular,Arial Unicode MS Regular/5888-6143.pbf +3 -0
  596. package/mapboxgl/style/fonts/Open Sans Regular,Arial Unicode MS Regular/6144-6399.pbf +3 -0
  597. package/mapboxgl/style/fonts/Open Sans Regular,Arial Unicode MS Regular/6400-6655.pbf +3 -0
  598. package/mapboxgl/style/fonts/Open Sans Regular,Arial Unicode MS Regular/6656-6911.pbf +3 -0
  599. package/mapboxgl/style/fonts/Open Sans Regular,Arial Unicode MS Regular/6912-7167.pbf +3 -0
  600. package/mapboxgl/style/fonts/Open Sans Regular,Arial Unicode MS Regular/7168-7423.pbf +3 -0
  601. package/mapboxgl/style/fonts/Open Sans Regular,Arial Unicode MS Regular/7424-7679.pbf +3 -0
  602. package/mapboxgl/style/fonts/Open Sans Regular,Arial Unicode MS Regular/7680-7935.pbf +0 -0
  603. package/mapboxgl/style/fonts/Open Sans Regular,Arial Unicode MS Regular/8192-8447.pbf +0 -0
  604. package/mapboxgl/style/fonts/Open Sans Regular,Arial Unicode MS Regular/8448-8703.pbf +0 -0
  605. package/mapboxgl/style/fonts/Open Sans Regular,Arial Unicode MS Regular/8704-8959.pbf +0 -0
  606. package/mapboxgl/style/fonts/Open Sans Regular,Arial Unicode MS Regular/8960-9215.pbf +0 -0
  607. package/mapboxgl/style/fonts/Open Sans Regular,Arial Unicode MS Regular/9216-9471.pbf +0 -0
  608. package/mapboxgl/style/fonts/Open Sans Regular,Arial Unicode MS Regular/9472-9727.pbf +0 -0
  609. package/mapboxgl/style/fonts/Open Sans Regular,Arial Unicode MS Regular/9984-10239.pbf +0 -0
  610. package/mapboxgl/style/sprite/dark/sprite.json +1 -0
  611. package/mapboxgl/style/sprite/dark/sprite.png +0 -0
  612. package/mapboxgl/style/sprite/dark/sprite@2x.json +1 -0
  613. package/mapboxgl/style/sprite/dark/sprite@2x.png +0 -0
  614. package/mapboxgl/utils/mapbox.js +3821 -0
  615. package/mapboxgl/utils/mapbox_native.js +2037 -0
  616. package/mapboxgl/utils/mapboxgl.md +138 -0
  617. package/mapgis/js/datalayer/arcgis-layer/ArcGISMapImageLayer.js +586 -0
  618. package/mapgis/js/datalayer/arcgis-layer/ArcGISTileLayer.js +515 -0
  619. package/mapgis/js/datalayer/arcgis-layer/ArcGISVectorTileLayer.js +907 -0
  620. package/mapgis/js/datalayer/common-layer/Cesium3DTilesCacheLayer.js +1036 -0
  621. package/mapgis/js/datalayer/common-layer/EchartsLayer.js +861 -0
  622. package/mapgis/js/datalayer/igs-layer/IGSFeatureLayer.js +863 -0
  623. package/mapgis/js/datalayer/igs-layer/IGSImageryLayer.js +460 -0
  624. package/mapgis/js/datalayer/igs-layer/IGSImageryTileLayer.js +404 -0
  625. package/mapgis/js/datalayer/igs-layer/IGSMapImageLayer.js +607 -0
  626. package/mapgis/js/datalayer/igs-layer/IGSTileLayer.js +397 -0
  627. package/mapgis/js/datalayer/igs-layer/IGSVectorTileLayer.js +580 -0
  628. package/mapgis/js/datalayer/igs-layer/ISSceneLayer.js +328 -0
  629. package/mapgis/js/datalayer/igs-layer/ImageryLayer.js +463 -0
  630. package/mapgis/js/datalayer/igs-layer/ImageryTileLayer.js +413 -0
  631. package/mapgis/js/datalayer/index.js +206 -0
  632. package/mapgis/js/datalayer/ogc-layer/wfsLayer.js +670 -0
  633. package/mapgis/js/datalayer/ogc-layer/wmsLayer.js +418 -0
  634. package/mapgis/js/datalayer/ogc-layer/wmtsLayer.js +419 -0
  635. package/mapgis/utils/mapgis-common.js +2945 -0
  636. package/package.json +31 -0
@@ -0,0 +1,355 @@
1
+ {
2
+ "crs":
3
+ { "type": "name", "properties": { "name": "GEOGCS[\"GCS_WGS_1984\",DATUM[\"D_WGS_1984\",SPHEROID[\"WGS_1984\",6378137.0,298.257223563011]],PRIMEM[\"Greenwich\",0.0],UNIT[\"Degree\",0.0174532925199433]]" } },
4
+ "type": "FeatureCollection",
5
+ "features": [
6
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "三亚市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 109.513357866988571, 18.2382733141521243 ] } },
7
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "临沧", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 100.088115020674039, 23.880495588961768 ] } },
8
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "普洱市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 100.975337171246139, 22.7938783656112953 ] } },
9
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "景洪市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 100.79396402379075, 22.0133701298671802 ] } },
10
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "蒙自市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 103.392966046516094, 23.3711524810878721 ] } },
11
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "百色市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 106.611717762500902, 23.9050120454648543 ] } },
12
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "贵港市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 109.608546729404694, 23.0995459553671019 ] } },
13
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "梧州市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 111.308716813622681, 23.4873573780534173 ] } },
14
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "肇庆市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 112.45185232061624, 23.0586834395083429 ] } },
15
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "清远市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 113.022317171968737, 23.7211888118348355 ] } },
16
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "东莞市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 113.750022192770203, 23.0470683351361387 ] } },
17
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "佛山市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 113.115967564928283, 23.0352325496730259 ] } },
18
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "玉林市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 110.145998396683581, 22.6325386522475789 ] } },
19
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "江门市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 113.086325741858786, 22.589857486225803 ] } },
20
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "中山市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 113.373792152554302, 22.5262455395821739 ] } },
21
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "珠海市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 113.571595992754041, 22.273125897295742 ] } },
22
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "澳门", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 113.551815346762965, 22.2000424454908689 ] } },
23
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "钦州市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 108.614482418747343, 21.9518574931468038 ] } },
24
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "北海市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 109.121883375578435, 21.479677261286259 ] } },
25
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "茂名市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 110.893123789339612, 21.6734918439938546 ] } },
26
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "湛江市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 110.402761879513207, 21.1953257757279729 ] } },
27
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "阳江市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 111.959108303167255, 21.8458435279741465 ] } },
28
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "河源市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 114.691685990233296, 23.7372910961884003 ] } },
29
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "惠州市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 114.389647035450622, 23.0907556492133743 ] } },
30
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "揭阳市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 116.350033701698905, 23.5434243651408934 ] } },
31
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "汕头市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 116.683150714670745, 23.364398660716752 ] } },
32
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "深圳市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 114.111109077034641, 22.5535353480101897 ] } },
33
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "香港", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 114.162189450139408, 22.2775185674910929 ] } },
34
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "汕尾市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 115.359718286499131, 22.7719215165307496 ] } },
35
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "嘉义市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 120.44176742598583, 23.4872272844822554 ] } },
36
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "台南市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 120.200609580157874, 23.0045734663045316 ] } },
37
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "屏东市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 120.485424474916996, 22.6828977356799086 ] } },
38
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "高雄市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 120.303490129209095, 22.6341795022036152 ] } },
39
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "香格里拉县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 99.7067710424613125, 27.8177855470945481 ] } },
40
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "丽江市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 100.235863690407029, 26.8751650841981302 ] } },
41
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "攀枝花市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 101.698059727560604, 26.5550091911158468 ] } },
42
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "保山市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 99.1667231260964996, 25.1129294871522646 ] } },
43
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "大理市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 100.226175549549509, 25.5909718267658057 ] } },
44
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "楚雄市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 101.542777735518641, 25.0335609097936675 ] } },
45
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "芒市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 98.5884568106833115, 24.4419997694009616 ] } },
46
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "西昌市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 102.266882263371414, 27.9003691084178804 ] } },
47
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "昭通市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 103.715228406176607, 27.3438185842725865 ] } },
48
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "遵义市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 106.931647738236947, 27.6961714746251673 ] } },
49
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "六盘水市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 104.873386920028182, 26.5780961794805535 ] } },
50
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "安顺市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 105.927882464437317, 26.2437652262930996 ] } },
51
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "凯里市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 107.977112417762967, 26.5921852347434395 ] } },
52
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "都匀市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 107.518820992035117, 26.2661749219389371 ] } },
53
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "曲靖市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 103.796751174289355, 25.4963498452713928 ] } },
54
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "兴义市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 104.896167526627465, 25.0878426722008996 ] } },
55
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "玉溪市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 102.537261941130296, 24.3559928261916347 ] } },
56
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "铜仁市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 109.192793620660126, 27.7230260811461342 ] } },
57
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "怀化市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 109.956932175523775, 27.5476545312632091 ] } },
58
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "娄底市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 111.992452713054149, 27.7423970897445749 ] } },
59
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "邵阳市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 111.475098842842726, 27.2498510392389868 ] } },
60
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "湘潭市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 112.91145570656029, 27.8732438316639239 ] } },
61
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "株洲市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 113.150211533575416, 27.8531008854711928 ] } },
62
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "萍乡市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 113.838857802060005, 27.6319627553476188 ] } },
63
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "永州市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 111.612719837103953, 26.2108535955475226 ] } },
64
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "衡阳市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 112.597225370890044, 26.9021437519395406 ] } },
65
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "桂林市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 110.286386170478721, 25.280557759319251 ] } },
66
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "郴州市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 113.025332762066256, 25.8032224020595784 ] } },
67
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "河池市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 108.049642228585839, 24.6945863264221082 ] } },
68
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "柳州市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 109.404503732718055, 24.3104670581785882 ] } },
69
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "贺州市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 111.534704034869975, 24.4177370530329867 ] } },
70
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "韶关市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 113.603623744127887, 24.8106907873102145 ] } },
71
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "新余市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 114.931385193072728, 27.8046143943034103 ] } },
72
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "宜春市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 114.376121518947514, 27.7948066946781438 ] } },
73
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "吉安市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 114.971523726886446, 27.1037640435017018 ] } },
74
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "抚州市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 116.351620754287865, 27.985319831678737 ] } },
75
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "三明市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 117.603423733512045, 26.2205498279837776 ] } },
76
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "南平市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 118.169499151053216, 26.6426793838837419 ] } },
77
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "宁德市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 119.517621560986697, 26.6617175942831643 ] } },
78
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "赣州市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 114.932718503592724, 25.847499563029217 ] } },
79
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "龙岩市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 117.029445496031784, 25.10420004851402 ] } },
80
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "莆田市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 119.011433610438075, 25.4344316655628759 ] } },
81
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "梅州市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 116.110760960715425, 24.3162458896911602 ] } },
82
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "漳州市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 117.653347707650553, 24.5122078620580908 ] } },
83
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "泉州市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 118.590221315903989, 24.9101095952246965 ] } },
84
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "厦门市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 118.086287538177686, 24.450860083600606 ] } },
85
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "基隆市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 121.738505957855992, 25.1324520058113912 ] } },
86
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "台中市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 120.671565982670515, 24.1428246433265841 ] } },
87
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "日喀则市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 88.8764261811324729, 29.2725994429424681 ] } },
88
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "林芝县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 94.4839787089876921, 29.5809116531678669 ] } },
89
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "昌都", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 97.1659347443953862, 31.1437430461326805 ] } },
90
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "绵阳市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 104.749293453986297, 31.4596341080147148 ] } },
91
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "德阳市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 104.39099417571515, 31.1329925087006529 ] } },
92
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "巴中市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 106.754806081552118, 31.8496484896439966 ] } },
93
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "达县市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 107.500155044274848, 31.2275905709207322 ] } },
94
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "遂宁市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 105.570224679786165, 30.5045258718834269 ] } },
95
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "南充市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 106.080757943496124, 30.7995996931476483 ] } },
96
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "雅安市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 102.98431850695583, 29.9861528852645058 ] } },
97
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "乐山市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 103.751528296778858, 29.5712748536098715 ] } },
98
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "自贡市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 104.775984327763226, 29.3709080111815339 ] } },
99
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "内江市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 105.053891368747401, 29.5813442773458242 ] } },
100
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "宜宾市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 104.616350369282031, 28.7754049243008723 ] } },
101
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "泸州市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 105.437010987611728, 28.8849381408902381 ] } },
102
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "荆州市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 112.198606500688314, 31.0293391092211159 ] } },
103
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "恩施市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 109.478724846591703, 30.2728594029630962 ] } },
104
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "宜昌市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 111.287282165278128, 30.7048333369760442 ] } },
105
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "沙市市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 112.248885837935774, 30.3169076858570747 ] } },
106
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "孝感市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 113.910580332791056, 30.9268271354102566 ] } },
107
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "张家界市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 110.48484827960381, 29.1285288638615718 ] } },
108
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "常德市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 111.691468405270797, 29.0353789068010109 ] } },
109
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "岳阳市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 113.097864683249966, 29.3718357804632362 ] } },
110
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "吉首市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 109.73313795077911, 28.3109073606650661 ] } },
111
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "益阳市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 112.335473404820178, 28.5983707812705497 ] } },
112
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "麻城市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 115.031230130612855, 31.1815252258525994 ] } },
113
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "六安市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 116.494420370662525, 31.7552092137288859 ] } },
114
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "巢湖市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 117.865185123485247, 31.602342419358866 ] } },
115
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "马鞍山市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 118.483021709164831, 31.7258645693279497 ] } },
116
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "芜湖市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 118.362966589920433, 31.3355482435852295 ] } },
117
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "常州市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 119.95268993897497, 31.7833857816404226 ] } },
118
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "鄂州市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 114.880163308081919, 30.4033100407623849 ] } },
119
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "黄石市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 115.076917604140135, 30.2129896586161166 ] } },
120
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "铜陵市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 117.813840456503016, 30.9239960556263007 ] } },
121
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "贵池市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 117.482150701286926, 30.655249861809903 ] } },
122
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "安庆市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 117.034988656481062, 30.5128825583909524 ] } },
123
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "宣州市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 118.742854301390381, 30.9475310332473406 ] } },
124
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "咸宁市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 114.271856015220791, 29.8930624198239414 ] } },
125
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "九江市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 115.985958691620453, 29.7229390903385102 ] } },
126
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "景德镇市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 117.210597579966262, 29.2912043888625391 ] } },
127
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "黄山市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 118.309437085087708, 29.7162459995605417 ] } },
128
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "金华市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 119.650287387155998, 29.105261437172917 ] } },
129
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "上饶市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 117.965212475930358, 28.451233768585741 ] } },
130
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "鹰潭市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 117.032848572238507, 28.24166079377542 ] } },
131
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "衢州市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 118.867997234552774, 28.9573705879475973 ] } },
132
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "丽水市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 119.913380375778004, 28.4492671289903285 ] } },
133
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "无锡市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 120.29806759786895, 31.57521015771432 ] } },
134
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "苏州市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 120.619024253994937, 31.3132995361273707 ] } },
135
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "湖州市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 120.099698398659058, 30.8655468593839686 ] } },
136
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "嘉兴市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 120.753604414686208, 30.7680470614819797 ] } },
137
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "绍兴市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 120.578655523317295, 30.0050785681902461 ] } },
138
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "舟山市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 122.101533669563665, 30.0157167802848335 ] } },
139
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "宁波市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 121.543078808825342, 29.8668724411822311 ] } },
140
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "温州市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 120.653606122645201, 28.0188142845930024 ] } },
141
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "临夏市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 103.211120252337182, 35.6079937794604149 ] } },
142
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "平凉市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 106.685706826735071, 35.5365544373557682 ] } },
143
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "庆阳市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 107.638183507009202, 35.7372597556438976 ] } },
144
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "天水市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 105.716979626856727, 34.5861611549521086 ] } },
145
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "宝鸡市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 107.14043840346919, 34.3825545627790419 ] } },
146
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "汉中市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 107.035244439388975, 33.077143809310229 ] } },
147
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "广元市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 105.83301207221578, 32.4445367133655225 ] } },
148
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "铜川市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 109.058831905263489, 35.0768914809555596 ] } },
149
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "运城市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 110.993615003891762, 35.0150894638339665 ] } },
150
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "晋城市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 112.839377316067299, 35.5050163519929143 ] } },
151
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "新乡市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 113.868494987892717, 35.3106320785521604 ] } },
152
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "焦作市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 113.222657007262598, 35.2518255224433119 ] } },
153
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "咸阳市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 108.710051139865996, 34.3397363967656162 ] } },
154
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "渭南市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 109.501362999917973, 34.5036826865386175 ] } },
155
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "三门峡市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 111.204620049306797, 34.7691735930951822 ] } },
156
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "洛阳市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 112.382832053914569, 34.6659589409471494 ] } },
157
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "许昌市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 113.819988896760194, 34.0320581270630953 ] } },
158
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "商州市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 109.93259346678623, 33.870563624449197 ] } },
159
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "南阳市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 112.535671052314356, 33.0023277788040943 ] } },
160
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "平顶山市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 113.300733913302238, 33.7481908051760939 ] } },
161
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "安康市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 109.027077061732314, 32.6942754662968724 ] } },
162
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "十堰市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 110.784693631660076, 32.657358262907735 ] } },
163
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "丹江口市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 111.50801251184518, 32.5463767820942707 ] } },
164
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "襄樊市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 112.139347799068389, 32.0498526541249475 ] } },
165
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "鹤壁市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 114.173925746866786, 35.904762852615697 ] } },
166
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "菏泽市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 115.44441801731675, 35.250938525890831 ] } },
167
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "濮阳市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 115.006208175898479, 35.7549816365367477 ] } },
168
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "济宁市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 116.578189862258867, 35.4111170516051033 ] } },
169
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "临沂市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 118.341316200621804, 35.0722331225282886 ] } },
170
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "日照市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 119.546810923504097, 35.3938555549259348 ] } },
171
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "开封市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 114.343585963540548, 34.7861575751626617 ] } },
172
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "商丘市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 115.646359933798905, 34.4483322047065386 ] } },
173
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "枣庄市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 117.560133885668563, 34.8730931418812915 ] } },
174
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "徐州市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 117.188010696044856, 34.2702956547837161 ] } },
175
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "连云港市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 119.171345948784889, 34.605312720955915 ] } },
176
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "周口市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 114.63559928635523, 33.6301580398271369 ] } },
177
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "漯河市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 114.040493138184615, 33.5741285268045786 ] } },
178
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "淮北市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 116.789888517327924, 33.971906158571791 ] } },
179
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "宿州市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 116.971721772843836, 33.6430180606376936 ] } },
180
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "宿迁市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 118.297418806288761, 33.9589534842160674 ] } },
181
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "淮阴市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 119.017065895910932, 33.5889973903561838 ] } },
182
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "驻马店市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 114.035030800564869, 32.976822716233265 ] } },
183
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "信阳市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 114.069478661300721, 32.1317478240250978 ] } },
184
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "阜阳市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 115.809297496003296, 32.9036962310877712 ] } },
185
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "蚌埠市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 117.362958688116322, 32.9418698441926523 ] } },
186
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "淮南市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 117.022058145575755, 32.6193696381915785 ] } },
187
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "滁州市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 118.304510182636236, 32.3176130190583137 ] } },
188
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "泰州市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 119.911633055758514, 32.4964881130164471 ] } },
189
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "扬州市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 119.437570105574551, 32.3918860191381981 ] } },
190
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "镇江市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 119.444669237769176, 32.2071023231582885 ] } },
191
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "盐城市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 120.134124243406916, 33.3857947348045272 ] } },
192
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "南通市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 120.855054566852289, 32.0110733609577451 ] } },
193
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "喀什市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 75.9857710477949837, 39.4671036920335609 ] } },
194
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "和田市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 79.9273910988267318, 37.106570743904733 ] } },
195
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "嘉峪关市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 98.2727191220682386, 39.8032349519776218 ] } },
196
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "酒泉市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 98.5110603701094902, 39.7457243339975008 ] } },
197
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "张掖市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 100.449786632842006, 38.9338831679290323 ] } },
198
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "德令哈市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 97.355753753613314, 37.3693908633669665 ] } },
199
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "乌海市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 106.818073962544872, 39.672501626378498 ] } },
200
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "石嘴山市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 106.379720518791544, 39.0224385848214084 ] } },
201
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "金昌市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 102.165357482099822, 38.4926006477061762 ] } },
202
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "武威市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 102.634631763600055, 37.9276712361678392 ] } },
203
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "白银市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 104.174166691555683, 36.5469923912726529 ] } },
204
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "东胜区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 110.000778696178898, 39.8170631674446938 ] } },
205
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "朔州市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 112.421738666444682, 39.3088392324445337 ] } },
206
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "榆林市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 109.754007896401916, 38.2954657762607908 ] } },
207
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "忻州市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 112.731424411774057, 38.3993173411479702 ] } },
208
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "晋中市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 112.744902209283495, 37.6792075763938215 ] } },
209
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "阳泉市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 113.573096602826311, 37.8618301050379316 ] } },
210
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "延安市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 109.47003618786232, 36.5925334735419696 ] } },
211
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "临汾市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 111.515612341138393, 36.0787492619196897 ] } },
212
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "长治市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 113.103717018133395, 36.1842479498824332 ] } },
213
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "廊坊市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 116.692464927397523, 39.5197383069134887 ] } },
214
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "唐山市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 118.192769444310315, 39.6213967820484214 ] } },
215
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "秦皇岛市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 119.596072588485114, 39.9265988203218782 ] } },
216
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "保定市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 115.502396693878666, 38.8564566565780041 ] } },
217
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "沧州市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 116.862313064042468, 38.3097428772853235 ] } },
218
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "邢台市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 114.494529539240418, 37.0670814558967976 ] } },
219
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "衡水市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 115.706036948290446, 37.7268955582001695 ] } },
220
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "德州市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 116.287732095161843, 37.4523714511376014 ] } },
221
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "东营市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 118.495594576591117, 37.4605266843589533 ] } },
222
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "邯郸市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 114.472306903728267, 36.594190402471007 ] } },
223
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "安阳市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 114.345761309529806, 36.0990491639062085 ] } },
224
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "聊城市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 115.988998669239081, 36.4484470982947855 ] } },
225
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "泰安市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 117.127529023067481, 36.1896982924609887 ] } },
226
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "潍坊市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 119.106897004704962, 36.7034067139809679 ] } },
227
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "淄博市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 118.058748311108189, 36.7927535459780799 ] } },
228
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "大连市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 121.590802773844331, 38.9129187840422759 ] } },
229
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "青岛市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 120.347167259446707, 36.0792784055209879 ] } },
230
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "威海市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 122.108746399536173, 37.5016224933590934 ] } },
231
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "烟台市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 121.379766229675582, 37.5347156483665714 ] } },
232
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "伊宁市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 81.319239774689521, 43.9161419891288816 ] } },
233
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "吐鲁番市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 89.1806821035870882, 42.9411106823551876 ] } },
234
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "哈密市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 93.5183648603293278, 42.8198867910583303 ] } },
235
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "临河区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 107.397132444731042, 40.7619725956395555 ] } },
236
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "集宁区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 113.096495391530908, 41.0294207961166038 ] } },
237
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "包头市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 109.748903211647786, 40.6612182678777287 ] } },
238
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "大同市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 113.296637535666633, 40.0936229410684319 ] } },
239
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "赤峰市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 118.952880385948035, 42.2697966522614976 ] } },
240
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "张家口市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 114.886238184140765, 40.7920497053866811 ] } },
241
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "承德市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 117.9202401062782, 40.966580836928209 ] } },
242
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "通辽市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 122.26106343951291, 43.6116747400818241 ] } },
243
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "四平市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 124.376014044414092, 43.1678685322230535 ] } },
244
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "阜新市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 121.648630119068756, 42.010074907962192 ] } },
245
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "铁岭市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 123.84842913071266, 42.2962927524143808 ] } },
246
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "辽源市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 125.13755448436919, 42.911309555899031 ] } },
247
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "朝阳市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 120.451250474402315, 41.5808696675197567 ] } },
248
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "锦州市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 121.1357971673783, 41.1136339436242082 ] } },
249
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "盘锦市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 122.071115041845104, 41.1216245755114542 ] } },
250
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "抚顺市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 123.7894229324923, 41.8467919041743315 ] } },
251
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "本溪市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 123.764226808807194, 41.2908778747258935 ] } },
252
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "辽阳市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 123.168528917318156, 41.2666186229169085 ] } },
253
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "鞍山市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 123.021293805262331, 41.1857619114371261 ] } },
254
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "通化市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 125.921765162436074, 41.7242913891159972 ] } },
255
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "葫芦岛市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 120.849415779261989, 40.7567716933146471 ] } },
256
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "营口市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 122.228175774892591, 40.6694984537213173 ] } },
257
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "丹东市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 124.384253959346424, 40.1362391251128443 ] } },
258
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "吉林市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 126.566749460448293, 43.9085457128806453 ] } },
259
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "延吉市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 129.510936081336752, 42.9110342767705362 ] } },
260
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "白山市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 126.421302203305885, 41.927108019768923 ] } },
261
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "阿勒泰市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 88.1420504316440514, 47.853929964455908 ] } },
262
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "克拉玛依市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 84.8640531776710105, 45.5917618760890733 ] } },
263
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "奎屯市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 84.8956377475517741, 44.4241816748157845 ] } },
264
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "石河子市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 86.0331716410799316, 44.2940168440366833 ] } },
265
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "昌吉市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 87.3066521775808582, 44.0186997726831279 ] } },
266
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "齐齐哈尔市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 123.964477789571106, 47.3458684689864455 ] } },
267
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "乌兰浩特市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 122.069711640872796, 46.064057634820557 ] } },
268
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "大庆市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 125.02580336844909, 46.5930197096572343 ] } },
269
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "白城市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 122.841761813911148, 45.6131369304506222 ] } },
270
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "松原市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 124.822679996251992, 45.1734334334526011 ] } },
271
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "鹤岗市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 130.293184190717511, 47.3465258596923775 ] } },
272
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "伊春市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 128.904675017016274, 47.7233660555153847 ] } },
273
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "牡丹江市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 129.596591235291385, 44.581431329754011 ] } },
274
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "绥化市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 126.982467170859138, 46.6384105413810843 ] } },
275
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "佳木斯市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 130.365448092119806, 46.8100172649838058 ] } },
276
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "双鸭山市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 131.156760536878863, 46.6382444581598321 ] } },
277
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "七台河市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 130.878628840720324, 45.8078603208972055 ] } },
278
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "鸡西市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 130.951543359994758, 45.2967919295360133 ] } },
279
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "海拉尔区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 119.731635343995336, 49.2076380114184531 ] } },
280
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "黑河市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 127.395883798699401, 50.2086488652211642 ] } },
281
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "泽当", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 91.780223463648511, 29.24297180852491 ] } },
282
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "文山市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 104.23553221798619, 23.3765934677542582 ] } },
283
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "潮州市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 116.63693078567816, 23.6681560133968247 ] } },
284
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "那曲", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 92.0559074487042182, 31.4807957056749146 ] } },
285
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "玛沁县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 100.246060164491837, 34.4747097799754911 ] } },
286
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "合作市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 102.901742208731832, 34.989496511610767 ] } },
287
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "同仁县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 102.008806953819388, 35.5121650783719787 ] } },
288
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "定西县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 104.620299445180038, 35.575800593428859 ] } },
289
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "固原县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 106.278135772555245, 36.0148119290429776 ] } },
290
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "莱芜市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 117.662083929145638, 36.2058136919237796 ] } },
291
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "门源回族自治县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 101.615003225836119, 37.3747577889678197 ] } },
292
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "平安县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 102.104678362390672, 36.497837322828012 ] } },
293
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "共和县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 100.616136848934772, 36.2808095469574354 ] } },
294
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "吕梁市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 111.135355661962436, 37.5108455962914178 ] } },
295
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "阿拉善左旗", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 105.665589490149628, 38.8426173953425007 ] } },
296
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "库尔勒市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 86.1356867009225056, 41.7575678675143678 ] } },
297
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "锡林浩特市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 116.069562233527066, 43.9460983104986909 ] } },
298
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "塔城市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 82.984469270232097, 46.7491152124667266 ] } },
299
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "博乐市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 82.0724699401228861, 44.9074485222825288 ] } },
300
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "阿克苏市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 80.26008548522708, 41.1676000267287918 ] } },
301
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "阿图什市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 76.1676046405599863, 39.7160918152936731 ] } },
302
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "噶尔市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 80.0895683656106314, 32.5047259213448712 ] } },
303
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "康定县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 101.958412233596022, 30.0531435027397364 ] } },
304
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "马尔康县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 102.23371729857034, 31.9116420767283593 ] } },
305
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "毕节", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 105.284006980798026, 27.3086240860829079 ] } },
306
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "玉树县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 97.0150609963617541, 33.0038718109894234 ] } },
307
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "成县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 105.73033973625536, 33.7442375495425608 ] } },
308
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "吴忠市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 106.195524525392216, 37.9869269747523575 ] } },
309
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "台州市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 121.44754152381654, 28.673011122862448 ] } },
310
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "滨州市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 118.024120723722206, 37.3688487385502768 ] } },
311
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "资阳市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 104.650181044523734, 30.1232712120343074 ] } },
312
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "广州市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 113.256261057862858, 23.1350722826246447 ] } },
313
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "南宁市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 108.312146418715542, 22.8065943391121806 ] } },
314
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "海口市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 110.339798583113989, 20.0341810367832807 ] } },
315
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "贵阳市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 106.709151575091539, 26.5813058402913391 ] } },
316
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "昆明市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 102.710295496883703, 25.046410099922408 ] } },
317
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "福州市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 119.317463718407353, 26.0370617166913689 ] } },
318
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "台北市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 121.515660319351596, 25.0509263686169845 ] } },
319
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "拉萨市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 91.1341172899298471, 29.6529145974083441 ] } },
320
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "重庆市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 106.44498670345402, 29.5909921776637361 ] } },
321
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "成都市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 104.077976212615852, 30.6509957474192909 ] } },
322
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "长沙市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 112.978328279708577, 28.1987502926757969 ] } },
323
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "合肥市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 117.276781179739658, 31.8650697585880529 ] } },
324
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "武汉市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 114.274658497659715, 30.5856493474146802 ] } },
325
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "南昌市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 115.897992301063766, 28.6754502176299262 ] } },
326
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "上海市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 121.459765181819492, 31.2307250756191053 ] } },
327
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "杭州市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 120.169006893438819, 30.2946961450580865 ] } },
328
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "西安市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 108.94431740147823, 34.2672857116587295 ] } },
329
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "郑州市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 113.6415467121858, 34.7587578561623545 ] } },
330
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "南京市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 118.769350861642607, 32.0531749741124656 ] } },
331
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "西宁市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 101.783849160833711, 36.6095832009480304 ] } },
332
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "银川市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 106.274007078472863, 38.4677361095156485 ] } },
333
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "兰州市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 103.847107715815525, 36.0477486134503664 ] } },
334
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "太原市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 112.5650477466463, 37.8744977106042811 ] } },
335
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "北京市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 116.368337723708706, 39.9322001188403206 ] } },
336
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "济南市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 117.001827984479405, 36.6508396395075522 ] } },
337
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "石家庄市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 114.489070500850843, 38.0434740540544283 ] } },
338
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "天津市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 117.188177190579097, 39.1377264024753444 ] } },
339
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "乌鲁木齐市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 87.6035156344568122, 43.7915402581742654 ] } },
340
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "呼和浩特市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 111.664361379261777, 40.8162849453355392 ] } },
341
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "长春市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 125.309970517501256, 43.8852299396184904 ] } },
342
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "沈阳市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 123.420441338184091, 41.7890268448795226 ] } },
343
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "哈尔滨市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 126.646184666001659, 45.7431643251025264 ] } },
344
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "塔河", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 124.706530785667653, 52.3412792512356688 ] } },
345
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "济源市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 112.582878886877268, 35.0931288789078693 ] } },
346
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "宜兴市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 119.81476398256558, 31.3642320173492308 ] } },
347
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "神农架林区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 110.677098754014054, 31.7549444354303603 ] } },
348
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "天门市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 113.164330276018902, 30.656851523213696 ] } },
349
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "仙桃市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 113.453046774429069, 30.3723601233279226 ] } },
350
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "潜江市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 112.893162612992683, 30.4215494095462127 ] } },
351
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "防城港市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 108.356656352992957, 21.7693639868144544 ] } },
352
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "六库", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 98.6615633922870927, 27.7476934181800523 ] } },
353
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "格尔木市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 91.4962001145317316, 33.977515756568863 ] } }
354
+ ]
355
+ }