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,2428 @@
1
+ {
2
+ "type": "FeatureCollection",
3
+ "features": [
4
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "东方市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 108.633109705577553, 19.0976378697391773 ] } },
5
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "临高县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 109.686263926024736, 19.918458538539074 ] } },
6
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "儋州市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 109.575600930562558, 19.518866478381554 ] } },
7
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "昌江黎族自治县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 109.048409001367588, 19.258962753669234 ] } },
8
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "白沙黎族自治县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 109.44784774400857, 19.236269836995266 ] } },
9
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "琼中黎族苗族自治县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 109.840166087301526, 19.0483305004186718 ] } },
10
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "澄迈县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 110.013960918960862, 19.7413974818567333 ] } },
11
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "定安县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 110.318237579180973, 19.702854271933802 ] } },
12
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "文昌市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 110.756027102002705, 19.6213339539917158 ] } },
13
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "屯昌县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 110.093732111886212, 19.3645546471262051 ] } },
14
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "琼海市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 110.463090039674697, 19.2473177254908556 ] } },
15
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "通什市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 109.516138625322881, 18.7701332022373535 ] } },
16
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "乐东黎族自治县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 109.172891108445882, 18.7469621227516114 ] } },
17
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "保亭黎族苗族自治县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 109.695612363189241, 18.6409533370743929 ] } },
18
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "万宁市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 110.407588113674421, 18.8009896618631238 ] } },
19
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "陵水黎族自治县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 110.034029532739822, 18.5057221321963006 ] } },
20
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "镇康县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 99.0263872061378407, 23.8830190561074254 ] } },
21
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "耿马傣族佤族自治县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 99.3962624660997136, 23.5409416259512128 ] } },
22
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "双江拉祜族佤族布朗族傣族自治县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 99.8260595763366325, 23.4726918592002356 ] } },
23
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "沧源佤族自治县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 99.2450756652029895, 23.1535734428588142 ] } },
24
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "镇沅彝族哈尼族拉祜族自治县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 100.88507366845144, 23.8722584065109587 ] } },
25
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "景谷傣族彝族自治县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 100.699479845691656, 23.4995395423372493 ] } },
26
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "墨江哈尼族自治县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 101.694543070880201, 23.4364802831157135 ] } },
27
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "普洱哈尼族彝族自治县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 101.037218252873558, 23.0673050487457658 ] } },
28
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "西盟佤族自治县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 99.4608103831638886, 22.7400502876354835 ] } },
29
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "把本", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 99.7494901967430252, 22.6358905732275488 ] } },
30
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "澜沧拉祜族自治县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 99.9295714468161123, 22.5654963807174376 ] } },
31
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "孟连傣族拉祜族佤族自治县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 99.5918330780650365, 22.3404372787463465 ] } },
32
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "拉嘎", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 99.562314554993776, 22.2511484020509442 ] } },
33
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "江城哈尼族彝族自治县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 101.862327816284463, 22.5933391109430737 ] } },
34
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "旧过", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 100.077337730168921, 21.9879627213758546 ] } },
35
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "勐海县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 100.452736309684482, 21.968289799054471 ] } },
36
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "勐腊县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 101.562402102978098, 21.4910701941849354 ] } },
37
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "翁戛科", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 99.4633818421134777, 22.5113275961734089 ] } },
38
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "象明", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 101.319665878033049, 22.1283950551997322 ] } },
39
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "石屏县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 102.488201305511367, 23.7194837268222223 ] } },
40
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "建水县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 102.82225917591677, 23.6250190015622366 ] } },
41
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "元江哈尼族彝族傣族自治县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 102.006350162058254, 23.604474001717854 ] } },
42
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "红河县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 102.418819970970176, 23.3753856115643153 ] } },
43
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "元阳县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 102.742667649876694, 23.1684855755020784 ] } },
44
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "开远市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 103.233768726354256, 23.7153740796039756 ] } },
45
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "蒙自县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 103.392532614491259, 23.3704110672258842 ] } },
46
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "砚山县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 104.332194415421839, 23.6135383543502506 ] } },
47
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "西畴县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 104.668492281729598, 23.4431018990935733 ] } },
48
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "麻栗坡县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 104.691502849138615, 23.1226763172645526 ] } },
49
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "马关县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 104.387835831701153, 23.0133370321536788 ] } },
50
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "富宁县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 105.611804281274075, 23.6316967371615085 ] } },
51
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "那坡县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 105.840109551276157, 23.4131602024122323 ] } },
52
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "田阳县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 106.908714614285614, 23.7343393973127945 ] } },
53
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "德保县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 106.608387387467943, 23.3327822937737395 ] } },
54
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "靖西县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 106.415922827851986, 23.1425114640145715 ] } },
55
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "大化瑶族自治县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 107.990599906895056, 23.749469981414439 ] } },
56
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "田东县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 107.114209328823748, 23.6060936502287966 ] } },
57
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "平果县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 107.570069729391548, 23.3252605897897851 ] } },
58
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "隆安县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 107.685012273636374, 23.1786244950509364 ] } },
59
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "天等县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 107.132449397951703, 23.085198939206208 ] } },
60
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "绿春县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 102.401749885337864, 23.0007379031099788 ] } },
61
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "屏边苗族自治县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 103.679179442525481, 22.9865762952678985 ] } },
62
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "金平苗族瑶族傣族自治县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 103.222128982423555, 22.7877830168457969 ] } },
63
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "河口瑶族自治县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 103.959206074694706, 22.5191687789346986 ] } },
64
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "龙州县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 106.850402436230766, 22.352106026752498 ] } },
65
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "凭祥市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 106.754380102712659, 22.1124201471144559 ] } },
66
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "大新县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 107.195480687472681, 22.8415438954550361 ] } },
67
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "扶绥县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 107.905446890070138, 22.6437833384510832 ] } },
68
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "崇左县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 107.35511405868121, 22.420639146776459 ] } },
69
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "上思县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 107.978858119793742, 22.1530731961346703 ] } },
70
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "宁明县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 107.062887170327159, 22.1388835312442218 ] } },
71
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "都安瑶族自治县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 108.093512497641782, 23.9352567096199174 ] } },
72
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "合山市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 108.873940606871315, 23.8023012347051726 ] } },
73
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "马山县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 108.174794174692124, 23.7148331146219959 ] } },
74
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "上林县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 108.591223582495445, 23.4426251396764478 ] } },
75
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "宾阳县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 108.810128398212129, 23.2173302917580102 ] } },
76
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "武鸣县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 108.276365969758658, 23.167223779341672 ] } },
77
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "象州县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 109.682569736548984, 23.9585264916523073 ] } },
78
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "来宾县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 109.233038901534712, 23.731907390859142 ] } },
79
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "武宣县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 109.655138550070291, 23.5972051123576279 ] } },
80
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "平南县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 110.394865692716394, 23.5504421352111564 ] } },
81
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "桂平市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 110.071777922627376, 23.3950304085070684 ] } },
82
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "藤县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 110.904417207557373, 23.3735767190216173 ] } },
83
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "封开县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 111.508251359216885, 23.4455571710851167 ] } },
84
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "苍梧县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 111.240535100129676, 23.4224341633635369 ] } },
85
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "郁南县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 111.521581244507033, 23.2426779861934989 ] } },
86
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "德庆县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 111.771176812476014, 23.1472425758863878 ] } },
87
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "怀集县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 112.179408008675253, 23.9126524896723716 ] } },
88
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "广宁县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 112.431493243006685, 23.6431964630689038 ] } },
89
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "四会市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 112.69470863267766, 23.3491628924122558 ] } },
90
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "三水市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 112.886252603596219, 23.1663187374794255 ] } },
91
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "高要市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 112.453332351620077, 23.0573694095592359 ] } },
92
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "佛冈县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 113.53124941771371, 23.8723577546612447 ] } },
93
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "从化市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 113.581299706469892, 23.5558821564567467 ] } },
94
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "花县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 113.203100467290668, 23.3772903651656385 ] } },
95
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "增城市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 113.829354710906003, 23.2930091827119625 ] } },
96
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "邕宁县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 108.487860412384777, 22.7542551010754686 ] } },
97
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "横县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 109.267138280336312, 22.6934030281032335 ] } },
98
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "灵山县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 109.287508399632159, 22.4350316975397313 ] } },
99
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "博白县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 109.971523830698246, 22.2763055772831713 ] } },
100
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "浦北县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 109.540443963438079, 22.2703000106403124 ] } },
101
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "岑溪市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 111.000988596721243, 22.92950845024939 ] } },
102
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "容县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 110.551158110205776, 22.864035814608954 ] } },
103
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "北流市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 110.347643167734589, 22.7146290496580789 ] } },
104
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "信宜市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 110.938936105519886, 22.3639319431839461 ] } },
105
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "陆川县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 110.266930666199215, 22.325690180699258 ] } },
106
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "罗定市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 111.57050138277593, 22.76735814793836 ] } },
107
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "阳春市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 111.790835184242638, 22.1763386218950771 ] } },
108
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "云浮市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 112.040152546547475, 22.9336396884068279 ] } },
109
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "高明市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 112.848671045045407, 22.8894821434453384 ] } },
110
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "鹤山市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 112.958343255755182, 22.7663253828462828 ] } },
111
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "新兴县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 112.225246281034828, 22.7033566059509369 ] } },
112
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "开平市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 112.691726189892108, 22.3758139434141583 ] } },
113
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "台山市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 112.794598235696654, 22.2518041845023689 ] } },
114
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "恩平市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 112.307636997944272, 22.1923789630325707 ] } },
115
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "番禺区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 113.36629308656309, 22.9442331227613323 ] } },
116
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "顺德县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 113.254110255923763, 22.8483024106506392 ] } },
117
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "宝安区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 113.87627377732106, 22.5771074045500164 ] } },
118
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "新会市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 113.038584489983634, 22.5270173026352509 ] } },
119
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "斗门县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 113.287569366598717, 22.2128353107605356 ] } },
120
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "防城各族自治县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 108.356656352992957, 21.7693639868144544 ] } },
121
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "合浦县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 109.190135167423378, 21.6705701059768039 ] } },
122
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "高州市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 110.853943348571534, 21.9196419591069223 ] } },
123
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "化州市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 110.625437689667308, 21.6544508699490166 ] } },
124
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "廉江市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 110.283439872104722, 21.6135815351583211 ] } },
125
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "电白县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 111.001705949263524, 21.5114723438480482 ] } },
126
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "吴川市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 110.778740793033933, 21.4469283736447416 ] } },
127
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "遂溪县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 110.251008764613758, 21.3833978550417427 ] } },
128
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "阳西县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 111.627550584094351, 21.7508501883019107 ] } },
129
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "雷州市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 110.088024334139064, 20.9023662060119051 ] } },
130
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "徐闻县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 110.162895119075628, 20.3300723563566059 ] } },
131
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "琼山市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 110.358058946900186, 20.0085544849833354 ] } },
132
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "龙门县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 114.243305591754876, 23.7397433075430975 ] } },
133
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "博罗县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 114.273824612956261, 23.1726936215048944 ] } },
134
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "五华县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 115.76275149605253, 23.9326190938871797 ] } },
135
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "紫金县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 115.173296851479151, 23.6435068697641455 ] } },
136
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "揭西县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 115.836701475860906, 23.4350047028618995 ] } },
137
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "陆河县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 115.651676787304595, 23.3113687168436137 ] } },
138
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "丰顺县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 116.170750371126246, 23.7676974995955952 ] } },
139
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "澄海市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 116.768313046964536, 23.4635994151032961 ] } },
140
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "普宁市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 116.168268638893835, 23.3006259608408079 ] } },
141
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "潮阳市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 116.594328290060389, 23.2613958377876493 ] } },
142
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "惠来县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 116.288770471613418, 23.0395672557949212 ] } },
143
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "云霄县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 117.328597913061074, 23.9600047077419589 ] } },
144
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "诏安县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 117.175183359823649, 23.7058040323269594 ] } },
145
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "东山县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 117.425829121727375, 23.6999950719976589 ] } },
146
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "饶平县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 117.003849290631635, 23.676574001050458 ] } },
147
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "南澳县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 117.017258633119127, 23.4258838374598213 ] } },
148
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "澎湖县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 119.577408050983109, 23.5717815368261014 ] } },
149
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "惠东县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 114.712554145264747, 22.9882617108957454 ] } },
150
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "惠阳县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 114.462907846642707, 22.799714501903324 ] } },
151
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "罗湖区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 114.134819623963836, 22.5553733269135925 ] } },
152
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "沙头角区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 114.222151610419203, 22.5524650496622172 ] } },
153
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 114.074178201646504, 22.5424362118479955 ] } },
154
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "海丰县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 115.335048390859399, 22.9761517646980131 ] } },
155
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "陆丰市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 115.64132532086299, 22.9489053332962172 ] } },
156
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "云林县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 120.53844078633982, 23.718509581597278 ] } },
157
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "台南县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 120.313793654965338, 23.3140162952302177 ] } },
158
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "花莲县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 121.602936562314611, 23.9835783074410429 ] } },
159
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "屏东县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 120.485424474916996, 22.6828977356799086 ] } },
160
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "高雄县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 120.35993139254029, 22.6317932194771814 ] } },
161
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "台东县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 121.146579779583746, 22.7576964270158797 ] } },
162
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "嘉义县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 120.436247282785814, 23.4837672372719801 ] } },
163
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "南投县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 120.6796749945035, 23.9111278979342323 ] } },
164
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "亚东县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 88.9016831305581405, 27.4764953679324897 ] } },
165
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "错那县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 91.9522536172549394, 27.9940312230974833 ] } },
166
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "贡山独龙族怒族自治县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 98.6615633922870927, 27.7476934181800523 ] } },
167
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "维西傈僳族自治县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 99.2851308978306406, 27.1865880445335186 ] } },
168
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "宁蒗彝族自治县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 100.849508058428484, 27.2886772818202878 ] } },
169
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "木里藏族自治县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 101.280267782419486, 27.9343329066425206 ] } },
170
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "盐源县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 101.511574144485436, 27.422222711220499 ] } },
171
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "福贡县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 98.8795275815900681, 26.9012825582130013 ] } },
172
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "剑川县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 99.8986190739241522, 26.5314796050123292 ] } },
173
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "兰坪白族普米族自治县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 99.4059393100656905, 26.4351009035911027 ] } },
174
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "洱源县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 99.9491120222772338, 26.1132181308702869 ] } },
175
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "永胜县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 100.747936451715361, 26.6898609454867142 ] } },
176
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "鹤庆县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 100.179162833029764, 26.5599425737819566 ] } },
177
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "盐边县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 101.545195585266967, 26.9135813694449944 ] } },
178
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "华坪县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 101.263809080615616, 26.6307343122403424 ] } },
179
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "仁和区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 101.743940901631532, 26.5020871517161538 ] } },
180
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "永仁县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 101.674119706239907, 26.0630731126330986 ] } },
181
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "泸水县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 98.8186150454220638, 25.9833347134635595 ] } },
182
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "腾冲县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 98.4948253554963316, 25.024839539394101 ] } },
183
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "云龙县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 99.3747505938765983, 25.8936827917202557 ] } },
184
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "漾濞彝族自治县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 99.96550920090381, 25.6543947704287874 ] } },
185
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "永平县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 99.5192098607257378, 25.463672217952066 ] } },
186
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "宾川县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 100.577733610526593, 25.8307811817352899 ] } },
187
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "祥云县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 100.558873683440353, 25.4795949715410224 ] } },
188
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "弥渡县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 100.494072340748062, 25.3427320891339605 ] } },
189
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "巍山彝族回族自治县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 100.308768094569885, 25.2305315558261185 ] } },
190
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "南涧彝族自治县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 100.525483518709791, 25.0560952572201039 ] } },
191
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "大姚县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 101.325221708870799, 25.7262398818669347 ] } },
192
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "元谋县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 101.876554970669702, 25.7045089566960208 ] } },
193
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "姚安县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 101.242369988323318, 25.5142434567715632 ] } },
194
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "牟定县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 101.535527234118462, 25.3180267313612752 ] } },
195
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "南华县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 101.276871209951921, 25.1970459959179252 ] } },
196
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "盈江县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 97.9366228611984155, 24.70799900879544 ] } },
197
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "陇川县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 97.9623202589823023, 24.3660170550690331 ] } },
198
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "瑞丽市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 97.8589866543909892, 24.0131106236505154 ] } },
199
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "梁河县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 98.2946640903931268, 24.8081387382476493 ] } },
200
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "龙陵县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 98.705939116220037, 24.59344761558825 ] } },
201
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "畹町市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 98.0769095835389635, 24.0860605389417231 ] } },
202
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "昌宁县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 99.6065690845246934, 24.8315524056971064 ] } },
203
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "施甸县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 99.1770321049566093, 24.7330317232503312 ] } },
204
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "凤庆县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 99.9108596930933146, 24.5922979423641443 ] } },
205
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "永德县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 99.2506581708022964, 24.0298194270112724 ] } },
206
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "景东彝族自治县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 100.836191736434927, 24.452608257046478 ] } },
207
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "云县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 100.127555038546944, 24.4490843036244954 ] } },
208
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "双柏县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 101.639790419919493, 24.6947630556443301 ] } },
209
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "新平彝族傣族自治县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 101.989649312116086, 24.0763426751965071 ] } },
210
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "西区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 101.609297502620564, 26.61353730402368 ] } },
211
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "布拖县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 102.804185721347778, 27.7134906746093463 ] } },
212
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "德昌县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 102.172760425585736, 27.405967964127445 ] } },
213
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "普格县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 102.540189485677288, 27.3812487319650657 ] } },
214
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "宁南县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 102.755005012361011, 27.0712635502700252 ] } },
215
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "大关县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 103.894622657538832, 27.7538990022066869 ] } },
216
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "金阳县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 103.24638665771667, 27.7012626702779343 ] } },
217
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "鲁甸县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 103.545154297840043, 27.1995685767529558 ] } },
218
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "彝良县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 104.050216547725, 27.6299555219915156 ] } },
219
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "镇雄县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 104.869796793555849, 27.4415138049922263 ] } },
220
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "赫章县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 104.722073186195246, 27.1280114016803253 ] } },
221
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "威信县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 105.047581178494866, 27.8429569869568816 ] } },
222
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "大方县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 105.606094863347948, 27.147565760178928 ] } },
223
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "仁怀市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 106.41412500968427, 27.8154121459244799 ] } },
224
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "遵义县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 106.822914950890791, 27.5398023457351186 ] } },
225
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "金沙县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 106.218210009608711, 27.4664331076850381 ] } },
226
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "息烽县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 106.73057240616329, 27.0980593827822922 ] } },
227
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "开阳县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 106.967428182442035, 27.0593924713226315 ] } },
228
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "黔西县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 106.036725382467523, 27.0347033579300167 ] } },
229
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "凤冈县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 107.724527592993226, 27.971760567955716 ] } },
230
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "绥阳县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 107.183314161651438, 27.961174725222822 ] } },
231
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "湄潭县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 107.478321311569331, 27.7725016913526019 ] } },
232
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "余庆县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 107.893171010608626, 27.2230191809499331 ] } },
233
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "瓮安县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 107.482890814687522, 27.0736064409777519 ] } },
234
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "巧家县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 102.920199169118973, 26.9171035033666364 ] } },
235
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "米易县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 102.111649443275056, 26.8895253797655123 ] } },
236
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "会理县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 102.233792643242069, 26.6623958378429329 ] } },
237
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "会东县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 102.567150773236605, 26.6438847012305118 ] } },
238
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "会泽县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 103.294598610110839, 26.4210875673457721 ] } },
239
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "威宁彝族回族苗族自治县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 104.289812654916616, 26.8608048870728311 ] } },
240
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "水城县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 104.873386920028182, 26.5780961794805535 ] } },
241
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "钟山区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 104.873386920028182, 26.5780961794805535 ] } },
242
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "宣威市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 104.106388372679561, 26.219362735846552 ] } },
243
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "纳雍县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 105.377099198937444, 26.7756591985406232 ] } },
244
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "织金县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 105.763108584765618, 26.6610237951879441 ] } },
245
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "普定县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 105.746348086982437, 26.3119636633570551 ] } },
246
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "六枝特区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 105.477991566208246, 26.2047935171045161 ] } },
247
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "镇宁布依族苗族自治县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 105.763578437535045, 26.0551134055023397 ] } },
248
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "修文县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 106.591968869357046, 26.8435302510422709 ] } },
249
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "乌当区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 106.763862937214483, 26.6330688715233102 ] } },
250
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "清镇市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 106.467655688939203, 26.556576441805273 ] } },
251
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "龙里县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 106.981108105630838, 26.4588611980068329 ] } },
252
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "花溪区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 106.669240516704377, 26.4286177382734877 ] } },
253
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "平坝县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 106.260890601540595, 26.4183126941717283 ] } },
254
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "惠水县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 106.65628003810032, 26.1392748272127626 ] } },
255
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "长顺县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 106.452185051348081, 26.0308506970532179 ] } },
256
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "黄平县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 107.902210902031484, 26.8963695082859893 ] } },
257
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "福泉市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 107.512571217105076, 26.7017418281814258 ] } },
258
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "贵定县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 107.239674480730315, 26.5861736478820916 ] } },
259
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "麻江县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 107.588102875858041, 26.4990646335181843 ] } },
260
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "丹寨县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 107.792327549582623, 26.2005773785311291 ] } },
261
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "禄劝彝族苗族自治县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 102.46165914121957, 25.5631575216596652 ] } },
262
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "武定县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 102.39825764514417, 25.5363549276128623 ] } },
263
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "富民县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 102.489950097518559, 25.2327937737724675 ] } },
264
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "禄丰县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 102.080030401744096, 25.1478957262876293 ] } },
265
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "西山区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 102.621483387580625, 25.0412239363391045 ] } },
266
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "官渡区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 102.753226541404757, 25.0157964992518806 ] } },
267
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "寻甸回族彝族自治县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 103.253678126936393, 25.5627109826816152 ] } },
268
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "马龙县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 103.58017601858063, 25.4289383855676192 ] } },
269
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "嵩明县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 103.033272989076423, 25.3418393446605208 ] } },
270
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "陆良县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 103.662498165797658, 25.0327612972332609 ] } },
271
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "盘县特区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 104.649881576932543, 25.7936541177758762 ] } },
272
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "普安县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 104.952078847190336, 25.7889220375777484 ] } },
273
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "富源县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 104.248661955310979, 25.6731955898892181 ] } },
274
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "关岭布依族苗族自治县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 105.618884921953082, 25.9512883085246813 ] } },
275
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "晴隆县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 105.215885196662924, 25.8339819539695199 ] } },
276
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "兴仁县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 105.18205435795862, 25.4375738370281645 ] } },
277
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "贞丰县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 105.654795663159291, 25.387615758627966 ] } },
278
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "安龙县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 105.466621119537038, 25.1158322174210582 ] } },
279
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "紫云苗族布依族自治县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 106.083166043169243, 25.7537841556931077 ] } },
280
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "罗甸县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 106.751511918718307, 25.4290072413413348 ] } },
281
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "望谟县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 106.10152626896884, 25.1713292174429917 ] } },
282
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "三都水族自治县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 107.862439042114246, 25.9927120715899527 ] } },
283
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "平塘县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 107.326055985135355, 25.8361502540287482 ] } },
284
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "独山县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 107.542811194749049, 25.8295849732176706 ] } },
285
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "荔波县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 107.87846886666199, 25.4148632292753049 ] } },
286
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "天峨县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 107.155931292964567, 25.0092194196572244 ] } },
287
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "安宁市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 102.474059982530406, 24.9189353294824194 ] } },
288
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "呈贡县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 102.798907711379627, 24.901835190828038 ] } },
289
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "晋宁县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 102.599683161266015, 24.6737733873711456 ] } },
290
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "澄江县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 102.911170535377209, 24.6736855783207716 ] } },
291
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "易门县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 102.149702510805483, 24.6731090480792155 ] } },
292
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "江川县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 102.748576965196577, 24.2966767460110162 ] } },
293
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "华宁县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 102.927631249007646, 24.1978318238061192 ] } },
294
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "峨山彝族自治县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 102.39836882904433, 24.1666918446623775 ] } },
295
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "通海县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 102.755557269031698, 24.1065478480270379 ] } },
296
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "宜良县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 103.141935852614253, 24.9115595824246263 ] } },
297
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "师宗县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 103.991266057520662, 24.8323482940514886 ] } },
298
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "路南彝族自治县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 103.259888740948952, 24.7619705732538975 ] } },
299
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "泸西县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 103.762700755460344, 24.5324190704902669 ] } },
300
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "弥勒县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 103.43316303064185, 24.4098424280054367 ] } },
301
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "罗平县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 104.303423454559208, 24.8835784181980841 ] } },
302
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "丘北县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 104.192421039523012, 24.0493792768065653 ] } },
303
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "册亨县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 105.810139272259931, 24.9932976445342945 ] } },
304
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "隆林各族自治县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 105.331337858978728, 24.7816213788422033 ] } },
305
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "西林县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 105.090492137919369, 24.4984005821770907 ] } },
306
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "广南县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 105.062001455777022, 24.0532984463292223 ] } },
307
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "乐业县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 106.562107054969587, 24.7927792862225935 ] } },
308
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "凌云县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 106.57575714834698, 24.3490311761822902 ] } },
309
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "田林县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 106.235209101730007, 24.3021513457277045 ] } },
310
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "南丹县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 107.534890284908087, 24.9840876589474625 ] } },
311
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "凤山县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 107.047948408802071, 24.5434509299950463 ] } },
312
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "东兰县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 107.3726860651756, 24.5210372724427863 ] } },
313
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "巴马瑶族自治县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 107.245982796752017, 24.1469796769953433 ] } },
314
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "思南县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 108.241910386240079, 27.9407035028736459 ] } },
315
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "江口县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 108.843444956692124, 27.6955349147173742 ] } },
316
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "石阡县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 108.231889659485461, 27.5225069961651165 ] } },
317
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "玉屏侗族自治县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 108.911636008454138, 27.2364704866000231 ] } },
318
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "岑巩县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 108.739551762149262, 27.2166842671461033 ] } },
319
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "镇远县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 108.418533696960054, 27.0548002860960217 ] } },
320
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "施秉县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 108.119006349125058, 27.0378092128443228 ] } },
321
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "凤凰县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 109.59910402636082, 27.9529402591907861 ] } },
322
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "麻阳苗族自治县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 109.803668967529561, 27.8800435065412771 ] } },
323
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "万山特区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 109.208833716552988, 27.5210029480582179 ] } },
324
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "芷江侗族自治县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 109.684195296940388, 27.4478448661745418 ] } },
325
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "新晃侗族自治县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 109.171672562193777, 27.3576796636873709 ] } },
326
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "洪江市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 109.991722271884356, 27.1133116319802348 ] } },
327
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "溆浦县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 110.596068633056774, 27.9161950866550548 ] } },
328
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "黔阳县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 110.137086216108685, 27.3296548360981113 ] } },
329
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "洞口县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 110.570456338070912, 27.0683348615602704 ] } },
330
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "新化县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 111.294875537637139, 27.7494515310054517 ] } },
331
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "涟源市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 111.669644657510716, 27.699202828620674 ] } },
332
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "冷水江市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 111.425098625845933, 27.6956152039097816 ] } },
333
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "新邵县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 111.45852861387624, 27.3279736603737575 ] } },
334
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "邵东县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 111.739305299149024, 27.245851470166496 ] } },
335
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "隆回县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 111.021857473047135, 27.1196521772262145 ] } },
336
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "湘潭县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 112.91145570656029, 27.8732438316639239 ] } },
337
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "湘乡市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 112.5189356665297, 27.73779092665416 ] } },
338
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "双峰县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 112.198617084607093, 27.4639350157022264 ] } },
339
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "南岳区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 112.722429341163149, 27.2462704935263211 ] } },
340
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "衡东县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 112.944194325798179, 27.089524817275521 ] } },
341
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "株洲县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 113.147721063021763, 27.7111760071462925 ] } },
342
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "醴陵市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 113.494309456852875, 27.6690583443105318 ] } },
343
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "莲花县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 113.952299016742614, 27.131935305168092 ] } },
344
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "攸县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 113.343533811733678, 27.0045611801878245 ] } },
345
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "三穗县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 108.679329971628675, 26.9720443390504236 ] } },
346
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "台江县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 108.311190636769027, 26.6772466795808114 ] } },
347
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "剑河县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 108.584677260570203, 26.6514598900936832 ] } },
348
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "雷山县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 108.068284420176141, 26.389178009536181 ] } },
349
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "天柱县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 109.20053261382472, 26.9093404863652914 ] } },
350
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "会同县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 109.71366505739843, 26.8620228827389909 ] } },
351
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "锦屏县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 109.195112155782965, 26.6850939151892383 ] } },
352
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "靖州苗族侗族自治县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 109.694894136122613, 26.5762850743893431 ] } },
353
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "黎平县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 109.133030001533911, 26.2316777236419689 ] } },
354
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "通道侗族自治县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 109.770035279782107, 26.1599444691537499 ] } },
355
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "武冈市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 110.622426950283113, 26.7312319044476077 ] } },
356
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "绥宁县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 110.158565406020628, 26.583723590095218 ] } },
357
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "新宁县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 110.84457175234509, 26.4336034744040056 ] } },
358
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "城步苗族自治县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 110.30934866002525, 26.3611328246302286 ] } },
359
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "资源县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 110.638085978318188, 26.0314365877382414 ] } },
360
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "邵阳县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 111.265973171991192, 26.9973062647410522 ] } },
361
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "祁阳县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 111.856066600858483, 26.5922139243114906 ] } },
362
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "冷水滩市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 111.584389679580127, 26.4440614089817032 ] } },
363
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "东安县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 111.284412334704882, 26.4041941319630702 ] } },
364
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "衡阳县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 112.371240058199291, 26.9744016958656125 ] } },
365
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "衡南县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 112.597225370890044, 26.9021437519395406 ] } },
366
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "祁东县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 112.123353569913732, 26.7921494818089521 ] } },
367
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "耒阳市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 112.847080130993689, 26.4155862944800823 ] } },
368
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "常宁县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 112.387269004115808, 26.4077741087346709 ] } },
369
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "茶陵县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 113.552378294368921, 26.8024975730271038 ] } },
370
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "宁冈县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 113.959067870567424, 26.709820693854784 ] } },
371
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "安仁县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 113.267851119025778, 26.7073673008378059 ] } },
372
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "酃县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 113.766862575060657, 26.4973768384826371 ] } },
373
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "永兴县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 113.115135823507885, 26.1344439636961887 ] } },
374
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "桂东县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 113.93334533026875, 26.0831769826707998 ] } },
375
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "榕江县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 108.516254723034294, 25.926102129797993 ] } },
376
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "从江县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 108.900853744889233, 25.7462400537327873 ] } },
377
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "三江侗族自治县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 109.595870491410977, 25.7858640456989967 ] } },
378
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "融安县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 109.388274668553677, 25.2183546866486346 ] } },
379
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "融水苗族自治县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 109.24864112536477, 25.0659377309785896 ] } },
380
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "龙胜各族自治县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 110.009070427082165, 25.7945166724177177 ] } },
381
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "兴安县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 110.666005849161266, 25.6136360005420975 ] } },
382
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "灵川县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 110.324277310003325, 25.4132044190532049 ] } },
383
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "临桂县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 110.207314209906173, 25.2368159784375266 ] } },
384
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "双牌县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 111.653150252733965, 25.9639284769196408 ] } },
385
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "全州县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 111.065146054106478, 25.9323238683542314 ] } },
386
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "宁远县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 111.938846260544125, 25.5989534789932733 ] } },
387
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "道县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 111.591037798070658, 25.5318577582579778 ] } },
388
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "灌阳县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 111.144837049854971, 25.4891536711053526 ] } },
389
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "江永县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 111.336601179571744, 25.277470008951191 ] } },
390
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "江华瑶族自治县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 111.582576843216856, 25.19041278839941 ] } },
391
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "新田县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 112.210323513321583, 25.9133833730434411 ] } },
392
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "桂阳县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 112.726115440175491, 25.7424728138313483 ] } },
393
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "嘉禾县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 112.358866267541359, 25.5874874134662491 ] } },
394
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "宜章县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 112.942309702061351, 25.4019233857217053 ] } },
395
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "蓝山县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 112.177931428707353, 25.3729083899076748 ] } },
396
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "临武县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 112.538559786395481, 25.2820007974277985 ] } },
397
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "资兴市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 113.222727878687891, 25.9441968364292777 ] } },
398
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "郴县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 113.025332762066256, 25.8032224020595784 ] } },
399
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "汝城县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 113.679927688992123, 25.5522167618150213 ] } },
400
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "乐昌市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 113.346988589151991, 25.1353630260744829 ] } },
401
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "仁化县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 113.743327850220041, 25.0905411754099426 ] } },
402
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "环江毛南族自治县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 108.256457270105741, 24.8300999252468522 ] } },
403
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "罗城仫佬族自治县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 108.898602433269332, 24.7817963012791154 ] } },
404
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "宜山县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 108.655966334411502, 24.4912135954164896 ] } },
405
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "忻城县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 108.660555931553546, 24.0645178368459653 ] } },
406
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "永福县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 109.980248378642614, 24.982218083609208 ] } },
407
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "柳城县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 109.236620265909693, 24.6574423728926782 ] } },
408
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "鹿寨县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 109.736741820784076, 24.4858492368553549 ] } },
409
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "柳江县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 109.325941802855311, 24.2528949716074749 ] } },
410
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "恭城县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 110.822108068094323, 24.8334667820375792 ] } },
411
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "阳朔县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 110.483759957593719, 24.778245178102523 ] } },
412
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "平乐县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 110.646633546097178, 24.6362110181152154 ] } },
413
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "荔浦县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 110.391327269708114, 24.4964955427190318 ] } },
414
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "蒙山县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 110.519929771137186, 24.2037243478259931 ] } },
415
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "昭平县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 110.803746367031479, 24.1695972067015639 ] } },
416
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "金秀瑶族自治县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 110.180421677598446, 24.1304883450064871 ] } },
417
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "富川瑶族自治县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 111.265238536916954, 24.824663863367693 ] } },
418
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "钟山县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 111.295718639816613, 24.5270217138287059 ] } },
419
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "连州市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 112.378294745022231, 24.7801848601804267 ] } },
420
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "连南瑶族自治县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 112.282672340396545, 24.7192938068125123 ] } },
421
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "连山壮族瑶族自治县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 112.073567057070733, 24.569780158747502 ] } },
422
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "阳山县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 112.638450145824947, 24.485491289765978 ] } },
423
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "乳源瑶族自治县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 113.269455789490735, 24.7847110323046742 ] } },
424
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "曲江县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 113.596373214581973, 24.6843472202431791 ] } },
425
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "英德市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 113.402277236537429, 24.173406217681908 ] } },
426
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "衡山县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 112.852612522230416, 27.246179208620962 ] } },
427
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "分宜县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 114.675958960306843, 27.8165913378808831 ] } },
428
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "安福县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 114.608685840284878, 27.3829937114810704 ] } },
429
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "吉安县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 114.901191803917229, 27.0418849796851291 ] } },
430
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "新干县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 115.394066387872456, 27.7602721795271208 ] } },
431
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "峡江县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 115.147529603927779, 27.5542217041223729 ] } },
432
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "乐安县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 115.832045853462759, 27.4268181123400225 ] } },
433
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "永丰县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 115.432975737306947, 27.3226431801025349 ] } },
434
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "吉水县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 115.132498032076981, 27.2148938519823709 ] } },
435
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "金溪县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 116.776550874508075, 27.9106199439184195 ] } },
436
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "崇仁县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 116.061852738210916, 27.7561750940035914 ] } },
437
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "南城县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 116.627735788542424, 27.5602463268899491 ] } },
438
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "宜黄县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 116.210455551144207, 27.5469213864646711 ] } },
439
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "黎川县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 116.914521686746809, 27.2973560512906417 ] } },
440
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "南丰县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 116.530212015087614, 27.2148286311235346 ] } },
441
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "资溪县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 117.063357020514559, 27.7034917911578233 ] } },
442
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "光泽县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 117.333552910031273, 27.5400505580447081 ] } },
443
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "邵武市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 117.483705684514746, 27.3382139455932673 ] } },
444
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "浦城县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 118.536584013240017, 27.925216015810161 ] } },
445
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "武夷山市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 118.027100783237884, 27.7565534911489706 ] } },
446
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "松溪县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 118.774947912146544, 27.5289250871368267 ] } },
447
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "政和县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 118.853529062126483, 27.372622619340035 ] } },
448
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "建阳市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 118.105690786599268, 27.3403997731929422 ] } },
449
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "建瓯市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 118.324104686199263, 27.0393768659852931 ] } },
450
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "景宁畲族自治县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 119.643531279581168, 27.9749586676754163 ] } },
451
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "庆元县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 119.051665051400036, 27.6147237511679684 ] } },
452
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "泰顺县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 119.710820760932222, 27.5583049688828723 ] } },
453
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "寿宁县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 119.510925416095674, 27.460113795344185 ] } },
454
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "柘荣县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 119.892293517495048, 27.2428508384165546 ] } },
455
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "周宁县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 119.336279455520767, 27.1136294801260611 ] } },
456
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "福安市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 119.647306825025012, 27.0890667301548582 ] } },
457
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "永新县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 114.237095355889878, 26.9460878007980149 ] } },
458
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "泰和县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 114.895110801600524, 26.7926219245196542 ] } },
459
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "井冈山市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 114.159062263018214, 26.5673902881112873 ] } },
460
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "万安县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 114.779916900919773, 26.4622835128352492 ] } },
461
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "遂川县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 114.505889860228223, 26.3283935183473794 ] } },
462
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "兴国县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 115.344055202163304, 26.3228992350872346 ] } },
463
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "广昌县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 116.316845348447274, 26.8368876304515389 ] } },
464
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "建宁县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 116.832817793556586, 26.8330048909777936 ] } },
465
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "宁都县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 116.010366539676525, 26.4670240575305762 ] } },
466
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "石城县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 116.339213909239703, 26.3286872223068151 ] } },
467
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "宁化县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 116.659791351241736, 26.2669479436622808 ] } },
468
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "清流县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 116.814424640415908, 26.1640213460242919 ] } },
469
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "泰宁县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 117.159405951323976, 26.898999142566467 ] } },
470
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "顺昌县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 117.806591118615003, 26.7976008381967468 ] } },
471
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "将乐县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 117.455322330284801, 26.7213305214009758 ] } },
472
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "沙县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 117.782098775716705, 26.3981118094845932 ] } },
473
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "明溪县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 117.198984606551733, 26.3503278569262456 ] } },
474
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "屏南县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 118.973849738312822, 26.9116638118112732 ] } },
475
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "古田县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 118.738762502846839, 26.5778429433114916 ] } },
476
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "闽清县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 118.862833750765191, 26.213718075747181 ] } },
477
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "尤溪县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 118.182507344467311, 26.1723437808898822 ] } },
478
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "霞浦县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 119.990754027731754, 26.8839661627455087 ] } },
479
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "罗源县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 119.545281374141354, 26.4914050287928049 ] } },
480
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "连江县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 119.534819673000825, 26.1985061277010374 ] } },
481
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "闽侯县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 119.146310200566134, 26.1509397026443402 ] } },
482
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "上犹县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 114.531978766504835, 25.7969436113000796 ] } },
483
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "崇义县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 114.302082952340243, 25.6940881113387292 ] } },
484
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "南康市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 114.745393409293328, 25.6590672286665686 ] } },
485
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "大余县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 114.350793191954637, 25.4004459903962996 ] } },
486
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "信丰县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 114.931316904920408, 25.378889004572212 ] } },
487
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "南雄市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 114.302311167353324, 25.1193293726933291 ] } },
488
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "于都县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 115.409610266317387, 25.9545864036066618 ] } },
489
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "赣县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 115.00191019908722, 25.8602236316258747 ] } },
490
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "会昌县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 115.783277849342113, 25.5848217691647193 ] } },
491
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "安远县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 115.391966998104067, 25.1387228102291012 ] } },
492
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "瑞金市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 116.024944661356201, 25.8730629165526089 ] } },
493
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "长汀县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 116.34981225616167, 25.8338771126668796 ] } },
494
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "连城县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 116.746021195768307, 25.7089453025403891 ] } },
495
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "武平县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 116.09086333014146, 25.0919647871613414 ] } },
496
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "上杭县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 116.418110901326699, 25.0538179945021895 ] } },
497
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "永安市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 117.36172688722624, 25.9655284750787771 ] } },
498
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "大田县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 117.837127023582752, 25.6927802689934239 ] } },
499
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "漳平市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 117.404325086637144, 25.2899435726071928 ] } },
500
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "永泰县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 118.934433825296821, 25.8681087789263522 ] } },
501
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "德化县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 118.229535365572431, 25.477435475301629 ] } },
502
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "仙游县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 118.683995577130673, 25.3650345028891593 ] } },
503
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "永春县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 118.287486062898111, 25.3262681867869013 ] } },
504
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "安溪县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 118.181562404814045, 25.0610641729265495 ] } },
505
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "惠安县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 118.803146811783947, 25.0225480827779698 ] } },
506
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "长乐市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 119.51918812942111, 25.9603233548587724 ] } },
507
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "平潭县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 119.784002139061883, 25.5044600252627767 ] } },
508
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "莆田县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 119.011433610438075, 25.4344316655628759 ] } },
509
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "始兴县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 114.063364990852847, 24.9462464402624882 ] } },
510
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "龙南县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 114.785001871889818, 24.8995246120309055 ] } },
511
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "全南县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 114.524185233417683, 24.7442581320855339 ] } },
512
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "和平县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 114.932593848324686, 24.4402048245285286 ] } },
513
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "连平县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 114.482573051391782, 24.3581973472755173 ] } },
514
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "翁源县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 114.13211480612847, 24.3449379716465195 ] } },
515
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "新丰县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 114.201925594573467, 24.0629590268103435 ] } },
516
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "寻乌县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 115.633882037894622, 24.9474012035497701 ] } },
517
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "定南县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 115.0172369225361, 24.771759368577932 ] } },
518
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "平远县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 115.890076703249349, 24.5664016652277688 ] } },
519
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "兴宁市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 115.727601399102525, 24.1391534184290713 ] } },
520
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "龙川县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 115.255820277363895, 24.1001769780352539 ] } },
521
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "永定县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 116.721036745545973, 24.7208482371253666 ] } },
522
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "蕉岭县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 116.170443581658844, 24.6518275600163328 ] } },
523
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "大埔县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 116.688904589493603, 24.3549468726590241 ] } },
524
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "梅县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 116.108990889252908, 24.3079297252224684 ] } },
525
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "华安县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 117.521486621858756, 24.9946931540661197 ] } },
526
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "长泰县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 117.75085043635768, 24.6209457393115763 ] } },
527
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "南靖县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 117.363070886491371, 24.500178612656061 ] } },
528
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "龙海市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 117.809691049510008, 24.4396858375010275 ] } },
529
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "平和县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 117.296518739206832, 24.3524348237306327 ] } },
530
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "漳浦县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 117.611025096786079, 24.1175519591180638 ] } },
531
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "南安市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 118.375966491665935, 24.9535242730895845 ] } },
532
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "晋江市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 118.572250449517128, 24.8105726353964542 ] } },
533
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "石狮市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 118.632641529191304, 24.7366459043957114 ] } },
534
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "同安区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 118.144430123805975, 24.7365126959036417 ] } },
535
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "金门县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 118.3166228252705, 24.4337659018443532 ] } },
536
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "福清市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 119.381783747604089, 25.7283991918837813 ] } },
537
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "瑞安市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 120.631074316707412, 27.7910307842043487 ] } },
538
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "文成县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 120.078200890338849, 27.7903481358723496 ] } },
539
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "平阳县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 120.556821886857165, 27.6762347878651482 ] } },
540
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "苍南县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 120.387816916293133, 27.5140142372468937 ] } },
541
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "福鼎市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 120.213441722566898, 27.3302862638044495 ] } },
542
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "洞头县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 121.153867275667494, 27.8409414774633888 ] } },
543
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "台北县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 121.458748795015623, 25.0143138831297307 ] } },
544
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "新竹县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 120.958236060801539, 24.8096649529331081 ] } },
545
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "苗栗县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 120.812171363307868, 24.5586284890108146 ] } },
546
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "台中县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 120.713197519432754, 24.2560387663090005 ] } },
547
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "彰化县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 120.535632518609376, 24.0770218845025603 ] } },
548
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "桃园县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 121.306785171881955, 24.9984602442118771 ] } },
549
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "宜兰县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 121.741223952838467, 24.7577383923030148 ] } },
550
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "札达县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 79.802194073674201, 31.4842588531426557 ] } },
551
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "普兰县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 81.1810458586629551, 30.3130791775861965 ] } },
552
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "措勤县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 85.155465655479702, 31.0235076150899083 ] } },
553
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "申扎县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 88.7043158498462105, 30.9324828902565621 ] } },
554
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "仲巴县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 84.1746707187083132, 29.6507316873029509 ] } },
555
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "萨嘎县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 85.2208178578221691, 29.3150869207007716 ] } },
556
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "昂仁县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 87.2334484770101, 29.2921150320101127 ] } },
557
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "拉孜县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 87.6354836954763243, 29.0856828676138086 ] } },
558
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "谢通门县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 88.2587419514864422, 29.4283407227086826 ] } },
559
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "南木林县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 89.0934171324938831, 29.6876647511589553 ] } },
560
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "白朗县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 89.25325249517293, 29.1014226862314018 ] } },
561
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "吉隆县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 85.3154514390601548, 28.8572002765413167 ] } },
562
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "聂拉木县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 85.9628109688246269, 28.1583157460422093 ] } },
563
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "定日县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 87.1106085419573049, 28.6595777237245564 ] } },
564
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "定结县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 87.7711035097017458, 28.3631810004833369 ] } },
565
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "萨迦县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 88.0085630225326696, 28.8997849271318294 ] } },
566
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "岗巴县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 88.5248834461031322, 28.2681356306758467 ] } },
567
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "江孜县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 89.5984390423359542, 28.9203495498954446 ] } },
568
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "康马县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 89.6841971233196347, 28.564412749441491 ] } },
569
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "仁布县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 89.8397762790721401, 29.2325028645030578 ] } },
570
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "班戈县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 90.0198987662546983, 31.3672883804117326 ] } },
571
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "索县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 93.7787211379010159, 31.8875897361407574 ] } },
572
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "比如县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 93.6808953793364765, 31.4820263294941327 ] } },
573
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "巴青县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 94.0596042910576671, 31.9236403408967426 ] } },
574
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "丁青县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 95.630394110154711, 31.411881660420633 ] } },
575
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "当雄县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 91.0994140978468465, 30.4873332069386862 ] } },
576
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "边坝县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 94.6979228354529994, 30.9408046219558912 ] } },
577
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "尼木县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 90.1621321890246605, 29.4329362522720039 ] } },
578
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "曲水县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 90.7295067183733721, 29.3571520484905157 ] } },
579
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "贡嘎县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 90.9819243467934058, 29.2905397111913608 ] } },
580
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "林周县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 91.2602712123948976, 29.8959169708129444 ] } },
581
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "乃东县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 91.7765384616398165, 29.2243814202926941 ] } },
582
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "扎囊县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 91.304594721540397, 29.2224445963684829 ] } },
583
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "琼结县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 91.6788349777870621, 29.0287251127667858 ] } },
584
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "加查县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 92.5822839408680522, 29.1380425833711634 ] } },
585
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "曲松县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 92.2049859173336159, 29.0575286230727876 ] } },
586
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "工布江达县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 93.2423841565117328, 29.8876299298775052 ] } },
587
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "朗县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 93.0956411393230781, 29.0460984831325995 ] } },
588
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "浪卡子县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 90.3993915675410591, 28.9688638945136319 ] } },
589
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "洛扎县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 90.8602599642332791, 28.3819989147797358 ] } },
590
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "措美县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 91.4360028412976646, 28.4377862729997837 ] } },
591
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "隆子县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 92.4626472587284809, 28.4100894650210911 ] } },
592
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "洛隆县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 95.8290935905336596, 30.7487408938508686 ] } },
593
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "嘉黎县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 93.5048236844291836, 30.6054232120294287 ] } },
594
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "波密县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 95.7448055022637874, 29.8653729054348247 ] } },
595
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "米林县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 94.1993279982820724, 29.214865413815744 ] } },
596
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "堆龙德庆县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 90.9531667122254674, 29.6624700787003093 ] } },
597
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "达孜县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 91.3529876732773118, 29.672023829151815 ] } },
598
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "墨竹工卡县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 91.7252492062026761, 29.834023497163443 ] } },
599
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "类乌齐县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 96.5878555626056539, 31.2175901911696023 ] } },
600
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "德格县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 98.5835337858240734, 31.8057981771354186 ] } },
601
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "江达县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 98.2078457513462837, 31.5069614914637732 ] } },
602
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "白玉县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 98.8267895592376107, 31.217564834929135 ] } },
603
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "甘孜县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 99.9865858518631683, 31.6317709824035838 ] } },
604
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "炉霍县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 100.675527250878474, 31.3957891716899695 ] } },
605
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "八宿县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 96.9160836231580731, 30.0541265802574031 ] } },
606
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "察雅县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 97.5587532762777556, 30.6612882131536217 ] } },
607
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "贡觉县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 98.2700740238947787, 30.8689888175410729 ] } },
608
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "巴塘县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 99.1141077047972061, 30.0121440792436864 ] } },
609
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "新龙县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 100.303538377378999, 30.9455736581311456 ] } },
610
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "道孚县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 101.121949486966273, 30.9896405414795169 ] } },
611
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "丹巴县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 101.887609454638223, 30.8766380313737727 ] } },
612
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "雅江县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 101.005577922800299, 30.0314191145104452 ] } },
613
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "左贡县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 97.8428662152888649, 29.6781409934111942 ] } },
614
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "芒康县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 98.5864230496978564, 29.6810034770891065 ] } },
615
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "理塘县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 100.268239167450844, 29.9939684474494399 ] } },
616
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "稻城县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 100.297061564641524, 29.0372421379045811 ] } },
617
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "九龙县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 101.513542217514839, 29.0045828805650068 ] } },
618
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "察隅县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 97.4758246818295362, 28.6754819501383551 ] } },
619
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "德钦县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 98.9145740143647316, 28.4917499767794311 ] } },
620
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "乡城县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 99.7987432414341242, 28.9272292129153215 ] } },
621
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "得荣县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 99.2838227625246788, 28.7131730816033794 ] } },
622
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "金川县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 102.05725315027361, 31.4874504400917594 ] } },
623
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "茂县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 103.852999949927593, 31.6895635369535889 ] } },
624
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "汶川县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 103.578112865789222, 31.4784182053599153 ] } },
625
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "理县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 103.164342078265477, 31.4548005396729664 ] } },
626
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "都江堰市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 103.621384242312601, 31.0150129205539393 ] } },
627
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "北川县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 104.444745422928577, 31.8260934139590077 ] } },
628
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "江油市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 104.740943203747662, 31.7787495008204353 ] } },
629
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "安县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 104.428515036143324, 31.6501348883616487 ] } },
630
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "绵竹市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 104.197599085676799, 31.3431086879292486 ] } },
631
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "什邡县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 104.174018537443899, 31.1348905024933522 ] } },
632
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "中江县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 104.679041671088484, 31.0448957769070546 ] } },
633
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "苍溪县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 105.933064465233088, 31.7437376852237101 ] } },
634
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "梓潼县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 105.157634126861041, 31.6390607095753964 ] } },
635
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "阆中市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 105.967055296099971, 31.5837894723248453 ] } },
636
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "盐亭县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 105.376119787116991, 31.2299274879393529 ] } },
637
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "三台县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 105.08757227420206, 31.09523980202869 ] } },
638
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "西充县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 105.880962849223437, 31.0110760014476909 ] } },
639
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "仪陇县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 106.403716686454473, 31.5274741960707665 ] } },
640
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "南部县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 106.058617599173488, 31.3602399636849931 ] } },
641
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "营山县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 106.565070630118328, 31.076415076253916 ] } },
642
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "蓬安县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 106.408926555852815, 31.0373573575661794 ] } },
643
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "通江县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 107.246019044835577, 31.9257607314801177 ] } },
644
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "平昌县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 107.109705172331317, 31.5742737802183981 ] } },
645
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "宣汉县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 107.715360779845454, 31.359995067815106 ] } },
646
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "达县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 107.625619742973527, 31.0984594943393198 ] } },
647
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "开江县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 107.867524434291781, 31.0794513155663523 ] } },
648
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "小金县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 102.355011427210954, 30.9934797628070982 ] } },
649
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "宝兴县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 102.82096401826044, 30.3729605925313955 ] } },
650
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "芦山县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 102.926676899579491, 30.160180364849694 ] } },
651
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "天全县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 102.750442455481377, 30.0792366232679456 ] } },
652
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "彭州市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 103.945042645691942, 30.9924965800852057 ] } },
653
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "郫县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 103.888741264497824, 30.8076878463666404 ] } },
654
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "温江县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 103.830569807095671, 30.702880718409066 ] } },
655
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "崇州市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 103.672575761469815, 30.6371743395647123 ] } },
656
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "大邑县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 103.523001932959886, 30.5853912372042593 ] } },
657
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "双流县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 103.923282250713413, 30.580502283935342 ] } },
658
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "新津县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 103.810909425258458, 30.4241420974056815 ] } },
659
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "邛崃市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 103.456790324988063, 30.417195820062144 ] } },
660
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "蒲江县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 103.502551615590761, 30.2147987584287456 ] } },
661
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "彭山县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 103.869221019463794, 30.2013536238269005 ] } },
662
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "名山县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 103.096021282496011, 30.0948321414927271 ] } },
663
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "眉山市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 103.831430116878224, 30.0510955787966374 ] } },
664
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "丹棱县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 103.512221968376991, 30.0267879678460972 ] } },
665
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "广汉市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 104.283051412625255, 30.9819274528577928 ] } },
666
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "青白江区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 104.256790760665268, 30.8805574092010744 ] } },
667
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "青神县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 103.845080557907494, 29.8378702761908912 ] } },
668
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "金堂县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 104.434545366836659, 30.8585309992717534 ] } },
669
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "新都县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 104.160528284400485, 30.832004410939355 ] } },
670
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "金牛区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 104.034785076575929, 30.7103689310892101 ] } },
671
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "龙泉驿区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 104.278211400751246, 30.5692241474469633 ] } },
672
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "简阳市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 104.550398444793046, 30.3908775988752069 ] } },
673
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "仁寿县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 104.143748117977907, 30.0050437385067319 ] } },
674
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "射洪县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 105.382379898143213, 30.8767353900973447 ] } },
675
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "蓬溪县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 105.708648316643533, 30.7769863328167794 ] } },
676
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "乐至县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 105.020900536343746, 30.2874305415489324 ] } },
677
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "潼南县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 105.821021033772382, 30.1742501626658388 ] } },
678
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "安岳县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 105.324528306802463, 30.1133000131848227 ] } },
679
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "渠县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 106.962290766229899, 30.8449402238148949 ] } },
680
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "南充县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 106.110348696898626, 30.7721411314455615 ] } },
681
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "岳池县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 106.440607107816419, 30.5462284634834518 ] } },
682
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "广安区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 106.631791987770583, 30.4750349457582246 ] } },
683
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "武胜县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 106.290953163247011, 30.3617648041223269 ] } },
684
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "邻水县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 106.919679293168258, 30.3359249967134019 ] } },
685
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "合川县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 106.259592188622349, 30.0045396074108517 ] } },
686
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "大竹县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 107.20489695184439, 30.7388089449286319 ] } },
687
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "梁平县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 107.789041958518723, 30.6672650905336219 ] } },
688
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "垫江县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 107.356250490023427, 30.3243454983966032 ] } },
689
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "泸定县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 102.240669580627127, 29.9237481219970967 ] } },
690
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "荥经县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 102.837264904665503, 29.7959189550373296 ] } },
691
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "汉源县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 102.676871199222774, 29.3546219260805543 ] } },
692
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "石棉县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 102.368963522412116, 29.2368353252383422 ] } },
693
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "洪雅县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 103.369668393907602, 29.9134086149799963 ] } },
694
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "夹江县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 103.572383657753875, 29.7419522376932157 ] } },
695
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "峨眉山市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 103.482181440419183, 29.6023193762916215 ] } },
696
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "沙湾区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 103.534472867096284, 29.4206407217507362 ] } },
697
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "五通桥区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 103.838210569115532, 29.4050465188031467 ] } },
698
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "金口河区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 103.082831547332475, 29.2480740112866684 ] } },
699
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "峨边彝族自治县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 103.266326197375463, 29.2270636802240062 ] } },
700
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "犍为县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 103.943093301744241, 29.2098255975825651 ] } },
701
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "资中县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 104.848356137000152, 29.7853414000485621 ] } },
702
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "井研县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 104.077416541792587, 29.6591007302795155 ] } },
703
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "荣县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 104.420355303109034, 29.4644848653497569 ] } },
704
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "贡井区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 104.679801892885791, 29.3665349152304174 ] } },
705
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "沿滩区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 104.870886735398656, 29.273107035052103 ] } },
706
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "富顺县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 104.988309704765726, 29.189302339380653 ] } },
707
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "大足县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 105.710508079961272, 29.7120598502705349 ] } },
708
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "双桥区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 105.772589596727187, 29.4920883871860475 ] } },
709
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "荣昌县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 105.596325108551611, 29.4133568275351713 ] } },
710
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "永川市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 105.896632699564805, 29.3608717014532274 ] } },
711
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "隆昌县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 105.273046911615339, 29.3499645836164511 ] } },
712
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "铜梁县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 106.041776563816441, 29.8530326177908627 ] } },
713
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "北碚区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 106.435056576667378, 29.8263439405301831 ] } },
714
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "江北县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 106.622661296729731, 29.7253408176585729 ] } },
715
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "璧山县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 106.217290924466255, 29.6000974475919136 ] } },
716
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "九龙坡区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 106.505658208532395, 29.526676851069233 ] } },
717
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "大渡口区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 106.4848776592588, 29.4865850485077559 ] } },
718
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "巴县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 106.523588580905155, 29.3797888701370127 ] } },
719
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "江津市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 106.252991684349311, 29.2820899976619096 ] } },
720
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "綦江县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 106.639351299072587, 29.0258366466443896 ] } },
721
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "丰都县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 107.714629242805387, 29.8879904343641094 ] } },
722
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "长寿县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 107.061202538801084, 29.8342307899983865 ] } },
723
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "涪陵区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 107.391020826900572, 29.703366937038485 ] } },
724
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "武隆县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 107.744509423384613, 29.3160528435092225 ] } },
725
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "南川市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 107.104733130795765, 29.1689283012549332 ] } },
726
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "甘洛县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 102.765143747462204, 28.9704151974745443 ] } },
727
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "越西县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 102.503717464981548, 28.6443334066629447 ] } },
728
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "冕宁县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 102.165629093969613, 28.5515182683223756 ] } },
729
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "喜德县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 102.407145357784273, 28.3112675712930439 ] } },
730
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "昭觉县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 102.835206252791551, 28.0193539204883919 ] } },
731
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "沐川县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 103.904662429993479, 28.9627465770436245 ] } },
732
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "马边彝族自治县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 103.530023070257386, 28.8336328222640361 ] } },
733
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "绥江县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 103.955383844979323, 28.5978271858845403 ] } },
734
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "美姑县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 103.127383300016845, 28.3259803224370437 ] } },
735
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "雷波县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 103.572524431971559, 28.262954247545057 ] } },
736
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "永善县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 103.635436010946862, 28.2392667905600909 ] } },
737
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "南溪县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 104.972019296849538, 28.8485584295443687 ] } },
738
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "宜宾县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 104.524218069207933, 28.7018844206811892 ] } },
739
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "屏山县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 104.160948973506748, 28.657715456600851 ] } },
740
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "水富县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 104.407475157076831, 28.6306419565141965 ] } },
741
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "长宁县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 104.907387681749725, 28.5785569468819283 ] } },
742
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "高县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 104.556528928906758, 28.3928531471371599 ] } },
743
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "珙县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 104.797784952556725, 28.3817559434823643 ] } },
744
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "筠连县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 104.513387891846733, 28.1641084902997356 ] } },
745
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "盐津县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 104.247841308205224, 28.0760586527715645 ] } },
746
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "合江县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 105.826750764675609, 28.8125756031339648 ] } },
747
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "纳溪区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 105.381739583757152, 28.7826360712771212 ] } },
748
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "江安县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 105.057211435159488, 28.7267429567789421 ] } },
749
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "赤水市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 105.697057449954499, 28.5851640138966694 ] } },
750
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "兴文县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 105.08633215364911, 28.341190123568218 ] } },
751
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "叙永县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 105.442561014926156, 28.1822928659374874 ] } },
752
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "古蔺县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 105.809380102934867, 28.0386728794768949 ] } },
753
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "南桐矿区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 106.935918721241151, 28.958366128920094 ] } },
754
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "习水县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 106.206660092669665, 28.3234295588552705 ] } },
755
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "桐梓县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 106.817455202606695, 28.1386575418973663 ] } },
756
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "道真仡佬族苗族自治县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 107.596645269606526, 28.8792231015139507 ] } },
757
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "正安县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 107.447421234133856, 28.5570196676413168 ] } },
758
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "务川仡佬族苗族自治县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 107.889882268205398, 28.5266937194408818 ] } },
759
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "华蓥市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 106.76963547306724, 30.3838680418139759 ] } },
760
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "威远县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 104.659181350849721, 29.5251601244633584 ] } },
761
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "白沙工农区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 108.148352819695873, 31.9779810803771412 ] } },
762
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "城口县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 108.669816488558638, 31.9507040273432033 ] } },
763
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "开县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 108.419588899779896, 31.1885260117722858 ] } },
764
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "镇坪县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 109.516388620445838, 31.8918378610731246 ] } },
765
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "巫溪县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 109.62259053267762, 31.4067570115801189 ] } },
766
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "巫山县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 109.888986857714798, 31.0819611349940743 ] } },
767
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "奉节县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 109.524867374265412, 31.0553230877267978 ] } },
768
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "神农架林区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 110.677098754014054, 31.7549444354303603 ] } },
769
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "兴山县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 110.759429747264832, 31.235867904600795 ] } },
770
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "巴东县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 110.404670111900302, 31.0306363494711981 ] } },
771
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "保康县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 111.267244513914505, 31.8886651033675008 ] } },
772
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "南漳县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 111.844909356344658, 31.7825079013719609 ] } },
773
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "远安县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 111.641932214499008, 31.068674993731964 ] } },
774
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "宜城市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 112.260320009408105, 31.7113256430281609 ] } },
775
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "钟祥市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 112.589457007196586, 31.1704401177224781 ] } },
776
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "随州市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 113.370038963429295, 31.7157272596602589 ] } },
777
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "广水市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 113.819220333687895, 31.6189392256001405 ] } },
778
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "安陆市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 113.689145757731609, 31.2643264539712966 ] } },
779
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "云梦县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 113.746626445640615, 31.0264295440663957 ] } },
780
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "京山县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 113.117060203723042, 31.0254240319324062 ] } },
781
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "云阳县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 108.891590830614064, 30.9674690810231965 ] } },
782
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "万州区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 108.374172932954963, 30.8137314950724246 ] } },
783
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "利川市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 108.933640922427358, 30.3003736078119772 ] } },
784
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "忠县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 108.031657792779214, 30.2991804747980673 ] } },
785
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "建始县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 109.72639179454255, 30.6112938961354999 ] } },
786
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "秭归县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 110.694307541323539, 31.0002302818191957 ] } },
787
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "五峰土家族自治县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 110.679005431311197, 30.2046032990192153 ] } },
788
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "当阳市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 111.787295359974976, 30.8321189667723026 ] } },
789
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "宜昌县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 111.324333284922744, 30.7738216574269181 ] } },
790
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "长阳土家族自治县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 111.191659164028209, 30.4748198791663576 ] } },
791
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "枝江市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 111.757763567907418, 30.4301369402376487 ] } },
792
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "枝城市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 111.458085798113828, 30.3929847538397055 ] } },
793
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "松滋市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 111.772953317748616, 30.1793688608157957 ] } },
794
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "沙洋区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 112.589925685892496, 30.7109808947171032 ] } },
795
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "潜江市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 112.893162612992683, 30.4215494095462127 ] } },
796
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "江陵县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 112.190954449382801, 30.3510424916152957 ] } },
797
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "公安县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 112.226674568336307, 30.0581245179672401 ] } },
798
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "应城市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 113.569901626941402, 30.9466093777116349 ] } },
799
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "天门市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 113.164330276018902, 30.656851523213696 ] } },
800
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "汉川市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 113.828927297625597, 30.6491077660389877 ] } },
801
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "仙桃市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 113.453046774429069, 30.3723601233279226 ] } },
802
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "石柱土家族自治县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 108.118529662843585, 29.9933652288157013 ] } },
803
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "黔江区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 108.783805989122229, 29.5267721496632625 ] } },
804
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "彭水苗族土家族自治县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 108.171040179877011, 29.2926390130964336 ] } },
805
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "宣恩县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 109.48034441304091, 29.9901676986969576 ] } },
806
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "咸丰县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 109.144365358238858, 29.6769557823154884 ] } },
807
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "来凤县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 109.404931696579524, 29.5057860064215092 ] } },
808
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "龙山县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 109.438012458135944, 29.4591530217980981 ] } },
809
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "永顺县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 109.852732148422433, 29.0064753126949881 ] } },
810
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "鹤峰县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 110.025678139055358, 29.8931400061834474 ] } },
811
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "桑植县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 110.16250066654446, 29.3932667065637432 ] } },
812
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "武陵源区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 110.566870805907612, 29.3547023138559311 ] } },
813
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "澧县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 111.757161557963613, 29.6407360243341351 ] } },
814
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "津市市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 111.876374565890828, 29.636373706604715 ] } },
815
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "石门县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 111.373771724346184, 29.5891266929631378 ] } },
816
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "临澧县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 111.652188428644465, 29.4492463538075384 ] } },
817
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "慈利县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 111.121864979266576, 29.4269228588241738 ] } },
818
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "监利县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 112.900451008717909, 29.8163432009601799 ] } },
819
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "石首市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 112.406648232032111, 29.7248944238252371 ] } },
820
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "华容县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 112.559481529307078, 29.5193369499886664 ] } },
821
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "安乡县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 112.167581337512118, 29.409258540206487 ] } },
822
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "南县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 112.408397296190699, 29.3666621839088862 ] } },
823
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "嘉鱼县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 113.895806760278617, 29.9761850602517548 ] } },
824
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "洪湖市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 113.462805256643023, 29.8143408602098745 ] } },
825
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "蒲圻市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 113.874835346159671, 29.7089337252418666 ] } },
826
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "临湘市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 113.44934385087906, 29.4738260204092448 ] } },
827
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "通城县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 113.806652170799694, 29.2617678671031918 ] } },
828
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "岳阳县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 113.113154381338248, 29.1408600760272201 ] } },
829
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "酉阳土家族苗族自治县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 108.766094595325114, 28.8422183024364216 ] } },
830
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "沿河土家族自治县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 108.494017410557149, 28.5613198799935013 ] } },
831
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "秀山土家族苗族自治县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 108.987979599388666, 28.4508931176275226 ] } },
832
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "德江县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 108.119067697836641, 28.2603041129504007 ] } },
833
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "印江土家族苗族自治县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 108.411374667598665, 28.0081487169899894 ] } },
834
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "保靖县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 109.648236504812104, 28.7091525578859752 ] } },
835
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "古丈县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 109.95241394640334, 28.6128101921001203 ] } },
836
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "花垣县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 109.487612287270508, 28.5883573131206852 ] } },
837
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "松桃苗族自治县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 109.194494328625353, 28.1693851599557554 ] } },
838
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "沅陵县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 110.397104759236512, 28.4587534179965189 ] } },
839
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "泸溪县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 110.154348376930997, 28.2805881596849105 ] } },
840
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "辰溪县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 110.182778599605101, 28.019035802585627 ] } },
841
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "桃源县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 111.477932729224747, 28.9021676048955669 ] } },
842
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "安化县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 111.214704971164878, 28.3859226054080906 ] } },
843
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "沅江市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 112.38015515990709, 28.8384015530686568 ] } },
844
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "湘阴县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 112.880487210474641, 28.6767722045625888 ] } },
845
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "益阳县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 112.372914258133022, 28.5682760936939744 ] } },
846
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "桃江县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 112.134168184583046, 28.5201796050907994 ] } },
847
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "望城县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 112.80711453767637, 28.3771352914068267 ] } },
848
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "宁乡县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 112.550667850122025, 28.259854464509985 ] } },
849
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "长沙县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 112.978328279708577, 28.1987502926757969 ] } },
850
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "汨罗市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 113.081042608415828, 28.8122844994479763 ] } },
851
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "平江县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 113.575154632480078, 28.710373278279949 ] } },
852
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "浏阳市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 113.621654056230454, 28.1501218084087554 ] } },
853
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "汉寿县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 111.970145088310204, 28.9123368788552462 ] } },
854
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "新县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 114.857797350277735, 31.6259576050618563 ] } },
855
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "大悟县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 114.114987802487136, 31.5563342190037304 ] } },
856
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "红安县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 114.615969812110876, 31.2882575216268535 ] } },
857
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "商城县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 115.407332336963634, 31.8041365776062541 ] } },
858
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "金寨县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 115.859403591928171, 31.6857838476004687 ] } },
859
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "六安市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 116.494420370662525, 31.7552092137288859 ] } },
860
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "舒城县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 116.938850515287427, 31.4570547831547742 ] } },
861
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "霍山县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 116.32040433200315, 31.4083918541431473 ] } },
862
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "桐城市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 116.938918661406134, 31.0528787034023388 ] } },
863
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "肥东县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 117.471636348357734, 31.8883675368519306 ] } },
864
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "肥西县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 117.158077400058474, 31.717549230714873 ] } },
865
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "无为县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 117.911654810904054, 31.2991151979017879 ] } },
866
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "庐江县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 117.288668578342595, 31.2539645228733747 ] } },
867
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "江宁区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 118.840072171901411, 31.9564737736048272 ] } },
868
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "含山县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 118.103341872333928, 31.7207239007219535 ] } },
869
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "和县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 118.361468511889129, 31.7148308129597432 ] } },
870
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "当涂县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 118.483790841939438, 31.5562881869832488 ] } },
871
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "高淳县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 118.861869326490364, 31.3222270519645178 ] } },
872
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "芜湖县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 118.566180830551843, 31.1478227192386043 ] } },
873
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "繁昌县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 118.194611027115968, 31.0911579957915833 ] } },
874
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "丹阳市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 119.570231292316848, 31.9964096201511765 ] } },
875
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "句容市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 119.16310048257364, 31.9471433026641165 ] } },
876
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "武进市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 119.95268993897497, 31.7833857816404226 ] } },
877
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "金坛市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 119.570999898329319, 31.7475816684483512 ] } },
878
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "溧水县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 119.023235279519554, 31.6571600911470128 ] } },
879
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "溧阳县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 119.486375943307038, 31.4313027178897464 ] } },
880
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "宜兴市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 119.81476398256558, 31.3642320173492308 ] } },
881
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "郎溪县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 119.181836511161976, 31.1347430382675867 ] } },
882
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "长兴县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 119.901754213593975, 31.0144796735758312 ] } },
883
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "黄陂县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 114.365831865544791, 30.8762719404516162 ] } },
884
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "新洲区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 114.799372893097612, 30.8464401633250453 ] } },
885
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "东西湖区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 114.132475036987444, 30.6373577570415314 ] } },
886
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "汉阳区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 114.025862114552055, 30.5815819110008995 ] } },
887
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "黄州区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 114.865743104996127, 30.44757997074203 ] } },
888
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "武昌区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 114.31562873136923, 30.353959582774376 ] } },
889
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "汉南区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 114.075692524376578, 30.3288077016588637 ] } },
890
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "大冶市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 114.963214268192985, 30.0937235812907851 ] } },
891
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "罗田县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 115.390667846575454, 30.7909443574093125 ] } },
892
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "英山县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 115.669724800735992, 30.7427345575121898 ] } },
893
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "浠水县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 115.25230301208741, 30.4592831048214094 ] } },
894
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "蕲春县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 115.424966552072902, 30.2390611737364736 ] } },
895
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "黄梅县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 115.935218864117857, 30.0797834300763256 ] } },
896
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "岳西县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 116.35847291631012, 30.8577577132957899 ] } },
897
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "潜山县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 116.567497271798899, 30.630937487658862 ] } },
898
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "太湖县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 116.265368666762427, 30.4206472439762514 ] } },
899
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "怀宁县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 116.64738833655403, 30.4095927839730962 ] } },
900
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "宿松县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 116.114483704553365, 30.1517963196947534 ] } },
901
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "望江县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 116.674627778827457, 30.1241179598794915 ] } },
902
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "铜陵县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 117.787829940091143, 30.9544397590702616 ] } },
903
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "枞阳县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 117.210903969756131, 30.6943005922740113 ] } },
904
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "青阳县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 117.86338032195458, 30.6372261336931082 ] } },
905
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "石台县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 117.467018218059451, 30.2083489503099223 ] } },
906
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "东至县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 117.017986352786735, 30.0981892899346235 ] } },
907
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "南陵县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 118.332753717719299, 30.9250281550854105 ] } },
908
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "泾县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 118.406934400964033, 30.6872961169389562 ] } },
909
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "宁国市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 118.977898563186912, 30.6205505701735419 ] } },
910
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "旌德县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 118.539115744475652, 30.2916026843377537 ] } },
911
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "绩溪县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 118.5844558075934, 30.078345231941821 ] } },
912
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "广德县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 119.420561294212987, 30.8952722880300747 ] } },
913
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "安吉县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 119.687536657758969, 30.6382810508734735 ] } },
914
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "临安市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 119.72165527203201, 30.2316277669597113 ] } },
915
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "富阳市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 119.948129985103193, 30.0540012593398593 ] } },
916
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "通山县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 114.504060856711803, 29.5977278497477805 ] } },
917
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "崇阳县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 114.044069090786721, 29.5493780779167139 ] } },
918
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "修水县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 114.559870305217544, 29.0392734218849995 ] } },
919
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "武穴市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 115.557428408715623, 29.8559960729016076 ] } },
920
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "阳新县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 115.209889527773612, 29.8307095825317425 ] } },
921
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "瑞昌市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 115.654750195929452, 29.6859143554084923 ] } },
922
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "九江县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 115.891765865476145, 29.6106961194241158 ] } },
923
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "德安县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 115.745301073571341, 29.3311319282828933 ] } },
924
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "武宁县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 115.10155467429945, 29.2631054449972758 ] } },
925
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "永修县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 115.810031577158966, 29.0479020139243822 ] } },
926
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "彭泽县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 116.551513681974768, 29.8966717896470051 ] } },
927
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "湖口县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 116.218304598493958, 29.7355676170300285 ] } },
928
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "星子县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 116.041398993137364, 29.4540544991746138 ] } },
929
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "都昌县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 116.189471966510965, 29.2731293863602069 ] } },
930
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "黟县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 117.930538619396927, 29.9336897716639321 ] } },
931
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "祁门县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 117.707302623341036, 29.8547189911962008 ] } },
932
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "浮梁县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 117.236668644419709, 29.3833061555480448 ] } },
933
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "婺源县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 117.844913203216379, 29.245287228492824 ] } },
934
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "歙县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 118.434280962895201, 29.866339546178768 ] } },
935
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "休宁县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 118.176104059481958, 29.78175981421969 ] } },
936
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "开化县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 118.405216678612248, 29.1454051490589698 ] } },
937
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "桐庐县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 119.665311514060448, 29.8030214030066176 ] } },
938
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "淳安县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 119.039644800087629, 29.6030079118244593 ] } },
939
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "建德市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 119.272489977750851, 29.4806645248194314 ] } },
940
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "浦江县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 119.884045104082446, 29.459263588654089 ] } },
941
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "兰溪市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 119.479213672242793, 29.2050051441802729 ] } },
942
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "金华县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 119.650287387155998, 29.105261437172917 ] } },
943
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "龙游县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 119.172735183710941, 29.0353379602074249 ] } },
944
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "铜鼓县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 114.356343458024497, 28.521189478600931 ] } },
945
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "宜丰县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 114.779143506876636, 28.3938637638439069 ] } },
946
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "上高县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 114.926996628910217, 28.241917276215748 ] } },
947
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "万载县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 114.449614389470213, 28.1120729396660991 ] } },
948
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "靖安县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 115.356899559322954, 28.8615845970197142 ] } },
949
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "奉新县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 115.37740949253633, 28.7077864267662548 ] } },
950
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "新建县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 115.813950256615058, 28.6862366919395342 ] } },
951
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "南昌县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 115.932702680395636, 28.5530396350549722 ] } },
952
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "高安市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 115.372538319377085, 28.4261487405955577 ] } },
953
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "丰城市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 115.786047674415187, 28.1982988993687869 ] } },
954
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "樟树市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 115.539861101032841, 28.0649159314431706 ] } },
955
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "波阳县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 116.664122656370921, 28.9947252417439643 ] } },
956
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "余干县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 116.682241826908182, 28.6920970689186099 ] } },
957
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "进贤县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 116.259350012468943, 28.3650318139662154 ] } },
958
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "东乡县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 116.606388032457801, 28.232835026450644 ] } },
959
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "余江县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 116.810172927456307, 28.2033117607615651 ] } },
960
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "乐平市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 117.124393986039863, 28.9655501145317835 ] } },
961
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "德兴市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 117.580435270923289, 28.9539652985524363 ] } },
962
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "万年县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 117.06914141823259, 28.6924207862017049 ] } },
963
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "上饶县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 117.903410841668006, 28.4272355074858041 ] } },
964
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "横峰县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 117.603363432722574, 28.4243025199364894 ] } },
965
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "弋阳县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 117.421618853553326, 28.4024197144975226 ] } },
966
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "铅山县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 117.706185440376956, 28.3083758117714694 ] } },
967
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "贵溪市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 117.202572953791886, 28.2884431645500314 ] } },
968
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "衢县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 118.867997234552774, 28.9573705879475973 ] } },
969
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "常山县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 118.502997927075072, 28.9042819191032656 ] } },
970
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "江山市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 118.616279904526863, 28.7358580910331689 ] } },
971
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "玉山县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 118.240510348439486, 28.6801483812293405 ] } },
972
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "广丰县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 118.191687998497159, 28.4390106921612258 ] } },
973
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "武义县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 119.802640038662702, 28.8959935940939374 ] } },
974
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "遂昌县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 119.263825138125355, 28.5884345878883153 ] } },
975
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "松阳县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 119.485699887308783, 28.4512849281001721 ] } },
976
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "云和县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 119.564120055630767, 28.1129317787742181 ] } },
977
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "龙泉市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 119.121259077664874, 28.083095950022571 ] } },
978
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "安义县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 115.550164303295091, 28.843122655937151 ] } },
979
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "湾里区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 115.731298335210894, 28.7200976267882098 ] } },
980
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "江阴市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 120.2664887691286, 31.9093729406665538 ] } },
981
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "张家港市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 120.544945680992527, 31.8652768469383219 ] } },
982
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "常熟市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 120.734199221208073, 31.647177671494088 ] } },
983
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "无锡县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 120.296607560232118, 31.5751811634685922 ] } },
984
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "昆山市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 120.948643118744954, 31.3866975252612441 ] } },
985
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "吴县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 120.619024253994937, 31.3132995361273707 ] } },
986
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "吴江县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 120.638193870428282, 31.1676515482588385 ] } },
987
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "海门市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 121.16862191411694, 31.8943306185725852 ] } },
988
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "启东市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 121.663184087586401, 31.8109446609834734 ] } },
989
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "崇明县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 121.390315922155452, 31.6282373085978818 ] } },
990
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "太仓市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 121.099047362365084, 31.4515901347851106 ] } },
991
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "宝山区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 121.487767019707064, 31.4085194847941587 ] } },
992
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "嘉定区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 121.249440798202315, 31.3864331492436008 ] } },
993
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "川沙县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 121.69826103926232, 31.1977373006316974 ] } },
994
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "青浦县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 121.108175702625658, 31.1453559936806599 ] } },
995
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "上海县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 121.372492183836883, 31.1067130098391829 ] } },
996
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "南汇县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 121.752331506444946, 31.0559002193603533 ] } },
997
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "松江区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 121.228057914624827, 31.0100567482277434 ] } },
998
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "闵行区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 121.417242713342446, 31.0096548676437429 ] } },
999
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "嘉善县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 120.917629028586362, 30.8444028525822951 ] } },
1000
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "桐乡市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 120.543138343502349, 30.6422544779339887 ] } },
1001
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "德清县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 120.08518624993502, 30.553709687228185 ] } },
1002
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "海宁市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 120.694021490549872, 30.529284554262869 ] } },
1003
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "海盐县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 120.932427441185382, 30.5184312737104513 ] } },
1004
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "余杭市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 120.29772092332847, 30.4321113429821963 ] } },
1005
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "萧山市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 120.259318411315533, 30.1620561007960397 ] } },
1006
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "上虞市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 120.877153074583703, 30.0178465024863073 ] } },
1007
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "绍兴县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 120.578655523317295, 30.0050785681902461 ] } },
1008
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "奉贤县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 121.455703104043664, 30.9161868250400431 ] } },
1009
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "金山区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 121.158485482893695, 30.9017959069135415 ] } },
1010
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "平湖市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 121.012750592379746, 30.7047956359125394 ] } },
1011
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "慈溪市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 121.241703146912442, 30.1746859951529665 ] } },
1012
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "余姚市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 121.153170174439509, 30.049628894975811 ] } },
1013
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "嵊泗县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 122.454827111776964, 30.7241332142047803 ] } },
1014
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "岱山县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 122.207687768681637, 30.2421307964566601 ] } },
1015
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "定海区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 122.101533669563665, 30.0157167802848335 ] } },
1016
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "诸暨市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 120.228045091331893, 29.7136962432773579 ] } },
1017
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "嵊州市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 120.815679021964726, 29.5880441572752346 ] } },
1018
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "新昌县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 120.902510640453116, 29.4952059068676 ] } },
1019
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "义乌市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 120.071998907603259, 29.3006386090109636 ] } },
1020
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "东阳市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 120.228362569633134, 29.2611171493566538 ] } },
1021
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "磐安县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 120.431786435503383, 29.0512210529259676 ] } },
1022
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "镇海区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 121.712143565372045, 29.9542584011049193 ] } },
1023
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "鄞县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 121.543078808825342, 29.8668724411822311 ] } },
1024
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "奉化市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 121.407324122320986, 29.6522097668831179 ] } },
1025
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "象山县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 121.86660444059072, 29.474975067365822 ] } },
1026
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "宁海县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 121.425962370273979, 29.2841622950942266 ] } },
1027
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "天台县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 121.026961645939039, 29.1388021898235259 ] } },
1028
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "三门县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 121.376980119098363, 29.1098410184903145 ] } },
1029
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "普陀区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 122.293428049299706, 29.9521115798135789 ] } },
1030
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "永康市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 120.025625555093271, 28.897811698692621 ] } },
1031
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "仙居县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 120.733852768384637, 28.8527467403164906 ] } },
1032
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "缙云县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 120.058815022367213, 28.6489305449026901 ] } },
1033
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "永嘉县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 120.689807741521889, 28.1513968014729841 ] } },
1034
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "青田县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 120.288527914010444, 28.1444023951402578 ] } },
1035
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "乐清市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 120.958084166250273, 28.1312002096010545 ] } },
1036
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "瓯海区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 120.653606122645201, 28.0188142845930024 ] } },
1037
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "临海市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 121.121002245575298, 28.843669831405446 ] } },
1038
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "黄岩区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 121.258754459530763, 28.6431451721224661 ] } },
1039
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "温岭市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 121.354015163066478, 28.3644341256185157 ] } },
1040
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "玉环县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 121.228080794579384, 28.1405381858506622 ] } },
1041
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "日土县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 79.6532001483958965, 33.4229757798259328 ] } },
1042
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "革吉县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 81.1190144084273044, 32.3928298000260071 ] } },
1043
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "改则县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 84.0579398355760787, 32.2996615578929536 ] } },
1044
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "曲麻莱县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 95.7727827558985894, 34.1278879584582171 ] } },
1045
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "治多县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 95.6135995082772752, 33.8578632130499102 ] } },
1046
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "安多县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 91.6702964629476469, 32.2601317818397604 ] } },
1047
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "聂荣县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 92.2900563428357827, 32.1146731874389033 ] } },
1048
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "杂多县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 95.300644870667611, 32.9025744631616135 ] } },
1049
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "兴海县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 99.9907288159064365, 35.5903622696705781 ] } },
1050
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "贵南县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 100.743501719502476, 35.5850071736583047 ] } },
1051
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "同德县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 100.574937669374663, 35.2554105255032084 ] } },
1052
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "泽库县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 101.470762745241274, 35.0372562848394793 ] } },
1053
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "玛多县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 98.2082863438329525, 34.9224571777911024 ] } },
1054
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "河南蒙古族自治县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 101.612997092723361, 34.7382885635073109 ] } },
1055
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "称多县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 97.1038912156523963, 33.3608400875414262 ] } },
1056
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "甘德县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 99.8990317945254276, 33.9601531502343263 ] } },
1057
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "达日县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 99.6518945717956655, 33.7505086386861208 ] } },
1058
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "久治县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 101.482605436869036, 33.4265145588743522 ] } },
1059
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "囊谦县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 96.4767273936759437, 32.2090747361721839 ] } },
1060
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "石渠县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 98.0970068510793993, 32.9775415951223891 ] } },
1061
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "班玛县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 100.735686255083621, 32.9173636214341627 ] } },
1062
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "色达县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 100.334616774533785, 32.2705222286070708 ] } },
1063
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "壤塘县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 100.974543663189422, 32.2689969932213714 ] } },
1064
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "阿坝县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 101.705942141304291, 32.8997673226885468 ] } },
1065
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "尖扎县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 102.036507174658595, 35.9369673799696301 ] } },
1066
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "循化撒拉族自治县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 102.480719684473129, 35.8467789774435204 ] } },
1067
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "积石山保安族东乡族撒拉族自治县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 102.872380730772434, 35.7200067715252985 ] } },
1068
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "临夏县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 102.980953949614531, 35.4973804940551432 ] } },
1069
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "夏河县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 102.505591070534535, 35.2056714823618293 ] } },
1070
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "永靖县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 103.340293597805626, 35.9483014731908241 ] } },
1071
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "东乡族自治县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 103.389385169332968, 35.6647799746062546 ] } },
1072
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "广河县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 103.56403014554428, 35.4789774260405935 ] } },
1073
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "和政县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 103.345604118262159, 35.4311783948824086 ] } },
1074
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "临洮县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 103.857908350170234, 35.3798515991518698 ] } },
1075
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "康乐县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 103.703534076674529, 35.372366398445223 ] } },
1076
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "榆中县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 104.107845095066565, 35.8475347956832451 ] } },
1077
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "渭源县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 104.210148192420831, 35.1401880093802106 ] } },
1078
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "陇西县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 104.635589959220994, 35.0078344875679761 ] } },
1079
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "西吉县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 105.7244202621103, 35.9719462560353662 ] } },
1080
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "会宁县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 105.056141563509343, 35.6949099369275729 ] } },
1081
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "静宁县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 105.72884024378304, 35.5248045421558771 ] } },
1082
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "通渭县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 105.249496896592277, 35.2146295476418203 ] } },
1083
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "彭阳县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 106.642635850184789, 35.8441814550070461 ] } },
1084
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "隆德县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 106.122271216083007, 35.6178012515021507 ] } },
1085
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "泾源县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 106.340847223805511, 35.4947937730697376 ] } },
1086
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "华亭县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 106.651995664693999, 35.2195432584516865 ] } },
1087
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "庄浪县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 106.045768900463628, 35.2014881414470651 ] } },
1088
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "镇原县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 107.196871164035812, 35.6845970380060677 ] } },
1089
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "宁县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 107.930551350609292, 35.5021329344676531 ] } },
1090
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "泾川县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 107.363455437614832, 35.329510996326853 ] } },
1091
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "崇信县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 107.04578662421595, 35.3066067509643275 ] } },
1092
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "长武县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 107.789397078344436, 35.2061412663805839 ] } },
1093
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "灵台县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 107.616372149462492, 35.07260078720644 ] } },
1094
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "碌曲县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 102.48949127532066, 34.5973375399534362 ] } },
1095
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "临潭县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 103.359535024425298, 34.6894078700599025 ] } },
1096
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "卓尼县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 103.507539138779904, 34.5987611555801777 ] } },
1097
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "迭部县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 103.218201618282677, 34.0627854625365885 ] } },
1098
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "漳县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 104.472125490428851, 34.8513303973064978 ] } },
1099
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "武山县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 104.885286853229431, 34.7207078712206112 ] } },
1100
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "岷县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 104.030223514091418, 34.4371411620406676 ] } },
1101
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "宕昌县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 104.395663591833923, 34.0515706456582876 ] } },
1102
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "秦安县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 105.672728494632878, 34.8639146191268594 ] } },
1103
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "甘谷县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 105.329089030106516, 34.7401292389347631 ] } },
1104
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "秦城区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 105.716979626856727, 34.5861611549521086 ] } },
1105
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "北道区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 105.89917461108918, 34.5781309546051219 ] } },
1106
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "礼县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 105.178294851294083, 34.1920454647266467 ] } },
1107
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "西和县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 105.290737889085193, 34.0126069169693181 ] } },
1108
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "张家川回族自治县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 106.212393398212399, 34.9957460575583212 ] } },
1109
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "陇县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 106.853010961035466, 34.8921017418141517 ] } },
1110
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "清水县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 106.136611190604853, 34.7469962030201245 ] } },
1111
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "麟游县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 107.813217111582333, 34.6846350229448532 ] } },
1112
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "千阳县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 107.133918461774911, 34.6455647400091422 ] } },
1113
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "凤翔县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 107.385985242414463, 34.5232051702692218 ] } },
1114
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "岐山县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 107.627161743262931, 34.440321365422605 ] } },
1115
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "扶风县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 107.868568239224572, 34.3625076425808444 ] } },
1116
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "宝鸡县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 107.381644951084766, 34.3505217748932878 ] } },
1117
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "眉县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 107.754865037547916, 34.2742449963258906 ] } },
1118
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "太白县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 107.305122592548742, 34.0674662470322502 ] } },
1119
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "玛曲县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 102.076750716861156, 33.995869368920566 ] } },
1120
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "若尔盖县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 102.958344970731545, 33.5800987791201706 ] } },
1121
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "舟曲县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 104.365382838056178, 33.7914755024318509 ] } },
1122
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "武都县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 104.929278098934731, 33.3955057203707355 ] } },
1123
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "九寨沟县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 104.225829232950161, 33.2594859374617826 ] } },
1124
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "康县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 105.600086116363471, 33.3373495162980973 ] } },
1125
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "凤县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 106.512830989087959, 33.9189877510548428 ] } },
1126
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "两当县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 106.298585180153168, 33.9103056662140929 ] } },
1127
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "徽县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 106.086699381018903, 33.778227128568922 ] } },
1128
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "留坝县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 106.927401981889545, 33.619905632263162 ] } },
1129
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "略阳县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 106.161341186997262, 33.3330652893809756 ] } },
1130
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "勉县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 106.6715147660029, 33.1570895902525322 ] } },
1131
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "南郑县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 106.931211601351194, 33.0055514461992416 ] } },
1132
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "佛坪县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 107.99216057236805, 33.5265460313243935 ] } },
1133
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "洋县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 107.541798133644249, 33.2217493473998999 ] } },
1134
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "城固县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 107.328002344095964, 33.1577912274344513 ] } },
1135
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "红原县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 102.548974722306312, 32.7939799128404275 ] } },
1136
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "黑水县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 102.979986783496798, 32.0662626779299202 ] } },
1137
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "松潘县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 103.592662596395556, 32.6489736032432702 ] } },
1138
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "文县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 104.67807140471399, 32.9486588353890113 ] } },
1139
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "平武县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 104.529707544300692, 32.4138011680660583 ] } },
1140
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "朝天区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 105.892403711767884, 32.6296553880851832 ] } },
1141
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "青川县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 105.231416144689476, 32.5830585661750405 ] } },
1142
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "市中区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 105.83301207221578, 32.4445367133655225 ] } },
1143
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "剑阁县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 105.46333220169906, 32.034039586337876 ] } },
1144
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "宁强县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 106.254353424210521, 32.8202840716098692 ] } },
1145
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "南江县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 106.8328085003468, 32.3623996937562097 ] } },
1146
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "旺苍县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 106.291414104180873, 32.223390161376507 ] } },
1147
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "西乡县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 107.760443734113025, 32.9909295977591555 ] } },
1148
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "镇巴县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 107.896056824841096, 32.5349374142214813 ] } },
1149
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "合水县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 108.019094222276848, 35.8185410270119178 ] } },
1150
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "正宁县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 108.370483546124433, 35.4954294028203421 ] } },
1151
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "旬邑县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 108.332671963764128, 35.1231961625944962 ] } },
1152
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "彬县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 108.078074833022356, 35.0403547759182743 ] } },
1153
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "富县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 109.367282138847969, 35.9963420447743516 ] } },
1154
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "洛川县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 109.427543369617922, 35.7623134145113255 ] } },
1155
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "黄龙县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 109.836914404865311, 35.5920825485559931 ] } },
1156
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "黄陵县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 109.263938496588764, 35.5901802653858326 ] } },
1157
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "宜君县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 109.1132239703403, 35.3979806964975623 ] } },
1158
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "澄城县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 109.930576153167323, 35.1916115947595287 ] } },
1159
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "白水县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 109.587186663720161, 35.182319884920183 ] } },
1160
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "乡宁县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 110.833143010956206, 35.973886444299481 ] } },
1161
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "稷山县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 110.978996112714185, 35.6028649732123483 ] } },
1162
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "河津市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 110.697968282604208, 35.5881061597683583 ] } },
1163
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "韩城市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 110.437790781341562, 35.4666412090143979 ] } },
1164
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "万荣县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 110.831851561885784, 35.4162735842392706 ] } },
1165
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "合阳县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 110.151162350029097, 35.2432822841450175 ] } },
1166
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "临猗县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 110.774199303857429, 35.1486404504112073 ] } },
1167
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "浮山县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 111.84263113843231, 35.9681514817018879 ] } },
1168
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "襄汾县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 111.436689544617821, 35.8684143223741145 ] } },
1169
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "翼城县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 111.708626734999754, 35.7394672963308153 ] } },
1170
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "曲沃县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 111.470199839713217, 35.6419888519295256 ] } },
1171
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "新绛县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 111.216322731165207, 35.6171128326346818 ] } },
1172
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "侯马市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 111.33824609099679, 35.6095674643595075 ] } },
1173
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "绛县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 111.561511940057358, 35.4899437156686375 ] } },
1174
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "闻喜县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 111.217382065822804, 35.3584217836695913 ] } },
1175
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "垣曲县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 111.670614416702463, 35.3015348291162923 ] } },
1176
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "夏县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 111.220221556379684, 35.1381454729898195 ] } },
1177
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "高平市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 112.919810526402827, 35.7927607727663712 ] } },
1178
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "沁水县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 112.170329401238106, 35.6911024285026386 ] } },
1179
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "阳城县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 112.418205632499607, 35.4912920122579507 ] } },
1180
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "济源市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 112.582878886877268, 35.0931288789078693 ] } },
1181
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "沁阳市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 112.937208604517082, 35.0899920245225303 ] } },
1182
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "陵川县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 113.277240392731969, 35.7788286652595175 ] } },
1183
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "辉县市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 113.794383511979504, 35.459370169048853 ] } },
1184
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "新乡县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 113.868494987892717, 35.3106320785521604 ] } },
1185
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "获嘉县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 113.660459109206769, 35.2688187881820951 ] } },
1186
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "修武县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 113.435072777178192, 35.2318886226338321 ] } },
1187
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "博爱县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 113.062702312482116, 35.1665352316065949 ] } },
1188
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "武陟县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 113.39269113715622, 35.0995811396183726 ] } },
1189
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "原阳县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 113.96321660402505, 35.0526357942957603 ] } },
1190
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "耀县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 108.971579225862413, 34.9139623896462652 ] } },
1191
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "淳化县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 108.570188036347872, 34.8094147757593859 ] } },
1192
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "永寿县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 108.138486037804796, 34.6959029650656063 ] } },
1193
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "三原县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 108.926397496108706, 34.620434679842127 ] } },
1194
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "泾阳县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 108.837664929018359, 34.5340230807000239 ] } },
1195
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "乾县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 108.235688475889205, 34.5309866347242291 ] } },
1196
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "礼泉县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 108.416653363139389, 34.4906526679775425 ] } },
1197
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "兴平市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 108.482694887312462, 34.2994028380267153 ] } },
1198
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "杨陵区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 108.075443770614285, 34.2783768085237028 ] } },
1199
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "武功县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 108.197547082990951, 34.2695945251917564 ] } },
1200
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "周至县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 108.212077347417264, 34.1718185848303904 ] } },
1201
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "长安县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 108.945107249852697, 34.1621126382101608 ] } },
1202
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "户县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 108.603997908979608, 34.1124980305957521 ] } },
1203
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "蒲城县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 109.585246168203824, 34.9566294682785994 ] } },
1204
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "大荔县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 109.939185561894234, 34.7979348702291347 ] } },
1205
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "富平县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 109.161684168784589, 34.7551190504863783 ] } },
1206
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "阎良区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 109.217895566034571, 34.6747724050056121 ] } },
1207
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "高陵县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 109.080581564997473, 34.5340108032388073 ] } },
1208
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "华县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 109.760020092599888, 34.5203116683164097 ] } },
1209
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "临潼区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 109.2128348856005, 34.3690333997423494 ] } },
1210
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "蓝田县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 109.321677463303203, 34.1543760376091967 ] } },
1211
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "永济市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 110.443869552522585, 34.8672754744733666 ] } },
1212
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "芮城县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 110.688445852056333, 34.6979947608985171 ] } },
1213
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "华阴市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 110.089499189436154, 34.5689951576001988 ] } },
1214
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "潼关县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 110.245613402760213, 34.5464074812045112 ] } },
1215
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "灵宝市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 110.865540275306728, 34.5281951309209347 ] } },
1216
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "洛南县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 110.135099419309341, 34.0964327883037086 ] } },
1217
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "平陆县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 111.211130522061993, 34.8417796850770003 ] } },
1218
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "陕县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 111.195139928003925, 34.7823875489561729 ] } },
1219
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "渑池县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 111.766495515421994, 34.7658841578395581 ] } },
1220
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "义马市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 111.918369554173282, 34.7267630909289267 ] } },
1221
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "洛宁县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 111.653581364258471, 34.3864859241832477 ] } },
1222
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "卢氏县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 111.041083863858844, 34.053285481058694 ] } },
1223
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "孟州市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 112.78301375495785, 34.9038657308809022 ] } },
1224
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "孟津县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 112.435924015312168, 34.8289900250334767 ] } },
1225
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "巩义市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 112.966638327252397, 34.7695056812219292 ] } },
1226
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "新安县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 112.144495753985979, 34.7337437696853399 ] } },
1227
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "偃师市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 112.780153109516334, 34.7318163651782825 ] } },
1228
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "宜阳县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 112.165415660057789, 34.5133984007869188 ] } },
1229
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "伊川县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 112.426482484987389, 34.4226250684719304 ] } },
1230
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "汝州市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 112.837232796422143, 34.1624340474218755 ] } },
1231
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "汝阳县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 112.458042513759864, 34.1564227629368062 ] } },
1232
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "嵩县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 112.087742461584611, 34.1478863693363479 ] } },
1233
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "温县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 113.075681884916932, 34.938804746206408 ] } },
1234
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "荥阳市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 113.3476287803704, 34.7837910659681881 ] } },
1235
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "新密市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 113.354788030102227, 34.5153067812286523 ] } },
1236
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "登封市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 113.024838858585568, 34.4564954036593534 ] } },
1237
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "新郑市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 113.719327510651681, 34.3979985812472719 ] } },
1238
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "长葛市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 113.760968005805978, 34.2246090671286396 ] } },
1239
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "禹州市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 113.467289842419191, 34.1631615850353612 ] } },
1240
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "许昌县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 113.819988896760194, 34.0320581270630953 ] } },
1241
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "宁陕县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 108.32341921046195, 33.3225466887136434 ] } },
1242
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "石泉县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 108.253546968216341, 33.0440302274592455 ] } },
1243
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "柞水县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 109.113310998074155, 33.6802339281757384 ] } },
1244
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "山阳县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 109.879111347187433, 33.5345930573146234 ] } },
1245
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "镇安县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 109.153401657240451, 33.4325069770803509 ] } },
1246
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "丹凤县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 110.328783785273998, 33.6949115693752006 ] } },
1247
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "商南县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 110.870827991790932, 33.5316084675161079 ] } },
1248
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "栾川县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 111.616058704452129, 33.7900772408567889 ] } },
1249
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "西峡县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 111.474693599253001, 33.3013708387898291 ] } },
1250
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "淅川县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 111.479273295199675, 33.1391696147529657 ] } },
1251
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "内乡县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 111.838772642510918, 33.0508841771871573 ] } },
1252
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "鲁山县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 112.902153164932898, 33.7377815266951586 ] } },
1253
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "南召县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 112.424529581490177, 33.495078780206498 ] } },
1254
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "方城县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 112.992724041425731, 33.2607318851560265 ] } },
1255
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "社旗县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 112.936381894444736, 33.0605900467868423 ] } },
1256
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "南阳县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 112.535671052314356, 33.0023277788040943 ] } },
1257
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "郏县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 113.203632063647021, 33.9727214649446054 ] } },
1258
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "宝丰县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 113.061387890580221, 33.8717938068406781 ] } },
1259
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "襄城县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 113.472598902097317, 33.8543554865118566 ] } },
1260
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "临颍县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 113.960881871647956, 33.8092673750227135 ] } },
1261
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "叶县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 113.345754697391897, 33.6239622440162549 ] } },
1262
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "舞阳县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 113.587130500804335, 33.433226887022208 ] } },
1263
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "舞钢市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 113.510128038979616, 33.3169377745022715 ] } },
1264
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "遂平县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 113.989350211498817, 33.1484882371008496 ] } },
1265
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "郾城县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 113.990631887001385, 33.5969261061660234 ] } },
1266
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "汉阴县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 108.515533756534836, 32.8958830293136089 ] } },
1267
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "紫阳县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 108.538313856050522, 32.5379738832192018 ] } },
1268
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "岚皋县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 108.899313077850024, 32.3146030460181777 ] } },
1269
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "万源市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 108.046050240987668, 32.070603021913108 ] } },
1270
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "旬阳县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 109.372476476399271, 32.8317447855241866 ] } },
1271
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "平利县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 109.361215426124787, 32.4011442261654565 ] } },
1272
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "竹溪县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 109.709644511673545, 32.3340304360129522 ] } },
1273
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "郧西县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 110.418944671841388, 32.9962585865584188 ] } },
1274
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "郧县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 110.814144825046753, 32.8343897346551685 ] } },
1275
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "白河县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 110.106865980073124, 32.8152754608787873 ] } },
1276
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "竹山县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 110.228737993826769, 32.2267665590200991 ] } },
1277
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "房县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 110.727300751480712, 32.0596054422995778 ] } },
1278
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "老河口市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 111.676876553580826, 32.3868392865925401 ] } },
1279
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "谷城县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 111.645985430868038, 32.2699970166679222 ] } },
1280
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "唐河县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 112.832727995564341, 32.6983510881783204 ] } },
1281
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "邓州市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 112.081148058109932, 32.6854704354464829 ] } },
1282
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "新野县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 112.358624936166024, 32.5255126802533638 ] } },
1283
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "枣阳市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 112.756804243318655, 32.1326549934901777 ] } },
1284
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "泌阳县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 113.319410957074453, 32.723813469984492 ] } },
1285
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "桐柏县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 113.393241731987658, 32.3713822833717586 ] } },
1286
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "镇平县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 112.23501316161304, 33.0392061466015008 ] } },
1287
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "内黄县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 114.897656035124356, 35.9546048267135419 ] } },
1288
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "汤阴县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 114.352950801885655, 35.9262207902523869 ] } },
1289
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "浚县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 114.54458505154345, 35.669082268383697 ] } },
1290
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "淇县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 114.194625131798645, 35.6071460093188463 ] } },
1291
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "滑县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 114.511063767417113, 35.5822006692962489 ] } },
1292
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "卫辉市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 114.070520935874143, 35.4110785155843644 ] } },
1293
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "长垣县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 114.682986915567085, 35.1990477214038364 ] } },
1294
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "延津县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 114.194943307024516, 35.1434489631740519 ] } },
1295
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "封丘县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 114.409088764700456, 35.0403623739157268 ] } },
1296
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "台前县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 115.854222753912751, 35.9975487935467555 ] } },
1297
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "范县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 115.487992207526858, 35.9117482569393687 ] } },
1298
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "清丰县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 115.110321734429448, 35.9094683358865296 ] } },
1299
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "濮阳县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 115.013988177368603, 35.7058436584999939 ] } },
1300
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "郓城县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 115.935313138177705, 35.6057529269742687 ] } },
1301
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "鄄城县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 115.500841024325098, 35.5742096562118064 ] } },
1302
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "东明县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 115.089118483053909, 35.2991805186088499 ] } },
1303
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "定陶县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 115.566910579232726, 35.0746687131283608 ] } },
1304
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "东平县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 116.29948466256748, 35.9110396913021717 ] } },
1305
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "梁山县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 116.086518252254479, 35.8034222896539021 ] } },
1306
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "宁阳县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 116.790347482550018, 35.7650892226679602 ] } },
1307
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "汶上县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 116.485878914793716, 35.7305475734982565 ] } },
1308
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "曲阜市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 116.987562057272172, 35.5992903241976322 ] } },
1309
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "兖州市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 116.824027347885178, 35.557386070230379 ] } },
1310
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "邹城市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 116.968770536239276, 35.4045045980534852 ] } },
1311
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "嘉祥县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 116.343293371102064, 35.4013746374998632 ] } },
1312
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "巨野县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 116.089016372366316, 35.3968973721396551 ] } },
1313
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "金乡县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 116.304840707774048, 35.0688452757632803 ] } },
1314
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "新泰市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 117.756234888829198, 35.9103516236377018 ] } },
1315
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "蒙阴县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 117.928738544593998, 35.7144401831645908 ] } },
1316
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "泗水县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 117.27166019313799, 35.6614325391692759 ] } },
1317
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "平邑县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 117.629759191504931, 35.5065782434499084 ] } },
1318
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "费县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 117.964977037114224, 35.2658873221038149 ] } },
1319
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "山亭区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 117.460152321732551, 35.0905667493651947 ] } },
1320
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "滕州市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 117.158494081666475, 35.0867677435045664 ] } },
1321
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "沂水县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 118.624328102365041, 35.7917130225954097 ] } },
1322
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "莒县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 118.834802631705912, 35.5825671298953097 ] } },
1323
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "沂南县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 118.461752254166811, 35.5545420508508982 ] } },
1324
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "莒南县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 118.824659984663271, 35.1829543941206069 ] } },
1325
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "诸城市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 119.404380781281063, 35.9940417950129898 ] } },
1326
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "胶南市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 119.977325767973525, 35.8767350996672931 ] } },
1327
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "五莲县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 119.201333679518086, 35.7487338770368694 ] } },
1328
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "兰考县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 114.810388856764831, 34.8271950918423912 ] } },
1329
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "开封县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 114.426128111883443, 34.7605558505096042 ] } },
1330
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "中牟县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 114.026497112278975, 34.732774367577619 ] } },
1331
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "杞县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 114.774746759432531, 34.5541878409238734 ] } },
1332
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "通许县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 114.459337882302719, 34.4756801724704118 ] } },
1333
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "尉氏县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 114.181020093040175, 34.4141257095852779 ] } },
1334
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "鄢陵县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 114.195589314684838, 34.1081006526335386 ] } },
1335
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "太康县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 114.856646968392383, 34.0645379861848809 ] } },
1336
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "扶沟县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 114.381524147730232, 34.0607472241241354 ] } },
1337
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "成武县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 115.875478493968103, 34.9629105761976149 ] } },
1338
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "曹县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 115.539738733629278, 34.8282649766981507 ] } },
1339
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "民权县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 115.140087106855873, 34.6553347781461554 ] } },
1340
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "宁陵县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 115.315650972974524, 34.4466471679274733 ] } },
1341
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "睢县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 115.06624415223051, 34.4311755948436016 ] } },
1342
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "虞城县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 115.852645305108766, 34.4018676554049279 ] } },
1343
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "柘城县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 115.296738875787725, 34.0772749635346841 ] } },
1344
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "鱼台县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 116.650019780952164, 34.9991787745247578 ] } },
1345
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "单县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 116.079553286771301, 34.7985767166560791 ] } },
1346
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "沛县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 116.927276017994402, 34.7386667398134463 ] } },
1347
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "丰县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 116.584496549655071, 34.7042892251954456 ] } },
1348
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "砀山县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 116.340558617567055, 34.4285466235364126 ] } },
1349
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "夏邑县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 116.121711820788747, 34.2386556005889773 ] } },
1350
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "萧县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 116.934153479045051, 34.1931890188964331 ] } },
1351
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "薛城区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 117.253755214970326, 34.8052909087698836 ] } },
1352
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "微山县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 117.116631493003965, 34.8051383861103076 ] } },
1353
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "峄城区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 117.58754409058723, 34.7717500611277828 ] } },
1354
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "台儿庄区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 117.738517059972395, 34.5625054160171246 ] } },
1355
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "贾汪区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 117.442848472544682, 34.4473572281430407 ] } },
1356
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "邳州市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 117.958141647243352, 34.3147007481786659 ] } },
1357
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "铜山县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 117.188010696044856, 34.2702956547837161 ] } },
1358
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "临沭县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 118.644903601218871, 34.9255500822751586 ] } },
1359
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "苍山县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 118.046106967614961, 34.854379987916694 ] } },
1360
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "郯城县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 118.334823468443872, 34.6187982864032833 ] } },
1361
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "东海县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 118.760244424131869, 34.5281688581578905 ] } },
1362
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "新沂市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 118.340722259191352, 34.3737524633206064 ] } },
1363
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "沭阳县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 118.777692636207334, 34.1348010765627521 ] } },
1364
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "赣榆县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 119.12369606917683, 34.8414475305756355 ] } },
1365
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "灌云县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 119.256176408816103, 34.2989403749804822 ] } },
1366
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "响水县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 119.565654108579594, 34.2009111750157118 ] } },
1367
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "灌南县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 119.346717598378717, 34.091065925995494 ] } },
1368
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "滨海县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 119.834350131663967, 34.011690330986923 ] } },
1369
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "西华县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 114.524696956658147, 33.7937165726258826 ] } },
1370
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "淮阳县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 114.882716325075521, 33.7346404104551425 ] } },
1371
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "商水县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 114.595987865910345, 33.5385393393595805 ] } },
1372
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "项城市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 114.899955604906381, 33.442863599267973 ] } },
1373
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "西平县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 114.015771797372153, 33.3897109446869038 ] } },
1374
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "上蔡县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 114.259597848070072, 33.2678898955265225 ] } },
1375
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "汝南县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 114.346249174680224, 33.0081835195659679 ] } },
1376
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "亳州市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 115.771190768192341, 33.8799506436170503 ] } },
1377
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "鹿邑县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 115.481642918917075, 33.8614261612026581 ] } },
1378
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "郸城县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 115.190024187017755, 33.645259762096515 ] } },
1379
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "沈丘县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 115.063979798196755, 33.3981392459963757 ] } },
1380
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "界首市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 115.353886959036672, 33.2634687348465548 ] } },
1381
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "太和县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 115.609243330045359, 33.1660850415629085 ] } },
1382
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "临泉县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 115.25632356943872, 33.0719562310986177 ] } },
1383
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "永城市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 116.364306952427143, 33.9401149457496274 ] } },
1384
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "濉溪县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 116.775347855887574, 33.9160381080623026 ] } },
1385
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "宿县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 116.971721772843836, 33.6430180606376936 ] } },
1386
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "涡阳县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 116.211540879780173, 33.5110599804672589 ] } },
1387
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "蒙城县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 116.556058923256998, 33.2692830808105882 ] } },
1388
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "利辛县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 116.203318943984726, 33.1337295475990317 ] } },
1389
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "睢宁县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 117.944769061996055, 33.8997036443362774 ] } },
1390
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "灵璧县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 117.552146747762833, 33.5464071177327341 ] } },
1391
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "泗县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 117.879225090925758, 33.4790175983973626 ] } },
1392
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "固镇县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 117.312039201156367, 33.3152174079808177 ] } },
1393
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "五河县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 117.882873418728167, 33.1403728969383167 ] } },
1394
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "泗阳县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 118.679287621670582, 33.7125091607197334 ] } },
1395
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "泗洪县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 118.212073806948297, 33.4568529192242394 ] } },
1396
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "洪泽县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 118.843419637561126, 33.2958443010631413 ] } },
1397
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "盱眙县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 118.49569891781077, 33.0153681169334305 ] } },
1398
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "阜宁县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 119.793147699719128, 33.7925461997200784 ] } },
1399
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "涟水县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 119.261613420989534, 33.7670169060722287 ] } },
1400
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "淮阴区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 119.017966153585391, 33.629831191046641 ] } },
1401
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "淮安市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 119.141488703227992, 33.5034282035274984 ] } },
1402
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "建湖县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 119.78553554571802, 33.4693398702149025 ] } },
1403
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "宝应县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 119.310421627947377, 33.2365802538697608 ] } },
1404
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "金湖县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 119.017652685236257, 33.0208751765634005 ] } },
1405
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "平舆县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 114.627136450674683, 32.9629088593942186 ] } },
1406
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "确山县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 114.020149794777311, 32.8083164108235152 ] } },
1407
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "新蔡县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 114.974184801833076, 32.7519017003004578 ] } },
1408
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "正阳县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 114.381458610116169, 32.6097565162226246 ] } },
1409
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "息县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 114.729346751643106, 32.3430612629139986 ] } },
1410
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "罗山县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 114.522490792640951, 32.2030030424788407 ] } },
1411
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "信阳县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 114.119499867497069, 32.1027361159597504 ] } },
1412
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "光山县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 114.899029907289361, 32.0103251601475662 ] } },
1413
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "阜阳市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 115.809297496003296, 32.9036962310877712 ] } },
1414
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "阜南县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 115.582850398254052, 32.6412707163679414 ] } },
1415
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "淮滨县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 115.400584789544297, 32.4460583834779968 ] } },
1416
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "固始县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 115.671380795186465, 32.1841653591423125 ] } },
1417
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "潢川县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 115.044844191299944, 32.1309281491644114 ] } },
1418
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "凤台县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 116.720400628838902, 32.7062173832280862 ] } },
1419
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "颍上县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 116.252808021845581, 32.6392015867216756 ] } },
1420
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "寿县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 116.777421519133412, 32.5763776155422917 ] } },
1421
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "怀远县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 117.193884304988316, 32.957285742384677 ] } },
1422
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "凤阳县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 117.555223362319097, 32.8636236106149227 ] } },
1423
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "嘉山县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 117.986414277351415, 32.780700396403013 ] } },
1424
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "定远县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 117.676024859000762, 32.530872578780766 ] } },
1425
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "长丰县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 117.161711156512766, 32.4838494665129076 ] } },
1426
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "来安县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 118.427224100255685, 32.4530102396567841 ] } },
1427
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "六合县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 118.838264260207126, 32.3490365805804601 ] } },
1428
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "大厂区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 118.752181353411871, 32.2266014876017977 ] } },
1429
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "全椒县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 118.264718003212153, 32.0989618246163033 ] } },
1430
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "江浦县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 118.617956999770627, 32.0654818083436766 ] } },
1431
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "兴化市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 119.837663720775822, 32.9346920987005305 ] } },
1432
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "高邮市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 119.43771240109416, 32.7913339321858857 ] } },
1433
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "天长市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 118.998520334246649, 32.6911447283751428 ] } },
1434
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "邗江区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 119.437570105574551, 32.3918860191381981 ] } },
1435
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "江都市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 119.556073421575817, 32.43214632861865 ] } },
1436
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "仪征市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 119.178002654430628, 32.2681586208162727 ] } },
1437
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "扬中市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 119.821049194138283, 32.239819406473778 ] } },
1438
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "丹徒县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 119.444669237769176, 32.2071023231582885 ] } },
1439
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "霍邱县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 116.260986895014696, 32.3391805998860278 ] } },
1440
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "射阳县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 120.257419883896361, 33.7697897579803623 ] } },
1441
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "大丰市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 120.459521642427902, 33.1969015901726578 ] } },
1442
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "东台市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 120.306135453689947, 32.8461033354097367 ] } },
1443
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "海安县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 120.458747582770982, 32.5436636833925022 ] } },
1444
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "泰县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 120.145219211006861, 32.5088323586225982 ] } },
1445
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "如皋市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 120.559069214132052, 32.3846330907407207 ] } },
1446
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "泰兴市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 120.016563800546663, 32.1609900128023156 ] } },
1447
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "靖江市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 120.263579323975264, 32.0150090518781525 ] } },
1448
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "如东县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 121.194535229031288, 32.3117407790742419 ] } },
1449
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "南通县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 121.077750778720244, 32.0857848343509957 ] } },
1450
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "乌恰县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 75.1863376434807975, 39.7060614146646529 ] } },
1451
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "疏附县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 75.8568097473805381, 39.3762579330912246 ] } },
1452
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "阿克陶县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 75.9389761141599706, 39.1500424049044469 ] } },
1453
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "伽师县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 76.7394615094654, 39.494538367887543 ] } },
1454
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "疏勒县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 76.046725525615372, 39.4092071204088583 ] } },
1455
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "岳普湖县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 76.7688317967384677, 39.2351267774644867 ] } },
1456
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "英吉沙县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 76.1724825263608238, 38.9281091933881385 ] } },
1457
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "麦盖提县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 77.6471253820995315, 38.9007005112793394 ] } },
1458
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "莎车县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 77.2509877435178396, 38.414642285007929 ] } },
1459
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "泽普县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 77.2650899967826348, 38.189590167074023 ] } },
1460
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "塔什库尔干塔吉克自治县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 75.2248863869125159, 37.7762926843788591 ] } },
1461
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "叶城县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 77.4162059285311841, 37.8857566359529656 ] } },
1462
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "巴楚县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 78.5621935025805556, 39.7874650822198674 ] } },
1463
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "皮山县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 78.2782466049470145, 37.613617171749226 ] } },
1464
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "墨玉县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 79.739487211012289, 37.2671094454991589 ] } },
1465
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "和田县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 79.9273910988267318, 37.106570743904733 ] } },
1466
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "洛浦县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 80.1852035137579264, 37.0666778217329593 ] } },
1467
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "策勒县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 80.8017289157014744, 37.0012508935796447 ] } },
1468
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "民丰县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 82.6889796280665763, 37.0618496124254833 ] } },
1469
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "于田县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 81.6662329459935421, 36.8496118765899325 ] } },
1470
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "若羌县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 88.1699195023081757, 39.0213716683628391 ] } },
1471
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "且末县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 85.5265569872826745, 38.1390051395085052 ] } },
1472
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "肃北蒙古族自治县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 94.8753490718204802, 39.5145861902063444 ] } },
1473
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "阿克塞哈萨克族自治县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 94.2647976982036511, 39.410101372814573 ] } },
1474
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "格尔木市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 94.8936520776620824, 36.4267243704043082 ] } },
1475
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "玉门市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 97.5637820410309899, 39.8244438837706483 ] } },
1476
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "金塔县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 98.9008881942627198, 39.9871725708926036 ] } },
1477
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "高台县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 99.8201290855884764, 39.3819957303622274 ] } },
1478
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "临泽县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 100.163527752978965, 39.1493978480171307 ] } },
1479
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "阿拉善右旗", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 101.67269202664572, 39.199465590277228 ] } },
1480
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "肃南裕固族自治县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 99.608774265666284, 38.837780130436542 ] } },
1481
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "民乐县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 100.810418188695735, 38.432737123102811 ] } },
1482
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "祁连县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 100.240162201452605, 38.1757164870790859 ] } },
1483
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "山丹县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 101.087845601339026, 38.7818730773967602 ] } },
1484
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "永昌县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 101.969032119074768, 38.247405814309495 ] } },
1485
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "天峻县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 99.020215347902834, 37.3040699010284911 ] } },
1486
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "刚察县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 100.132020979632429, 37.3274641021182063 ] } },
1487
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "乌兰县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 98.4777200017057766, 36.9308857350473261 ] } },
1488
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "都兰县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 98.0936630578583078, 36.3067999262690577 ] } },
1489
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "海晏县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 100.985946119384039, 36.9001229761065446 ] } },
1490
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "大通回族土族自治县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 101.666515381713069, 36.922085125550268 ] } },
1491
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "互助土族自治县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 101.950453555257184, 36.8357497226466819 ] } },
1492
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "湟源县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 101.268454480718887, 36.6894532258037245 ] } },
1493
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "湟中县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 101.564093124983955, 36.5003358749324178 ] } },
1494
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "贵德县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 101.448100557539036, 36.0540111004986557 ] } },
1495
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "乌达区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 106.713050703205766, 39.5018704744324225 ] } },
1496
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "石炭井区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 106.337929433485684, 39.242794762178093 ] } },
1497
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "石嘴山区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 106.764842008387632, 39.2359244392407334 ] } },
1498
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "鄂托克旗", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 107.981607649145261, 39.0948449336203012 ] } },
1499
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "民勤县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 103.088784235982217, 38.6264378284371332 ] } },
1500
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "平罗县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 106.542985227726874, 38.9071783350234739 ] } },
1501
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "陶乐县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 106.694089578762998, 38.8113664493942849 ] } },
1502
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "贺兰县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 106.347609274929908, 38.5534737107263439 ] } },
1503
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "新城区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 106.176544255383831, 38.491574597488345 ] } },
1504
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "新市区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 106.128192846902778, 38.4900415845912391 ] } },
1505
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "永宁县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 106.251016298156941, 38.2786155190148705 ] } },
1506
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "灵武市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 106.328178419449983, 38.0896428871493171 ] } },
1507
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "鄂托克前旗", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 107.436120614958213, 38.2255288711084162 ] } },
1508
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "古浪县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 102.880819315877758, 37.4647335295131612 ] } },
1509
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "景泰县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 104.061463253795765, 37.1559631183122718 ] } },
1510
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "中卫县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 105.186615348698339, 37.5139981229684665 ] } },
1511
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "中宁县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 105.673569298230092, 37.4908006168731944 ] } },
1512
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "盐池县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 107.403779182071034, 37.7820464243949274 ] } },
1513
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "定边县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 107.591904369296699, 37.5934056741785625 ] } },
1514
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "乐都县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 102.394336537977964, 36.4879693628129971 ] } },
1515
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "红古区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 102.886190452508941, 36.433334641200247 ] } },
1516
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "民和回族土族自治县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 102.806338303081461, 36.3310636091117942 ] } },
1517
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "化隆回族自治县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 102.269073482808992, 36.0946926379658777 ] } },
1518
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "天祝藏族自治县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 103.120766598172708, 36.9815283725112138 ] } },
1519
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "永登县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 103.258560704074242, 36.7377267389891742 ] } },
1520
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "皋兰县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 103.946480369208913, 36.3256930416401715 ] } },
1521
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "平川区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 104.829535175830429, 36.7157877508848216 ] } },
1522
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "靖远县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 104.684281086281459, 36.5660008436487871 ] } },
1523
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "白银区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 104.174166691555683, 36.5469923912726529 ] } },
1524
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "同心县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 105.90630575673427, 36.9828407913749686 ] } },
1525
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "海原县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 105.642338133656935, 36.5612787068651173 ] } },
1526
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "环县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 107.304385059030096, 36.5741372452851436 ] } },
1527
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "华池县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 107.989934248817704, 36.4562834374108604 ] } },
1528
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "庆阳县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 107.876100470804957, 36.0058807940350505 ] } },
1529
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "惠农县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 106.686749607215987, 39.1126081511790247 ] } },
1530
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "青铜峡市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 105.980968291623171, 37.9035204488129054 ] } },
1531
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "杭锦旗", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 108.723320787476879, 39.8403692320224252 ] } },
1532
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "伊金霍洛旗", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 109.733930193177954, 39.5674288630009414 ] } },
1533
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "准格尔旗", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 110.879844302259386, 39.6478155971127606 ] } },
1534
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "清水河县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 111.674708683659134, 39.9141651317104404 ] } },
1535
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "偏关县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 111.497471923051208, 39.4428386304182865 ] } },
1536
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "河曲县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 111.138401154969884, 39.381002128827582 ] } },
1537
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "府谷县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 111.074748261335117, 39.0329126783454115 ] } },
1538
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "保德县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 111.079658347646273, 39.0131782967972782 ] } },
1539
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "右玉县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 112.45760218243187, 39.9851978449986873 ] } },
1540
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "平鲁区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 112.292615639596761, 39.525648587663504 ] } },
1541
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "山阴县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 112.837721665853977, 39.5149891845694796 ] } },
1542
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "神池县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 112.194941259497966, 39.0941636683315608 ] } },
1543
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "代县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 112.949273210435933, 39.0611563807167173 ] } },
1544
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "宁武县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 112.305004179575221, 39.0078128051967639 ] } },
1545
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "怀仁县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 113.103450703523762, 39.8209213049409243 ] } },
1546
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "浑源县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 113.685157387810222, 39.6971115608415417 ] } },
1547
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "应县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 113.182622007130547, 39.5609482421111025 ] } },
1548
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "繁峙县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 113.272053160718897, 39.1908310641337181 ] } },
1549
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "乌审旗", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 108.849672239658688, 38.5994086876763376 ] } },
1550
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "神木县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 110.501080903758861, 38.8227266710312193 ] } },
1551
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "佳县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 110.495758682714978, 38.0240444959337864 ] } },
1552
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "五寨县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 111.841810286234775, 38.9013317471508202 ] } },
1553
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "岢岚县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 111.570141737749168, 38.7047345556030464 ] } },
1554
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "兴县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 111.123928073384704, 38.4734269910886226 ] } },
1555
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "静乐县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 111.940311378870931, 38.3584132523721877 ] } },
1556
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "岚县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 111.679033581462093, 38.283427343560632 ] } },
1557
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "娄烦县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 111.792326193153144, 38.0741301339955029 ] } },
1558
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "原平市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 112.698934672460723, 38.729581680868101 ] } },
1559
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "定襄县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 112.944000913039673, 38.4934466444649246 ] } },
1560
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "阳曲县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 112.667411357898033, 38.0640611020418973 ] } },
1561
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "五台县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 113.259450933512682, 38.7199361959707673 ] } },
1562
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "盂县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 113.413212918596457, 38.0917048857064913 ] } },
1563
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "靖边县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 108.804609144023644, 37.5943045634600352 ] } },
1564
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "横山县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 109.291723829643999, 37.9600379883803853 ] } },
1565
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "子长县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 109.66888294032681, 37.1383927419378281 ] } },
1566
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "临县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 110.983292537850389, 37.9536453378717056 ] } },
1567
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "米脂县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 110.183409045985641, 37.7610049542650899 ] } },
1568
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "子洲县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 110.010223782544699, 37.6351218006775525 ] } },
1569
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "绥德县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 110.254220452961434, 37.5017218794194847 ] } },
1570
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "吴堡县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 110.732063996934798, 37.4576262707365331 ] } },
1571
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "柳林县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 110.881488206619991, 37.4362296080726367 ] } },
1572
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "清涧县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 110.125845838849983, 37.0973533021124027 ] } },
1573
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "方山县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 111.23242950418603, 37.8833085516831147 ] } },
1574
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "中阳县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 111.188306692980447, 37.3403332291968297 ] } },
1575
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "汾阳市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 111.779223290160274, 37.2641396529459286 ] } },
1576
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "孝义市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 111.782963026742522, 37.1439663350187459 ] } },
1577
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "介休市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 111.912356334683125, 37.0272038305849733 ] } },
1578
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "古交市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 112.154706089898539, 37.9109062839552635 ] } },
1579
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "清徐县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 112.339880396726997, 37.6119421759834864 ] } },
1580
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "交城县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 112.156474934971044, 37.5451502824829788 ] } },
1581
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "文水县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 112.024390817546958, 37.4377184944775934 ] } },
1582
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "太谷县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 112.55297584450112, 37.4262431556321502 ] } },
1583
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "祁县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 112.31550883909695, 37.3545522923410047 ] } },
1584
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "平遥县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 112.177804440812423, 37.2079927664230325 ] } },
1585
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "榆社县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 112.963886265935287, 37.0716704178367564 ] } },
1586
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "寿阳县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 113.168945117598994, 37.8875275788146837 ] } },
1587
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "平定县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 113.622517783582211, 37.8027768533461739 ] } },
1588
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "昔阳县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 113.697049141766811, 37.6091009612713805 ] } },
1589
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "和顺县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 113.567124350737274, 37.3321529776926084 ] } },
1590
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "左权县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 113.36834772743255, 37.0750075242210855 ] } },
1591
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "吴旗县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 108.177170193200439, 36.9285893987404705 ] } },
1592
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "志丹县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 108.768146780581432, 36.8239387836655609 ] } },
1593
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "安塞县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 109.324552620982246, 36.8692610049602081 ] } },
1594
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "甘泉县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 109.344692048973585, 36.2793445680812638 ] } },
1595
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "延川县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 110.182186932378713, 36.8803760363842486 ] } },
1596
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "永和县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 110.633639412668614, 36.7621860471929267 ] } },
1597
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "隰县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 110.930817610241263, 36.6883511228713601 ] } },
1598
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "延长县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 110.008881361684914, 36.5844265762104826 ] } },
1599
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "大宁县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 110.742971754042415, 36.4706652311689723 ] } },
1600
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "吉县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 110.675328913456354, 36.0963450861207207 ] } },
1601
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "宜川县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 110.165024531702159, 36.0458879068512275 ] } },
1602
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "石楼县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 110.826835483148216, 36.9964362441595682 ] } },
1603
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "交口县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 111.19992595704646, 36.9604468996661168 ] } },
1604
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "灵石县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 111.776401920593372, 36.8428785480066452 ] } },
1605
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "汾西县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 111.562915325567474, 36.6512622615640353 ] } },
1606
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "霍州市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 111.72826972346563, 36.5645452669412379 ] } },
1607
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "蒲县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 111.096971558566096, 36.4164835749882343 ] } },
1608
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "古县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 111.917114173136056, 36.2836174554502833 ] } },
1609
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "洪洞县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 111.683097550744364, 36.2601144606281522 ] } },
1610
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "武乡县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 112.863482594075833, 36.8375241377284723 ] } },
1611
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "沁县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 112.699197684823588, 36.7581539771264687 ] } },
1612
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "沁源县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 112.329766419711831, 36.4978347518937767 ] } },
1613
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "屯留县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 112.882671328166111, 36.3226631435415044 ] } },
1614
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "安泽县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 112.240502782868163, 36.1447781005856186 ] } },
1615
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "长子县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 112.8740103847163, 36.1206442471523417 ] } },
1616
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "涉县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 113.670634297705618, 36.564856941098725 ] } },
1617
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "襄垣县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 113.040986515961578, 36.5353058934148791 ] } },
1618
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "黎城县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 113.380265925278536, 36.5050535018642464 ] } },
1619
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "潞城市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 113.221380852108084, 36.335807608732857 ] } },
1620
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "平顺县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 113.431016217118682, 36.2016425043066263 ] } },
1621
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "壶关县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 113.199849448894284, 36.1142083647861725 ] } },
1622
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "林州市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 113.813056365222693, 36.0695089891225038 ] } },
1623
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "长治县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 113.045054892331422, 36.0461304073039273 ] } },
1624
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "蔚县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 114.569334142508794, 39.8413149085336258 ] } },
1625
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "广灵县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 114.276325133290541, 39.7643302722715433 ] } },
1626
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "灵丘县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 114.229492285852572, 39.4385142850070878 ] } },
1627
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "涞源县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 114.689055383939689, 39.3547824439657816 ] } },
1628
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "房山区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 115.985045223482373, 39.7112502331362833 ] } },
1629
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "涿州市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 115.96847354439133, 39.4879870988888229 ] } },
1630
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "涞水县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 115.708115417523913, 39.392508126691645 ] } },
1631
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "易县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 115.493788925740773, 39.3498019852397007 ] } },
1632
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "高碑店市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 115.859179492934075, 39.3265234116920723 ] } },
1633
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "定兴县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 115.774506725645963, 39.2703546214432251 ] } },
1634
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "容城县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 115.866038262178208, 39.0524132267002244 ] } },
1635
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "徐水县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 115.657702033713988, 39.0201942711242751 ] } },
1636
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "海淀区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 116.301156030022639, 39.9840473091973436 ] } },
1637
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "门头沟区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 116.092999622575491, 39.9364700995771713 ] } },
1638
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "石景山区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 116.162381588789628, 39.9216035968078344 ] } },
1639
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "朝阳区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 116.44496988927088, 39.9153275489027166 ] } },
1640
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "通州区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 116.65915615430157, 39.9066936668157126 ] } },
1641
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "大厂回族自治县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 116.985775652333174, 39.8854861458815435 ] } },
1642
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "丰台区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 116.284324790988393, 39.8502208635663564 ] } },
1643
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "香河县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 116.99632526093967, 39.7659998743314418 ] } },
1644
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "大兴县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 116.333575558198973, 39.7269233938847535 ] } },
1645
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "固安县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 116.301503018615207, 39.4363950503817406 ] } },
1646
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "永清县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 116.49094795104277, 39.3264713559989758 ] } },
1647
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "霸州市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 116.395583938031862, 39.1022934526576478 ] } },
1648
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "三河市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 117.076478904574827, 39.9835596601381908 ] } },
1649
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "玉田县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 117.755158280603439, 39.8844383555246367 ] } },
1650
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "宝坻县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 117.302784026636928, 39.7266610541719913 ] } },
1651
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "武清区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 117.063484967866458, 39.3793533883262086 ] } },
1652
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "宁河县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 117.831877093214644, 39.3326467290073722 ] } },
1653
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "汉沽区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 117.813746049360631, 39.2490382244724358 ] } },
1654
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "北郊区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 117.129695991685907, 39.223821230364706 ] } },
1655
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "西郊区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 117.00304185821804, 39.1465232192891364 ] } },
1656
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "东郊区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 117.309750428548, 39.0875540242060069 ] } },
1657
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "塘沽区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 117.651219977287909, 39.0273666510104604 ] } },
1658
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "卢龙县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 118.862360745920299, 39.8780859498835625 ] } },
1659
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "丰润县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 118.135289089621494, 39.8283668756054396 ] } },
1660
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "滦县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 118.75271660490796, 39.7404158165726784 ] } },
1661
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "开平区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 118.268912009118182, 39.6738194709463414 ] } },
1662
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "丰南市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 118.114966829098776, 39.5680440797725765 ] } },
1663
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "滦南县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 118.686233122552167, 39.5094387553203603 ] } },
1664
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "乐亭县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 118.918689334050825, 39.4256352506781553 ] } },
1665
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "唐海县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 118.461015052631481, 39.2783183038385459 ] } },
1666
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "抚宁县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 119.230581589509825, 39.8854315831508615 ] } },
1667
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "昌黎县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 119.166828491484154, 39.7077325245456549 ] } },
1668
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "阜平县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 114.187828481857352, 38.8538093722957711 ] } },
1669
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "唐县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 114.969440675379886, 38.7422480830271709 ] } },
1670
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "曲阳县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 114.690482033030761, 38.6222026068632545 ] } },
1671
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "定州市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 114.975329802100134, 38.5208118698093216 ] } },
1672
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "行唐县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 114.543886953815075, 38.4368194999251642 ] } },
1673
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "新乐市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 114.676010343533576, 38.3432093524595459 ] } },
1674
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "灵寿县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 114.366151246985098, 38.3062185068485945 ] } },
1675
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "平山县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 114.19418606152766, 38.2531509614196139 ] } },
1676
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "正定县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 114.563916207730401, 38.1408548161093606 ] } },
1677
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "获鹿县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 114.307988604647846, 38.0838554319657305 ] } },
1678
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "藁城市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 114.834463507973993, 38.0374550837958409 ] } },
1679
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "井陉县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 114.137753506464762, 38.03487395452985 ] } },
1680
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "满城县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 115.315921732357367, 38.9484809600737094 ] } },
1681
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "安新县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 115.928529420625395, 38.9259376413412141 ] } },
1682
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "完县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 115.123875594417385, 38.8339813672170564 ] } },
1683
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "清苑县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 115.484915692756474, 38.75734183537174 ] } },
1684
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "望都县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 115.133715264674663, 38.7060189168752729 ] } },
1685
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "高阳县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 115.77451373830975, 38.6896596592034498 ] } },
1686
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "蠡县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 115.575006972100084, 38.4908115095082763 ] } },
1687
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "博野县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 115.459383475912261, 38.4583172463228706 ] } },
1688
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "肃宁县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 115.832124092081486, 38.4325136034802313 ] } },
1689
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "安国市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 115.315389103010716, 38.4130898224303436 ] } },
1690
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "饶阳县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 115.736330397702048, 38.2467303739064661 ] } },
1691
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "安平县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 115.510873843040798, 38.2312697755600936 ] } },
1692
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "深泽县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 115.19238447189322, 38.1856458652012876 ] } },
1693
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "无极县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 114.969648033728774, 38.1774713619258108 ] } },
1694
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "武强县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 115.977646292481538, 38.0438297511616952 ] } },
1695
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "晋州市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 115.035709258532449, 38.0332354226775848 ] } },
1696
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "深州市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 115.549173869516906, 38.0124694923387523 ] } },
1697
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "雄县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 116.09302446498053, 38.9766360718464071 ] } },
1698
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "静海县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 116.919428221457522, 38.9351095231898015 ] } },
1699
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "文安县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 116.464894659146665, 38.865559754465437 ] } },
1700
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "任丘市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 116.090802986246743, 38.7084190091215063 ] } },
1701
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "大城县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 116.622228286949365, 38.6966150317278874 ] } },
1702
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "青县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 116.825773523953217, 38.5814611578489703 ] } },
1703
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "河间市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 116.08585142134379, 38.4364448702551229 ] } },
1704
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "沧县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 116.862313064042468, 38.3097428772853235 ] } },
1705
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "献县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 116.115220993095718, 38.1914381201112505 ] } },
1706
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "泊头市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 116.566963254167305, 38.0628021846126217 ] } },
1707
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "南皮县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 116.697116843420929, 38.0383032787383115 ] } },
1708
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "南郊区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 117.385712061395282, 38.9907609264963 ] } },
1709
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "大港区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 117.457213238149549, 38.8396888163746041 ] } },
1710
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "黄骅市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 117.352177448684998, 38.3672292474161623 ] } },
1711
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "海兴县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 117.498680304165433, 38.1360003253154716 ] } },
1712
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "孟村回族自治县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 117.098598419601714, 38.0569672484102597 ] } },
1713
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "盐山县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 117.225892050810117, 38.0560627821239805 ] } },
1714
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "栾城县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 114.652967627382139, 37.8865197182617166 ] } },
1715
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "赵县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 114.772460447465079, 37.7536628436289519 ] } },
1716
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "元氏县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 114.509082913944468, 37.7507685253849274 ] } },
1717
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "赞皇县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 114.377248771567864, 37.6633912158559951 ] } },
1718
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "宁晋县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 114.915683935235165, 37.6218199131482223 ] } },
1719
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "高邑县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 114.611805205886085, 37.6054894615513504 ] } },
1720
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "柏乡县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 114.680856685286145, 37.4954221605803966 ] } },
1721
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "临城县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 114.500331313199325, 37.4405626114888506 ] } },
1722
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "隆尧县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 114.766318481094601, 37.3530091893796055 ] } },
1723
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "内丘县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 114.512131021300206, 37.2957308007700874 ] } },
1724
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "任县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 114.681015067890826, 37.1268010860144742 ] } },
1725
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "邢台县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 114.494529539240418, 37.0670814558967976 ] } },
1726
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "辛集市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 115.215613853818724, 37.9147016332560867 ] } },
1727
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "武邑县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 115.890972616984925, 37.8067265038334526 ] } },
1728
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "冀州市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 115.564112127624625, 37.5667139324945651 ] } },
1729
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "新河县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 115.246802934525206, 37.530325193432013 ] } },
1730
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "枣强县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 115.718386202108221, 37.503369243736941 ] } },
1731
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "南宫市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 115.380365923717775, 37.3598815278033527 ] } },
1732
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "故城县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 115.971182583577431, 37.3445634059593985 ] } },
1733
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "巨鹿县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 115.023125127653813, 37.2130667666385904 ] } },
1734
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "清河县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 115.656602355465409, 37.0707971351576688 ] } },
1735
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "广宗县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 115.146347951874617, 37.0688226345869651 ] } },
1736
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "平乡县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 115.022684460930861, 37.068692993400262 ] } },
1737
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "东光县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 116.533151339163993, 37.8852899145529278 ] } },
1738
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "阜城县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 116.145030180720411, 37.8689138787858397 ] } },
1739
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "景县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 116.258422482182993, 37.6887380694691529 ] } },
1740
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "宁津县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 116.793137479291985, 37.6505855534837295 ] } },
1741
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "吴桥县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 116.38427574186224, 37.6274464845864216 ] } },
1742
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "陵县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 116.578739709615277, 37.3328191961433404 ] } },
1743
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "武城县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 116.073244815669355, 37.2138725725821615 ] } },
1744
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "临邑县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 116.860856925695813, 37.1920305378962013 ] } },
1745
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "平原县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 116.429394584117574, 37.1584543480198732 ] } },
1746
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "庆云县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 117.383924965493321, 37.7766538916584835 ] } },
1747
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "无棣县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 117.601570946280731, 37.7413504297564515 ] } },
1748
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "乐陵市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 117.216880002716252, 37.7386207610387459 ] } },
1749
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "阳信县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 117.576669663331742, 37.6415606144578661 ] } },
1750
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "惠民县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 117.50424670608065, 37.4834458536820776 ] } },
1751
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "商河县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 117.157895943288437, 37.3093987565351526 ] } },
1752
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "高青县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 117.817003761310445, 37.1760238163190451 ] } },
1753
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "河口区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 118.541348545764549, 37.892091746202702 ] } },
1754
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "沾化县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 118.128325653616926, 37.7011066982054501 ] } },
1755
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "垦利县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 118.540106637634636, 37.5908620024356637 ] } },
1756
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "利津县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 118.255968003955161, 37.4920302146973441 ] } },
1757
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "博兴县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 118.128072271818667, 37.136108883077469 ] } },
1758
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "广饶县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 118.400689411194591, 37.0505121942122955 ] } },
1759
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "莱州市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 119.938423294887158, 37.1761373078501194 ] } },
1760
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "南和县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 114.687584700643853, 37.0002956344637326 ] } },
1761
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "鸡泽县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 114.874779645408552, 36.9247466497560239 ] } },
1762
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "沙河市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 114.488018466152553, 36.8587984639979283 ] } },
1763
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "永年县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 114.482898034209569, 36.7910821728355018 ] } },
1764
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "曲周县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 114.949931116619538, 36.7800226456120214 ] } },
1765
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "武安市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 114.192119472157657, 36.6983001693951394 ] } },
1766
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "邯郸县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 114.530698517778205, 36.588720136235203 ] } },
1767
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "肥乡县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 114.803376003931135, 36.5527426784460374 ] } },
1768
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "广平县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 114.937119433801584, 36.4812299146716157 ] } },
1769
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "成安县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 114.694332473368632, 36.4420608468629794 ] } },
1770
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "磁县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 114.37450318599214, 36.3597541368360524 ] } },
1771
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "魏县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 114.928538653299739, 36.358291561910228 ] } },
1772
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "临漳县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 114.607349615483017, 36.3420111542294606 ] } },
1773
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "安阳县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 114.345761309529806, 36.0990491639062085 ] } },
1774
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "威县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 115.259550712230777, 36.9748984932528515 ] } },
1775
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "夏津县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 116.00320153255177, 36.9509967441141285 ] } },
1776
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "临西县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 115.490606676731346, 36.8594095756344871 ] } },
1777
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "临清市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 115.701822553455784, 36.8469306874013398 ] } },
1778
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "丘县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 115.165637358907773, 36.8199357868092463 ] } },
1779
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "馆陶县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 115.298439782767389, 36.5350138963607236 ] } },
1780
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "冠县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 115.436523362161651, 36.4738393003358894 ] } },
1781
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "大名县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 115.14680437780234, 36.2762353403206177 ] } },
1782
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "莘县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 115.666598680662986, 36.238448045250081 ] } },
1783
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "南乐县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 115.19790491386172, 36.0781763526557029 ] } },
1784
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "禹城市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 116.652719765167973, 36.9460735199198353 ] } },
1785
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "高唐县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 116.231317500682039, 36.8623373035654112 ] } },
1786
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "齐河县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 116.751721746153848, 36.7941922611315491 ] } },
1787
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "茌平县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 116.250546659418163, 36.5873269395251768 ] } },
1788
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "长清县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 116.723569700167261, 36.5535377165046924 ] } },
1789
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "东阿县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 116.239745077701414, 36.3302910084833073 ] } },
1790
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "平阴县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 116.448990686771509, 36.2876374975712821 ] } },
1791
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "肥城市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 116.767299032986386, 36.1903635479005601 ] } },
1792
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "济阳县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 117.211765612325948, 36.9736491203121957 ] } },
1793
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "邹平县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 117.726879567497235, 36.8864035848408065 ] } },
1794
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "周村区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 117.831351950919512, 36.7919943820655746 ] } },
1795
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "章丘市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 117.523932917090789, 36.7138960043234022 ] } },
1796
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "历城区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 117.061789855092556, 36.6871871317157243 ] } },
1797
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "淄川区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 117.962474724646484, 36.6376979211198091 ] } },
1798
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "博山区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 117.853830902785688, 36.4988216476160261 ] } },
1799
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "桓台县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 118.110190695105885, 36.9540034532088768 ] } },
1800
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "寿光市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 118.738897841979593, 36.8805056010904835 ] } },
1801
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "临淄区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 118.287904817256901, 36.8103120116366114 ] } },
1802
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "昌乐县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 118.837099496787872, 36.7042778190791807 ] } },
1803
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "青州市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 118.478649413492747, 36.6886199312596517 ] } },
1804
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "临朐县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 118.543150148538132, 36.5119462740953367 ] } },
1805
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "沂源县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 118.162827681127467, 36.1857504381913984 ] } },
1806
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "昌邑市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 119.400386155122106, 36.8563704490861639 ] } },
1807
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "平度市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 119.948700986207839, 36.7889348299761068 ] } },
1808
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "寒亭区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 119.223860682721565, 36.7700275179045946 ] } },
1809
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "安丘市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 119.197787811814479, 36.4297500682423276 ] } },
1810
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "高密市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 119.752972903626571, 36.3860989085003368 ] } },
1811
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "阳谷县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 115.775801141789344, 36.1165013448210388 ] } },
1812
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "坊子区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 119.154377653635024, 36.5964754606979596 ] } },
1813
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "瓦房店市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 121.980109698881265, 39.6218191992543041 ] } },
1814
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "普兰店市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 121.956967136041413, 39.3907739864169102 ] } },
1815
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "金州区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 121.70153743156331, 39.0996817658700024 ] } },
1816
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "长海", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 122.576524010720149, 39.2734246864304097 ] } },
1817
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "东港市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 124.14273445663359, 39.8700265183273928 ] } },
1818
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "旅顺口区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 121.25603237640118, 38.8094524256556852 ] } },
1819
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "长岛县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 120.729670734485396, 37.9170729523573087 ] } },
1820
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "蓬莱市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 120.740950243521823, 37.8052317714880743 ] } },
1821
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "招远市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 120.388817125433135, 37.3528587190650327 ] } },
1822
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "牟平区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 121.588200888249432, 37.3772566488035878 ] } },
1823
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "莱西市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 120.50688697684906, 36.8571476887215113 ] } },
1824
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "即墨市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 120.450842166112864, 36.3827968073911663 ] } },
1825
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "崂山区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 120.409299491852977, 36.1571606358853472 ] } },
1826
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "黄岛区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 120.219313544773811, 36.0491693857895541 ] } },
1827
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "庄河市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 122.979629278137381, 39.6982125639622012 ] } },
1828
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "文登市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 122.05717257998279, 37.1937598634641802 ] } },
1829
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "荣城市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 122.40864214170395, 37.1656505794609799 ] } },
1830
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "福山区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 121.260992596175754, 37.493989430486188 ] } },
1831
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "栖霞市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 120.827519063462518, 37.3030887892875498 ] } },
1832
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "龙口市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 120.335027739317894, 37.6567967649454758 ] } },
1833
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "乳山市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 121.514445341304423, 36.9084790225048351 ] } },
1834
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "海阳市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 121.158384477481192, 36.7733531041818082 ] } },
1835
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "莱阳市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 120.70628332721914, 36.9718649937104686 ] } },
1836
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "胶州市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 120.007719382927974, 36.3007161679361587 ] } },
1837
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "伊宁县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 81.5210121833301855, 43.9731093753972644 ] } },
1838
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "察布查尔锡伯自治县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 81.148398617853104, 43.8367674068922568 ] } },
1839
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "特克斯县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 81.8405965865170941, 43.2134660104532031 ] } },
1840
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "昭苏县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 81.1267467937370128, 43.1587501751670146 ] } },
1841
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "尼勒克县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 82.4988504336928514, 43.7848535478593348 ] } },
1842
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "巩留县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 82.2274459548646774, 43.4805403527423167 ] } },
1843
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "新源县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 83.2563097473968838, 43.4373792193959432 ] } },
1844
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "乌什县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 79.2288811095514944, 41.2139453764528412 ] } },
1845
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "温宿县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 80.2433146736728133, 41.2735968478048534 ] } },
1846
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "拜城县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 81.8659977022579994, 41.7939995590616462 ] } },
1847
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "库车县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 82.9642289772851029, 41.7162923155383396 ] } },
1848
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "新和县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 82.5996801793737063, 41.546437873342164 ] } },
1849
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "沙雅县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 82.7760270703790297, 41.2192650239473721 ] } },
1850
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "阿合奇县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 78.4542046051176385, 40.9291943324950935 ] } },
1851
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "柯坪县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 79.0440099743194509, 40.5038829590960603 ] } },
1852
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "阿瓦提县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 80.3750324124561644, 40.631889001051718 ] } },
1853
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "米泉市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 87.6484674031828916, 43.9599664767101075 ] } },
1854
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "乌鲁木齐县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 87.6035156344568122, 43.7915402581742654 ] } },
1855
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "吉木萨尔县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 89.1763467804593546, 43.9970185252406054 ] } },
1856
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "和硕县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 86.8624106852430629, 42.257340867092438 ] } },
1857
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "焉耆回族自治县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 86.5602034858517158, 42.059356664755768 ] } },
1858
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "托克逊县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 88.6566273462852337, 42.7890364868012583 ] } },
1859
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "轮台县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 84.250559407586266, 41.7745363456416996 ] } },
1860
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "尉犁县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 86.2632046047952628, 41.3326107895624233 ] } },
1861
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "和静县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 86.3855897224681115, 42.3167793976335744 ] } },
1862
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "博湖县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 86.6378666599116372, 41.9718114873532997 ] } },
1863
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "木垒哈萨克自治县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 90.2893751131584423, 43.8222423831227701 ] } },
1864
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "巴里坤哈萨克自治县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 93.0131781534287541, 43.5934089363352584 ] } },
1865
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "伊吾县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 94.680995468600031, 43.2538013051702848 ] } },
1866
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "鄯善县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 90.2139025364609068, 42.8616038631431522 ] } },
1867
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "敦煌市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 94.6505702932935407, 40.1413062470198696 ] } },
1868
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "安西县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 95.7887782700414903, 40.5352028253596401 ] } },
1869
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "额济纳旗", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 101.071648856630972, 41.9722594482874527 ] } },
1870
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "乌拉特后旗", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 107.056712877510805, 41.4441214123022945 ] } },
1871
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "杭锦后旗", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 107.144514943973704, 40.8830230061495783 ] } },
1872
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "磴口县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 107.000060008746075, 40.3257117423040015 ] } },
1873
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "二连浩特市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 111.970341086757557, 43.6501678806165785 ] } },
1874
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "苏尼特左旗", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 113.725507498961491, 43.8448313088687343 ] } },
1875
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "苏尼特右旗", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 112.644618603688173, 42.7413941171290546 ] } },
1876
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "镶黄旗", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 113.842553492642125, 42.2435561998863278 ] } },
1877
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "五原县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 108.268659322513685, 41.0939100142423968 ] } },
1878
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "白云矿区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 109.970702718674076, 41.7687783685632255 ] } },
1879
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "达尔罕茂明安联合旗", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 110.429086572981021, 41.6955793296266961 ] } },
1880
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "固阳县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 110.053613330589826, 41.0286636347173257 ] } },
1881
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "四子王旗", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 111.691734601761581, 41.5154827854156707 ] } },
1882
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "武川县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 111.442985622949877, 41.0961635440551731 ] } },
1883
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "察哈尔右翼中旗", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 112.627492146867127, 41.2660672384766087 ] } },
1884
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "化德县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 113.986066240980492, 41.8907513948236527 ] } },
1885
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "商都县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 113.535990962541661, 41.5539693826921948 ] } },
1886
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "察哈尔右翼后旗", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 113.176799588621051, 41.4516043813746791 ] } },
1887
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "尚义县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 113.962591745754111, 41.0759704959361471 ] } },
1888
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "乌拉特前旗", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 108.650940234981064, 40.7192036928639638 ] } },
1889
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "青山区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 109.888587429783087, 40.6657081542890211 ] } },
1890
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "昆都仑区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 109.748903211647786, 40.6612182678777287 ] } },
1891
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "东河区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 110.032361546947811, 40.5817293866081314 ] } },
1892
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "土默特右旗", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 110.513275915515081, 40.5488450341241489 ] } },
1893
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "达拉特旗", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 110.029200987590343, 40.3977009694476621 ] } },
1894
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "土默特左旗", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 111.125094786237469, 40.7090299662784219 ] } },
1895
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "和林格尔县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 111.821774603308654, 40.3731574078134372 ] } },
1896
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "托克托县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 111.155484352101524, 40.2720287875864642 ] } },
1897
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "卓资县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 112.56423879528495, 40.8953365364553747 ] } },
1898
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "凉城县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 112.495895335019483, 40.5255028306908542 ] } },
1899
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "左云县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 112.693799287128698, 40.0088797652474284 ] } },
1900
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "兴和县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 113.88841860887662, 40.8774880224183192 ] } },
1901
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "察哈尔右翼前旗", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 113.204757624535276, 40.7806629377025018 ] } },
1902
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "丰镇市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 113.154074692374024, 40.4373796881169838 ] } },
1903
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "阳高县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 113.752352211643611, 40.3544916692920594 ] } },
1904
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "新荣区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 113.149713871640401, 40.2676075384855281 ] } },
1905
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "大同县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 113.59421615053482, 40.0397882023563483 ] } },
1906
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "乌拉特中旗", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 108.520737826386139, 41.5617333767181165 ] } },
1907
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "克什克腾旗", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 117.510992902732482, 43.2488458944661502 ] } },
1908
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "林西县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 118.051422255593735, 43.6016561850515743 ] } },
1909
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "巴林右旗", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 118.667410927734707, 43.5231803786472611 ] } },
1910
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "巴林左旗", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 119.380836823569652, 43.9793745753285421 ] } },
1911
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "正镶白旗", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 114.998199392567358, 42.3074431749786939 ] } },
1912
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "正蓝旗", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 115.99576971724683, 42.2470290142160252 ] } },
1913
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "多伦县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 116.471303930356584, 42.1850333251495755 ] } },
1914
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "翁牛特旗", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 119.019217400681811, 42.9352554138879086 ] } },
1915
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "敖汉旗", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 119.896569276434747, 42.2850889588144838 ] } },
1916
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "康保县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 114.603984937554671, 41.8495499617525724 ] } },
1917
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "张北县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 114.713114788777574, 41.1563409301302414 ] } },
1918
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "太仆寺旗", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 115.277845742687305, 41.8914337679228339 ] } },
1919
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "沽源县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 115.696917285830139, 41.6669183771362199 ] } },
1920
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "丰宁满族自治县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 116.640503173281601, 41.203767794094972 ] } },
1921
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "围场满族蒙古族自治县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 117.740621146781777, 41.9433064328268728 ] } },
1922
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "隆化县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 117.72658656898389, 41.3142629656559706 ] } },
1923
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "喀喇沁旗", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 118.687359836198752, 41.9305155481711012 ] } },
1924
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "平泉县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 118.680533118379273, 41.0072546400279947 ] } },
1925
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "宁城县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 119.335486992343604, 41.5941727528353837 ] } },
1926
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "建平县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 119.637404646866855, 41.4029219721554256 ] } },
1927
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "凌源县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 119.390326026239904, 41.2402800290171214 ] } },
1928
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "喀喇沁左翼蒙古族自治县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 119.736295505538493, 41.1230164036099382 ] } },
1929
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "万全县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 114.721023027547602, 40.7515034275952388 ] } },
1930
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "怀安县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 114.418943577205837, 40.6696237545167492 ] } },
1931
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "天镇县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 114.082322335441205, 40.4165799652525237 ] } },
1932
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "阳原县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 114.16465340549567, 40.1121610753949085 ] } },
1933
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "崇礼县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 115.26999065238185, 40.9761609803167062 ] } },
1934
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "赤城县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 115.814306675808155, 40.9142791616527717 ] } },
1935
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "宣化县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 115.051452223767114, 40.6111528724202486 ] } },
1936
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "延庆县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 115.968678802438319, 40.4604782625452017 ] } },
1937
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "怀来县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 115.511014841358033, 40.3984435433875646 ] } },
1938
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "涿鹿县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 115.215045919281962, 40.3773410457724751 ] } },
1939
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "密云县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 116.840814233780407, 40.37226272302685 ] } },
1940
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "怀柔县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 116.625957509704847, 40.3128633531443867 ] } },
1941
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "昌平县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 116.224015076918249, 40.2228780166572619 ] } },
1942
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "顺义区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 116.641796914225452, 40.1283278626889057 ] } },
1943
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "滦平县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 117.332182269853917, 40.9297133212572177 ] } },
1944
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "兴隆县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 117.491313787231419, 40.4128951718696285 ] } },
1945
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "遵化市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 117.958366172909905, 40.1852202059060204 ] } },
1946
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "平谷县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 117.11320090485286, 40.1371153952267008 ] } },
1947
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "蓟县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 117.402188877977608, 40.0446366390824693 ] } },
1948
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "承德县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 118.157165813408099, 40.7591481032440797 ] } },
1949
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "宽城满族自治县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 118.480724373669247, 40.5999068991008443 ] } },
1950
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "青龙满族自治县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 118.944946797646878, 40.4051454324492596 ] } },
1951
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "迁西县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 118.311436315247207, 40.1426960637983754 ] } },
1952
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "迁安市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 118.69191663155415, 40.0096390885452635 ] } },
1953
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "建昌县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 119.794224887907973, 40.8097633761289842 ] } },
1954
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "阿鲁科尔沁旗", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 120.08885821969146, 43.8816787936079109 ] } },
1955
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "开鲁县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 121.30791377042388, 43.5999031939649484 ] } },
1956
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "双辽市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 123.492550501151527, 43.5119195501101217 ] } },
1957
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "公主岭市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 124.801530735231665, 43.5108632422974182 ] } },
1958
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "梨树县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 124.333144285088977, 43.3152714126050569 ] } },
1959
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "双阳区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 125.673247627128703, 43.527254410003664 ] } },
1960
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "伊通满族自治县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 125.299474178041621, 43.3467304108320377 ] } },
1961
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "奈曼旗", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 120.646136758714789, 42.8446967409464392 ] } },
1962
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "库伦旗", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 121.763699971446286, 42.728768372752171 ] } },
1963
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "新丘区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 121.778804643602086, 42.077946509716746 ] } },
1964
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "阜新蒙古族自治县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 121.736043108201784, 42.05016421287268 ] } },
1965
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "彰武县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 122.538980418318275, 42.3852142910800467 ] } },
1966
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "康平县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 123.341928239412027, 42.7459766195026774 ] } },
1967
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "法库县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 123.407127843859342, 42.5036588961669253 ] } },
1968
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "铁法市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 123.544661667125624, 42.4690425313014046 ] } },
1969
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "铁岭县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 123.84842913071266, 42.2962927524143808 ] } },
1970
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "新城子区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 123.508966444179322, 42.0440470150124384 ] } },
1971
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "东辽县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 124.979619682381525, 42.9103004577011617 ] } },
1972
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "昌图县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 124.121152175258544, 42.771782840739661 ] } },
1973
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "西丰县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 124.718659919781004, 42.7361608275413118 ] } },
1974
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "开原市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 124.038687292246067, 42.537484070407956 ] } },
1975
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "清原满族自治县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 124.915189185524071, 42.1015352147266242 ] } },
1976
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "东丰县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 125.525283600735051, 42.6713439471725664 ] } },
1977
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "梅河口市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 125.681326811453431, 42.5353725606617488 ] } },
1978
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "柳河县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 125.730355391178477, 42.270906481856116 ] } },
1979
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "北票市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 120.762871723719741, 41.8118294734367311 ] } },
1980
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "朝阳县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 120.451250474402315, 41.5808696675197567 ] } },
1981
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "南票区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 120.754175779087191, 41.1107176601427895 ] } },
1982
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "清河门区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 121.407770688769233, 41.7576794644845322 ] } },
1983
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "北镇满族自治县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 121.78711068437741, 41.595946676003237 ] } },
1984
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "义县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 121.243523920883149, 41.5401772672379508 ] } },
1985
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "锦县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 121.355434190134261, 41.172146982393258 ] } },
1986
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "太和区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 121.092525780453499, 41.1015529240641158 ] } },
1987
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "新民市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 122.82337535369544, 41.992822703270015 ] } },
1988
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "黑山县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 122.113501259398234, 41.6866147246952465 ] } },
1989
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "辽中县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 122.729738077481827, 41.5075463279884076 ] } },
1990
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "台安县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 122.423557843429421, 41.3850096466652815 ] } },
1991
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "盘山县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 122.049905003033047, 41.1897529335778216 ] } },
1992
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "旧堡区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 122.942950470391338, 41.0747062783438821 ] } },
1993
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "抚顺县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 123.7894229324923, 41.8467919041743315 ] } },
1994
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "于洪区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 123.297367763994984, 41.8003997088147869 ] } },
1995
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "苏家屯区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 123.336107529469331, 41.6535498215671822 ] } },
1996
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "灯塔县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 123.316094765056107, 41.4236067204887561 ] } },
1997
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "辽阳县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 123.07489560615582, 41.208810053998306 ] } },
1998
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "宏伟区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 123.217249801566751, 41.2061542551471263 ] } },
1999
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "弓长岭区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 123.453185944401284, 41.1158233391338612 ] } },
2000
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "南芬区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 123.738654148973922, 41.0912773472564155 ] } },
2001
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "本溪满族自治县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 124.113217199134795, 41.2965630611741901 ] } },
2002
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "新宾满族自治县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 125.034318809560304, 41.7231936367999978 ] } },
2003
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "通化县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 125.754959743380894, 41.6800295887207 ] } },
2004
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "桓仁满族自治县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 125.352653490856184, 41.2654313993572543 ] } },
2005
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "葫芦岛区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 120.934498010414572, 40.7208246356098158 ] } },
2006
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "兴城市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 120.703910392124698, 40.6199968306537542 ] } },
2007
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "绥中县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 120.333487215086379, 40.3290271058585006 ] } },
2008
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "大洼县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 122.061843651302894, 40.992747248708497 ] } },
2009
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "海城市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 122.750872772120616, 40.8503991407329963 ] } },
2010
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "老边区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 122.372040032296127, 40.671865774821768 ] } },
2011
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "大石桥市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 122.496773407915214, 40.6380055173123935 ] } },
2012
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "鲅鱼圈区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 122.114649272454372, 40.2989741538392536 ] } },
2013
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "岫岩满族自治县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 123.269312850426218, 40.2791688605552238 ] } },
2014
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "宽甸满族自治县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 124.773401054816176, 40.7293269021271911 ] } },
2015
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "凤城市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 124.066717761351157, 40.4565058341130523 ] } },
2016
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "科尔沁左翼后旗", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 122.346729819926878, 42.9490384440536275 ] } },
2017
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "盖州市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 122.359987312802332, 40.3987177774445669 ] } },
2018
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "永吉县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 126.488974122174369, 43.6602357876969194 ] } },
2019
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "蛟河市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 127.337030735751782, 43.7185234356553423 ] } },
2020
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "敦化市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 128.226953427548324, 43.3704093619030786 ] } },
2021
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "汪清县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 129.75720873836093, 43.3098806657070909 ] } },
2022
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "桦甸市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 126.734303446025535, 42.9684988851561087 ] } },
2023
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "磐石市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 126.06373291610808, 42.9454616322830489 ] } },
2024
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "辉南县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 126.037379139826939, 42.680824030942226 ] } },
2025
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "靖宇县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 126.795318588816045, 42.3910230936193457 ] } },
2026
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "三岔子区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 126.602919479695345, 42.0948119356793242 ] } },
2027
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "抚松县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 127.26660190196344, 42.326283915853864 ] } },
2028
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "安图县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 128.913430802443258, 43.1113630491965409 ] } },
2029
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "图们市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 129.792528575991753, 42.9793471959022497 ] } },
2030
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "龙井市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 129.432791957278482, 42.7735273586178977 ] } },
2031
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "和龙市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 129.004136158741204, 42.5360420803991701 ] } },
2032
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "珲春市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 130.363981002460633, 42.8750234897439526 ] } },
2033
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "临江区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 126.913235533637689, 41.8160299120601664 ] } },
2034
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "集安市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 126.14610449573631, 41.1492198187693177 ] } },
2035
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "长白朝鲜族自治县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 128.133658539395157, 41.4479879266330187 ] } },
2036
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "裕民县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 82.9725130952848673, 46.2108219519176515 ] } },
2037
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "额敏县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 83.6224628331379449, 46.523766396244298 ] } },
2038
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "托里县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 83.6022138034281994, 45.9329921497575384 ] } },
2039
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "霍城县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 80.8667861755962747, 44.0525022739049561 ] } },
2040
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "温泉县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 81.0288656677692529, 44.9714455525793397 ] } },
2041
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "精河县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 82.8823059323229074, 44.6094515901278328 ] } },
2042
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "吉木乃县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 85.8777428604047373, 47.4410161922484122 ] } },
2043
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "布尔津县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 86.8613623219316224, 47.7065359737857264 ] } },
2044
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "福海县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 87.4976660792320757, 47.1142483360451365 ] } },
2045
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "和布克赛尔蒙古自治县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 85.7285377148874801, 46.7948054529113122 ] } },
2046
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "富蕴县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 89.523063182224405, 46.9981361223738574 ] } },
2047
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "乌苏市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 84.6823060861534742, 44.4258314505748046 ] } },
2048
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "沙湾县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 85.6152432759105579, 44.3249590580157289 ] } },
2049
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "玛纳斯县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 86.2129872214035231, 44.2968248815771304 ] } },
2050
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "呼图壁县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 86.8976786798844358, 44.1922397117529897 ] } },
2051
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "阜康市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 87.9692764803481708, 44.1613456512666716 ] } },
2052
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "奇台县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 89.5815412745993171, 44.0199627796618387 ] } },
2053
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "青河县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 90.3803035179059009, 46.6739773962224689 ] } },
2054
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "东乌珠穆沁旗", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 116.969311465107978, 45.5138337877533132 ] } },
2055
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "霍林郭勒市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 119.631387817057401, 45.5373228344227954 ] } },
2056
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "阿巴嘎旗", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 114.964537679776313, 44.0190710103094389 ] } },
2057
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "西乌珠穆沁旗", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 117.60979543462571, 44.5879233146486555 ] } },
2058
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "华安区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 122.876003732353922, 47.5133351201264844 ] } },
2059
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "甘南县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 123.495949032307806, 47.9144615329010364 ] } },
2060
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "龙江县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 123.18230185699494, 47.3363205399189724 ] } },
2061
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "梅里斯达斡尔族区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 123.765260861485544, 47.315676055682907 ] } },
2062
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "富拉尔基区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 123.633135139273918, 47.1991548136463166 ] } },
2063
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "昂昂溪区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 123.803240157785964, 47.1499440567067296 ] } },
2064
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "富裕县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 124.457099654397027, 47.8015313428978743 ] } },
2065
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "林甸县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 124.875065722633437, 47.1815805571542271 ] } },
2066
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "依安县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 125.302928820253584, 47.8873508827578007 ] } },
2067
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "明水县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 125.902769323530251, 47.1795564312985363 ] } },
2068
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "扎赉特旗", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 122.909855975054853, 46.7206575675733333 ] } },
2069
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "科尔沁右翼前旗", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 122.069711640872796, 46.064057634820557 ] } },
2070
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "泰来县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 123.41690880138357, 46.3889202311492639 ] } },
2071
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "杜尔伯特蒙古族自治县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 124.444557789510199, 46.8665566945155092 ] } },
2072
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "让胡路区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 124.86545877515249, 46.6426394846154153 ] } },
2073
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "红岗区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 124.883596402921071, 46.3987422214699166 ] } },
2074
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "大同区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 124.813519702671712, 46.0278712710211835 ] } },
2075
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "龙凤区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 125.097114769217924, 46.5189520314758695 ] } },
2076
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "安达市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 125.329120823247109, 46.4018826697080726 ] } },
2077
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "肇东市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 125.982437600232998, 46.0642759638828565 ] } },
2078
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "突泉县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 121.554228181622463, 45.3782193167709806 ] } },
2079
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "科尔沁右翼中旗", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 121.46611228049926, 45.058218169653216 ] } },
2080
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "洮南市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 122.774886796991638, 45.3386545180985792 ] } },
2081
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "镇赉县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 123.200845798856349, 45.8428150110659587 ] } },
2082
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "大安市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 124.287866783971751, 45.5013571743612957 ] } },
2083
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "前郭尔罗斯蒙古族自治县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 124.823269314034803, 45.1125603692772827 ] } },
2084
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "肇州县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 125.268550304062998, 45.6973839234288732 ] } },
2085
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "肇源县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 125.083222209180335, 45.5126518145280059 ] } },
2086
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "扎鲁特旗", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 120.90356969891063, 44.5505669318188708 ] } },
2087
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "通榆县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 123.083100981315226, 44.8010755275023271 ] } },
2088
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "长岭县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 123.975523410139758, 44.2734624332392883 ] } },
2089
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "科尔沁左翼中旗", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 123.311711124278574, 44.1212643462643186 ] } },
2090
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "乾安县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 124.012042423003038, 44.9988509690112934 ] } },
2091
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "德惠市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 125.693199803215009, 44.5288930265654557 ] } },
2092
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "农安县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 125.180562603537865, 44.4222501946190462 ] } },
2093
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "九台市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 125.820839406362538, 44.1566626947710503 ] } },
2094
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "海伦市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 126.966897908058243, 47.4619415582429696 ] } },
2095
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "绥棱县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 127.091168987754685, 47.2469141487928681 ] } },
2096
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "友好区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 128.828774534628479, 47.854697771762261 ] } },
2097
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "翠峦区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 128.67176753717473, 47.7315617963188785 ] } },
2098
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "乌马河区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 128.791191282498744, 47.7213338049436331 ] } },
2099
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "上甘岭区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 129.018492552933537, 47.972591421539768 ] } },
2100
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "美溪区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 129.118090600148349, 47.6333360669232562 ] } },
2101
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "西林区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 129.300574104533723, 47.4747631310256608 ] } },
2102
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "金山屯区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 129.421867159011896, 47.4176013163704724 ] } },
2103
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "南岔区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 129.277378290292916, 47.1413906831886464 ] } },
2104
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "带岭区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 129.01268807707865, 47.0287236294271977 ] } },
2105
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "萝北县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 130.825755057425511, 47.576586790830838 ] } },
2106
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "拜泉县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 126.085270968268162, 47.6076065088796909 ] } },
2107
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "兴安区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 130.230700726799853, 47.2544457656247232 ] } },
2108
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "桦川县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 130.717072651988161, 47.0222452664896551 ] } },
2109
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "绥滨县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 131.848933238036324, 47.2927002468683071 ] } },
2110
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "青冈县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 126.106179510835219, 46.6856358266359095 ] } },
2111
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "兰西县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 126.283189684109573, 46.2571074245158869 ] } },
2112
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "庆安县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 127.501017195158482, 46.8799202968987387 ] } },
2113
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "巴彦县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 127.396482859172977, 46.074865241491807 ] } },
2114
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "铁力市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 128.041276062079845, 46.9809584412225547 ] } },
2115
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "汤原县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 129.897951891224551, 46.7260312345983451 ] } },
2116
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "依兰县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 129.557614883178445, 46.3138796405645863 ] } },
2117
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "桦南县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 130.575135932986257, 46.2398730003822536 ] } },
2118
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "友谊县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 131.800523251451807, 46.7823229898418234 ] } },
2119
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "集贤县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 131.134071254332838, 46.7284141630456133 ] } },
2120
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "岭西区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 131.102178215069557, 46.600894233920215 ] } },
2121
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "四方台区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 131.324655189032171, 46.5967614803283183 ] } },
2122
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "宝山区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 131.399317271417488, 46.5793846163633276 ] } },
2123
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "岭东区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 131.126968395756109, 46.5628113982594769 ] } },
2124
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "呼兰县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 126.599006229730207, 45.9813857261973808 ] } },
2125
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "平房区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 126.614711896065486, 45.6044411253072255 ] } },
2126
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "阿城市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 126.96582224633714, 45.5460308934733646 ] } },
2127
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "宾县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 127.475441083460495, 45.75435520949938 ] } },
2128
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "尚志市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 127.955068982794813, 45.2144676938198131 ] } },
2129
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "通河县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 128.738874053083975, 45.9742415369648612 ] } },
2130
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "木兰县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 128.034591388017446, 45.9470398410020948 ] } },
2131
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "方正县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 128.825264767620411, 45.8318354899272151 ] } },
2132
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "延寿县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 128.328283848940231, 45.4503092876447781 ] } },
2133
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "勃利县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 130.570528385535482, 45.7531176656923648 ] } },
2134
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "滴道区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 130.831180532573285, 45.3566318684980629 ] } },
2135
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "城子河区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 130.997025305625499, 45.3325322092741487 ] } },
2136
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "林口县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 130.271391967885933, 45.2749005804628126 ] } },
2137
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "恒山区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 130.891170269008313, 45.2151679623727247 ] } },
2138
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "麻山区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 130.474127083860964, 45.1956127153851668 ] } },
2139
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "梨树区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 130.684462059526368, 45.0923303629130316 ] } },
2140
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "茄子河区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 131.062354064125827, 45.7745223683354112 ] } },
2141
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "密山市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 131.867735438527774, 45.5396861608470189 ] } },
2142
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "鸡东县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 131.123307873791163, 45.2440407217371856 ] } },
2143
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "榆树县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 126.550720111397666, 44.8252609658320083 ] } },
2144
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "舒兰市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 126.936866872975841, 44.4017090925594502 ] } },
2145
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "五常市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 127.156660145346535, 44.9149796924988962 ] } },
2146
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "望奎县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 126.475483405605999, 46.8339930623248648 ] } },
2147
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "海林市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 129.386344570016632, 44.5666235588682298 ] } },
2148
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "宁安市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 129.478434347381011, 44.3454050173572369 ] } },
2149
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "穆棱市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 130.515234261391583, 44.9165205464965709 ] } },
2150
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "绥芬河市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 131.110151939685267, 44.405032882340528 ] } },
2151
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "东宁县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 131.120740182596506, 44.0534488652818297 ] } },
2152
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "同江市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 132.51577076254722, 47.6548371044046846 ] } },
2153
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "富锦市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 132.031678377326926, 47.2511211271260976 ] } },
2154
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "宝清县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 132.200288364287928, 46.324880081272326 ] } },
2155
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "饶河县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 133.916177882104648, 46.7944385533622622 ] } },
2156
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "虎林市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 132.968403069943264, 45.7631543282034414 ] } },
2157
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "哈巴河县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 86.4188453713839664, 48.0604484983282845 ] } },
2158
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "满洲里市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 117.444079228337131, 49.5793720929018562 ] } },
2159
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "陈巴尔虎旗", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 119.431856160138182, 49.3279102348036886 ] } },
2160
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "鄂温克族自治旗", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 119.740164930145909, 49.1368358261791158 ] } },
2161
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "新巴尔虎右旗", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 116.823170091277007, 48.6588383564465659 ] } },
2162
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "新巴尔虎左旗", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 118.267595868064845, 48.2169427829956092 ] } },
2163
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "额尔古纳市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 120.186622135255121, 50.2575298594997975 ] } },
2164
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "根河市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 121.529485566477206, 50.7791418818423423 ] } },
2165
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "鄂伦春自治旗", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 123.712770221623643, 50.5856536562299794 ] } },
2166
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "牙克石市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 120.728620581419747, 49.2836118112400001 ] } },
2167
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "嫩江县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 125.214772935554066, 49.1669444526498864 ] } },
2168
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "扎兰屯市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 122.733974682067313, 48.0115401675263058 ] } },
2169
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "阿荣旗", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 123.467660547587485, 48.1203251033945776 ] } },
2170
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "莫力达瓦达斡尔族自治旗", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 124.501549633359559, 48.4730822188117756 ] } },
2171
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "讷河市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 124.878112262212596, 48.4710350292402552 ] } },
2172
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "克山县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 125.865279415947896, 48.0333539470470114 ] } },
2173
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "呼玛县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 126.587180368222008, 51.7082338416297418 ] } },
2174
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "孙吴县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 127.308987685342927, 49.418510616286845 ] } },
2175
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "逊克县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 128.444254705234556, 49.519672834493953 ] } },
2176
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "五大连池市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 126.136816926511372, 48.64903145782975 ] } },
2177
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "德都县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 126.186596680239688, 48.5118188963419499 ] } },
2178
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "北安市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 126.503763508993842, 48.2430744962177798 ] } },
2179
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "克东县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 126.234871750403187, 48.0387037765517491 ] } },
2180
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "嘉荫县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 130.345863456821945, 48.850680714835967 ] } },
2181
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "抚远县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 134.284153236863062, 48.3372836145564051 ] } },
2182
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "漠河县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 122.532990247457462, 52.9698403946978544 ] } },
2183
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "塔河县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 124.706530785667653, 52.3412792512356688 ] } },
2184
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "东川市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 103.18533616147613, 26.0946248373738037 ] } },
2185
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "双城市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 126.306349114332846, 45.3631938653894622 ] } },
2186
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "扶余县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 126.027885657875245, 44.9808759190632017 ] } },
2187
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "椒江区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 121.44754152381654, 28.673011122862448 ] } },
2188
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "贵池区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 117.482150701286926, 30.655249861809903 ] } },
2189
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "宣州区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 118.742854301390381, 30.9475310332473406 ] } },
2190
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "沙市区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 112.248885837935774, 30.3169076858570747 ] } },
2191
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "南海市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 113.16160689229325, 23.0365475222208538 ] } },
2192
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "毕节市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 105.284006980798026, 27.3086240860829079 ] } },
2193
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "思茅市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 100.975337171246139, 22.7938783656112953 ] } },
2194
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "芒市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 98.5884568106833115, 24.4419997694009616 ] } },
2195
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "景洪市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 100.79396402379075, 22.0133701298671802 ] } },
2196
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "尼玛县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 86.7539766803764536, 31.3434525578887957 ] } },
2197
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "桑日县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 92.0084770748474909, 29.2592809780110059 ] } },
2198
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "墨脱县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 95.3134385891262497, 29.3038994254412479 ] } },
2199
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "泸县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 105.369589329065448, 29.1561326478965341 ] } },
2200
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "三亚市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 109.513357866988571, 18.2382733141521243 ] } },
2201
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "临沧", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 100.088115020674039, 23.880495588961768 ] } },
2202
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "个旧市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 103.15549711016952, 23.3576446930449499 ] } },
2203
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "百色市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 106.611717762500902, 23.9050120454648543 ] } },
2204
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "贵港市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 109.608546729404694, 23.0995459553671019 ] } },
2205
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "梧州市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 111.308716813622681, 23.4873573780534173 ] } },
2206
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "清远市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 113.022317171968737, 23.7211888118348355 ] } },
2207
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "东莞市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 113.750022192770203, 23.0470683351361387 ] } },
2208
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "佛山市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 113.115967564928283, 23.0352325496730259 ] } },
2209
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "玉林市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 110.145998396683581, 22.6325386522475789 ] } },
2210
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "江门市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 113.086325741858786, 22.589857486225803 ] } },
2211
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "中山市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 113.373792152554302, 22.5262455395821739 ] } },
2212
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "珠海市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 113.571595992754041, 22.273125897295742 ] } },
2213
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "澳门", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 113.551815346762965, 22.2000424454908689 ] } },
2214
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "钦州市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 108.614482418747343, 21.9518574931468038 ] } },
2215
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "北海市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 109.121883375578435, 21.479677261286259 ] } },
2216
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "茂名市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 110.893123789339612, 21.6734918439938546 ] } },
2217
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "湛江市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 110.402761879513207, 21.1953257757279729 ] } },
2218
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "阳江市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 111.959108303167255, 21.8458435279741465 ] } },
2219
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "河源市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 114.691685990233296, 23.7372910961884003 ] } },
2220
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "惠州市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 114.389647035450622, 23.0907556492133743 ] } },
2221
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "揭阳市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 116.350033701698905, 23.5434243651408934 ] } },
2222
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "汕头市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 116.683150714670745, 23.364398660716752 ] } },
2223
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "汕尾市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 115.359718286499131, 22.7719215165307496 ] } },
2224
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "台南市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 120.200609580157874, 23.0045734663045316 ] } },
2225
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "高雄市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 120.303490129209095, 22.6341795022036152 ] } },
2226
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "中甸县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 99.7067710424613125, 27.8177855470945481 ] } },
2227
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "丽江纳西族自治县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 100.235863690407029, 26.8751650841981302 ] } },
2228
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "保山市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 99.1667231260964996, 25.1129294871522646 ] } },
2229
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "大理市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 100.226175549549509, 25.5909718267658057 ] } },
2230
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "楚雄市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 101.542777735518641, 25.0335609097936675 ] } },
2231
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "西昌市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 102.266882263371414, 27.9003691084178804 ] } },
2232
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "昭通市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 103.715228406176607, 27.3438185842725865 ] } },
2233
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "遵义市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 106.931647738236947, 27.6961714746251673 ] } },
2234
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "安顺市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 105.927882464437317, 26.2437652262930996 ] } },
2235
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "凯里市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 107.977112417762967, 26.5921852347434395 ] } },
2236
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "都匀市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 107.518820992035117, 26.2661749219389371 ] } },
2237
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "曲靖市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 103.796751174289355, 25.4963498452713928 ] } },
2238
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "兴义市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 104.896167526627465, 25.0878426722008996 ] } },
2239
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "玉溪市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 102.537261941130296, 24.3559928261916347 ] } },
2240
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "铜仁市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 109.192793620660126, 27.7230260811461342 ] } },
2241
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "怀化市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 109.956932175523775, 27.5476545312632091 ] } },
2242
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "娄底市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 111.992452713054149, 27.7423970897445749 ] } },
2243
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "邵阳市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 111.475098842842726, 27.2498510392389868 ] } },
2244
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "株洲市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 113.150211533575416, 27.8531008854711928 ] } },
2245
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "萍乡市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 113.838857802060005, 27.6319627553476188 ] } },
2246
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "永州市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 111.612719837103953, 26.2108535955475226 ] } },
2247
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "桂林市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 110.286386170478721, 25.280557759319251 ] } },
2248
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "河池市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 108.049642228585839, 24.6945863264221082 ] } },
2249
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "柳州市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 109.404503732718055, 24.3104670581785882 ] } },
2250
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "贺州市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 111.534704034869975, 24.4177370530329867 ] } },
2251
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "韶关市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 113.603623744127887, 24.8106907873102145 ] } },
2252
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "新余市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 114.931385193072728, 27.8046143943034103 ] } },
2253
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "宜春市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 114.376121518947514, 27.7948066946781438 ] } },
2254
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "吉安市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 114.971523726886446, 27.1037640435017018 ] } },
2255
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "临川市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 116.351620754287865, 27.985319831678737 ] } },
2256
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "三明市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 117.603423733512045, 26.2205498279837776 ] } },
2257
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "南平市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 118.169499151053216, 26.6426793838837419 ] } },
2258
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "宁德市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 119.517621560986697, 26.6617175942831643 ] } },
2259
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "赣州市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 114.932718503592724, 25.847499563029217 ] } },
2260
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "龙岩市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 117.029445496031784, 25.10420004851402 ] } },
2261
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "莆田市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 119.011433610438075, 25.4344316655628759 ] } },
2262
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "漳州市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 117.653347707650553, 24.5122078620580908 ] } },
2263
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "泉州市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 118.590221315903989, 24.9101095952246965 ] } },
2264
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "厦门市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 118.086287538177686, 24.450860083600606 ] } },
2265
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "基隆市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 121.738505957855992, 25.1324520058113912 ] } },
2266
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "台中市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 120.671565982670515, 24.1428246433265841 ] } },
2267
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "日喀则市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 88.8764261811324729, 29.2725994429424681 ] } },
2268
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "林芝县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 94.4839787089876921, 29.5809116531678669 ] } },
2269
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "昌都", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 97.1659347443953862, 31.1437430461326805 ] } },
2270
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "绵阳市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 104.749293453986297, 31.4596341080147148 ] } },
2271
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "德阳市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 104.39099417571515, 31.1329925087006529 ] } },
2272
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "巴中市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 106.754806081552118, 31.8496484896439966 ] } },
2273
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "达县市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 107.500155044274848, 31.2275905709207322 ] } },
2274
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "遂宁市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 105.570224679786165, 30.5045258718834269 ] } },
2275
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "雅安市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 102.98431850695583, 29.9861528852645058 ] } },
2276
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "内江市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 105.053891368747401, 29.5813442773458242 ] } },
2277
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "宜宾市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 104.616350369282031, 28.7754049243008723 ] } },
2278
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "恩施市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 109.478724846591703, 30.2728594029630962 ] } },
2279
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "宜昌市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 111.287282165278128, 30.7048333369760442 ] } },
2280
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "孝感市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 113.910580332791056, 30.9268271354102566 ] } },
2281
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "常德市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 111.691468405270797, 29.0353789068010109 ] } },
2282
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "岳阳市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 113.097864683249966, 29.3718357804632362 ] } },
2283
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "吉首市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 109.73313795077911, 28.3109073606650661 ] } },
2284
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "麻城市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 115.031230130612855, 31.1815252258525994 ] } },
2285
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "巢湖市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 117.865185123485247, 31.602342419358866 ] } },
2286
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "马鞍山市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 118.483021709164831, 31.7258645693279497 ] } },
2287
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "芜湖市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 118.362966589920433, 31.3355482435852295 ] } },
2288
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "鄂州市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 114.880163308081919, 30.4033100407623849 ] } },
2289
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "黄石市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 115.076917604140135, 30.2129896586161166 ] } },
2290
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "铜陵市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 117.813840456503016, 30.9239960556263007 ] } },
2291
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "安庆市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 117.034988656481062, 30.5128825583909524 ] } },
2292
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "咸宁市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 114.271856015220791, 29.8930624198239414 ] } },
2293
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "九江市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 115.985958691620453, 29.7229390903385102 ] } },
2294
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "黄山市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 118.309437085087708, 29.7162459995605417 ] } },
2295
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "上饶市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 117.965212475930358, 28.451233768585741 ] } },
2296
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "鹰潭市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 117.032848572238507, 28.24166079377542 ] } },
2297
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "衢州市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 118.867997234552774, 28.9573705879475973 ] } },
2298
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "丽水市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 119.913380375778004, 28.4492671289903285 ] } },
2299
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "湖州市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 120.099698398659058, 30.8655468593839686 ] } },
2300
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "嘉兴市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 120.753604414686208, 30.7680470614819797 ] } },
2301
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "温州市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 120.653606122645201, 28.0188142845930024 ] } },
2302
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "临夏市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 103.211120252337182, 35.6079937794604149 ] } },
2303
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "平凉市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 106.685706826735071, 35.5365544373557682 ] } },
2304
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "西峰市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 107.638183507009202, 35.7372597556438976 ] } },
2305
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "宝鸡市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 107.14043840346919, 34.3825545627790419 ] } },
2306
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "汉中市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 107.035244439388975, 33.077143809310229 ] } },
2307
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "铜川市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 109.058831905263489, 35.0768914809555596 ] } },
2308
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "运城市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 110.993615003891762, 35.0150894638339665 ] } },
2309
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "晋城市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 112.839377316067299, 35.5050163519929143 ] } },
2310
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "焦作市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 113.222657007262598, 35.2518255224433119 ] } },
2311
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "渭南市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 109.501362999917973, 34.5036826865386175 ] } },
2312
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "洛阳市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 112.382832053914569, 34.6659589409471494 ] } },
2313
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "商州市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 109.93259346678623, 33.870563624449197 ] } },
2314
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "平顶山市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 113.300733913302238, 33.7481908051760939 ] } },
2315
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "安康市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 109.027077061732314, 32.6942754662968724 ] } },
2316
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "十堰市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 110.784693631660076, 32.657358262907735 ] } },
2317
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "丹江口市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 111.50801251184518, 32.5463767820942707 ] } },
2318
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "襄樊市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 112.139347799068389, 32.0498526541249475 ] } },
2319
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "鹤壁市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 114.173925746866786, 35.904762852615697 ] } },
2320
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "菏泽市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 115.44441801731675, 35.250938525890831 ] } },
2321
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "济宁市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 116.578189862258867, 35.4111170516051033 ] } },
2322
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "临沂市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 118.341316200621804, 35.0722331225282886 ] } },
2323
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "日照市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 119.546810923504097, 35.3938555549259348 ] } },
2324
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "开封市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 114.343585963540548, 34.7861575751626617 ] } },
2325
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "商丘市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 115.646359933798905, 34.4483322047065386 ] } },
2326
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "连云港市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 119.171345948784889, 34.605312720955915 ] } },
2327
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "周口市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 114.63559928635523, 33.6301580398271369 ] } },
2328
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "漯河市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 114.040493138184615, 33.5741285268045786 ] } },
2329
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "淮北市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 116.789888517327924, 33.971906158571791 ] } },
2330
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "宿迁市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 118.297418806288761, 33.9589534842160674 ] } },
2331
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "蚌埠市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 117.362958688116322, 32.9418698441926523 ] } },
2332
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "淮南市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 117.022058145575755, 32.6193696381915785 ] } },
2333
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "滁州市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 118.304510182636236, 32.3176130190583137 ] } },
2334
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "泰州市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 119.911633055758514, 32.4964881130164471 ] } },
2335
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "盐城市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 120.134124243406916, 33.3857947348045272 ] } },
2336
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "南通市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 120.855054566852289, 32.0110733609577451 ] } },
2337
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "喀什市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 75.9857710477949837, 39.4671036920335609 ] } },
2338
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "嘉峪关市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 98.2727191220682386, 39.8032349519776218 ] } },
2339
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "酒泉市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 98.5110603701094902, 39.7457243339975008 ] } },
2340
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "张掖市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 100.449786632842006, 38.9338831679290323 ] } },
2341
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "德令哈市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 97.355753753613314, 37.3693908633669665 ] } },
2342
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "金昌市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 102.165357482099822, 38.4926006477061762 ] } },
2343
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "武威市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 102.634631763600055, 37.9276712361678392 ] } },
2344
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "东胜市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 110.000778696178898, 39.8170631674446938 ] } },
2345
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "榆林市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 109.754007896401916, 38.2954657762607908 ] } },
2346
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "忻州市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 112.731424411774057, 38.3993173411479702 ] } },
2347
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "榆次区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 112.744902209283495, 37.6792075763938215 ] } },
2348
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "阳泉市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 113.573096602826311, 37.8618301050379316 ] } },
2349
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "延安市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 109.47003618786232, 36.5925334735419696 ] } },
2350
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "临汾市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 111.515612341138393, 36.0787492619196897 ] } },
2351
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "长治市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 113.103717018133395, 36.1842479498824332 ] } },
2352
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "廊坊市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 116.692464927397523, 39.5197383069134887 ] } },
2353
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "秦皇岛市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 119.596072588485114, 39.9265988203218782 ] } },
2354
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "保定市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 115.502396693878666, 38.8564566565780041 ] } },
2355
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "衡水市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 115.706036948290446, 37.7268955582001695 ] } },
2356
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "德州市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 116.287732095161843, 37.4523714511376014 ] } },
2357
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "邯郸市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 114.472306903728267, 36.594190402471007 ] } },
2358
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "聊城市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 115.988998669239081, 36.4484470982947855 ] } },
2359
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "泰安市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 117.127529023067481, 36.1896982924609887 ] } },
2360
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "威海市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 122.108746399536173, 37.5016224933590934 ] } },
2361
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "伊宁市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 81.319239774689521, 43.9161419891288816 ] } },
2362
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "吐鲁番市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 89.1806821035870882, 42.9411106823551876 ] } },
2363
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "哈密市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 93.5183648603293278, 42.8198867910583303 ] } },
2364
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "临河区", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 107.397132444731042, 40.7619725956395555 ] } },
2365
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "集宁市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 113.096495391530908, 41.0294207961166038 ] } },
2366
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "赤峰市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 118.952880385948035, 42.2697966522614976 ] } },
2367
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "承德市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 117.9202401062782, 40.966580836928209 ] } },
2368
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "通辽市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 122.26106343951291, 43.6116747400818241 ] } },
2369
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "四平市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 124.376014044414092, 43.1678685322230535 ] } },
2370
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "辽源市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 125.13755448436919, 42.911309555899031 ] } },
2371
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "通化市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 125.921765162436074, 41.7242913891159972 ] } },
2372
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "丹东市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 124.355040121523544, 40.1469028531561634 ] } },
2373
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "吉林市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 126.566749460448293, 43.9085457128806453 ] } },
2374
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "延吉市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 129.510936081336752, 42.9110342767705362 ] } },
2375
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "阿勒泰市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 88.1420504316440514, 47.853929964455908 ] } },
2376
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "克拉玛依市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 84.8640531776710105, 45.5917618760890733 ] } },
2377
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "奎屯市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 84.8956377475517741, 44.4241816748157845 ] } },
2378
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "石河子市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 86.0331716410799316, 44.2940168440366833 ] } },
2379
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "昌吉市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 87.3066521775808582, 44.0186997726831279 ] } },
2380
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "白城市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 122.841761813911148, 45.6131369304506222 ] } },
2381
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "松原市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 124.822679996251992, 45.1734334334526011 ] } },
2382
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "牡丹江市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 129.596591235291385, 44.581431329754011 ] } },
2383
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "绥化市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 126.982467170859138, 46.6384105413810843 ] } },
2384
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "佳木斯市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 130.365448092119806, 46.8100172649838058 ] } },
2385
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "海拉尔市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 119.731635343995336, 49.2076380114184531 ] } },
2386
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "黑河市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 127.282935869467494, 50.2015141844348207 ] } },
2387
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "文山县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 104.23553221798619, 23.3765934677542582 ] } },
2388
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "潮州市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 116.63693078567816, 23.6681560133968247 ] } },
2389
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "那曲县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 92.0559074487042182, 31.4807957056749146 ] } },
2390
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "玛沁县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 100.246060164491837, 34.4747097799754911 ] } },
2391
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "同仁县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 102.008806953819388, 35.5121650783719787 ] } },
2392
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "定西县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 104.620299445180038, 35.575800593428859 ] } },
2393
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "固原县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 106.278135772555245, 36.0148119290429776 ] } },
2394
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "莱芜市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 117.662083929145638, 36.2058136919237796 ] } },
2395
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "门源回族自治县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 101.615003225836119, 37.3747577889678197 ] } },
2396
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "平安县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 102.104678362390672, 36.497837322828012 ] } },
2397
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "共和县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 100.616136848934772, 36.2808095469574354 ] } },
2398
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "离石市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 111.135355661962436, 37.5108455962914178 ] } },
2399
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "阿拉善左旗", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 105.665589490149628, 38.8426173953425007 ] } },
2400
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "库尔勒市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 86.1356867009225056, 41.7575678675143678 ] } },
2401
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "锡林浩特市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 116.069562233527066, 43.9460983104986909 ] } },
2402
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "塔城市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 82.984469270232097, 46.7491152124667266 ] } },
2403
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "博乐市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 82.0724699401228861, 44.9074485222825288 ] } },
2404
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "阿克苏市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 80.26008548522708, 41.1676000267287918 ] } },
2405
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "阿图什市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 76.1676046405599863, 39.7160918152936731 ] } },
2406
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "康定县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 101.958412233596022, 30.0531435027397364 ] } },
2407
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "马尔康县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 102.23371729857034, 31.9116420767283593 ] } },
2408
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "玉树", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 97.0150609963617541, 33.0038718109894234 ] } },
2409
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "成县", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 105.73033973625536, 33.7442375495425608 ] } },
2410
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "吴忠市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 106.195524525392216, 37.9869269747523575 ] } },
2411
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "滨州市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 118.024120723722206, 37.3688487385502768 ] } },
2412
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "资阳市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 104.650181044523734, 30.1232712120343074 ] } },
2413
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "南宁市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 108.312146418715542, 22.8065943391121806 ] } },
2414
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "海口市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 110.339798583113989, 20.0341810367832807 ] } },
2415
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "福州市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 119.317463718407353, 26.0370617166913689 ] } },
2416
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "台北市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 121.515660319351596, 25.0509263686169845 ] } },
2417
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "拉萨市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 91.1341172899298471, 29.6529145974083441 ] } },
2418
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "合肥市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 117.276781179739658, 31.8650697585880529 ] } },
2419
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "杭州市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 120.169006893438819, 30.2946961450580865 ] } },
2420
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "郑州市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 113.6415467121858, 34.7587578561623545 ] } },
2421
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "西宁市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 101.783849160833711, 36.6095832009480304 ] } },
2422
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "太原市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 112.5650477466463, 37.8744977106042811 ] } },
2423
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "石家庄市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 114.489070500850843, 38.0434740540544283 ] } },
2424
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "呼和浩特市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 111.664361379261777, 40.8162849453355392 ] } },
2425
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "长春市", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 125.309970517501256, 43.8852299396184904 ] } },
2426
+ { "type": "Feature", "properties": { "AREA": 0, "PERIMETER": 0, "name": "塔河", "mapgis_style": 1 }, "geometry": { "type": "Point", "coordinates": [ 124.706530785667653, 52.3412792512356688 ] } }
2427
+ ]
2428
+ }