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,1949 @@
1
+ {
2
+ "type": "FeatureCollection",
3
+ "features": [
4
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.003559936846405543 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.891505515540786, 22.4626781315830293 ], [ 113.892009058565947, 22.4602302100482731 ], [ 113.892912889657978, 22.460364611013631 ], [ 113.893058283625194, 22.460386231140081 ] ] } },
5
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.015627348513042476 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.526949720339914, 22.4655343564629852 ], [ 114.526940801349994, 22.4655961610199029 ], [ 114.526919815683996, 22.4656599359121039 ], [ 114.526902039394869, 22.4656855134157851 ], [ 114.526875336445528, 22.4657031559433911 ], [ 114.526837174206747, 22.4657104293781202 ], [ 114.526744368618282, 22.4656925608388711 ], [ 114.526659406113339, 22.465698369825013 ], [ 114.526401400066945, 22.465793668755218 ], [ 114.526227014319005, 22.4658377170563455 ], [ 114.526139201759804, 22.4658381309298321 ], [ 114.526053517487114, 22.4658202631876414 ], [ 114.525873382960782, 22.4657069481290605 ], [ 114.525722705706272, 22.4655905008787578 ], [ 114.525671541331121, 22.4655688774681153 ], [ 114.525615935163231, 22.4655612673449383 ], [ 114.52553550425813, 22.4655752877500134 ], [ 114.525386145205559, 22.4656290245558523 ], [ 114.525254883146189, 22.4656939618356652 ], [ 114.525082541830756, 22.4658007950356904 ], [ 114.524954798602167, 22.4658441699524296 ], [ 114.524842929848006, 22.4658536170062852 ], [ 114.524385427362688, 22.465824869173769 ], [ 114.52426161980064, 22.4658269198114944 ], [ 114.52421168768953, 22.4658734651124199 ], [ 114.524097197514152, 22.4661104397215041 ], [ 114.523995607633054, 22.4662278025325612 ], [ 114.523868542148577, 22.4662997147352073 ], [ 114.523703590798377, 22.4663734456453206 ], [ 114.523383451420784, 22.4664638400027421 ], [ 114.522475398765081, 22.4665077405181393 ], [ 114.52209827716743, 22.4664215749373675 ], [ 114.521929948883155, 22.4664324757569887 ], [ 114.521789072381026, 22.4664827979154644 ], [ 114.521648511415862, 22.4667512921006249 ], [ 114.521216747706291, 22.4679601257914676 ], [ 114.521138027214008, 22.4681189846418512 ], [ 114.52042925478743, 22.4691672112204941 ], [ 114.520346343319048, 22.4695482497479233 ], [ 114.520372681799174, 22.4697112745045331 ], [ 114.520871800767225, 22.4712472217758155 ], [ 114.520910551796163, 22.471419421390145 ], [ 114.52091172047254, 22.4716165964870029 ], [ 114.520698655614524, 22.4727698746170503 ], [ 114.520708430574928, 22.4731089528260277 ], [ 114.52093373516864, 22.4735985867925585 ], [ 114.522031396235661, 22.4755827836807462 ] ] } },
6
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0045987924275048301 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.890410804766177, 22.4624756328846331 ], [ 113.89039754631176, 22.462536546481747 ], [ 113.889906613468199, 22.4647921407062725 ], [ 113.889818486941095, 22.4652515122840946 ], [ 113.889815805256475, 22.4653915597373057 ], [ 113.889824736728414, 22.4655465464541919 ], [ 113.889868227467304, 22.4657610907837118 ], [ 113.889955761153232, 22.4659542437276123 ], [ 113.890087052763903, 22.4661407467667473 ], [ 113.890203543065823, 22.4662717066237434 ], [ 113.890351403876679, 22.4664216164438599 ], [ 113.890498880450195, 22.4665825783378423 ], [ 113.89063520128137, 22.4667313649647582 ] ] } },
7
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0041457816972392163 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.89063520128137, 22.4667313649647582 ], [ 113.890704441979594, 22.4663582815409626 ], [ 113.891505515540786, 22.4626781315830293 ] ] } },
8
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0040394619155058554 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.522031396235661, 22.4755827836807462 ], [ 114.523194195849086, 22.477666287805441 ], [ 114.523984375996903, 22.4791186943779273 ] ] } },
9
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0085352933514103845 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.891597734155795, 22.4670899766919376 ], [ 113.892895842393131, 22.4673460063921162 ], [ 113.893244356526495, 22.4674727417998774 ], [ 113.894176089748896, 22.4681264353188688 ], [ 113.896376587487524, 22.4697667019440956 ], [ 113.898649001407776, 22.4714237644673567 ], [ 113.89876710424241, 22.4715098843548269 ] ] } },
10
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.006493680219005875 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.892549695059387, 22.468986225054195 ], [ 113.893747802436181, 22.4692087056058831 ], [ 113.894243852997477, 22.4693364583660582 ], [ 113.894728236126696, 22.4695138355777893 ], [ 113.895105355081142, 22.4696944225921982 ], [ 113.895630135211007, 22.4700019874487431 ], [ 113.896105642501681, 22.4703635380425659 ], [ 113.896353115170172, 22.4705967813913432 ], [ 113.896615523453022, 22.4708900505571378 ], [ 113.896913159512351, 22.4713034627110986 ], [ 113.897035149895871, 22.4715103076733129 ], [ 113.897120843145515, 22.4716556098161 ], [ 113.897471340098036, 22.4725616155700934 ] ] } },
11
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0031543474549915328 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.900521355403953, 22.4748900125090145 ], [ 113.901240258835429, 22.4754075342070792 ], [ 113.90133519874108, 22.4754959178507434 ], [ 113.901407843719568, 22.4755784031981172 ], [ 113.901456958306184, 22.4756419532915288 ], [ 113.901539240495183, 22.4757817623081664 ], [ 113.901624208146217, 22.4758854756212934 ], [ 113.901705279218149, 22.4759595031023416 ], [ 113.901876817577175, 22.4760852667997284 ], [ 113.902780008650225, 22.4767474370952698 ], [ 113.902938106379281, 22.4768854946746153 ] ] } },
12
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0059770439553020471 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.528344972607286, 22.4837234331175218 ], [ 114.528931250821927, 22.4849781372132931 ], [ 114.529559633429159, 22.486322920860669 ], [ 114.529873028399621, 22.4869876460473996 ], [ 114.530049984640314, 22.4873888859110451 ], [ 114.530121225145209, 22.4875103262640472 ], [ 114.5302887835268, 22.4877230029888686 ], [ 114.530551073417826, 22.4878966668969262 ], [ 114.53164594996899, 22.4884075980073135 ] ] } },
13
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.003004420593356432 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.905102068666181, 22.4784514422096464 ], [ 113.907525463030012, 22.4802273090005791 ] ] } },
14
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0097200613662117609 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.897471340098036, 22.4725616155700934 ], [ 113.897479582232151, 22.4725859829655157 ], [ 113.897839021077772, 22.4736485382571871 ], [ 113.898148935775936, 22.4744034887627677 ], [ 113.898373022965245, 22.4748082167498353 ], [ 113.898512005469314, 22.4750427403979671 ], [ 113.900339771155231, 22.4769097019799062 ], [ 113.900515875805795, 22.4771937922607883 ], [ 113.900665481571522, 22.4775250326105507 ], [ 113.900716040105777, 22.4778027291681468 ], [ 113.900703122916042, 22.4781139863810857 ], [ 113.900674415486606, 22.4783990287743087 ], [ 113.900573586078778, 22.4786828830912846 ], [ 113.900476731948984, 22.4788802817392721 ], [ 113.900311832707303, 22.4791068420567086 ], [ 113.899052338607319, 22.4806203039190002 ], [ 113.899013757068943, 22.480666664092336 ] ] } },
15
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0033068750509251863 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.899013757068943, 22.480666664092336 ], [ 113.898933756644539, 22.480755738468666 ], [ 113.89794371184945, 22.4818580605610201 ], [ 113.897171396954363, 22.4826932125509913 ], [ 113.896799505422024, 22.4831225050889003 ] ] } },
16
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0062285653373793355 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.873967534938146, 22.4782380073667483 ], [ 113.873952276188135, 22.4782892466487247 ], [ 113.873941197274306, 22.4783813025674597 ], [ 113.874001807058875, 22.4787772132268771 ], [ 113.874571108846411, 22.4817667892746442 ], [ 113.874580506421651, 22.4821399581033106 ], [ 113.874548457487421, 22.4824261203527911 ], [ 113.87439727614138, 22.4830416964766435 ], [ 113.874021407425587, 22.4840890930640427 ], [ 113.873915987373209, 22.4842942482094656 ] ] } },
17
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0039668213017802264 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.926109358700515, 22.4862942578793934 ], [ 113.926202173752785, 22.4862598788588173 ], [ 113.926299636407961, 22.4862340916622685 ], [ 113.926506901347409, 22.4861792510740166 ], [ 113.928190935150667, 22.4856146506805779 ], [ 113.929215280205099, 22.4852074300977662 ], [ 113.929526100447916, 22.4850159902586988 ], [ 113.929820531472899, 22.4849218874057648 ] ] } },
18
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0035313253367573348 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.921410811461698, 22.4878835030439035 ], [ 113.923008160167498, 22.4873561956373358 ], [ 113.924459020770897, 22.4869055255988819 ], [ 113.924700299810823, 22.4868161595315605 ], [ 113.924768427332538, 22.4867909258508583 ] ] } },
19
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0041597655977381005 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.927478663058864, 22.4889260580249122 ], [ 113.931469679409858, 22.4892251052636958 ], [ 113.931626800263629, 22.4892368755893663 ] ] } },
20
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0098614550440596187 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.896799505422024, 22.4831225050889003 ], [ 113.895777625048098, 22.4842621745299986 ], [ 113.895424103387569, 22.4846153950353624 ], [ 113.894011698219018, 22.4856499874026419 ], [ 113.893638485989015, 22.4859634396994821 ], [ 113.892822871507207, 22.486702956964681 ], [ 113.891575135552586, 22.4877874469490315 ], [ 113.891077689447584, 22.4883480301386882 ], [ 113.890530769302799, 22.4889975446148185 ], [ 113.890345636802238, 22.4891397193377145 ], [ 113.890077661494118, 22.4892719048236529 ], [ 113.889782125609827, 22.4893505053632268 ], [ 113.889380840473677, 22.4893757366672844 ] ] } },
21
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0075133742225639531 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.947024273587587, 22.4908236699989779 ], [ 113.946792385805239, 22.4906581538186146 ], [ 113.946286040192746, 22.4903201325435269 ], [ 113.945689254525121, 22.4899902893432717 ], [ 113.945572534427086, 22.489905461658271 ], [ 113.945349651541477, 22.4897263310803481 ], [ 113.943645398672373, 22.4886070219752554 ], [ 113.943608375178329, 22.4885890620656639 ], [ 113.942849375645565, 22.4885864046548498 ], [ 113.941474436192806, 22.4885563962224033 ], [ 113.940397867067475, 22.488542789819288 ], [ 113.940310646949129, 22.4885452321036112 ], [ 113.940242065273182, 22.4885806762600389 ], [ 113.940208610231124, 22.4886205902805365 ] ] } },
22
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0071703494349014468 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.934515287190621, 22.4922837611979851 ], [ 113.934608436589016, 22.4921981762971654 ], [ 113.935091940221852, 22.4917539365917065 ], [ 113.936169261429768, 22.4907172904040316 ], [ 113.938020490220836, 22.4888438520257701 ], [ 113.938914999455292, 22.4885260281767856 ], [ 113.939014223429552, 22.4884992521532858 ], [ 113.939116106524168, 22.4884832823853138 ], [ 113.93921952708682, 22.4884783300671636 ], [ 113.939729516434909, 22.4885374952831825 ], [ 113.940122218066548, 22.4886056055684342 ], [ 113.940208610231124, 22.4886205902805365 ] ] } },
23
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0058995240693232517 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.872580274728762, 22.4860468035556842 ], [ 113.870601460967293, 22.4916045621274421 ] ] } },
24
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.01506073933178978 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.533392384523722, 22.4895288997951148 ], [ 114.53469170308037, 22.4909024596158211 ], [ 114.534880427554739, 22.4912709802894817 ], [ 114.534941821187886, 22.4917007513594136 ], [ 114.534615207149074, 22.4935383570393057 ], [ 114.534623635539802, 22.4937679930202457 ], [ 114.534832428587976, 22.4941722870942584 ], [ 114.536041148903379, 22.4953787999014558 ], [ 114.536128843536659, 22.4956176250559352 ], [ 114.536106201026911, 22.4957594311843572 ], [ 114.53599770237804, 22.49594114923406 ], [ 114.535420551391454, 22.496603378456296 ], [ 114.53521009953387, 22.4967182380939654 ], [ 114.534296683324484, 22.4968434145015159 ], [ 114.534163387294726, 22.4969100535580822 ], [ 114.534043838816103, 22.4970424479337083 ], [ 114.533993900248134, 22.4972412936486421 ], [ 114.534024976290283, 22.4975313266118206 ], [ 114.533370363904581, 22.498714731264716 ], [ 114.532992371163218, 22.4993119779617494 ], [ 114.532456974448408, 22.4999366577216406 ], [ 114.532080278287566, 22.5004690861140482 ], [ 114.531559000144327, 22.5013859758526706 ] ] } },
25
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0031434132401537656 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.870601460967293, 22.4916045621274421 ], [ 113.869566597386935, 22.494572744090938 ] ] } },
26
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0045880418427173249 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.888199862697164, 22.4904749078704818 ], [ 113.888023216015441, 22.49160519482853 ], [ 113.887456837917341, 22.4950023392052323 ] ] } },
27
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0041939788323166046 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.934515287190621, 22.4922837611979851 ], [ 113.934155822371565, 22.4937487097519764 ], [ 113.934096329016739, 22.4940453784191519 ], [ 113.933715636257375, 22.496397770777417 ] ] } },
28
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0078341747695607408 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.86946949427292, 22.4954595501428827 ], [ 113.873245694028356, 22.496591236692538 ], [ 113.876154867021086, 22.4974630114167446 ], [ 113.876973943205755, 22.4977084477669109 ] ] } },
29
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0033193064547626283 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.9300559773923, 22.498265233622714 ], [ 113.933031334228232, 22.4989160047246344 ], [ 113.933298628634375, 22.4989744643769782 ] ] } },
30
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0032707264184638307 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.913943622997238, 22.4971181874524078 ], [ 113.914980470669249, 22.4984429635809846 ], [ 113.915299675456524, 22.4989609279095788 ], [ 113.915504340833152, 22.499361949935885 ], [ 113.91563187312893, 22.4997853310157971 ], [ 113.915657143960857, 22.499869223734418 ] ] } },
31
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0039965178591130123 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.919940810417401, 22.4966997314645454 ], [ 113.91993307338484, 22.4967982824555435 ], [ 113.919810910038706, 22.4983542252470841 ], [ 113.919923510905363, 22.4999018000655369 ], [ 113.919942221222541, 22.5003709539905756 ], [ 113.919940746067056, 22.5005168552012336 ], [ 113.919939030758513, 22.5006866776284973 ] ] } },
32
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0031955191844406741 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.925000979340865, 22.4977109144354657 ], [ 113.924990659826918, 22.49779195783875 ], [ 113.924611281645525, 22.500771280177613 ], [ 113.924597329716534, 22.5008808371220397 ] ] } },
33
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0030934605017712011 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.928964297363805, 22.4979860817979045 ], [ 113.928940164746535, 22.49814028790016 ], [ 113.928508583797068, 22.5008978976784952 ], [ 113.928485977795219, 22.501042339029599 ] ] } },
34
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0054312321741950137 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.869277767866521, 22.495402089130927 ], [ 113.868163034430211, 22.5007176937339786 ] ] } },
35
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0041756836036656161 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.933298628634375, 22.4989744643769782 ], [ 113.933284815142969, 22.4990598173437704 ], [ 113.932880806083816, 22.5031290307218441 ] ] } },
36
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0060885994148748282 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.868163034430211, 22.5007176937339786 ], [ 113.868272640859672, 22.5007507801762934 ], [ 113.873991883548911, 22.5024771143164521 ] ] } },
37
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0037067363494678448 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.915657143960857, 22.499869223734418 ], [ 113.915685117035792, 22.4999394829914223 ], [ 113.917002283291907, 22.5032475547712671 ], [ 113.917028347312709, 22.5033130146299563 ] ] } },
38
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0038293022249714787 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.873991883548911, 22.5024771143164521 ], [ 113.877657857087343, 22.503583547118609 ] ] } },
39
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0087554281728136896 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.886348116045099, 22.4978463997161597 ], [ 113.88998656323912, 22.501428059616039 ], [ 113.890655410608119, 22.5020901554166883 ], [ 113.890746847365421, 22.5021954847693415 ], [ 113.890808681062254, 22.5022908837562738 ], [ 113.892009989327917, 22.5044325563636782 ] ] } },
40
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0039301659450186365 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.87782399780825, 22.5036343364378553 ], [ 113.881322031220151, 22.5046680223916908 ], [ 113.881432073348591, 22.5047062208187469 ], [ 113.881589002943258, 22.5047606955303685 ] ] } },
41
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0032588101367063672 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.883306977984603, 22.5019915069733329 ], [ 113.881589002943258, 22.5047606955303685 ] ] } },
42
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0039944788953430333 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.868163034430211, 22.5007176937339786 ], [ 113.867335798533006, 22.5046255758222351 ] ] } },
43
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.015952351159381709 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.946467184898879, 22.5060210960053269 ], [ 113.946485826268983, 22.5054202508192134 ], [ 113.946574286153847, 22.5044330397929073 ], [ 113.946640444800707, 22.5037516390742312 ], [ 113.946697722076536, 22.5030529902334564 ], [ 113.946707089134861, 22.5011784823726586 ], [ 113.94664336372162, 22.5002572258501736 ], [ 113.946469364738078, 22.4984430366366688 ], [ 113.946432320850462, 22.4973751124298431 ], [ 113.94646629319962, 22.4957592805647302 ], [ 113.946557825078031, 22.4946079137752442 ], [ 113.946905533466108, 22.4923591591546455 ], [ 113.946901260965603, 22.4918014805668243 ], [ 113.946667395289737, 22.4911781326225828 ], [ 113.946379752125353, 22.490753081940035 ], [ 113.946016269292045, 22.4904068160704753 ] ] } },
44
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0039019374056512754 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.054468004734076, 22.5063731376574907 ], [ 114.054546104827523, 22.5063921543028158 ], [ 114.055407289017268, 22.5066018404397745 ], [ 114.055445212292113, 22.5066159922823203 ], [ 114.055495293934328, 22.5066556736007186 ], [ 114.05552562237672, 22.5066936007950211 ], [ 114.05555482973233, 22.5067939380715458 ], [ 114.055570852197988, 22.5069665839542559 ], [ 114.055571474739878, 22.5071908532894831 ], [ 114.055610257379541, 22.5080730872451085 ], [ 114.055652755556068, 22.5084803182175222 ], [ 114.055826305402235, 22.5094525356827901 ] ] } },
45
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.010291085377818731 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.939070743138757, 22.4976865002553446 ], [ 113.938862600406637, 22.5079754805185495 ] ] } },
46
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0076239372234389842 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.938862600406637, 22.5079754805185495 ], [ 113.946486290980673, 22.5080368060295122 ] ] } },
47
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0032921039996936857 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.892009989327917, 22.5044325563636782 ], [ 113.89283424056083, 22.5059019720120368 ], [ 113.893671340070441, 22.5072740762866381 ] ] } },
48
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0048042268596920346 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.932880806083816, 22.5031290307218441 ], [ 113.932848005858233, 22.50709273661165 ], [ 113.932850463688581, 22.5076970519044828 ], [ 113.932851424269373, 22.5079331149180959 ] ] } },
49
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0060113254276667159 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.932851424269373, 22.5079331149180959 ], [ 113.938862600406637, 22.5079754805185495 ] ] } },
50
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0042111586159953611 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.914608305824032, 22.5079464192611134 ], [ 113.91466484935826, 22.5079445231936859 ], [ 113.918472905599458, 22.507816748527965 ], [ 113.918817095746149, 22.5078051950415023 ] ] } },
51
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0042635485814405535 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.881589002943258, 22.5047606955303685 ], [ 113.881313707395847, 22.5052973993382039 ], [ 113.879402455307314, 22.5084191516875656 ] ] } },
52
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.011144780679675911 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.885054882313909, 22.5002586985347186 ], [ 113.885170815707113, 22.5003555831211592 ], [ 113.886186548600037, 22.5010446897749361 ], [ 113.887245451536216, 22.5020890420206534 ], [ 113.889522183442594, 22.5055427340649672 ], [ 113.891213867611611, 22.5082747577503319 ], [ 113.891731100787851, 22.5090464860143733 ] ] } },
53
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.011760958261099172 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.900154865786618, 22.5094450091182594 ], [ 113.900641808762117, 22.509228959602261 ], [ 113.901175888917379, 22.5090180878117643 ], [ 113.901623990212457, 22.5088929580546058 ], [ 113.902075118873483, 22.5087776050138118 ], [ 113.902779759883671, 22.5086182790273277 ], [ 113.903490156251365, 22.5084827991244616 ], [ 113.904205372662304, 22.5083713467344815 ], [ 113.904924467751371, 22.5082840643662863 ], [ 113.905663750410284, 22.5082198643947144 ], [ 113.906405089869182, 22.5081812122955931 ], [ 113.907076748855189, 22.5081683013324074 ], [ 113.90774849564022, 22.5081763625822724 ], [ 113.911747559691221, 22.5080423483656809 ] ] } },
54
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.00343171235158695 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.867141152489666, 22.5055676351626133 ], [ 113.866425841203238, 22.5089239693872614 ] ] } },
55
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.003147445850095229 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.918817095746149, 22.5078051950415023 ], [ 113.91892000358699, 22.5081581594789775 ], [ 113.918939221437896, 22.5082240723730678 ], [ 113.919966992948531, 22.5107328376089519 ] ] } },
56
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0031410467520357464 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.895105136728404, 22.5091274060427757 ], [ 113.895613556789314, 22.5096531771198123 ], [ 113.895980161191389, 22.5098613544888373 ], [ 113.897339521751036, 22.5105396413554004 ], [ 113.897734295452423, 22.5107926341985305 ] ] } },
57
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0051067480599930803 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.044697773044902, 22.5133140100063649 ], [ 114.046063026925282, 22.5132225106063473 ], [ 114.046921615301471, 22.5131892457999925 ], [ 114.048623057462152, 22.5132313421379315 ], [ 114.049788479900627, 22.5133977012267259 ] ] } },
58
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0039997988417825852 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.040786633406711, 22.5141037538321029 ], [ 114.041775902112491, 22.5138185528376944 ], [ 114.042935732191111, 22.5135633790998568 ], [ 114.044147370988298, 22.5133430922409588 ], [ 114.044697773044902, 22.5133140100063649 ] ] } },
59
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0035604860069357678 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.891731100787851, 22.5090464860143733 ], [ 113.892644629167478, 22.5104876134576841 ], [ 113.892929693166735, 22.5109054303521816 ], [ 113.893794123667988, 22.5117632805080952 ], [ 113.89388679865948, 22.5118552504235083 ] ] } },
60
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0038107011370096854 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.879402455307314, 22.5084191516875656 ], [ 113.877412624181744, 22.5116690771093744 ] ] } },
61
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.003467786263146947 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.895089530000234, 22.5130247042345744 ], [ 113.895215835320712, 22.5128947740205732 ], [ 113.895283527422237, 22.5128251380455389 ], [ 113.895363999062752, 22.5127423567496869 ], [ 113.895457514728093, 22.5126527802019361 ], [ 113.895882370316144, 22.5122458201168101 ], [ 113.896424769948737, 22.5117719586821678 ], [ 113.896990048316198, 22.5113217738368157 ], [ 113.897577009091421, 22.5108962201453942 ], [ 113.897734295452423, 22.5107926341985305 ] ] } },
62
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0035856577455273988 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.897734295452423, 22.5107926341985305 ], [ 113.897954686932437, 22.5109338731920161 ], [ 113.900299325128913, 22.5132899155178876 ] ] } },
63
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0097923320307553661 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.05104734014877, 22.5136120912456548 ], [ 114.051137843574921, 22.5136317112849831 ], [ 114.053300650966563, 22.5141005786762562 ], [ 114.054303458843208, 22.5144359986367277 ], [ 114.055555850239884, 22.5149177935011267 ], [ 114.056981851825938, 22.5156017819801839 ], [ 114.058372896657573, 22.5164182381091535 ], [ 114.059233709882477, 22.5169975683709893 ], [ 114.059685800837443, 22.5173018224483954 ], [ 114.059943271222295, 22.5174750983978171 ] ] } },
64
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0034697272791128306 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.897694743112368, 22.5155823290735597 ], [ 113.897821713023731, 22.5154705797318968 ], [ 113.897881973157439, 22.5154175433784758 ], [ 113.90007854821441, 22.5134842361987459 ], [ 113.900131108601229, 22.5134379742517545 ], [ 113.900299325128913, 22.5132899155178876 ] ] } },
65
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0038671649023051019 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.904769242948746, 22.5159041936457598 ], [ 113.906617246418534, 22.5150491684780647 ], [ 113.906917224990707, 22.5149518661115522 ], [ 113.90709040616494, 22.5149122016610548 ], [ 113.907266076870485, 22.51488351538557 ], [ 113.907443435595013, 22.5148659377150118 ], [ 113.907621668150668, 22.514859550102944 ], [ 113.90793685369654, 22.5148757466796638 ], [ 113.908246298017247, 22.5149265384400472 ], [ 113.908419441278951, 22.5149453110375681 ] ] } },
66
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.008647928370144357 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.932851424269373, 22.5079331149180959 ], [ 113.932852580908502, 22.5082175741092989 ], [ 113.932873037440388, 22.5132455094782991 ], [ 113.933997688960872, 22.5163856769034396 ] ] } },
67
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0089189424116076846 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.057029357367384, 22.5124993800265152 ], [ 114.058063240041974, 22.5137820249945904 ], [ 114.058460158719257, 22.5141796982868918 ], [ 114.060577731609712, 22.5156177386889453 ], [ 114.062192644084945, 22.5179296718639286 ], [ 114.062423981831088, 22.518157952088341 ], [ 114.063183870905576, 22.5188153956393826 ] ] } },
68
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0031022485991925833 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.901505431624074, 22.5143868653255197 ], [ 113.902485362483873, 22.5154311015396544 ], [ 113.903586551816133, 22.5165341731327047 ], [ 113.903665775212417, 22.5166127404179726 ] ] } },
69
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0032060411955248357 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.032346713385877, 22.5189565843749442 ], [ 114.032424195608726, 22.5189151749265939 ], [ 114.03386277190863, 22.5181463237603943 ], [ 114.035165008300922, 22.5174283568574261 ] ] } },
70
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.010727198232962401 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.948365695705604, 22.5185912177953895 ], [ 113.948228533769623, 22.5174420640292858 ], [ 113.947880493704304, 22.5148929181700517 ], [ 113.947115941924679, 22.5113740479201638 ], [ 113.946486290980673, 22.5080368060295122 ] ] } },
71
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0037148123232020962 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.914197920662403, 22.5181931989450845 ], [ 113.914745251098637, 22.5176920653080082 ], [ 113.914922452624609, 22.5175614959184358 ], [ 113.915141731953966, 22.51746408196923 ], [ 113.916499338657658, 22.517125578121469 ], [ 113.916698527062167, 22.517063906879816 ], [ 113.916816305714804, 22.5169954919235522 ], [ 113.916978046081951, 22.5168610599379519 ], [ 113.917368351596622, 22.5165735556357163 ], [ 113.917427681105849, 22.5165298528259328 ] ] } },
72
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0030325767430008969 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.050920344043263, 22.5181848598789216 ], [ 114.050936287487019, 22.5184098303879701 ], [ 114.051134731642108, 22.5212098490788435 ] ] } },
73
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0047415090822425787 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.897694743112368, 22.5155823290735597 ], [ 113.900992600052362, 22.518819749426445 ], [ 113.901078358745309, 22.5189039331476906 ] ] } },
74
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0034563021417817696 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.901078358745309, 22.5189039331476906 ], [ 113.90119375385612, 22.5187997208790094 ], [ 113.901560300291976, 22.518468689631483 ], [ 113.90306780623132, 22.5171477615576165 ], [ 113.903392074452299, 22.5168462426760101 ], [ 113.903577349249574, 22.5166886509160484 ], [ 113.903665775212417, 22.5166127404179726 ] ] } },
75
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.012880017752119031 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.938862600406637, 22.5079754805185495 ], [ 113.938772217328037, 22.5131738346922141 ], [ 113.940708018409126, 22.5206067721646193 ] ] } },
76
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0079906546978464766 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.948365695705604, 22.5185912177953895 ], [ 113.946280328985281, 22.5188125037365445 ], [ 113.945485677946024, 22.518896819504171 ], [ 113.945038540301738, 22.5190117462389345 ], [ 113.943922390115574, 22.5192665140217159 ], [ 113.942548725550083, 22.5197417970266081 ], [ 113.941747172960802, 22.5201086466401357 ], [ 113.940984586090693, 22.5204576570977366 ], [ 113.940708018409126, 22.5206067721646193 ] ] } },
77
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0030154042799669933 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.914197920662403, 22.5181931989450845 ], [ 113.916369910753176, 22.5202848781789129 ] ] } },
78
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0038118070399350201 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.06292618129396, 22.5202863486616778 ], [ 114.062951560290642, 22.520244575212466 ], [ 114.062977626991412, 22.5202092907569877 ], [ 114.062999238493632, 22.5201843147256255 ], [ 114.063024979412091, 22.5201596734804603 ], [ 114.063057215914966, 22.5201362886968717 ], [ 114.063083998125805, 22.5201202137548968 ], [ 114.063112638272528, 22.5201057552863411 ], [ 114.063142392883876, 22.520093390406128 ], [ 114.063173084696686, 22.5200831922387117 ], [ 114.063204530843223, 22.5200752211777804 ], [ 114.063236544794918, 22.5200695249163445 ], [ 114.063268935406597, 22.5200661375287368 ], [ 114.063313821156314, 22.5200665261234718 ], [ 114.063350442940319, 22.5200709279488471 ], [ 114.063394403732588, 22.5200804078801973 ], [ 114.063440935920127, 22.5200953094760337 ], [ 114.063474565549555, 22.520109480562347 ], [ 114.063503244672987, 22.5201243283564061 ], [ 114.063530659382749, 22.520141112845355 ], [ 114.063556656755097, 22.5201597422532984 ], [ 114.064095249651331, 22.5211609611460766 ], [ 114.065076383140664, 22.5224555788696001 ], [ 114.065266861878001, 22.5227069142806755 ] ] } },
79
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0033431017005318632 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.06292618129396, 22.5202863486616778 ], [ 114.063379343262923, 22.5207761066437726 ], [ 114.063517165528538, 22.5209535339874272 ], [ 114.064333861103037, 22.5220049027664189 ], [ 114.064859631973377, 22.5226687467630597 ], [ 114.064966100178722, 22.5228031739687644 ], [ 114.065034556191179, 22.5228782092181312 ] ] } },
80
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0035394105694347955 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.025862395535896, 22.5224527261753593 ], [ 114.028967009465916, 22.5207530792930477 ] ] } },
81
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0039409289638872198 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.934606181020399, 22.5181436974166473 ], [ 113.935886256780037, 22.5218709386414666 ] ] } },
82
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0049877102769556167 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.940708018409126, 22.5206067721646193 ], [ 113.940017206784304, 22.5208509766496405 ], [ 113.939305612019055, 22.5210266766826948 ], [ 113.938189554735885, 22.5213022364141828 ], [ 113.937104993156026, 22.5215700107049948 ], [ 113.935886256780037, 22.5218709386414666 ] ] } },
83
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0031451507167064674 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.03750620587239, 22.5235361810514014 ], [ 114.040235005947608, 22.5220340281628566 ], [ 114.040261477281021, 22.5220194567865626 ] ] } },
84
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.050640951700205813 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.531559000144327, 22.5013859758526706 ], [ 114.531466873375322, 22.5014947339367737 ], [ 114.531151476506878, 22.501738011111204 ], [ 114.530615441225464, 22.5021189539174422 ], [ 114.530563022885403, 22.5021641768736309 ], [ 114.53033149009498, 22.502502966861659 ], [ 114.530258278794193, 22.5025677910251964 ], [ 114.530170221057091, 22.5026139966574874 ], [ 114.530104919787448, 22.5026332203271728 ], [ 114.529835793226965, 22.502632917809116 ], [ 114.528891190482284, 22.5024676728907558 ], [ 114.52867753686732, 22.5024478582474394 ], [ 114.528627048307641, 22.5024519430572276 ], [ 114.528194687780839, 22.5025340639365297 ], [ 114.527982434937044, 22.5025812235688392 ], [ 114.527412717922715, 22.5028028731403076 ], [ 114.526644451382708, 22.5032573668749194 ], [ 114.526081474035422, 22.5034807150199789 ], [ 114.525697509594409, 22.5035746385974242 ], [ 114.525431823442148, 22.5037290863281747 ], [ 114.525025236505456, 22.5044078600565527 ], [ 114.524922403727857, 22.5046587819542907 ], [ 114.524856314211647, 22.5048956151138633 ], [ 114.524875278506585, 22.5050268124729946 ], [ 114.524936841553441, 22.5051003423413718 ], [ 114.52504029498931, 22.5051646987673379 ], [ 114.525248389451207, 22.5052215370017556 ], [ 114.526070888218015, 22.5051792247530607 ], [ 114.526495979881972, 22.5048992444637435 ], [ 114.526663070490585, 22.5048969888195884 ], [ 114.526766462694198, 22.5049216409328707 ], [ 114.526885568357685, 22.5050465906551267 ], [ 114.526934857051543, 22.5051706600771304 ], [ 114.526934966355014, 22.5053969867832677 ], [ 114.526857378946175, 22.5056631653830621 ], [ 114.526430602632715, 22.5062635099997586 ], [ 114.52622726363893, 22.5066033121199176 ], [ 114.526036748510819, 22.5070354498848992 ], [ 114.525804687472004, 22.5074012249048785 ], [ 114.525597573753757, 22.507599218497262 ], [ 114.524841686101695, 22.5079694080443389 ], [ 114.5244636212188, 22.5082632809134573 ], [ 114.524088337354058, 22.5087325909785996 ], [ 114.523823056432121, 22.5089465160432809 ], [ 114.523623645806637, 22.5090164245987587 ], [ 114.523134652495003, 22.509023428002731 ], [ 114.522920688219628, 22.5091194880952621 ], [ 114.522511993874929, 22.5094501126424085 ], [ 114.52216647814393, 22.5098210357577635 ], [ 114.519644542898035, 22.5114845545437596 ], [ 114.519150341363996, 22.5118470097990553 ], [ 114.518500958247344, 22.5121614151727698 ], [ 114.517960532986677, 22.5122928465499079 ], [ 114.516943150089759, 22.5130154873333552 ], [ 114.516497497970335, 22.5132442304069329 ], [ 114.515512599163401, 22.5138429134902722 ], [ 114.515183390192348, 22.5141999675581062 ], [ 114.514785550494537, 22.5147545628102641 ], [ 114.513323771979771, 22.5157359355460152 ], [ 114.512765160727511, 22.516269604649974 ], [ 114.511982209851482, 22.5171594855958617 ], [ 114.511657084530654, 22.5179015342589182 ], [ 114.511208081721151, 22.5185608144470883 ], [ 114.511014478707125, 22.518716372694783 ], [ 114.510290085126897, 22.5190923206793059 ], [ 114.509688791519395, 22.5193519623022631 ], [ 114.509279770090231, 22.5195897745033307 ], [ 114.509295221000045, 22.5199850042127032 ], [ 114.509172556826613, 22.520134876870241 ], [ 114.508708907541305, 22.5202613796899058 ], [ 114.508568602246385, 22.5204156446095887 ], [ 114.50854504054503, 22.5206098700215094 ], [ 114.508577690689819, 22.5207364035074988 ], [ 114.508641090968155, 22.5208056135527563 ], [ 114.508751030093308, 22.5208390739041953 ], [ 114.509392507037319, 22.5208388546246141 ], [ 114.509524729813378, 22.5209491583069905 ], [ 114.509509382585208, 22.5210618171891639 ], [ 114.509234098075893, 22.5216265074300495 ], [ 114.50913224706261, 22.5217604499580126 ], [ 114.508397039832062, 22.5217569644429716 ], [ 114.50805692533811, 22.5218873165355724 ], [ 114.507652455223706, 22.5225549093797781 ], [ 114.50742109500186, 22.5228679975785191 ], [ 114.507040467832326, 22.5232121081754748 ], [ 114.506566609113591, 22.5235720730171565 ], [ 114.506432350505008, 22.5236059987239265 ], [ 114.505801994638404, 22.5235848182984419 ], [ 114.505460340879708, 22.5237033692461424 ], [ 114.505273937323224, 22.5238348773657115 ], [ 114.505021424211037, 22.5241201645345654 ], [ 114.504912915654245, 22.5242639836791625 ], [ 114.504872673175981, 22.5243383778667727 ], [ 114.50479122772505, 22.5245129633901477 ], [ 114.504725089069993, 22.5246923908012739 ], [ 114.504683982148322, 22.5248396324869482 ], [ 114.504654051211574, 22.5249891818790964 ], [ 114.504617916378223, 22.5252665352339498 ], [ 114.504601691102678, 22.525456835591168 ], [ 114.504567286881837, 22.5255404395953427 ], [ 114.50447331396353, 22.5256929278235027 ], [ 114.504103214830096, 22.5261338170221954 ], [ 114.503932228139988, 22.5263623417763554 ], [ 114.503868212517887, 22.5264810233718542 ], [ 114.503799978005034, 22.5266793055552412 ], [ 114.503784713615048, 22.5267890254730752 ], [ 114.503799579642518, 22.5268751137140697 ], [ 114.503827076481699, 22.5269584754431769 ], [ 114.503896852121812, 22.527083504338389 ], [ 114.504142793525801, 22.5273964155113937 ], [ 114.504160828944308, 22.5274586202794183 ], [ 114.504148119658751, 22.5275219512228198 ], [ 114.504065081862734, 22.5276053249175767 ], [ 114.503844477127686, 22.5277730402716436 ], [ 114.503718158751909, 22.5279018061172813 ], [ 114.503612136258027, 22.5280471570089276 ], [ 114.503423814990285, 22.5283755058650641 ], [ 114.503340421300152, 22.5285396668384443 ], [ 114.503320736806842, 22.528615121451967 ], [ 114.503244342187998, 22.5292159210831073 ], [ 114.503216801747783, 22.529313739165584 ], [ 114.503172218779198, 22.5294059760505583 ], [ 114.50243545484868, 22.5300967496530156 ], [ 114.502139539091132, 22.5303134134392273 ], [ 114.501905459912265, 22.5304962196721874 ] ] } },
85
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.012106084309084655 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.962122437325007, 22.5227553469941171 ], [ 113.962363296850299, 22.5227545430082756 ], [ 113.965990277092018, 22.5227657305134947 ], [ 113.968763915340446, 22.5227926457109859 ], [ 113.969629775821275, 22.5228010388266391 ], [ 113.973752968524551, 22.5228286351576124 ], [ 113.974228228824344, 22.5228318090758535 ] ] } },
86
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0089783198565185976 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.974228228824344, 22.5228318090758535 ], [ 113.97773210656203, 22.5228551673709028 ], [ 113.980021537580924, 22.5228703874626355 ], [ 113.980868900778603, 22.5229032238101894 ], [ 113.981714542965832, 22.5229635287862919 ], [ 113.982557400759944, 22.523051215894661 ], [ 113.983192457321991, 22.5231432229980868 ] ] } },
87
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0032872247503962309 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.90660400323371, 22.519795755621157 ], [ 113.907247490793949, 22.5204821805193944 ], [ 113.90787631241939, 22.5211677666422823 ], [ 113.908370673590511, 22.5217387493730818 ], [ 113.908678624020453, 22.5221871194008791 ], [ 113.908732310454823, 22.5222909122352206 ] ] } },
88
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0032397853602910741 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.902012951292491, 22.5197533819024507 ], [ 113.902313348015696, 22.5200264087328215 ], [ 113.903109114324181, 22.5208740770930014 ], [ 113.903750248596737, 22.5216523347882003 ], [ 113.904069609060983, 22.5222331833106715 ] ] } },
89
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0030753386877940222 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.927735838484082, 22.51970752971949 ], [ 113.92774971580485, 22.5199391219311842 ], [ 113.927808938577769, 22.5209273969361732 ], [ 113.927835166826597, 22.5211752795547717 ], [ 113.927883665222751, 22.5214642907925011 ], [ 113.927883699340725, 22.5215006305340637 ], [ 113.927935169363963, 22.521767271606052 ], [ 113.92816039887137, 22.5226075827100054 ], [ 113.928194855183037, 22.5227361347620665 ] ] } },
90
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0063090733213561389 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.955223061226462, 22.5232469903498114 ], [ 113.956417341909486, 22.5231084957786081 ], [ 113.958383465765223, 22.522886981430073 ], [ 113.958731004463189, 22.5228478241354964 ], [ 113.959168055178196, 22.5228128849558686 ], [ 113.960425977989388, 22.5227811740393236 ], [ 113.960859256062278, 22.5227752200219093 ], [ 113.960937254555532, 22.5227741478773176 ], [ 113.961507596839766, 22.5227663084114518 ] ] } },
91
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.007272363356283524 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.51641015841318, 22.5316446351251223 ], [ 114.51643929613671, 22.5316077908848804 ], [ 114.516673076647734, 22.5313197570990766 ], [ 114.516991465457721, 22.5310321519649648 ], [ 114.517445876794127, 22.5307342674007671 ], [ 114.517956543961546, 22.5305499337079418 ], [ 114.518517243443, 22.53043145292283 ], [ 114.51900790174291, 22.5304103931537689 ], [ 114.519443271589864, 22.5304486874192484 ], [ 114.523202653706491, 22.5312208476373854 ] ] } },
92
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0058863576140346019 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.983192457321991, 22.5231432229980868 ], [ 113.983488097134043, 22.523186055356387 ], [ 113.984277292760225, 22.5233170142103418 ], [ 113.985018895711988, 22.5234690335917342 ], [ 113.985926428158123, 22.5236848604369371 ], [ 113.986334058642825, 22.5237934591956588 ], [ 113.987142956915974, 22.5240303975202849 ], [ 113.9875439225995, 22.5241586772106572 ], [ 113.98833836010823, 22.5244346099984618 ], [ 113.988871719468122, 22.5246386712417284 ] ] } },
93
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0033672072243581463 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.062559948853703, 22.5227164437505323 ], [ 114.062704778127539, 22.5229725667007017 ], [ 114.062856655122644, 22.5232880023781163 ], [ 114.063001349470625, 22.5236464301306718 ], [ 114.063073215287446, 22.5239724834526918 ], [ 114.06314922836971, 22.5245007902151997 ], [ 114.06318691374527, 22.524999620478642 ], [ 114.063145568190421, 22.525817234571722 ], [ 114.063138002288724, 22.5259668514710611 ] ] } },
94
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0055497848575914574 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.943475584515781, 22.5244009197669044 ], [ 113.944797838143629, 22.5243641329909892 ], [ 113.945271550748402, 22.5243370017274174 ], [ 113.946066130245057, 22.5242730456671545 ], [ 113.948939981649247, 22.5239612198448071 ], [ 113.949003522376088, 22.5239492288728904 ] ] } },
95
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0038738786666866073 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.940708018409126, 22.5206067721646193 ], [ 113.940962689176729, 22.5215845748783323 ], [ 113.941018378608234, 22.5232078787979901 ], [ 113.941004164641839, 22.5242352973174604 ], [ 113.940997441806957, 22.5244468701268268 ] ] } },
96
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0037588608345002993 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.936827560001475, 22.5245259168933281 ], [ 113.936912118235171, 22.5245243216734217 ], [ 113.940585751651298, 22.5244549923113446 ] ] } },
97
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0040081998821640255 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.973693966882479, 22.5260092074396674 ], [ 113.97770216565425, 22.526012190952855 ] ] } },
98
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0041410243670106294 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.969552943741206, 22.5260060212789099 ], [ 113.973693966882479, 22.5260092074396674 ] ] } },
99
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.003147637283137353 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.923716900110222, 22.522391499085554 ], [ 113.923759588670592, 22.5224988084179145 ], [ 113.924259664624628, 22.5237558780653444 ], [ 113.924333633303632, 22.5239708999419186 ], [ 113.924407071850808, 22.5242330425228445 ], [ 113.924496208025388, 22.5246515475523239 ], [ 113.92453926293868, 22.5249650001990069 ], [ 113.92455809944461, 22.5253256891393363 ], [ 113.924549864440877, 22.5253994009088423 ] ] } },
100
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0043488303952059952 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.924543108951738, 22.5257020144920013 ], [ 113.924673995922731, 22.5256722151838993 ], [ 113.925428981421931, 22.5255003246083731 ], [ 113.9267148439382, 22.5251627087978434 ], [ 113.928212880010747, 22.5248085977742676 ], [ 113.928722318418266, 22.5247532608571568 ], [ 113.9287810598709, 22.5247468805979594 ] ] } },
101
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0055512792820071859 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.01795135762876, 22.5275112107607107 ], [ 114.018662732501198, 22.5267299469959568 ], [ 114.019617775891291, 22.5259564715633225 ], [ 114.020698794973512, 22.525323905872181 ], [ 114.022455333978158, 22.524340263297848 ] ] } },
102
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.003712324962536916 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.904069609060983, 22.5222331833106715 ], [ 113.904303912189519, 22.5226593255085774 ], [ 113.904645573716166, 22.5235186886021879 ], [ 113.904785411747355, 22.5239294435738735 ], [ 113.904864340455703, 22.5245645192512427 ], [ 113.904925415709613, 22.5257903579981686 ] ] } },
103
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0037872199471034552 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.904925415709613, 22.5257903579981686 ], [ 113.905130159503329, 22.5257937558142238 ], [ 113.907875952490429, 22.5258392943602281 ], [ 113.908345092164623, 22.5258470707788376 ], [ 113.908712115025736, 22.5258531530345536 ] ] } },
104
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0037202006976796891 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.908732310454823, 22.5222909122352206 ], [ 113.908815676675559, 22.5224601884193092 ], [ 113.909033274157096, 22.5229861680085683 ], [ 113.909215643572807, 22.5236063228575851 ], [ 113.909662212452929, 22.5256695205057547 ], [ 113.909706325111685, 22.5258696257000821 ] ] } },
105
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0035244682331771996 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.990915429574088, 22.5255440396323863 ], [ 113.991730958773758, 22.5259686234389171 ], [ 113.992094799009635, 22.5261709895139681 ], [ 113.993367845079959, 22.5269406745433862 ], [ 113.993964104449745, 22.5273094144076431 ] ] } },
106
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0034048817479931516 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.515267522640471, 22.5348423182707229 ], [ 114.515497140464163, 22.5341291120009295 ], [ 114.515734743856015, 22.5333562085457544 ], [ 114.516041761706603, 22.5324141086827403 ], [ 114.516193183549603, 22.5320143204178684 ], [ 114.51641015841318, 22.5316446351251223 ] ] } },
107
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0084677056142345771 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.502971160254674, 22.5326105068196725 ], [ 114.50333216559595, 22.5344301074685518 ], [ 114.503491787958481, 22.5347110433533224 ], [ 114.503640654792008, 22.5348443886892689 ], [ 114.503847576803878, 22.5349667302955119 ], [ 114.504075330033245, 22.5350303242304513 ], [ 114.504303753119785, 22.5350484043872221 ], [ 114.504523774466477, 22.5350208527242941 ], [ 114.504748244570933, 22.5349377171572343 ], [ 114.506229409063366, 22.534025722756855 ], [ 114.506751327858979, 22.5338971373859707 ], [ 114.507098960149875, 22.5339151806066411 ], [ 114.508807864391372, 22.5342080923670061 ], [ 114.509296959955321, 22.5343177105155306 ], [ 114.509357917924618, 22.5343313734939521 ] ] } },
108
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0036324711359709532 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.911191735145749, 22.5259371934894119 ], [ 113.911520582216085, 22.5259795188531307 ], [ 113.912220225908953, 22.5261374877588985 ], [ 113.912278230328425, 22.5261505846967793 ], [ 113.912429217108723, 22.5261846749149512 ], [ 113.912851709214038, 22.5262979210007721 ], [ 113.913345452333616, 22.5264654927658441 ], [ 113.913883613742925, 22.5266729615016956 ], [ 113.914476998682204, 22.5268862843064639 ], [ 113.914668274332385, 22.5269550477610139 ] ] } },
109
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.004187044466292371 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.96946661069984, 22.5281797916496274 ], [ 113.973550408781676, 22.5281822233725144 ], [ 113.973653654425078, 22.5281822827281921 ] ] } },
110
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0035790484686755116 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.965887683046262, 22.5281570432741809 ], [ 113.96785186085684, 22.5281788016519897 ], [ 113.96946661069984, 22.5281797916496274 ] ] } },
111
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.004000069725327491 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.067361400395995, 22.5287743368889686 ], [ 114.067447631138478, 22.5288941782111891 ], [ 114.067428081000401, 22.5297626199748997 ], [ 114.064444572564909, 22.5297232981229847 ] ] } },
112
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0030670667957570594 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.962820668692515, 22.5281391077354556 ], [ 113.965887683046262, 22.5281570432741809 ] ] } },
113
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0032939044012264473 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.958968612165663, 22.5281165003320503 ], [ 113.959022549333085, 22.5281168171788693 ], [ 113.962097134174329, 22.5281348692076619 ], [ 113.962262459804023, 22.5281358378500869 ] ] } },
114
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0056054639970068649 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.957293569218791, 22.5234130597478028 ], [ 113.957394125847898, 22.5234472504794745 ], [ 113.957793143431516, 22.5234241658121093 ], [ 113.957970116452529, 22.5234410354697019 ], [ 113.958108594364944, 22.5234993363415192 ], [ 113.958209363877486, 22.5235570304854349 ], [ 113.958294591365203, 22.5236390042881709 ], [ 113.958364604775767, 22.523727740646919 ], [ 113.958419141502716, 22.5238372561687932 ], [ 113.958469123796448, 22.5239887499152474 ], [ 113.958579421064996, 22.5258839265385369 ], [ 113.958671318670795, 22.5264620466384677 ], [ 113.958789508390254, 22.5279734861291843 ], [ 113.958800615316392, 22.528115511473402 ] ] } },
115
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0039271742732144409 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.930338225347228, 22.5280954652566727 ], [ 113.930867122168678, 22.5280738077856491 ], [ 113.931704015958871, 22.5280600390542212 ], [ 113.932806878647085, 22.5280418873563022 ], [ 113.934264649259234, 22.52803049610554 ] ] } },
116
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0083146305298050227 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.501905459912265, 22.5304962196721874 ], [ 114.501572426749235, 22.5307470126663318 ], [ 114.500881022353013, 22.531543920984948 ], [ 114.500593080782352, 22.5318088237090457 ], [ 114.498877090766257, 22.532950763914549 ], [ 114.498590664121565, 22.5334559838216961 ], [ 114.497595018427432, 22.5345882473160799 ], [ 114.496209104345894, 22.5364259073619948 ] ] } },
117
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0057135798477432479 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.026367623063507, 22.5300326063557215 ], [ 114.026661772460372, 22.5297578648038446 ], [ 114.026996251928736, 22.5294280318758204 ], [ 114.027381373798363, 22.5291468599962741 ], [ 114.027545177520054, 22.5290334677345143 ], [ 114.027686972817932, 22.5289353107124661 ], [ 114.027981479738699, 22.5287314381653658 ], [ 114.028103163416617, 22.5286677670696527 ], [ 114.029725840186856, 22.5278186915058001 ], [ 114.031185280148307, 22.527015427433966 ] ] } },
118
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0070217388875628041 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.977680093279432, 22.528339474039722 ], [ 113.977825580005828, 22.5283308095589554 ], [ 113.978019943688736, 22.5283299638468328 ], [ 113.97821393821242, 22.5283411223267649 ], [ 113.978406703775747, 22.5283642559016251 ], [ 113.97878688203842, 22.5284277505332327 ], [ 113.984598258862192, 22.5294903258967771 ] ] } },
119
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0056414771625498536 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.984990011748152, 22.5238624671341725 ], [ 113.984986939940654, 22.5239066074482572 ], [ 113.984611336223224, 22.5293024670116999 ], [ 113.984598258862192, 22.5294903258967771 ] ] } },
120
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0041089413817871935 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.02963399057181, 22.5303211488948101 ], [ 114.030073842546543, 22.5302384228365469 ], [ 114.031448159813621, 22.5301182428847966 ], [ 114.032143103515708, 22.5301175683818506 ], [ 114.033727085808621, 22.530213284431408 ] ] } },
121
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0083027486015499578 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.002538901304192, 22.5301002036697078 ], [ 114.003089883660209, 22.5300732487031432 ], [ 114.004341483407103, 22.5299344235703423 ], [ 114.006652676237991, 22.5296615049942588 ], [ 114.007379984415621, 22.5296216980936492 ], [ 114.007828981285243, 22.5296114032582224 ], [ 114.008469478204745, 22.5296340083647948 ], [ 114.009169804835722, 22.529691118354755 ], [ 114.009671837839306, 22.5297496977096792 ], [ 114.010122813353192, 22.5298250675881349 ], [ 114.010786098363724, 22.5299787355099319 ] ] } },
122
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0042689070377082451 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.973626350442515, 22.5296540451653051 ], [ 113.976993282894867, 22.5284746298512921 ], [ 113.977132357258824, 22.5284340132146674 ], [ 113.977320863175734, 22.5283900116084723 ], [ 113.97751210545033, 22.5283577766600658 ], [ 113.977680093279432, 22.528339474039722 ] ] } },
123
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0034273377471455489 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.998252071092736, 22.5295334204726636 ], [ 113.998553516981232, 22.5296304870166324 ], [ 113.998882740338587, 22.5297207094378606 ], [ 113.99920602086469, 22.5298093015703529 ], [ 113.99995869606164, 22.5299656255798162 ], [ 114.000684257788436, 22.5300563141675063 ], [ 114.001096623035465, 22.5300851201186383 ], [ 114.001616850439447, 22.5301089429756267 ] ] } },
124
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0040200646854955434 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.984598258862192, 22.5294903258967771 ], [ 113.988406103982598, 22.5301565017635461 ], [ 113.988558180151685, 22.5301831054118544 ] ] } },
125
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0049831011292729935 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.98936283482989, 22.525265399878446 ], [ 113.988582764156916, 22.5300328684777398 ], [ 113.988558180151685, 22.5301831054118544 ] ] } },
126
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0065618876863791564 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.48532761080132, 22.5322067375711903 ], [ 114.48526243156283, 22.5324390722563415 ], [ 114.485105470950614, 22.5329985679677947 ], [ 114.485175567291677, 22.533172967928877 ], [ 114.485506031649834, 22.5332914808766631 ], [ 114.485825972844353, 22.5333920274585253 ], [ 114.486207639892442, 22.5336006832686131 ], [ 114.48656449175057, 22.5340249464131794 ], [ 114.486862574356948, 22.5346692727029776 ], [ 114.486946024203903, 22.5349689031429214 ], [ 114.486971837326877, 22.5352652432115583 ], [ 114.486939748681479, 22.5355795718063696 ], [ 114.486815736336027, 22.535972641581985 ], [ 114.486668901345084, 22.5362412507036147 ], [ 114.485733819116689, 22.5373499338690451 ], [ 114.485686965556951, 22.5374054851474064 ] ] } },
127
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0030193358987163316 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.496209104345894, 22.5364259073619948 ], [ 114.495728036327961, 22.5366752957432688 ], [ 114.494892626368753, 22.5368837064170435 ], [ 114.494398843414231, 22.5371521182766195 ], [ 114.493936875836766, 22.5373522543554401 ], [ 114.493518453536552, 22.5376203162613358 ], [ 114.493472939962231, 22.5376494741641338 ] ] } },
128
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0040590180028267989 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.010786098363724, 22.5299787355099319 ], [ 114.014744074144332, 22.5308787659913001 ] ] } },
129
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.028532103468671566 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.014744074144332, 22.5308787659913001 ], [ 114.015095319106919, 22.5302524156507822 ], [ 114.0156493964638, 22.5292643554775651 ], [ 114.015683663536137, 22.5292187562536448 ], [ 114.016328296915361, 22.5283609394720763 ], [ 114.016667001884841, 22.5279499473128979 ], [ 114.01773031074427, 22.5267991622606196 ], [ 114.018502611891392, 22.526114422885442 ], [ 114.018867880904523, 22.5258486530028748 ], [ 114.019371794906874, 22.5254583557345889 ], [ 114.020564045137064, 22.5246855506260886 ], [ 114.028645582650768, 22.5202400853123095 ], [ 114.036883415591745, 22.515696204504362 ], [ 114.037615895429681, 22.5152815574505958 ], [ 114.038002787715868, 22.5150794205461438 ] ] } },
130
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0034695474106927666 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.053984639351583, 22.5315149578808729 ], [ 114.057453769605431, 22.5315687585954016 ] ] } },
131
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0036532466703762412 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.924537038339963, 22.5258832653953114 ], [ 113.924382246540702, 22.527618391121031 ], [ 113.924334383560236, 22.5286189263263594 ], [ 113.924339841406692, 22.5292817050227505 ], [ 113.924341873797928, 22.5295284461981495 ] ] } },
132
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0037822433366224944 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.025559272743507, 22.531268304655601 ], [ 114.025586118072653, 22.5312617941214661 ], [ 114.025761792784564, 22.5312191883362942 ], [ 114.026933924116889, 22.5309349098914673 ], [ 114.029241685866864, 22.5304053530401092 ] ] } },
133
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0073553024412194761 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.934264649259234, 22.52803049610554 ], [ 113.935449898061535, 22.5279908507848248 ], [ 113.936684654038743, 22.5279492426674572 ], [ 113.936939459743584, 22.5279602682497178 ], [ 113.937090072665399, 22.5279866828938964 ], [ 113.93722194032361, 22.5280299116801146 ], [ 113.937378957174602, 22.5281077880236253 ], [ 113.937498176037707, 22.5281669183330067 ], [ 113.937684524730926, 22.5283216103888186 ], [ 113.937868441111164, 22.5285368818128511 ], [ 113.937936064539841, 22.528664664978912 ], [ 113.938082942767778, 22.5288896065438067 ], [ 113.938245011133802, 22.5290908261932046 ], [ 113.93854205531278, 22.5293661400148721 ], [ 113.939015507357979, 22.5296682829271617 ], [ 113.939337493259174, 22.52979334648494 ], [ 113.939806924630872, 22.5299173777662212 ], [ 113.940576156594858, 22.5299743673491513 ], [ 113.940887006316217, 22.5300108411210971 ] ] } },
134
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0034931218510254733 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.922884423188066, 22.5262749832631997 ], [ 113.922888728374147, 22.5263124214631745 ], [ 113.922893819976622, 22.526356697786273 ], [ 113.922913825843779, 22.5265306631750555 ], [ 113.922930205088008, 22.5266731018725821 ], [ 113.923239212557675, 22.5296436480029882 ], [ 113.923250159732689, 22.529748884727443 ] ] } },
135
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0033636895965433746 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.993897294912273, 22.5277331527627389 ], [ 113.993588188380826, 22.5296936180145231 ], [ 113.993385215621458, 22.5308637003903591 ], [ 113.993352494206462, 22.531052332297552 ] ] } },
136
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0044563798109618956 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.969420504613979, 22.5311271988864519 ], [ 113.973626350442515, 22.5296540451653051 ] ] } },
137
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0030411485693469724 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.483995942675364, 22.5386873302319444 ], [ 114.484035055302542, 22.5379094368101072 ], [ 114.48409413219693, 22.5375945575408849 ], [ 114.484202240530493, 22.5373833614396979 ], [ 114.484491358047279, 22.5371359244539775 ], [ 114.484627807248401, 22.5370805158489347 ], [ 114.484916980020429, 22.5370271776637843 ], [ 114.485244538699547, 22.5370859519321094 ], [ 114.485397895506765, 22.5371579610413981 ], [ 114.48557165131713, 22.5373067443847042 ], [ 114.485686965556951, 22.5374054851474064 ] ] } },
138
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0046719100168994259 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.489569969523345, 22.5387525495728553 ], [ 114.491083301029505, 22.5392186957339788 ], [ 114.491413502124701, 22.5392723262343608 ], [ 114.491753635103393, 22.5392412440975534 ], [ 114.492056481663667, 22.5391523137239354 ], [ 114.492413640717203, 22.538943084969759 ], [ 114.492651946901205, 22.5387277254431275 ], [ 114.493060907215636, 22.5381039394402478 ], [ 114.493234936122917, 22.5378730514060948 ], [ 114.493412942432016, 22.5377058349262249 ], [ 114.493472939962231, 22.5376494741641338 ] ] } },
139
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0039529890916523069 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.997735653754262, 22.5320937561113404 ], [ 113.99839423224978, 22.5322075383219058 ], [ 113.99891324020652, 22.5323236476408972 ], [ 113.999562093730773, 22.5324236104521383 ], [ 114.000153213592483, 22.5325525458653608 ], [ 114.000569625005838, 22.5326554631745175 ], [ 114.001053763484535, 22.5327694152639708 ], [ 114.001420259794173, 22.5328648967279328 ], [ 114.001602656644351, 22.5329025903973701 ] ] } },
140
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0038410824118138977 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.965805636363768, 22.5324259065625547 ], [ 113.969420504613979, 22.5311271988864519 ] ] } },
141
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0031755856823114741 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.114439699688987, 22.5319190602930135 ], [ 114.114535725548322, 22.5319810983606956 ], [ 114.114598099004994, 22.5320213947349615 ], [ 114.114798615168382, 22.53220072805588 ], [ 114.114956053428699, 22.5324611064452291 ], [ 114.11500160324708, 22.5327670920112375 ], [ 114.114792941429656, 22.5339405133150343 ], [ 114.114775369863395, 22.5340393276373021 ], [ 114.114756116745269, 22.5341475968906444 ], [ 114.114473751387123, 22.5347905222066736 ] ] } },
142
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0057327452675129077 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.904925415709613, 22.5257903579981686 ], [ 113.904840334091887, 22.5315224718683318 ] ] } },
143
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0030488575106120885 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.962830207246014, 22.5334840648499011 ], [ 113.964151742427632, 22.5330200619891627 ], [ 113.965702914766965, 22.5324628092067414 ] ] } },
144
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0035293003842875072 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.992751440970679, 22.5349718930428544 ], [ 113.993763677729731, 22.5348240384540404 ], [ 113.994862238092892, 22.5347746451560482 ], [ 113.995864966157626, 22.5348044786448014 ], [ 113.996264846161736, 22.5348582589236841 ] ] } },
145
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0036414026980959822 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.95898278638532, 22.5309969992000738 ], [ 113.959112974125631, 22.5326500724698953 ], [ 113.95923011267827, 22.5346298209339473 ] ] } },
146
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0030924733072762718 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.95923011267827, 22.5346298209339473 ], [ 113.962183025673966, 22.5337112916768909 ] ] } },
147
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0046114908380492222 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.114473751387123, 22.5347905222066736 ], [ 114.114738852407257, 22.534816200903709 ], [ 114.114884520849245, 22.5348497596059651 ], [ 114.115194604462687, 22.5349578924728142 ], [ 114.115688193636927, 22.5351831332165418 ], [ 114.11607808662319, 22.5354677275980464 ], [ 114.117059696728248, 22.5364623866648088 ], [ 114.117770256310834, 22.5369199679883785 ], [ 114.118031267106986, 22.5370880505449271 ], [ 114.118274196619353, 22.5372444896042552 ] ] } },
148
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0049941193397923071 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.509488639602694, 22.5427654767092989 ], [ 114.510502115830747, 22.5417724595312805 ], [ 114.510805857230338, 22.5414249545944543 ], [ 114.511077222942092, 22.5409381694931099 ], [ 114.512219151106152, 22.5386510064652121 ] ] } },
149
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.004332439179661576 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.105041167618921, 22.5375370606710561 ], [ 114.105822708147997, 22.5371245007128387 ], [ 114.10610137737136, 22.5370343933383772 ], [ 114.106323885225933, 22.5369958613976706 ], [ 114.106583368697557, 22.5369928165287625 ], [ 114.106905952150157, 22.5370361345334089 ], [ 114.107886436953763, 22.5372972540253294 ], [ 114.109179651539151, 22.5376094140751384 ] ] } },
150
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0069598128029032241 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.996264846161736, 22.5348582589236841 ], [ 113.996682443464039, 22.5349144210529779 ], [ 114.00312893419806, 22.5360071982329195 ] ] } },
151
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0044795359863802715 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.078622233363035, 22.5343607707820617 ], [ 114.078950099671687, 22.5349843795777254 ], [ 114.079140840294869, 22.5353308697244472 ], [ 114.079448831773249, 22.5357888322153421 ], [ 114.079613547126002, 22.536012924656518 ], [ 114.079990944571506, 22.5363807862450116 ], [ 114.080580527248387, 22.5367885042149112 ], [ 114.080874444786033, 22.5369490155301513 ], [ 114.08120759201266, 22.5370992452437484 ], [ 114.081695427391239, 22.5372452761584263 ], [ 114.081787435906534, 22.5372728187120508 ] ] } },
152
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0092382719491301991 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.930690686424597, 22.5288778376713807 ], [ 113.931031611530585, 22.5294955790010292 ], [ 113.931855450262503, 22.5307888401117644 ], [ 113.932927029527804, 22.5318778020688768 ], [ 113.935609709331473, 22.5340929224696644 ], [ 113.93586075700992, 22.5342895724287509 ], [ 113.936297091110717, 22.5345892421896821 ], [ 113.936580906039538, 22.5347634303823803 ], [ 113.936916168270429, 22.534942144032506 ], [ 113.937026315241184, 22.5349929426794731 ], [ 113.937307891806753, 22.5351228044011371 ] ] } },
153
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0070526944286801356 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.112578290446777, 22.5316303372101672 ], [ 114.112206139552399, 22.5315689269822919 ], [ 114.112055555637582, 22.5315909110288715 ], [ 114.111932426716933, 22.5316299940443052 ], [ 114.111803308410444, 22.531731168257167 ], [ 114.111721602398944, 22.5318285108691576 ], [ 114.111647263287793, 22.5321443654731226 ], [ 114.111397734601397, 22.533654581389289 ], [ 114.111124359981133, 22.535567859864603 ], [ 114.110828535863874, 22.5378640191149522 ] ] } },
154
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0038359571720502851 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.114153699714421, 22.5358728956873229 ], [ 114.114010577843132, 22.5358500727378654 ], [ 114.113107262220893, 22.5357238774030399 ], [ 114.112826180097031, 22.5357506519818145 ], [ 114.112535260320556, 22.5359572671176984 ], [ 114.112429560579102, 22.5361577766948749 ], [ 114.112339683917497, 22.5364040068794154 ], [ 114.112041295976752, 22.5380277937474887 ] ] } },
155
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.005270740949536671 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.924571333249602, 22.530761595225222 ], [ 113.925564265092675, 22.5325976976750155 ], [ 113.926639123326808, 22.5345532884316988 ], [ 113.926739870697759, 22.5347587084828263 ], [ 113.926845993055679, 22.5350110004119522 ], [ 113.926987723955094, 22.535437403767645 ] ] } },
156
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.004323934875652931 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.00312893419806, 22.5360071982329195 ], [ 114.007392076625408, 22.5367297142902032 ] ] } },
157
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0035736642185212474 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.904840334091887, 22.5315224718683318 ], [ 113.904712227127547, 22.5350938391908606 ] ] } },
158
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0032648003085787242 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.949954156569106, 22.5326794554491272 ], [ 113.950041840409312, 22.5338359801643264 ], [ 113.950215051121134, 22.5350067695392582 ], [ 113.950591981909454, 22.5358475696256129 ] ] } },
159
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0087244287546501889 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.950591981909454, 22.5358475696256129 ], [ 113.952863879190545, 22.5355361986491758 ], [ 113.959166284460977, 22.5346496607983013 ], [ 113.95923011267827, 22.5346298209339473 ] ] } },
160
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0055263629725865624 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.945066033506066, 22.5357798795409785 ], [ 113.945366358801081, 22.5357835623574729 ], [ 113.950591981909454, 22.5358475696256129 ] ] } },
161
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0035438600006124695 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.937307891806753, 22.5351228044011371 ], [ 113.937563333529823, 22.535223031791169 ], [ 113.937682869354092, 22.5352699335198814 ], [ 113.938095614543016, 22.5354042474545295 ], [ 113.938516871530751, 22.5355133907269973 ], [ 113.938897033788194, 22.5355889029112646 ], [ 113.93923304644234, 22.5356381633119085 ], [ 113.939619763743792, 22.5356750774721419 ], [ 113.939862381198381, 22.5356875975167306 ], [ 113.940251120871991, 22.5356906948338072 ], [ 113.940775155367419, 22.5357121693847908 ] ] } },
162
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0031714029597514248 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.940837362588582, 22.5325413765825502 ], [ 113.94083408036866, 22.5327086330845994 ], [ 113.940775155367419, 22.5357121693847908 ] ] } },
163
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0042914123393262881 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.940775155367419, 22.5357121693847908 ], [ 113.94476464521162, 22.5357751267570343 ], [ 113.945066033506066, 22.5357798795409785 ] ] } },
164
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0031917948535511659 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.919948253564769, 22.5353579970880062 ], [ 113.920314103240372, 22.5353673452948904 ], [ 113.922974089316554, 22.535435283407427 ], [ 113.923139007819714, 22.5354394935387603 ] ] } },
165
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0038502900200381076 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.923139007819714, 22.5354394935387603 ], [ 113.923242912322564, 22.5354284742490663 ], [ 113.923352112560877, 22.5354168937774446 ], [ 113.923897615570908, 22.5354372285108653 ], [ 113.926763537603463, 22.535437392856938 ], [ 113.926987723955094, 22.535437403767645 ] ] } },
166
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0039803971950238895 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.910346693280829, 22.5312686133836166 ], [ 113.91034730582318, 22.5314106701121233 ], [ 113.910384287245492, 22.5351185592604928 ], [ 113.910386389221088, 22.5352488078816329 ] ] } },
167
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0039409171837179674 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.091339701045854, 22.5381186880814468 ], [ 114.091506896159984, 22.5381202423293594 ], [ 114.091630011966728, 22.5381213875054449 ], [ 114.092256202405366, 22.5381272063363163 ], [ 114.093548532253607, 22.5380909653130388 ], [ 114.095280070574631, 22.5380911808793982 ] ] } },
168
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0037361183890942638 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.916216094399672, 22.5355299522666783 ], [ 113.916413117737207, 22.5355208772211597 ], [ 113.919533739636321, 22.5353770989340525 ], [ 113.919948253564769, 22.5353579970880062 ] ] } },
169
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0043671213491575742 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.913630307746431, 22.5312059282453028 ], [ 113.913641263912254, 22.5312853287578037 ], [ 113.913932804083444, 22.5333981743272744 ], [ 113.914267441186141, 22.5354067977076582 ], [ 113.914286799780072, 22.5355229919640401 ] ] } },
170
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0048786308665605717 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.029107586121768, 22.5327383266142718 ], [ 114.028679783191834, 22.5345902003937049 ], [ 114.028046181931856, 22.5375000025515249 ] ] } },
171
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0043731854991020426 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.007392076625408, 22.5367297142902032 ], [ 114.009266550591278, 22.5370473613437703 ], [ 114.011706281606379, 22.5374454025057211 ] ] } },
172
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0072567572683247096 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.011706281606379, 22.5374454025057211 ], [ 114.01197726144855, 22.5370149568593128 ], [ 114.012246196438028, 22.5365731546409904 ], [ 114.012661086623922, 22.5358686106081798 ], [ 114.012956907764902, 22.5353308582514273 ], [ 114.013079742375012, 22.5350825827573722 ], [ 114.013348498752165, 22.53447721655645 ], [ 114.014022461678607, 22.5327548716703134 ], [ 114.014251726125821, 22.5321326678097797 ], [ 114.014407414830799, 22.5316898500996992 ], [ 114.014744074144332, 22.5308787659913001 ] ] } },
173
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0065831508270885984 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.976150992380767, 22.5370402353872095 ], [ 113.97647004529955, 22.5368983975486437 ], [ 113.976937574387023, 22.5367228034356231 ], [ 113.97732852398309, 22.5366154704157786 ], [ 113.977511404099147, 22.5365653679261406 ], [ 113.978230753349351, 22.5364758210975964 ], [ 113.981664047502392, 22.536371118588157 ], [ 113.981933030713748, 22.5363629134017671 ], [ 113.982643339684145, 22.536341240858917 ] ] } },
174
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0032467409650630734 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.113760375920634, 22.5383818712164441 ], [ 114.114714192438541, 22.5387243911160482 ], [ 114.115539840958249, 22.5390208795453582 ], [ 114.11566036245253, 22.5390717605073831 ], [ 114.116115776216176, 22.5392416385631265 ], [ 114.116358804735441, 22.5393322909826956 ], [ 114.116808232723542, 22.5395001338209866 ] ] } },
175
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0043867680557828958 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.013975134500228, 22.537845686748426 ], [ 114.018300193258384, 22.5385788993463407 ] ] } },
176
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.003196830608168152 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.044644099199189, 22.5393807581029435 ], [ 114.047690877585183, 22.539428186712648 ], [ 114.047840542560451, 22.5394305152686236 ] ] } },
177
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.00452967385530332 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.962183025673966, 22.5337112916768909 ], [ 113.962110921111247, 22.5344874243172555 ], [ 113.961854380593294, 22.5380707992406748 ], [ 113.961833162584455, 22.5382270176556503 ] ] } },
178
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0040301156830650324 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.95923011267827, 22.5346298209339473 ], [ 113.959227770443221, 22.5351055130945852 ], [ 113.95908354199922, 22.5375336307999419 ], [ 113.959045185146422, 22.5386549952732445 ] ] } },
179
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0031013795564541068 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.910386389221088, 22.5352488078816329 ], [ 113.910380859247581, 22.5353851315702194 ], [ 113.910279724574238, 22.5383483499610371 ] ] } },
180
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0031655426384355357 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.904712227127547, 22.5350938391908606 ], [ 113.904668274125484, 22.5382590766747413 ] ] } },
181
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0030000022095666538 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.936861644685933, 22.536200330460705 ], [ 113.936327054143945, 22.537491145367575 ], [ 113.936300868079826, 22.5375803443249048 ], [ 113.936294690204775, 22.5376703153925924 ], [ 113.936321596771251, 22.5378029288567987 ], [ 113.9363626047503, 22.5378846383731002 ], [ 113.937103167243791, 22.5388199308096659 ] ] } },
182
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0039674605756100101 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.110828535863874, 22.5378640191149522 ], [ 114.110745376209621, 22.5385042031422707 ], [ 114.110736466059578, 22.5385727925064536 ], [ 114.110336517710238, 22.5416516017793533 ], [ 114.110317445031725, 22.5417984224471333 ] ] } },
183
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0048623543279258281 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.027497353992786, 22.5401122113484753 ], [ 114.029492410742108, 22.5404619328285882 ], [ 114.0296390710579, 22.5404876402670027 ], [ 114.032286689441136, 22.5409517085623214 ] ] } },
184
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0034966065581762771 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.032286689441136, 22.5409517085623214 ], [ 114.03362540351057, 22.541163633280842 ], [ 114.035735079211534, 22.5415298297584634 ] ] } },
185
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0040920689255673657 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.967441566112257, 22.5405659239302416 ], [ 113.969070170752502, 22.5399668975047618 ], [ 113.969145003117092, 22.5399393717678223 ], [ 113.971175207998371, 22.5391925987721002 ], [ 113.971282072953755, 22.5391532897627478 ] ] } },
186
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0046147022276045386 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.060412647861327, 22.5375429678295873 ], [ 114.060404274687059, 22.5376541254135141 ], [ 114.060347460693066, 22.5379353874508155 ], [ 114.060309808801421, 22.538434098615717 ], [ 114.060308772099134, 22.5385292095055938 ], [ 114.060318339635515, 22.5386259548312928 ], [ 114.060338544890257, 22.5387212761121383 ], [ 114.060474655443116, 22.5391433968191208 ], [ 114.060488405817793, 22.5392448581109868 ], [ 114.060492521636363, 22.5393874979274074 ], [ 114.060410023334356, 22.539770556640466 ], [ 114.060382624069206, 22.5400512387653542 ], [ 114.060380246616262, 22.5401838162639692 ], [ 114.060567337024551, 22.5411402778425014 ], [ 114.060858383780328, 22.5419630868544552 ], [ 114.060886382815781, 22.5420422419453352 ] ] } },
187
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0045952617101019527 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.910209800042736, 22.5397137739847508 ], [ 113.91038379890712, 22.5396833016963996 ], [ 113.913819613297889, 22.5390815448835546 ], [ 113.914596225322924, 22.5389454765215049 ], [ 113.914736153498538, 22.538920959653872 ] ] } },
188
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0034785074228786059 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.035735079211534, 22.5415298297584634 ], [ 114.037252160163277, 22.5417795873673974 ], [ 114.039167387782612, 22.5420948711406552 ] ] } },
189
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0030254364931510103 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.044413893392203, 22.5393771723086154 ], [ 114.044370855688186, 22.5424023026744216 ] ] } },
190
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.003739552437527595 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.04637698006222, 22.5424386843630202 ], [ 114.04680729177872, 22.5424518626046329 ], [ 114.047794887535701, 22.5424632371374152 ], [ 114.050115522256959, 22.5425219654055695 ] ] } },
191
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0030657554262335657 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.051229825095419, 22.5394832039771345 ], [ 114.051174690115658, 22.5425484635856321 ] ] } },
192
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0069576315329804685 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.057970443143574, 22.5426190930121102 ], [ 114.057822731283082, 22.5425475283701466 ], [ 114.057599709873799, 22.5425450491354908 ], [ 114.057378055019001, 22.5425310077616103 ], [ 114.057157652907591, 22.5425050312918387 ], [ 114.056939247766678, 22.5424672071272774 ], [ 114.056298930337547, 22.5423091309769106 ], [ 114.055065529378481, 22.5420344069330341 ], [ 114.054811978054659, 22.5419986133670811 ], [ 114.054555943067285, 22.5419848676154331 ], [ 114.054297111427161, 22.5419934827252888 ], [ 114.054040292728672, 22.5420246290317898 ], [ 114.053213958671208, 22.5421904192520088 ], [ 114.052958080818584, 22.5422237640848486 ], [ 114.052344706561684, 22.542352126890119 ], [ 114.052151186118195, 22.5423840315284352 ], [ 114.051875335835589, 22.5424074956149099 ], [ 114.051349370184582, 22.5424066213577383 ], [ 114.051174690115658, 22.5425484635856321 ] ] } },
193
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0030458242393318173 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.059152811325902, 22.5427090936219336 ], [ 114.060412309825338, 22.5427343241094178 ], [ 114.061152301907654, 22.5427491422647144 ], [ 114.062198024977079, 22.5427700781719658 ] ] } },
194
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0042792768186872086 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.071995066665863, 22.5386860898589099 ], [ 114.071989201072057, 22.5388304937526094 ], [ 114.071943065424236, 22.5399662215553604 ], [ 114.071915123260254, 22.5414603029433671 ], [ 114.071882108859299, 22.5426054112520085 ], [ 114.071871787365183, 22.5429634250883062 ] ] } },
195
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0030504582192082768 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.071871787365183, 22.5429634250883062 ], [ 114.072065769564745, 22.5429672959919216 ], [ 114.074921638877939, 22.5430242617321852 ] ] } },
196
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0039677334632321811 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.091214718117655, 22.5433510226643854 ], [ 114.091360520867852, 22.5433539308005351 ], [ 114.095101713533808, 22.5434285067438438 ], [ 114.095181663501421, 22.5434300995722019 ] ] } },
197
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0041522384018002163 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.125937989118242, 22.5423220856167248 ], [ 114.126089517018087, 22.5424167390095107 ], [ 114.128236288205187, 22.5433969203324338 ], [ 114.129673834464597, 22.5441298868494506 ] ] } },
198
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0069548073784780713 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.051174690115658, 22.5425484635856321 ], [ 114.051348798460268, 22.5426883474030788 ], [ 114.051878364631548, 22.5427066172883812 ], [ 114.051999471162119, 22.542727488310998 ], [ 114.05260235186816, 22.5428494133766293 ], [ 114.053446878912411, 22.5430584862397758 ], [ 114.054137516512299, 22.5432138067072145 ], [ 114.054325539535242, 22.5432378156297197 ], [ 114.054514903433997, 22.5432496524922996 ], [ 114.054791790929585, 22.5432449811213189 ], [ 114.055066750656039, 22.5432143235188285 ], [ 114.056333489750941, 22.5429793321341663 ], [ 114.056920321799637, 22.5428651839717347 ], [ 114.057095337694932, 22.5428379073031024 ], [ 114.05727682955434, 22.5428190434423499 ], [ 114.057459167749684, 22.5428095744935248 ], [ 114.057641791724492, 22.5428095315087162 ], [ 114.057824135657839, 22.54281891385045 ], [ 114.05796925290278, 22.5427533244812253 ] ] } },
199
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0038983222099384751 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.963394861449345, 22.5420984557005042 ], [ 113.963505606427873, 22.5420563836536978 ], [ 113.96657250041298, 22.5408912276588573 ], [ 113.966977373446781, 22.5407374050899669 ], [ 113.967039051407724, 22.5407139718257667 ] ] } },
200
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0070777966315022185 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.480711957285266, 22.543529200116744 ], [ 114.480620964063419, 22.5436695958837241 ], [ 114.480455409225826, 22.5442602841841975 ], [ 114.480458578466255, 22.5455499644618804 ], [ 114.480392415501086, 22.5458451334343479 ], [ 114.480282291752346, 22.546109313592261 ], [ 114.480029501854403, 22.5465428756725714 ], [ 114.479266051469708, 22.5471676339624025 ], [ 114.478979408529426, 22.5474729984548858 ], [ 114.478802347880119, 22.5477439220103832 ], [ 114.478614837618096, 22.5481535973657543 ], [ 114.478512104940648, 22.5487124962001566 ], [ 114.478505522062633, 22.5498814709109148 ] ] } },
201
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.004457519025394689 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.101893574231184, 22.5438378697024255 ], [ 114.104516327595263, 22.5443392795945385 ], [ 114.106182555582322, 22.5446942788572393 ], [ 114.106264360741619, 22.5447117076264192 ] ] } },
202
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0043737981087680084 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.961833162584455, 22.5382270176556503 ], [ 113.961926194571944, 22.539044086142578 ], [ 113.961951109655345, 22.5396377935697103 ], [ 113.962014229367753, 22.5420426749874316 ], [ 113.962029935407884, 22.5422586249195227 ], [ 113.962054236192373, 22.5425927327593421 ] ] } },
203
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0034070436222632802 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.93724628114964, 22.5427230772371168 ], [ 113.940398885835421, 22.5428646997768176 ], [ 113.940649892354386, 22.5428759726615908 ] ] } },
204
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0046484778878444167 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.959045185146422, 22.5386549952732445 ], [ 113.959753397812904, 22.5432492070111614 ] ] } },
205
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.00734743917099523 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.926987723955094, 22.535437403767645 ], [ 113.927053665017425, 22.5357391095647799 ], [ 113.927090101223783, 22.5359622948318261 ], [ 113.927118604793478, 22.5362419435113281 ], [ 113.927128314257203, 22.5365126659093384 ], [ 113.927015387902074, 22.542772124783852 ] ] } },
206
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0037665103420746393 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.927015387902074, 22.542772124783852 ], [ 113.927124943251414, 22.542766943735554 ], [ 113.930777692029011, 22.5425941702577433 ] ] } },
207
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0043224056479183783 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.940649892354386, 22.5428759726615908 ], [ 113.941461864357279, 22.5429124373039578 ], [ 113.944967948104235, 22.5430698414981414 ] ] } },
208
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0032417215751847019 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.087955883099781, 22.5453822032483444 ], [ 114.088041263610307, 22.5453489198021764 ], [ 114.088071326838985, 22.5453371998688219 ], [ 114.088175159603367, 22.5453267784449274 ], [ 114.08868914776734, 22.5453452448874643 ], [ 114.089033706152279, 22.5453399122780738 ], [ 114.089293832275303, 22.545346088091776 ], [ 114.089815083400595, 22.5453897525256046 ], [ 114.090084102295378, 22.5454313745387722 ], [ 114.09020136342005, 22.5454416930191321 ], [ 114.091028576690135, 22.5454486057564907 ], [ 114.091182661277756, 22.5454498929781444 ] ] } },
209
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0040587224118575436 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.944967948104235, 22.5430698414981414 ], [ 113.946256949807349, 22.5431276923573023 ], [ 113.94885347009361, 22.5432441916646304 ], [ 113.949022590737783, 22.5432517775582397 ] ] } },
210
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0059864338976748444 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.951852359653714, 22.5379740883009383 ], [ 113.952378236625876, 22.5388345737126663 ], [ 113.953755155425299, 22.5410875550256833 ], [ 113.954087642065019, 22.541920950530308 ], [ 113.954205070172335, 22.5424512078919363 ], [ 113.954202103401556, 22.5433483840573388 ] ] } },
211
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.005557734164275476 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.954202103401556, 22.5433483840573388 ], [ 113.957528947677247, 22.5433899493010266 ], [ 113.958515662443148, 22.5433654274819766 ], [ 113.959093795687082, 22.54332754508523 ], [ 113.959753397812904, 22.5432492070111614 ] ] } },
212
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0031714537065078655 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.951031047425161, 22.5432981584952081 ], [ 113.954202103401556, 22.5433483840573388 ] ] } },
213
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0031854572663461973 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.923833484722337, 22.5429225579930517 ], [ 113.926865722455673, 22.5427792023766322 ], [ 113.927015387902074, 22.542772124783852 ] ] } },
214
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0068086070327385874 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.051123772640864, 22.545379179523362 ], [ 114.051272401109358, 22.5453814877721861 ], [ 114.057802979974397, 22.5454828030544974 ], [ 114.057931560473719, 22.5454847946182291 ] ] } },
215
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0030759267111528563 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.910182231214378, 22.5400830517618544 ], [ 113.910043511692791, 22.5419195723739669 ], [ 113.909924322012799, 22.5431479780937494 ] ] } },
216
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0047967162279953781 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.101919231084594, 22.54398926898741 ], [ 114.103728854085617, 22.545157252489826 ], [ 114.104442765058266, 22.5455877428823577 ], [ 114.10504271105853, 22.5458913711088833 ], [ 114.105946194021271, 22.5462797645174895 ], [ 114.106087132241697, 22.5463403509375802 ] ] } },
217
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0042587804116084316 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.9865289163927, 22.5449355907790157 ], [ 113.986770092672771, 22.5447383081558321 ], [ 113.986998769147334, 22.5445703676945399 ], [ 113.987202347027377, 22.54444719443282 ], [ 113.987372718438692, 22.5443602607936029 ], [ 113.987548944055277, 22.5442840631114301 ], [ 113.987776267155255, 22.5442044259586609 ], [ 113.988057289464791, 22.5441324687726308 ], [ 113.988314510789195, 22.5440904261227608 ], [ 113.990551175893586, 22.543839662253923 ] ] } },
218
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0037234708120145498 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.0219276593769, 22.5449009859929284 ], [ 114.024000667127737, 22.545269112325812 ], [ 114.025588798530691, 22.5455787281229263 ] ] } },
219
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.016896598472128016 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.997544180244574, 22.545733539471172 ], [ 113.999791644698149, 22.5452642698442283 ], [ 114.00103682096821, 22.5449492153674207 ], [ 114.00211500447142, 22.5446155977568701 ], [ 114.003129433043512, 22.5442342657249561 ], [ 114.004012789400647, 22.5438508542513922 ], [ 114.004860008876818, 22.5434336308365033 ], [ 114.005646936214191, 22.5430055319425122 ], [ 114.006501218581533, 22.5424567114839398 ], [ 114.007570782278762, 22.5417013003552498 ], [ 114.008054215429055, 22.5413401166870635 ], [ 114.008951793981382, 22.5406188490802464 ], [ 114.009619873059762, 22.5400113110024982 ], [ 114.010039329049462, 22.5396423863377713 ], [ 114.010435237851055, 22.5391792014617458 ], [ 114.011046749473522, 22.5383194232883852 ], [ 114.011706281606379, 22.5374454025057211 ] ] } },
220
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0039150867575078515 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.099587697826991, 22.54351781383426 ], [ 114.099539460933428, 22.5460804000276624 ], [ 114.099505356103805, 22.5474320164291804 ] ] } },
221
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0049516729127734912 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.992328678344848, 22.5440847329290044 ], [ 113.995377777468789, 22.5452659870249157 ], [ 113.996428759053657, 22.5456629983470442 ], [ 113.996951026021165, 22.5458602824450658 ] ] } },
222
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0043401730649876751 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.913983669266742, 22.5438326070803043 ], [ 113.913786117742518, 22.5438931352059093 ], [ 113.912476449988887, 22.5443344692678913 ], [ 113.912044704834486, 22.5444583140569179 ], [ 113.911603590785276, 22.5445576464064423 ], [ 113.910936609266713, 22.5446410945407472 ], [ 113.910179323925831, 22.5446469398398648 ], [ 113.909758654386536, 22.5446403046082793 ] ] } },
223
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0063873585935391979 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.904668274125484, 22.5382590766747413 ], [ 113.904584374853144, 22.5446458842273891 ] ] } },
224
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0047784827294969729 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.909357552641083, 22.544633977689287 ], [ 113.905398435550609, 22.5445714722405128 ], [ 113.90503442288086, 22.5445807124490472 ], [ 113.904584374853144, 22.5446458842273891 ] ] } },
225
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0040942636527533365 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.025588798530691, 22.5455787281229263 ], [ 114.026201603495437, 22.5456981921606463 ], [ 114.029537878857823, 22.5466519376695409 ] ] } },
226
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0068072855920065277 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.051088362538422, 22.5473477466854106 ], [ 114.051228358338989, 22.5473499262845607 ], [ 114.05789482544624, 22.5474535758648535 ] ] } },
227
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0033206380604898006 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.064597533940102, 22.5475575088255589 ], [ 114.067674266733576, 22.5476051240641588 ], [ 114.067917774464462, 22.5476088896494495 ] ] } },
228
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0036049527073696553 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.927245205920812, 22.5457303323927469 ], [ 113.92744239206759, 22.5457336351151696 ], [ 113.930768930000525, 22.5457893172853652 ], [ 113.930849653671601, 22.5457906684029901 ] ] } },
229
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0046940230422067028 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.071528318244034, 22.548079271137663 ], [ 114.072067842796017, 22.5480041509275217 ], [ 114.072537306858734, 22.5479020856194339 ], [ 114.073541657491532, 22.5476567805012458 ], [ 114.075721412052815, 22.5470785270847927 ], [ 114.075949126677472, 22.5470371093011117 ], [ 114.076095118958406, 22.547010555130516 ] ] } },
230
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0034037651827818214 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.134093813960831, 22.5467459937146693 ], [ 114.134334249433536, 22.5469695743572913 ], [ 114.134528652770257, 22.5471714780457404 ], [ 114.134712145700774, 22.547382029724659 ], [ 114.13491121771392, 22.5476382885119548 ], [ 114.135120356003299, 22.5479456257128525 ], [ 114.136093355091745, 22.5494832595996222 ] ] } },
231
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0081009110837316801 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.981380246402367, 22.547178700880778 ], [ 113.981397154548048, 22.5470535030429957 ], [ 113.981503865359826, 22.5466683780188895 ], [ 113.981597298621324, 22.5464042846318762 ], [ 113.981673279655169, 22.546254383434615 ], [ 113.981767675587477, 22.5461349987722528 ], [ 113.981899594195085, 22.5460187038950259 ], [ 113.982023882245485, 22.5459373425965914 ], [ 113.982320935338706, 22.5458346121098643 ], [ 113.983790849617677, 22.5453843121208166 ], [ 113.984172967286071, 22.5452230451486351 ], [ 113.984469633051461, 22.5450683364133866 ], [ 113.984660742613528, 22.5449485594075227 ], [ 113.985707748528029, 22.5441052454874793 ], [ 113.985835643014212, 22.5440003381463754 ], [ 113.985964370521742, 22.5438813771778506 ], [ 113.986025410473658, 22.543770562403413 ], [ 113.986064936746445, 22.5436370315600598 ], [ 113.986107899070049, 22.5433926765387262 ], [ 113.986191813629191, 22.5421709279120677 ], [ 113.986222104652541, 22.5419909517714139 ], [ 113.98624704849766, 22.5419174088750651 ], [ 113.986297524039173, 22.5418330997427176 ], [ 113.98632944822802, 22.5418064493328103 ] ] } },
232
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0031102033885932355 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.011333179554725, 22.5452984323983188 ], [ 114.01126372592374, 22.5454429868716808 ], [ 114.011003170702594, 22.5458071536038993 ], [ 114.010755608375277, 22.5461806613638132 ], [ 114.010498528435036, 22.5465260629343547 ], [ 114.010154950533277, 22.5470287871113726 ], [ 114.009793877898247, 22.5473949534460161 ], [ 114.009419235047361, 22.547726398481597 ] ] } },
233
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0031800396620909454 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.106087132241697, 22.5463403509375802 ], [ 114.106046558717551, 22.5464500573595039 ], [ 114.105855836857145, 22.5469657473578344 ], [ 114.105175898716709, 22.548476162377824 ], [ 114.105010676818893, 22.5489986963418936 ], [ 114.104962742518993, 22.5493037606314459 ] ] } },
234
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0052421873054607432 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.97390759346915, 22.5473933520738683 ], [ 113.973475506099675, 22.5466554648080297 ], [ 113.973425939473458, 22.5465286143233072 ], [ 113.973413223667961, 22.5452744380616572 ], [ 113.973429542202098, 22.5442433725054627 ], [ 113.973444719481776, 22.5432698563951455 ], [ 113.973425800347442, 22.5429266706559801 ], [ 113.973354352012038, 22.5423732164275989 ], [ 113.973348162929113, 22.5422833452297517 ] ] } },
235
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0030600756160671667 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.983261429380832, 22.5477108363047378 ], [ 113.983483177389829, 22.5475247594429788 ], [ 113.985584249246642, 22.5457187375071584 ] ] } },
236
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.016297049493911784 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.497821275545576, 22.5552213847267176 ], [ 114.497758067844003, 22.5549159448367504 ], [ 114.49777452262272, 22.5547366498132362 ], [ 114.497830619851868, 22.5545202403763874 ], [ 114.498003876688131, 22.5541387855518103 ], [ 114.500533477988924, 22.5490810305037641 ], [ 114.500765170346128, 22.5486526232467419 ], [ 114.501106014125497, 22.5482319487547329 ], [ 114.502028063544785, 22.547298260229983 ], [ 114.502461382524757, 22.5470051361334782 ], [ 114.506644771055136, 22.5454013596739884 ], [ 114.506900185902438, 22.5452480555344152 ], [ 114.507251940935987, 22.5449401789982389 ], [ 114.50825147607236, 22.5439627291508984 ] ] } },
237
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0040975248396685933 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.949022590737783, 22.5432517775582397 ], [ 113.949022911433843, 22.5436120009049503 ], [ 113.948999940881791, 22.5439046907711038 ], [ 113.948972243343533, 22.5440893610573916 ], [ 113.94892565153512, 22.5442762285668152 ], [ 113.948849446249284, 22.5444626164044308 ], [ 113.948785915844994, 22.5446890614541111 ], [ 113.948778130638757, 22.5447790375338144 ], [ 113.948780054656723, 22.5448692870922862 ], [ 113.948801074459794, 22.5450032001929728 ], [ 113.948970611916067, 22.5455912125398044 ], [ 113.94894851646707, 22.5472908032392603 ] ] } },
238
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0039554629195812721 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.0219276593769, 22.5449009859929284 ], [ 114.021883088762507, 22.5450478812535877 ], [ 114.021558026441227, 22.5461192001687536 ], [ 114.021398222034918, 22.5465455686392993 ], [ 114.021234950858741, 22.5469225328129355 ], [ 114.021032348517707, 22.5473329052368712 ], [ 114.020784308665014, 22.5477728244991162 ], [ 114.02056228486731, 22.5481229247356403 ], [ 114.020309262639671, 22.5484816935645398 ] ] } },
239
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0033608566867115042 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.904584374853144, 22.5446458842273891 ], [ 113.904202090222299, 22.5447405765919804 ], [ 113.903597390045348, 22.5449955231376613 ], [ 113.903096268759498, 22.5453191552862009 ], [ 113.902802918752243, 22.5455761751630206 ], [ 113.902340618852307, 22.5460983514828079 ], [ 113.901952988214347, 22.5465909147774113 ] ] } },
240
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0068059426992224262 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.051052309772203, 22.5493519627781396 ], [ 114.057857433583848, 22.5494575370803005 ] ] } },
241
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0046549922713898587 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.974420746373269, 22.5482696679438952 ], [ 113.974958056053836, 22.5483865666170544 ], [ 113.975373316415002, 22.5484523458155977 ], [ 113.975670563964584, 22.5484587736920972 ], [ 113.976518398297173, 22.5484029362930301 ], [ 113.976820236720769, 22.5483710915658406 ], [ 113.976965263957922, 22.5483373627827248 ], [ 113.977141601330757, 22.5482750860126337 ], [ 113.977409110210573, 22.5481304304305326 ], [ 113.977508977121886, 22.5480590287735829 ], [ 113.978489481949993, 22.5469619523313263 ] ] } },
242
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0034033726549690408 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.067917774464462, 22.5476088896494495 ], [ 114.067915408508995, 22.5477412748141042 ], [ 114.067859048886319, 22.5508940662917716 ], [ 114.067856946247502, 22.5510117186719832 ] ] } },
243
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0035193418622078108 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.980409640593052, 22.5497613672440949 ], [ 113.980834722248659, 22.5495191082856401 ], [ 113.981720336471781, 22.5489389811582512 ], [ 113.982437892587015, 22.5484018875580503 ], [ 113.983261429380832, 22.5477108363047378 ] ] } },
244
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0034123079868762594 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.136093355091745, 22.5494832595996222 ], [ 114.136576132971939, 22.5502555938046001 ], [ 114.13688273934109, 22.5507204451594383 ], [ 114.137962251068487, 22.5522066724711436 ], [ 114.138020641268426, 22.5522972094483549 ] ] } },
245
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0034104654739540454 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.044223008055198, 22.5506452277791389 ], [ 114.047620912525744, 22.5509376657350806 ] ] } },
246
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0035636412979135642 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.064303856318219, 22.5512857465073395 ], [ 114.067682785424239, 22.5510251523992089 ], [ 114.067856946247502, 22.5510117186719832 ] ] } },
247
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0032078755366473366 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.087858422672696, 22.5517062668927011 ], [ 114.090879110340907, 22.5517503923373397 ], [ 114.091065956025233, 22.5517531203979544 ] ] } },
248
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0081826717371984471 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.067856946247502, 22.5510117186719832 ], [ 114.06804993723857, 22.551013466442317 ], [ 114.070372362593901, 22.5510344771438866 ], [ 114.071709586838537, 22.5510674510210336 ], [ 114.073446799669966, 22.5512393912902134 ], [ 114.075943886403451, 22.5515181607913213 ], [ 114.076014668290313, 22.5515260624931955 ] ] } },
249
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0051198648373838532 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.909412823347381, 22.5488847556243286 ], [ 113.909828638410772, 22.548207061567755 ], [ 113.909851628519661, 22.5481605289576308 ], [ 113.910658079631901, 22.5465282300319245 ], [ 113.910958791758944, 22.5460902605563653 ], [ 113.911244741006925, 22.5457189021142561 ], [ 113.911648239712846, 22.5453160434808915 ], [ 113.912019636068564, 22.5449629199463359 ], [ 113.912321083936632, 22.5447490605249818 ] ] } },
250
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0032310117120315355 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.933848955809978, 22.5492903131785098 ], [ 113.933983873378551, 22.5492920642719064 ], [ 113.934900438794827, 22.5493039590143276 ], [ 113.936981189752416, 22.5493486165654566 ], [ 113.937079377213124, 22.5493507232065156 ] ] } },
251
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0045072035468662428 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.099505356103805, 22.5474320164291804 ], [ 114.099433736966944, 22.5518326573509036 ], [ 114.099432012268807, 22.5519386231897876 ] ] } },
252
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0034101675200707972 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.047620912525744, 22.5509376657350806 ], [ 114.051018526316383, 22.5512300063662003 ] ] } },
253
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0068047003537273333 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.051018526316383, 22.5512300063662003 ], [ 114.055722789883589, 22.5513097915867782 ], [ 114.05782239200957, 22.5513355600738556 ] ] } },
254
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0031522543730025531 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.231184517974029, 22.5512361010015674 ], [ 114.231212670034267, 22.5513169298712093 ], [ 114.231339006643154, 22.5516796689238319 ], [ 114.231667028646612, 22.5524029809277096 ], [ 114.232391106604027, 22.5540476994134274 ], [ 114.232427888766722, 22.5541312488150822 ] ] } },
255
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0041332841511941172 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.954389328547705, 22.5460373454079317 ], [ 113.95465759842304, 22.546961580526105 ], [ 113.954808926796701, 22.5475311875572828 ], [ 113.954864519616279, 22.5479417332719265 ], [ 113.95484731842069, 22.5483458041631977 ], [ 113.954811910578286, 22.5486985135479081 ], [ 113.95473497675674, 22.5491147846126445 ], [ 113.954570827840911, 22.5495724707095242 ], [ 113.954342612664988, 22.5500159693837006 ] ] } },
256
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0034955010384351204 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.937079377213124, 22.5493507232065156 ], [ 113.937195419670957, 22.5493588304726487 ], [ 113.937608380357204, 22.5493876843389138 ], [ 113.938216183858245, 22.5495142410955154 ], [ 113.939227729599523, 22.5498029316663988 ], [ 113.93960566706123, 22.5498794088099181 ], [ 113.94040026390168, 22.5499121615638529 ], [ 113.940511733954153, 22.5499167557100009 ] ] } },
257
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0032780835022566805 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.94894851646707, 22.5472908032392603 ], [ 113.948885730646978, 22.55056828541138 ] ] } },
258
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.00325352193594689 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.901201941939689, 22.547538354943903 ], [ 113.899773459470637, 22.549024236080168 ], [ 113.898911353351565, 22.5498479386527322 ] ] } },
259
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0030945127534107364 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.129322630953155, 22.550737253149066 ], [ 114.129349388289171, 22.5508209674977849 ], [ 114.129468496554239, 22.5511936190467139 ], [ 114.129657348733929, 22.5515434312834451 ], [ 114.129810005346073, 22.5518050781432002 ], [ 114.130214140969642, 22.5523822229182223 ], [ 114.130265083397248, 22.5525357167293805 ], [ 114.130293456923269, 22.5526675062728792 ], [ 114.130318206705127, 22.5531779655654212 ], [ 114.130302080425494, 22.5534071840508439 ], [ 114.130302429513065, 22.5535801755356218 ] ] } },
260
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0031730332738685238 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.234839501003734, 22.5530453469008556 ], [ 114.234910719300331, 22.5531742118582841 ], [ 114.235201252392898, 22.5536390788328553 ], [ 114.235595116904491, 22.5541088416247923 ], [ 114.236161358658933, 22.5546383542086275 ], [ 114.236942877256922, 22.5553972119964001 ] ] } },
261
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.003095277998396069 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.115248081255004, 22.5536090681032064 ], [ 114.11531060721066, 22.55353123873358 ], [ 114.116391396607057, 22.5521859019756903 ], [ 114.117085908970395, 22.5513058769530375 ], [ 114.117178015920359, 22.5511891664736339 ] ] } },
262
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0030333731840512471 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.483188362681787, 22.5590453177982404 ], [ 114.481271406420234, 22.5566944389062058 ] ] } },
263
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0063241854316755403 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.110347521986185, 22.547674002962836 ], [ 114.110311638690547, 22.5478022057810286 ], [ 114.110262412622177, 22.5479780805085994 ], [ 114.110305005463644, 22.54846847170068 ], [ 114.110357150582615, 22.5488276281188789 ], [ 114.110303527111526, 22.5493614352506171 ], [ 114.110259367066504, 22.5496843257977524 ], [ 114.109886318032508, 22.5518995492648422 ], [ 114.109800216332332, 22.5527460590248161 ], [ 114.109742214759549, 22.5539382285913064 ] ] } },
264
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0049677216455615934 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.972378242315116, 22.551929189683495 ], [ 113.972365396773782, 22.5518938796478743 ], [ 113.972347172507824, 22.5518437835156007 ], [ 113.972336297726599, 22.5517776420615554 ], [ 113.972174180576303, 22.5497745112277208 ], [ 113.972197070874557, 22.5496658377980062 ], [ 113.972326685692153, 22.5493994716412018 ], [ 113.972479788160143, 22.5492413856164013 ], [ 113.97273789005402, 22.5490744531299683 ], [ 113.974420746373269, 22.5482696679438952 ] ] } },
265
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0030296881975622929 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.076014668290313, 22.5515260624931955 ], [ 114.076090486386107, 22.5516212402852503 ], [ 114.077825516508454, 22.5537992565555783 ], [ 114.077902397564316, 22.5538957647450502 ] ] } },
266
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0046813981510252329 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.904907225774622, 22.5479801323842253 ], [ 113.905220112514371, 22.5487215727328802 ], [ 113.905611099328425, 22.5493344450797757 ], [ 113.905922720942655, 22.549733750450514 ], [ 113.906382896784621, 22.5501422246668959 ], [ 113.907126808928737, 22.5507002153647171 ], [ 113.908102225452978, 22.5512041990516892 ] ] } },
267
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0035482141222290143 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.077902397564316, 22.5538957647450502 ], [ 114.078159186784745, 22.5539002551379859 ], [ 114.081338909369634, 22.5539558220619405 ], [ 114.081450069976356, 22.5539577640508035 ] ] } },
268
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0034121994559611147 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.036682328994686, 22.5521342452353259 ], [ 114.038122078821232, 22.5528627330376672 ], [ 114.038588145272385, 22.5531152336930099 ], [ 114.038918530230063, 22.5532536645619075 ], [ 114.0392305296442, 22.5533481085179517 ], [ 114.039692820854768, 22.5533745125478013 ], [ 114.039813953990816, 22.5533814301687592 ] ] } },
269
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.01628491777958738 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.981873430752529, 22.5525905622955278 ], [ 113.983147836632398, 22.5516999238730342 ], [ 113.983738845909286, 22.5513344102412603 ], [ 113.984502499314772, 22.5508236429347164 ], [ 113.985747852189164, 22.5501133463240571 ], [ 113.987089314795313, 22.5493749689882463 ], [ 113.98843081464716, 22.5487091423662491 ], [ 113.990953879419621, 22.5476466529036053 ], [ 113.992150086887534, 22.5472096723014666 ], [ 113.993656667959854, 22.5467154342378855 ], [ 113.994152035022822, 22.5465602899033115 ], [ 113.995368473714223, 22.5462388290704752 ], [ 113.996613250955633, 22.5459410797689657 ] ] } },
270
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0035081844530701072 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.013610749116935, 22.5502725125697054 ], [ 114.013706646061323, 22.5503325599375906 ], [ 114.013778305394354, 22.5503900585201116 ], [ 114.013873015693221, 22.5504956949491735 ], [ 114.0139217067115, 22.550573778473705 ], [ 114.014543879163213, 22.5520096723525114 ], [ 114.014572990831979, 22.5520957390556767 ], [ 114.014587561206383, 22.5521849336750151 ], [ 114.014581495200773, 22.5523199718393137 ], [ 114.014558974093916, 22.5524077285098627 ], [ 114.014522242636104, 22.5524912421885091 ], [ 114.014442484668223, 22.5526042813816652 ], [ 114.014369662608047, 22.5526729653847298 ], [ 114.013772657658606, 22.5531555843980236 ] ] } },
271
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0040778836577016336 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.975780724889376, 22.5526418802169566 ], [ 113.976073061886098, 22.5523914668252381 ], [ 113.97718860679467, 22.5515770003397762 ], [ 113.978289511432408, 22.5508904965766845 ], [ 113.979190599451627, 22.5504247960294748 ] ] } },
272
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0030911812828723988 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.96674252581775, 22.5526585701957778 ], [ 113.969833457201617, 22.552697875460197 ] ] } },
273
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0031076495154401945 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.960700796280094, 22.5496197963602647 ], [ 113.960995421848608, 22.5515476015759688 ], [ 113.961155872384225, 22.5526938870757121 ] ] } },
274
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0036122026281313062 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.067856946247502, 22.5510117186719832 ], [ 114.06785443746962, 22.5511520312863922 ], [ 114.067792381822457, 22.5546233442425113 ] ] } },
275
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.003343891704973657 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.937079377213124, 22.5493507232065156 ], [ 113.937077132043839, 22.5494700053774224 ], [ 113.937017488794211, 22.5526386726405974 ], [ 113.937016446923934, 22.5526940227015196 ] ] } },
276
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.003447689074207371 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.937016446923934, 22.5526940227015196 ], [ 113.940319050266524, 22.5527469134313421 ], [ 113.940463693978828, 22.5527492286332851 ] ] } },
277
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0034259291203499668 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.933848955809978, 22.5492903131785098 ], [ 113.933867687233942, 22.5494439543047989 ], [ 113.933878145134869, 22.549529740327511 ], [ 113.933950749535782, 22.5499485356852425 ], [ 113.934475610146905, 22.5525478609673478 ], [ 113.934496966791983, 22.5526536269633873 ] ] } },
278
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.003455572344547006 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.93119017911232, 22.5492558087010373 ], [ 113.931216589382288, 22.549364489812092 ], [ 113.931992399523224, 22.5525569393124066 ], [ 113.932006181858796, 22.5526136532099635 ] ] } },
279
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0039503326307099391 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.138020641268426, 22.5522972094483549 ], [ 114.138361217753598, 22.5528252678430228 ], [ 114.138571591843714, 22.5531815239724232 ], [ 114.138784815674242, 22.5535872309418757 ], [ 114.138976051945946, 22.5540022898711854 ], [ 114.13914459644964, 22.5544257528237218 ], [ 114.139290196324723, 22.554856492570508 ], [ 114.139401300469146, 22.5552495012343854 ], [ 114.139529017686243, 22.5557738521592199 ], [ 114.139560816667412, 22.5559044041544965 ] ] } },
280
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0032495985456988917 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.139560816667412, 22.5559044041544965 ], [ 114.141433187532641, 22.555725677528077 ], [ 114.142796974957491, 22.5556096183179591 ] ] } },
281
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0043612221495894134 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.146275423531335, 22.5554429723955288 ], [ 114.146702858911169, 22.5555118318125984 ], [ 114.149157673258401, 22.5559624973648205 ], [ 114.150562859294112, 22.5562405742849208 ] ] } },
282
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0032924442801797044 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.885467451533827, 22.5500949229294285 ], [ 113.887857464148624, 22.5521549481115819 ], [ 113.887961503103014, 22.5522443170013958 ] ] } },
283
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0030780787516571633 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.887961503103014, 22.5522443170013958 ], [ 113.888077041283708, 22.552133398655215 ], [ 113.890181961164629, 22.5501126193685231 ] ] } },
284
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0034657540540698351 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.908102225452978, 22.5512041990516892 ], [ 113.910820291687358, 22.5525678359990742 ], [ 113.911194809794239, 22.552768317602311 ] ] } },
285
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.013326588941526402 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.182953394824281, 22.556484036027669 ], [ 114.18328224921791, 22.5563940197097992 ], [ 114.183688065574785, 22.5563349805415072 ], [ 114.184130956418812, 22.5563007221079097 ], [ 114.184228079470529, 22.5562932089016535 ], [ 114.187189975527843, 22.5560640706656983 ], [ 114.189560661829432, 22.5559265702735807 ], [ 114.189907970598725, 22.5559316643563186 ], [ 114.190631458477142, 22.5560466656480045 ], [ 114.192849853776764, 22.5565773762377084 ], [ 114.195093242945092, 22.5572457456312563 ], [ 114.196071335226989, 22.5573762373760545 ] ] } },
286
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0093349629273144254 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.491668644240477, 22.5614965853508735 ], [ 114.491955895844839, 22.560949335262336 ], [ 114.492434722202802, 22.5604698026724435 ], [ 114.492789758404683, 22.5602386801876058 ], [ 114.494191595786717, 22.5595604556202218 ], [ 114.494510893309879, 22.5593551672735977 ], [ 114.497720637838512, 22.5566699247692668 ], [ 114.4977798204675, 22.5565574205698063 ], [ 114.497938654069003, 22.5556048556644981 ], [ 114.497821275545576, 22.5552213847267176 ] ] } },
287
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0043264999362210071 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.208642790344413, 22.5576692728959038 ], [ 114.212963744302527, 22.5574502783983064 ] ] } },
288
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0032059704366136535 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.136615575382081, 22.5569022702512925 ], [ 114.136739007314361, 22.5567764209573163 ], [ 114.136879905241557, 22.5566519976472009 ], [ 114.13702926965783, 22.5565363948621176 ], [ 114.137146657472428, 22.5564560364436311 ], [ 114.137309514643803, 22.556357407151669 ], [ 114.137479181078547, 22.5562692406829299 ], [ 114.137654790832869, 22.5561917931718909 ], [ 114.137835479068514, 22.5561251455620138 ], [ 114.13811452885146, 22.5560466867734313 ], [ 114.138400602144671, 22.5559943984774236 ], [ 114.138545404346672, 22.5559784242884582 ], [ 114.139560816667412, 22.5559044041544965 ] ] } },
289
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0071194420121360492 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.20153154968493, 22.5580047341641006 ], [ 114.20207028448759, 22.557995333668412 ], [ 114.2026530597484, 22.5579726510085834 ], [ 114.208642790344413, 22.5576692728959038 ] ] } },
290
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0031724431904786815 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.012539009055359, 22.555360186433397 ], [ 114.015588705999832, 22.5554082623805776 ], [ 114.015711058155773, 22.5554101894463663 ] ] } },
291
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0046849896519778316 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.898360596282515, 22.5506966269931368 ], [ 113.898548371730584, 22.5508548603349581 ], [ 113.901943242139609, 22.5537155302213783 ] ] } },
292
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0031721712071150696 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.039813953990816, 22.5533814301687592 ], [ 114.039809431344509, 22.5534936674024387 ], [ 114.039798888179774, 22.5537553223140854 ], [ 114.039738391540027, 22.5540667775203509 ], [ 114.039577009513636, 22.5544481880297845 ], [ 114.038456525533817, 22.5559655633160432 ], [ 114.038349416123395, 22.5561106114117642 ] ] } },
293
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0058795921681421811 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.890181961164629, 22.5501126193685231 ], [ 113.894233824013114, 22.5536174841492887 ], [ 113.894628791913931, 22.5539590853228908 ] ] } },
294
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0059365029081769223 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.898911353351565, 22.5498479386527322 ], [ 113.898483943328969, 22.5502524797236639 ], [ 113.895178837818506, 22.553431951797414 ], [ 113.894628791913931, 22.5539590853228908 ] ] } },
295
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0061676254724544258 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.044223008055198, 22.5506452277791389 ], [ 114.044172793324478, 22.553444627871734 ], [ 114.044165176670035, 22.554731154704907 ], [ 114.044072196280723, 22.5556392464748363 ], [ 114.0438026624429, 22.5567761183539552 ] ] } },
296
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0043822733061395103 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.025071906494787, 22.5557522979438652 ], [ 114.029376378523466, 22.556574392758364 ] ] } },
297
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0030710080243163723 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.239365293009882, 22.5577612075220273 ], [ 114.241538187131042, 22.559893729325136 ], [ 114.241557090908856, 22.5599122798720977 ] ] } },
298
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0031077243333387716 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.948749993040011, 22.5524454016821245 ], [ 113.948713656789153, 22.5528448499797207 ], [ 113.948467866468278, 22.5555402934536211 ] ] } },
299
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0046791017969971781 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.935748758044511, 22.5553926159167126 ], [ 113.936973766556562, 22.5554363361191577 ], [ 113.937949528110138, 22.5554368378303991 ], [ 113.940421041560029, 22.5552639692555807 ] ] } },
300
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0070437089493012792 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.940421041560029, 22.5552639692555807 ], [ 113.943119043584815, 22.5550952381296703 ], [ 113.943918850971031, 22.5551022358823197 ], [ 113.944743550346558, 22.555187212128363 ], [ 113.947409916701602, 22.5556800580636363 ] ] } },
301
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0035141780880159506 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.885426392846483, 22.5546779693227748 ], [ 113.885566664357967, 22.5545433151071002 ], [ 113.887820109934324, 22.552380053890051 ], [ 113.887961503103014, 22.5522443170013958 ] ] } },
302
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0047881216093594416 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.150980933261351, 22.5563609687221707 ], [ 114.151431824682234, 22.5565340773716052 ], [ 114.151640038265654, 22.5566249501659577 ], [ 114.151990182334458, 22.5568144848564955 ], [ 114.152362214031285, 22.557049984387902 ], [ 114.154692342764392, 22.5588958191688 ], [ 114.154900491139571, 22.5590628234765305 ] ] } },
303
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0035272745573270928 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.921037141944993, 22.5555629529977466 ], [ 113.923095261928339, 22.5554565148085402 ], [ 113.924559708161311, 22.5553807633875358 ] ] } },
304
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0032083288626528731 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.915226477921181, 22.5550236435390836 ], [ 113.916305547009202, 22.5553853479951663 ], [ 113.91682124926497, 22.5554906225706162 ], [ 113.917330314224131, 22.555594540507748 ], [ 113.917425599761245, 22.5556023259697085 ], [ 113.918282250852926, 22.5556723071058478 ], [ 113.918351263375953, 22.5556779444703217 ] ] } },
305
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.005422926363256881 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.109742214759549, 22.5539382285913064 ], [ 114.109772277074711, 22.5546500969518284 ], [ 114.109837931542685, 22.5552284639255873 ], [ 114.109891777614976, 22.5555376204686802 ], [ 114.10995216781852, 22.5557230886370803 ], [ 114.110113220545841, 22.5561263270568482 ], [ 114.110299827294824, 22.5563807270297012 ], [ 114.110539435836145, 22.5566890282658221 ], [ 114.110864346758731, 22.5570438970312388 ], [ 114.111272207744818, 22.5575515590350939 ], [ 114.111502925938211, 22.5578981737716049 ], [ 114.111900170236154, 22.5587396958245314 ] ] } },
306
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.003349179565368897 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.111900170236154, 22.5587396958245314 ], [ 114.115248967340122, 22.5587903092372066 ] ] } },
307
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0034418198369530581 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.067792381822457, 22.5546233442425113 ], [ 114.067733214758263, 22.5579329018692434 ], [ 114.067730859534919, 22.5580646141822534 ] ] } },
308
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0034947216027404141 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.104021730976086, 22.5586203457883698 ], [ 114.104163059133484, 22.5586224903089345 ], [ 114.107516050924275, 22.5586733286184469 ] ] } },
309
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0086493243473630844 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.067730859534919, 22.5580646141822534 ], [ 114.067918899968191, 22.5580675156632289 ], [ 114.076379157995234, 22.5581978260661131 ] ] } },
310
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0034705636567913438 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.077903169813013, 22.5582212532649748 ], [ 114.078010413529867, 22.5582229016720923 ], [ 114.081373324340134, 22.5582745416657424 ] ] } },
311
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0055875772929816579 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.077902397564316, 22.5538957647450502 ], [ 114.077990487262738, 22.5540068991700373 ], [ 114.081187504865937, 22.5580401277826859 ], [ 114.081311081703262, 22.5581960212658679 ], [ 114.081373324340134, 22.5582745416657424 ] ] } },
312
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.005125286140035986 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.081373324340134, 22.5582745416657424 ], [ 114.086498008399829, 22.558353099323277 ] ] } },
313
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0044503628199396095 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.086498008399829, 22.558353099323277 ], [ 114.090782597735085, 22.5584186534536819 ], [ 114.090947850451684, 22.5584211797355181 ] ] } },
314
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0037894039148827713 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.95324518097101, 22.5525249524118756 ], [ 113.953174486006716, 22.5529023841469076 ], [ 113.95313137510432, 22.5532833877934316 ], [ 113.952983652247752, 22.5556850882689019 ], [ 113.952963799577418, 22.5561425418290575 ], [ 113.952956955701936, 22.5563002435995656 ] ] } },
315
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0034478075642187761 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.139560816667412, 22.5559044041544965 ], [ 114.13959346816101, 22.5560442144196642 ], [ 114.140344932785439, 22.5592618643423961 ] ] } },
316
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0066126721636252418 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.976718944973612, 22.5567300578066572 ], [ 113.977766686507664, 22.5559437627712924 ], [ 113.98023963502483, 22.5538636850804828 ], [ 113.981873430752529, 22.5525905622955278 ] ] } },
317
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0030377770944132435 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.486954444461617, 22.5615660396348936 ], [ 114.487300577824101, 22.5626723909931712 ], [ 114.487464802857602, 22.5629115841580656 ], [ 114.488363867225701, 22.5642210493732769 ] ] } },
318
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0030652810072344448 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.973471847040031, 22.5565608028197886 ], [ 113.974144980074811, 22.5565354541630363 ], [ 113.97429320421503, 22.5565406005155538 ], [ 113.974782649764961, 22.5565575934550502 ], [ 113.975116219100158, 22.5565933646794825 ], [ 113.975211381293605, 22.5566118082491194 ], [ 113.976502409832136, 22.5568925576832875 ] ] } },
319
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0043426500015543773 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.957461810938284, 22.5564728920320086 ], [ 113.960294250037592, 22.5565813817094778 ], [ 113.961795934583179, 22.5567207069719622 ] ] } },
320
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0032858044607456593 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.238023296218145, 22.5589179333612826 ], [ 114.240584120065932, 22.5609767417969707 ] ] } },
321
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0046339726659968055 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.9047913222321, 22.5561191608207992 ], [ 113.904803340559837, 22.5559346679270831 ], [ 113.904809730049436, 22.5558365973062322 ], [ 113.904841268144423, 22.5556519999052227 ], [ 113.904795747938437, 22.5553561745460449 ], [ 113.904754239674602, 22.555221407284936 ], [ 113.904627978137924, 22.5549382156816804 ], [ 113.904473419468005, 22.5546702955764538 ], [ 113.904560251897749, 22.5545234242246231 ], [ 113.905406268704752, 22.5533431279698213 ], [ 113.905750251556356, 22.5533721969618455 ], [ 113.906281573799205, 22.5532716548450587 ], [ 113.906484972933626, 22.5531813332613993 ], [ 113.906795546569441, 22.5529756081015016 ] ] } },
322
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0031960556981868583 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.970364061883714, 22.5572986369591426 ], [ 113.970446749413227, 22.5572837317659065 ], [ 113.970642736800372, 22.5572484050142172 ], [ 113.970751126150361, 22.557228867481534 ], [ 113.971538272381963, 22.5570426058715086 ], [ 113.972470386311542, 22.5567751334271733 ], [ 113.972682808281888, 22.5567296720300021 ], [ 113.973471847040031, 22.5565608028197886 ] ] } },
323
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0058758519549523304 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.887961503103014, 22.5522443170013958 ], [ 113.888061452714837, 22.552330779492948 ], [ 113.892144524923097, 22.5558626940530829 ], [ 113.892405521819327, 22.5560883166964921 ] ] } },
324
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0030784015585829092 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.894628791913931, 22.5539590853228908 ], [ 113.892405521819327, 22.5560883166964921 ] ] } },
325
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0070171123904356897 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.176663998590186, 22.5607500437682944 ], [ 114.178072632657233, 22.5597138581755985 ], [ 114.181880350412357, 22.5569602227269677 ], [ 114.182381592021201, 22.5566901877588606 ] ] } },
326
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0048393905680229341 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.961795934583179, 22.5567207069719622 ], [ 113.963728407321184, 22.5571039462344274 ], [ 113.964404145508183, 22.557266856627006 ], [ 113.964947474887651, 22.5573456981840401 ], [ 113.965425853106495, 22.5574151123579227 ], [ 113.966561434622363, 22.5575338924700475 ] ] } },
327
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0037168220987872026 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.490759482292816, 22.5651004986499082 ], [ 114.491668644240477, 22.5614965853508735 ] ] } },
328
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0038200949822559216 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.966561434622363, 22.5575338924700475 ], [ 113.966683697172598, 22.5575476841430884 ], [ 113.967742521286766, 22.5575632371831283 ], [ 113.969314746264004, 22.5574691648770731 ], [ 113.96980380683766, 22.5573896860928009 ], [ 113.969909374985605, 22.5573725306919961 ], [ 113.970364061883714, 22.5572986369591426 ] ] } },
329
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0043366449515819545 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.976502409832136, 22.5568925576832875 ], [ 113.97911717096521, 22.5574754839711566 ], [ 113.980737533283516, 22.5578253052963476 ] ] } },
330
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0041119368010765663 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.982840782237346, 22.5539067213754585 ], [ 113.982845927822481, 22.5539318130030715 ], [ 113.983002474203403, 22.5546952447750506 ], [ 113.9831874096365, 22.5573506253802911 ], [ 113.983214397323721, 22.5579952540156263 ] ] } },
331
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0037182895695107576 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.876972282022365, 22.5562840807365319 ], [ 113.877307172411037, 22.5562730425684848 ], [ 113.880391497667034, 22.5561713417124778 ], [ 113.880688551927321, 22.5561615437383338 ] ] } },
332
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.014668050373971359 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.995609860681611, 22.5562077956830223 ], [ 113.996451653187819, 22.555957850342935 ], [ 113.997132851873943, 22.5558312564823957 ], [ 113.997716180496866, 22.5557974527073277 ], [ 113.999382593118355, 22.555790610846369 ], [ 114.001348046583956, 22.5558200025795585 ], [ 114.003054802480236, 22.5558724256705787 ], [ 114.003738496895792, 22.5560066622630977 ], [ 114.004151329636287, 22.5561077356902047 ], [ 114.004578372779591, 22.5562563034469363 ], [ 114.005478238300583, 22.5566301207817794 ], [ 114.007944178770217, 22.557717729572996 ], [ 114.009716383139761, 22.5584811087437984 ] ] } },
333
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0030447683230978339 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.934328826707386, 22.5572776044865471 ], [ 113.934443485099109, 22.5572794692107017 ], [ 113.937373193038496, 22.5573270795640077 ] ] } },
334
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0031739681736675787 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.937373193038496, 22.5573270795640077 ], [ 113.940436032275912, 22.5573765563216853 ], [ 113.940546747190425, 22.55737834370548 ] ] } },
335
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0043301515453974381 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.894628791913931, 22.5539590853228908 ], [ 113.894982492207021, 22.5542641169783629 ], [ 113.897746341111855, 22.5566473138761729 ], [ 113.897766511571319, 22.5566657368909098 ], [ 113.897904084681471, 22.5567913904451025 ] ] } },
336
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0032435605406124471 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.125143473458579, 22.5591911214699969 ], [ 114.125266234959867, 22.5592600896026703 ], [ 114.127971332670199, 22.5607797993038695 ] ] } },
337
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.003594452661997496 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.0438026624429, 22.5567761183539552 ], [ 114.042039020836938, 22.5599081557459833 ] ] } },
338
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0077618746635717151 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.988453410904526, 22.5591875568860978 ], [ 113.989223619018631, 22.5589145426882212 ], [ 113.989933667446834, 22.5586895002165022 ], [ 113.990806212797352, 22.5583733034132408 ], [ 113.994762151286196, 22.5565217501225916 ], [ 113.995609860681611, 22.5562077956830223 ] ] } },
339
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0042678119963331226 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.882347461633216, 22.5576333618488079 ], [ 113.882580956391678, 22.5574082061278922 ], [ 113.883490299762443, 22.5565313278956765 ], [ 113.885282200704296, 22.5548160013842249 ], [ 113.885426392846483, 22.5546779693227748 ] ] } },
340
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0038285920079595172 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.872607012644735, 22.5552447820038253 ], [ 113.875505631075669, 22.557746007294611 ] ] } },
341
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0055003912998594067 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.009716383139761, 22.5584811087437984 ], [ 114.011620681272916, 22.5592459421645231 ], [ 114.012813531490551, 22.5596540441421176 ], [ 114.013892298746185, 22.5599188563193636 ], [ 114.014955806630354, 22.5600869939374782 ] ] } },
342
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.003413275625308701 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.015499968219103, 22.5567173739797298 ], [ 114.014955806630354, 22.5600869939374782 ] ] } },
343
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0032141786560113653 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.130084127207539, 22.5593065115047509 ], [ 114.13187005269306, 22.5619788540338675 ] ] } },
344
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0041282969900408332 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.127971332670199, 22.5607797993038695 ], [ 114.128433936923685, 22.5610186054148336 ], [ 114.128560826719621, 22.5610841080908493 ], [ 114.131272188768548, 22.5619911672253757 ], [ 114.131451417771814, 22.5620188284394025 ], [ 114.13163934641949, 22.5620242510499978 ], [ 114.13174894414523, 22.562015464870381 ], [ 114.13187005269306, 22.5619788540338675 ] ] } },
345
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0047431071367007287 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.090785260161169, 22.5614127733640046 ], [ 114.090859730306363, 22.5612950295135839 ], [ 114.090932261461347, 22.5611803529073107 ], [ 114.09151807956863, 22.5600247372663318 ], [ 114.091611378432702, 22.5599212940366556 ], [ 114.091733421712306, 22.5598480821402205 ], [ 114.091874365913881, 22.5598054271093353 ], [ 114.091959486662319, 22.559800053955005 ], [ 114.094523713155198, 22.5598456323029382 ], [ 114.094617379231664, 22.5598472963426246 ] ] } },
346
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0043366897594691546 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.158658195666689, 22.5615863379788593 ], [ 114.159311378131406, 22.5618449815351205 ], [ 114.160427897778519, 22.5622999895925282 ], [ 114.160904287730588, 22.5624654892303411 ], [ 114.161403237263528, 22.5625991974843174 ], [ 114.161916405868112, 22.5626676996423541 ], [ 114.162545183985145, 22.5627015303992948 ], [ 114.162805343563633, 22.5627065557146729 ] ] } },
347
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0037587785011795076 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.1644538883764, 22.5627383890986302 ], [ 114.164638926365967, 22.5627412691822471 ], [ 114.168065904619851, 22.5627945735911162 ], [ 114.168212212250367, 22.562796848308313 ] ] } },
348
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0048412181919340758 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.018828266212651, 22.5601849579655038 ], [ 114.019932244681712, 22.5601443231216727 ], [ 114.020592930178211, 22.5601602903155758 ], [ 114.021134051663921, 22.5602020080122898 ], [ 114.021662964788206, 22.560260117692156 ], [ 114.022292676665941, 22.560341930122302 ], [ 114.023633275433738, 22.5606030202522838 ] ] } },
349
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.005852785368919095 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.885426392846483, 22.5546779693227748 ], [ 113.885537141451266, 22.5547734253539431 ], [ 113.889614194801126, 22.5582873338087815 ], [ 113.889859778756204, 22.5584989882901397 ] ] } },
350
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0044805186881310037 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.059157199949709, 22.5612382631544932 ], [ 114.059989346181766, 22.5604450201436926 ], [ 114.061618777121012, 22.5588944743883175 ], [ 114.062093523478708, 22.5585743633527116 ], [ 114.0623981244498, 22.5584373267056009 ], [ 114.062557714682441, 22.5583655281499489 ] ] } },
351
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0063101143181169966 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.970666433496305, 22.5598841735027378 ], [ 113.971570254852921, 22.5595536568739732 ], [ 113.972767274505784, 22.5590242246558859 ], [ 113.973924266911624, 22.5584452572097582 ], [ 113.975294942425109, 22.5576958848964502 ], [ 113.976279849345673, 22.557040628573354 ] ] } },
352
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0032280143950863165 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.947007064147456, 22.558883782710268 ], [ 113.947104911457743, 22.5589054808798473 ], [ 113.950158522241566, 22.5595826309169318 ] ] } },
353
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0039795316162173208 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.892405521819327, 22.5560883166964921 ], [ 113.892673931692769, 22.5563206165514565 ], [ 113.895312898329294, 22.5586031865790986 ], [ 113.895415301227061, 22.5586917566684306 ] ] } },
354
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.006514126523322626 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.961840220666701, 22.5570090922549724 ], [ 113.962176452651761, 22.559198541169458 ], [ 113.962232696299651, 22.559353019148336 ], [ 113.96231850141703, 22.5594952902385231 ], [ 113.962430957258803, 22.5596205235149938 ], [ 113.96256624278189, 22.5597244658869336 ], [ 113.962705862497302, 22.5597977873469233 ], [ 113.96285674662866, 22.5598483186699212 ], [ 113.96301461788812, 22.5598746281819409 ], [ 113.963175004343967, 22.5598759702110314 ], [ 113.965899616107876, 22.5594948818523342 ], [ 113.966139878868631, 22.5594741812088664 ] ] } },
355
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0035275244993147577 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.952956955701936, 22.5563002435995656 ], [ 113.952946637510394, 22.5565379830689672 ], [ 113.952857507279106, 22.5585916697634232 ], [ 113.952844306921847, 22.5598255404630414 ] ] } },
356
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0037278707376913892 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.107516050924275, 22.5586733286184469 ], [ 114.107387419580817, 22.5591694688954369 ], [ 114.107050168163113, 22.5604702565743622 ], [ 114.106853352925768, 22.5622185739187238 ], [ 114.106853109638948, 22.5623307441463261 ] ] } },
357
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0052465707113704772 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.983391997270857, 22.5605689171073429 ], [ 113.983528718743912, 22.5605330700722355 ], [ 113.984090832895049, 22.5603856850596038 ], [ 113.987963646182791, 22.5593220720153376 ], [ 113.988453410904526, 22.5591875568860978 ] ] } },
358
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0034201214922598509 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.023633275433738, 22.5606030202522838 ], [ 114.02518097113564, 22.5609044296604964 ], [ 114.02572040283745, 22.561012926487912 ], [ 114.026988130612651, 22.5612679022905454 ] ] } },
359
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0039167918190679656 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.931813596562449, 22.5558482683746107 ], [ 113.931740262782682, 22.5596534098821486 ], [ 113.931738124796439, 22.5597643330020716 ] ] } },
360
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0030474090073456923 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.934278613618901, 22.559805661693165 ], [ 113.93439991855179, 22.5598076335606059 ], [ 113.937204710003343, 22.559853212941082 ], [ 113.937325620327613, 22.5598551770957449 ] ] } },
361
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0032296192932591465 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.047436604296792, 22.5598325712291299 ], [ 114.049250031136907, 22.5613172264839896 ], [ 114.049921629411301, 22.5618950575358213 ] ] } },
362
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.003694266714227398 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.054221330320217, 22.5623614583074676 ], [ 114.057915153224911, 22.5624187200277291 ] ] } },
363
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.004370202401889095 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.966454272912884, 22.5610324365888779 ], [ 113.968128751951426, 22.5606445771969497 ], [ 113.969862664004324, 22.5601780972583441 ], [ 113.970666433496305, 22.5598841735027378 ] ] } },
364
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0048758566841103843 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.077903169813013, 22.5582212532649748 ], [ 114.077954643326137, 22.5584462203430647 ], [ 114.078302376047517, 22.5599659835212165 ], [ 114.078873192060428, 22.5615274632615268 ], [ 114.079153455547285, 22.5623323172996031 ], [ 114.079313644410021, 22.5627316737808421 ], [ 114.079413077843327, 22.5628315799384787 ] ] } },
365
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0065459711756885898 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.240584120065932, 22.5609767417969707 ], [ 114.244383392306872, 22.5641068384430028 ], [ 114.244409546190042, 22.5641360536983875 ], [ 114.244425433399584, 22.5641720028247192 ], [ 114.244428854841289, 22.5642107329279433 ], [ 114.244419490710797, 22.5642486061327858 ], [ 114.244398217816268, 22.5642820685351282 ], [ 114.243719613094456, 22.5649835284568496 ], [ 114.243389180457228, 22.5652909502342638 ] ] } },
366
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0044599244139513156 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.049921629411301, 22.5618950575358213 ], [ 114.05029760975313, 22.5621322058229801 ], [ 114.050904312123905, 22.5623892330342883 ], [ 114.051260166066157, 22.5624913940773908 ], [ 114.051739664239477, 22.5625894462525025 ], [ 114.052155665327732, 22.562601973245112 ], [ 114.052748191931101, 22.5625629111090262 ], [ 114.054221330320217, 22.5623614583074676 ] ] } },
367
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0037999457169025277 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.16443722427924, 22.5643159487347411 ], [ 114.16568470954256, 22.564331976577602 ], [ 114.168202732856614, 22.5639147387952583 ] ] } },
368
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.003055289772610804 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.161382187158594, 22.5642766576912877 ], [ 114.16443722427924, 22.5643159487347411 ] ] } },
369
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0087501108343997214 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.026988130612651, 22.5612679022905454 ], [ 114.029143380786735, 22.561642560938246 ], [ 114.029776931432366, 22.5617409110370915 ], [ 114.032659137768704, 22.5621883007504671 ], [ 114.032721065337142, 22.5621979118279938 ], [ 114.035618280774329, 22.5627093353172974 ] ] } },
370
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0035565806388347596 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.872970229805091, 22.5602402018013599 ], [ 113.875239482535648, 22.558007836184732 ], [ 113.875505631075669, 22.557746007294611 ] ] } },
371
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0034217433165862898 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.13187005269306, 22.5619788540338675 ], [ 114.132751925877429, 22.5630194763886642 ], [ 114.134097426694836, 22.5645763275243425 ] ] } },
372
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0046421868729240208 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.875505631075669, 22.557746007294611 ], [ 113.878884059609717, 22.5606538923386069 ], [ 113.879024015643779, 22.5607743515606778 ] ] } },
373
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0045728666737055472 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.879024015643779, 22.5607743515606778 ], [ 113.879252156386286, 22.5605587431953971 ], [ 113.882156023792092, 22.5578142952305107 ], [ 113.882347461633216, 22.5576333618488079 ] ] } },
374
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.00355385509051751 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.089657965065172, 22.5609689138041958 ], [ 114.089065510571899, 22.5621055771389365 ], [ 114.088671340669435, 22.5629169889779 ], [ 114.088006243757064, 22.5641146814486788 ] ] } },
375
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0033142413941916306 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.089190225834798, 22.5645585500462182 ], [ 114.089236229406637, 22.5644687125400338 ], [ 114.090485952441924, 22.5620281089922443 ], [ 114.090715187033254, 22.5616162582709201 ] ] } },
376
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0044450975562835976 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.966928287465123, 22.5627511049334899 ], [ 113.969883597362511, 22.5616470616608886 ], [ 113.970991684412681, 22.5612414682740798 ], [ 113.971095275176765, 22.5612035500224977 ] ] } },
377
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0058619457475349527 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.882347461633216, 22.5576333618488079 ], [ 113.882508597999305, 22.5577718651063748 ], [ 113.886414949970558, 22.5611293999668803 ], [ 113.886793044070544, 22.561454252405575 ] ] } },
378
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0042589264984498375 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.889859778756204, 22.5584989882901397 ], [ 113.887843504337951, 22.5604401941962962 ], [ 113.886793044070544, 22.561454252405575 ] ] } },
379
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0030429004853774998 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.934237415465901, 22.5622345134338893 ], [ 113.934359685909357, 22.5622365009968142 ], [ 113.937160020588323, 22.5622820089175953 ], [ 113.937279914246446, 22.5622839556650376 ] ] } },
380
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0033696352919663527 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.937279914246446, 22.5622839556650376 ], [ 113.937403650582183, 22.5622857678227078 ], [ 113.940539225176565, 22.5623316442164104 ], [ 113.940649188937059, 22.5623332513025545 ] ] } },
381
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0036221464009792144 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.898345194759557, 22.5618620944198298 ], [ 113.89994254050734, 22.5605952115152419 ], [ 113.900370096433988, 22.5603049049787963 ], [ 113.901148569295003, 22.559713748642821 ], [ 113.901219533076656, 22.5596598594931628 ] ] } },
382
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0066700646510947448 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.079413077843327, 22.5628315799384787 ], [ 114.079504440709954, 22.5629440306602689 ], [ 114.07988206639908, 22.5631828988064917 ], [ 114.081608124284486, 22.5642247153995434 ], [ 114.083037432728446, 22.5650702816868183 ], [ 114.083107859426875, 22.5650595634127455 ], [ 114.083209062858117, 22.5649986608638322 ], [ 114.083682607412385, 22.5646607458688671 ], [ 114.084868812442551, 22.5638353920805592 ], [ 114.085020962690479, 22.563729525069828 ] ] } },
383
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0050922133232144959 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.856866788026451, 22.561488620293364 ], [ 113.860784297156883, 22.5582353513616418 ] ] } },
384
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0034376029206679313 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.952844306921847, 22.5598255404630414 ], [ 113.952883376553601, 22.561997339770393 ], [ 113.952813841768858, 22.5632608801275474 ] ] } },
385
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.003891303532559451 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.463597687409859, 22.5698891835181676 ], [ 114.463448845997249, 22.5700501071592825 ], [ 114.462928972914895, 22.5703794121154537 ], [ 114.462614350971066, 22.5704787314090218 ], [ 114.462195663641594, 22.5705573128690951 ], [ 114.46026023160556, 22.5706226741995053 ], [ 114.459933826227456, 22.5706789068291087 ], [ 114.459901272931674, 22.5706845150233946 ] ] } },
386
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0083063830593852143 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.495362427277101, 22.5684438187370802 ], [ 114.495929266450759, 22.5684263956649289 ], [ 114.496847918546862, 22.5683622350880242 ], [ 114.498141783955461, 22.5682558412802656 ], [ 114.498776627851271, 22.5681405207883472 ], [ 114.499045245298689, 22.5680826952293572 ], [ 114.499549912030716, 22.5679750320599837 ], [ 114.499660398557211, 22.5679756130332585 ], [ 114.499767249577644, 22.5680017284239618 ], [ 114.499967746406213, 22.5681708162277097 ], [ 114.500153951812422, 22.5683998248120439 ], [ 114.500273033300516, 22.5686555406426912 ], [ 114.500521077016217, 22.5688684204345051 ], [ 114.500584861022872, 22.5700474866219452 ], [ 114.500482813955301, 22.5702910697862791 ], [ 114.500439792747073, 22.570462296952357 ], [ 114.49993262544281, 22.5714110709787583 ] ] } },
387
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0033498186107029575 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.170880621181894, 22.5635354768093848 ], [ 114.170850261618909, 22.5654043335207959 ], [ 114.170848010021942, 22.5661019090139803 ], [ 114.1708305159313, 22.5668848497868524 ] ] } },
388
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0037433078924560292 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.167087599621595, 22.5668307066776705 ], [ 114.1708305159313, 22.5668848497868524 ] ] } },
389
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0037121872421858547 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.042710087763751, 22.5641397163992963 ], [ 114.044195966904198, 22.5646141085892964 ], [ 114.044607468343827, 22.5647373065699135 ], [ 114.04502943063622, 22.564844522390338 ], [ 114.045456153677449, 22.5649340054485776 ], [ 114.045913910585881, 22.5650094294520294 ], [ 114.04629868398095, 22.5650558633072791 ] ] } },
390
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0050111049129833727 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.04629868398095, 22.5650558633072791 ], [ 114.046562343999355, 22.5650809373956243 ], [ 114.046901840270635, 22.5651021131199379 ], [ 114.047241927901112, 22.5651122309449477 ], [ 114.047825105562239, 22.5651038489273574 ], [ 114.048677724644875, 22.5650579435142689 ], [ 114.04879870870964, 22.5650514291463296 ], [ 114.051302690391481, 22.5649165828398779 ] ] } },
391
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0075409561246559207 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.111900170236154, 22.5587396958245314 ], [ 114.112033669672428, 22.559085905117378 ], [ 114.112076317086249, 22.5593179977485114 ], [ 114.112085038121137, 22.5595604259208642 ], [ 114.11205477031271, 22.5598058805255199 ], [ 114.111873780860932, 22.5603564403302599 ], [ 114.111749614915809, 22.5607752623122515 ], [ 114.111715637739209, 22.5609362775751841 ], [ 114.111703506841906, 22.5611225760548351 ], [ 114.111885471732236, 22.5623821032304157 ], [ 114.111959791368832, 22.5630160035060996 ], [ 114.112023348640562, 22.5641395436443801 ], [ 114.112059205831429, 22.5644523298451247 ], [ 114.112243889928081, 22.5650946427817338 ], [ 114.112370990141073, 22.5656517733606741 ], [ 114.112425750403602, 22.5661342601689476 ] ] } },
392
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0030395397816869833 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.948042200975109, 22.5637438381131297 ], [ 113.951065673217897, 22.5634317200560588 ] ] } },
393
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.013977223067428666 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.952778320083794, 22.5639063273470448 ], [ 113.95373511758855, 22.563750138804231 ], [ 113.955341453901937, 22.5634612060634439 ], [ 113.95717013459911, 22.5631003589570263 ], [ 113.95887306066561, 22.5627334245876483 ], [ 113.966454272912884, 22.5610324365888779 ] ] } },
394
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.003856333216173854 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.09532207771683, 22.5662771185132485 ], [ 114.098924381824716, 22.5663309894977928 ], [ 114.099040194626795, 22.5663327199494503 ], [ 114.099177979840377, 22.5663347786175876 ] ] } },
395
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0034855806301080706 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.870496918405394, 22.5626962154513855 ], [ 113.872970229805091, 22.5602402018013599 ] ] } },
396
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0048778967367359618 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.052200675553678, 22.564868214782031 ], [ 114.05247653747108, 22.5648623096695751 ], [ 114.052735189319463, 22.5648567719330053 ], [ 114.053123939392705, 22.5648655895304131 ], [ 114.053463547518959, 22.5648851527341705 ], [ 114.053802211656816, 22.5649157380438545 ], [ 114.054174577789325, 22.5649623317487134 ], [ 114.054579929965058, 22.5650344760909718 ], [ 114.054822554363852, 22.5650927120700935 ], [ 114.055543343684576, 22.565290896599894 ], [ 114.05601723732471, 22.5654423780137421 ], [ 114.056485149349797, 22.5656091334191977 ], [ 114.056946508840412, 22.5657909589389192 ] ] } },
397
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.004354323505544498 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.107370941518738, 22.5666097310327416 ], [ 114.107083537443728, 22.5655264761917493 ], [ 114.106808842450647, 22.5645304744663306 ], [ 114.106837064441777, 22.5629704580552684 ], [ 114.106850067342023, 22.5627627856059014 ], [ 114.106853109638948, 22.5623307441463261 ] ] } },
398
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0047385367189781849 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.106853109638948, 22.5623307441463261 ], [ 114.106999096206863, 22.5623845691272216 ], [ 114.107056199805527, 22.5624265925441598 ], [ 114.107102869563647, 22.5624785538625545 ], [ 114.107150111992439, 22.5625733467065999 ], [ 114.107205449598226, 22.5628168567430762 ], [ 114.107275648357586, 22.5628579770120758 ], [ 114.107395770187182, 22.5628893143525282 ], [ 114.107429765713476, 22.5629127595138073 ], [ 114.107455584325891, 22.5629439334445507 ], [ 114.108117928226349, 22.566422144007678 ], [ 114.108150772343151, 22.566518894588782 ], [ 114.108164859930127, 22.5665427880120077 ], [ 114.108230215979134, 22.5666536287907533 ] ] } },
399
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0067973477471481424 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.960370528508705, 22.5645398849269974 ], [ 113.966928287465123, 22.5627511049334899 ] ] } },
400
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0045698510187067139 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.872970229805091, 22.5602402018013599 ], [ 113.87317706053328, 22.5604187202701674 ], [ 113.876324741040179, 22.563135429666616 ], [ 113.876429743757967, 22.5632260520223831 ] ] } },
401
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0035694651940670111 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.876429743757967, 22.5632260520223831 ], [ 113.876533359352848, 22.5631281328337359 ], [ 113.878823599664486, 22.560963758185359 ], [ 113.879024015643779, 22.5607743515606778 ] ] } },
402
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0045612257781490447 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.94826181869557, 22.5645408690947384 ], [ 113.949737409566993, 22.5643566423250306 ], [ 113.952046915867399, 22.5640257172668548 ], [ 113.952778320083794, 22.5639063273470448 ] ] } },
403
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0031025546514647372 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.895858108808227, 22.5637168851994119 ], [ 113.898345194759557, 22.5618620944198298 ] ] } },
404
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0031921505609244041 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.940612524127815, 22.5644875858591512 ], [ 113.943788442525118, 22.564166077636429 ] ] } },
405
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0049917363485108409 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.489408441595643, 22.5690562823074501 ], [ 114.487951118848557, 22.5701395388923629 ], [ 114.487293000413516, 22.5708209797154105 ], [ 114.48580122901221, 22.5724765957275793 ] ] } },
406
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0030429507862341234 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.934194206696176, 22.5645278583592734 ], [ 113.937236755769277, 22.5645773015106492 ] ] } },
407
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0036160100885710609 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.886793044070544, 22.561454252405575 ], [ 113.887193429105125, 22.5617966439192905 ], [ 113.889404980575918, 22.5636871501466345 ], [ 113.889541596144738, 22.5638039311919165 ] ] } },
408
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0033795268547318902 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.937236755769277, 22.5645773015106492 ], [ 113.938346293744431, 22.5646055957508196 ], [ 113.939389454351243, 22.5645705103801895 ], [ 113.940612524127815, 22.5644875858591512 ] ] } },
409
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.012500737241211739 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.480799087340984, 22.5725356782325939 ], [ 114.48083573016001, 22.5724641594994608 ], [ 114.48145965484234, 22.5712463884250383 ], [ 114.481829421308575, 22.5704248123119413 ], [ 114.482441188441925, 22.5688102349707123 ], [ 114.482968093027708, 22.5669363066928277 ], [ 114.48394623977606, 22.562480827307688 ], [ 114.483983192758032, 22.561563192258987 ], [ 114.483856539725039, 22.560656018976573 ], [ 114.483830790761687, 22.5605781663427791 ] ] } },
410
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0038069209804592608 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.972401302021282, 22.5654639308087113 ], [ 113.975545809707882, 22.5636456745803571 ], [ 113.975696931329708, 22.5635582879217189 ] ] } },
411
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.003785545537870852 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.853941672553958, 22.563891546528577 ], [ 113.856866788026451, 22.561488620293364 ] ] } },
412
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0046797813643823915 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.112425750403602, 22.5661342601689476 ], [ 114.112861650373361, 22.5662039099371263 ], [ 114.113111549049393, 22.5662752145019603 ], [ 114.113576328066458, 22.5665142525137696 ], [ 114.115108901055137, 22.5674565716823068 ], [ 114.115678377489431, 22.5678350765003195 ], [ 114.116111394668977, 22.5680692507589242 ], [ 114.116562507801561, 22.56823519186079 ] ] } },
413
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0040975845736842317 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.115135473736856, 22.5645262824526185 ], [ 114.115229949677939, 22.564561234018683 ], [ 114.115315588307752, 22.5646038875457897 ], [ 114.115395695604704, 22.5646549803582204 ], [ 114.115469308947326, 22.564713898210762 ], [ 114.115535548955094, 22.5647799378037952 ], [ 114.115593621448411, 22.5648523059090991 ], [ 114.115671763169274, 22.5649875495047034 ], [ 114.115941751716591, 22.5658126791653437 ], [ 114.116068803708927, 22.5662967392435085 ], [ 114.116168007808639, 22.5666302115746369 ], [ 114.116382215160215, 22.5675296069145332 ], [ 114.116538817185045, 22.5681424795351155 ], [ 114.116562507801561, 22.56823519186079 ] ] } },
414
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0035081453035742055 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.050627859389792, 22.5672650583941632 ], [ 114.053980692569667, 22.567177941063882 ], [ 114.054134821024647, 22.5671739345083076 ] ] } },
415
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0058894036581128408 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.879024015643779, 22.5607743515606778 ], [ 113.879234607898695, 22.5609564857719747 ], [ 113.883188844752212, 22.5643762331105933 ], [ 113.883478619803611, 22.5646268283257747 ] ] } },
416
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0033297557605447186 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.495990956239126, 22.5712919438168242 ], [ 114.496233702714562, 22.5715008757418367 ], [ 114.496456992967296, 22.571624066683821 ], [ 114.496550459257648, 22.5716969205646052 ], [ 114.496633932567249, 22.5718380005711943 ], [ 114.49669518877468, 22.5720614439355423 ], [ 114.496714409207456, 22.5723688844500714 ], [ 114.496742674180879, 22.5725288291795607 ], [ 114.496872239835355, 22.5728105157597305 ], [ 114.497030343713533, 22.5730405728032331 ], [ 114.497173367882752, 22.573203402266472 ], [ 114.497330090345613, 22.5733282508939439 ], [ 114.497475951234676, 22.5734371054140226 ], [ 114.497583224786538, 22.5734982500547368 ], [ 114.497672408597367, 22.5735624078945563 ], [ 114.497968374215077, 22.5737459080826213 ] ] } },
417
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0040299690083409256 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.856866788026451, 22.561488620293364 ], [ 113.857058330286691, 22.5616871719517462 ], [ 113.859499480395655, 22.5642175856552214 ], [ 113.859664790517215, 22.5643889361846952 ] ] } },
418
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0064980233723555738 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.859664790517215, 22.5643889361846952 ], [ 113.859817420582772, 22.5642398613189137 ], [ 113.860125684038195, 22.5639387799833315 ], [ 113.860365781924074, 22.5637498239536747 ], [ 113.860616023312971, 22.5635725841890391 ], [ 113.860901428856351, 22.5633921781134958 ], [ 113.861197336497867, 22.5632270110729287 ], [ 113.861502802575998, 22.5630776082440008 ], [ 113.861816854252709, 22.5629444455496966 ], [ 113.861859610640423, 22.5629278306418577 ], [ 113.863660260209528, 22.5628197681979401 ], [ 113.865690741550551, 22.5626978908433742 ] ] } },
419
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0034705527851102156 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.929080665728662, 22.562158882712076 ], [ 113.92903308857268, 22.5643659380171435 ], [ 113.929016973710176, 22.565628819938226 ] ] } },
420
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.019298468865240948 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.929016973710176, 22.565628819938226 ], [ 113.929307157257227, 22.565555939626897 ], [ 113.931347196624458, 22.5653263083945532 ], [ 113.933291057525437, 22.5652089452778171 ], [ 113.933434076197315, 22.5652204127698539 ], [ 113.934241384033427, 22.565234812372573 ], [ 113.935876653868149, 22.5652511740845547 ], [ 113.937681286095, 22.5652394535140921 ], [ 113.939565694348772, 22.5651938962285428 ], [ 113.941055067752032, 22.5651338599653002 ], [ 113.94249805864554, 22.565055283102982 ], [ 113.94400886425889, 22.5649514985659927 ], [ 113.945483401319962, 22.5648289763395589 ], [ 113.947574342752446, 22.5646189427109292 ], [ 113.94826181869557, 22.5645408690947384 ] ] } },
421
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0037482524469824533 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.103928958604783, 22.5647815074905296 ], [ 114.103924729009478, 22.5649509536043951 ], [ 114.103901474637127, 22.5658825035877157 ], [ 114.103864916118084, 22.5685291644715669 ] ] } },
422
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0033346120720838331 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.868327501589107, 22.5648503560508225 ], [ 113.868083958455912, 22.5645951768509221 ], [ 113.866025237696078, 22.5624380503823723 ] ] } },
423
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0030572358504113734 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.868327501589107, 22.5648503560508225 ], [ 113.868519432840927, 22.5646597805120699 ], [ 113.870496918405394, 22.5626962154513855 ] ] } },
424
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0036196657742709583 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.480799087340984, 22.5725356782325939 ], [ 114.480894118452426, 22.5725770997523973 ], [ 114.481973900017465, 22.5730477400501606 ], [ 114.483976013255742, 22.573925666092812 ], [ 114.48411518780479, 22.5739866928421762 ] ] } },
425
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0036328431752314701 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.252720857467494, 22.568727905511146 ], [ 114.25274244682528, 22.5687120819730183 ], [ 114.252779030863209, 22.5686993326611152 ], [ 114.252812428315636, 22.5687011513888898 ], [ 114.252842948782813, 22.5687138731640182 ], [ 114.255298136908536, 22.570778354139243 ], [ 114.255526150819236, 22.5709623830465027 ] ] } },
426
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0032084824181964379 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.1708305159313, 22.5668848497868524 ], [ 114.169910082460788, 22.5686198033995922 ], [ 114.169337019574755, 22.5697245011325016 ] ] } },
427
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0039500278748448598 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.954736979861053, 22.566503845463636 ], [ 113.954978707861613, 22.5662821474240296 ], [ 113.955243620588035, 22.5660817700044198 ], [ 113.955621570900092, 22.5658792650881779 ], [ 113.956175529349323, 22.5656759503831026 ], [ 113.958366125922538, 22.5650770209728506 ] ] } },
428
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.003243418609808518 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.25049153406357, 22.5710837241457547 ], [ 114.252720857467494, 22.568727905511146 ] ] } },
429
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0039432297481381716 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.06242116250138, 22.5643659245052994 ], [ 114.062306592148857, 22.5677962616253502 ], [ 114.062299400307126, 22.5680115979698677 ], [ 114.062289534395944, 22.5683069567163379 ] ] } },
430
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0033878237900792202 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.865690741550551, 22.5626978908433742 ], [ 113.865816403447226, 22.5628334193416542 ], [ 113.867667660014817, 22.5648299938835493 ], [ 113.867749165633555, 22.564922585726503 ], [ 113.867984972472428, 22.565190464251593 ] ] } },
431
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0051413689566216746 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.966928287465123, 22.5627511049334899 ], [ 113.967208469543479, 22.5634393145843255 ], [ 113.967621013224345, 22.5641729744651904 ], [ 113.969900658309768, 22.5669029459522754 ] ] } },
432
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0036186672846063661 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.873667558711361, 22.5655638045081908 ], [ 113.876308171244887, 22.5633289463988334 ], [ 113.876429743757967, 22.5632260520223831 ] ] } },
433
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0048767739141897274 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.24457827219436, 22.5677272801455935 ], [ 114.246359375414173, 22.5693602460310849 ], [ 114.246494491086139, 22.5695008102878028 ], [ 114.246684625517972, 22.5697301419828698 ], [ 114.246852331523087, 22.5699741001898744 ], [ 114.246948984940801, 22.5701401680305764 ], [ 114.247035228382657, 22.5703111091577888 ], [ 114.247560882790268, 22.571188460719366 ], [ 114.247689477009175, 22.5714202767011969 ] ] } },
434
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0039553378585745541 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.892984280255192, 22.5666866563315978 ], [ 113.894336502621854, 22.5651590751218833 ], [ 113.894596746811999, 22.5648747903890339 ], [ 113.894909236632159, 22.5645570729907021 ], [ 113.895222755319608, 22.5642613452250025 ], [ 113.895717287638234, 22.5638346083115344 ] ] } },
435
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0051846275505123204 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.487665857207872, 22.5753304984551697 ], [ 114.487780078697156, 22.5753334011043911 ], [ 114.488385371072951, 22.5753487825632249 ], [ 114.490260305098545, 22.5753964138565237 ], [ 114.490936691836311, 22.5754478587104828 ], [ 114.49284745308816, 22.5754782003252039 ] ] } },
436
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0053245599147514538 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.49284745308816, 22.5754782003252039 ], [ 114.49795020495705, 22.5754740240062404 ], [ 114.498172011216866, 22.5754738391828802 ] ] } },
437
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.004838161517454356 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.094468718805729, 22.5682524143726866 ], [ 114.095281228429286, 22.5684863128210331 ], [ 114.096616758528185, 22.5690040051907346 ], [ 114.098224652639701, 22.5696764370167919 ], [ 114.098398530486904, 22.5697558527325981 ], [ 114.098460048537049, 22.5697839502872952 ], [ 114.098926218681925, 22.5699968615523865 ], [ 114.098968228024489, 22.5700160484443444 ] ] } },
438
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0049450817995212197 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.924414367692123, 22.5673902965432589 ], [ 113.924924870617829, 22.5671184822844744 ], [ 113.92578226777448, 22.5667113068091787 ], [ 113.926449534912351, 22.5664224400170923 ], [ 113.927848770454872, 22.5659222129825814 ], [ 113.928745736651166, 22.5656969424903302 ], [ 113.929016973710176, 22.565628819938226 ] ] } },
439
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0037643085099766296 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.952740086136004, 22.5646010815527447 ], [ 113.952724816406146, 22.5649966405285483 ], [ 113.952674796666088, 22.565389717560695 ], [ 113.952590362645878, 22.5657776862139343 ], [ 113.952472077122778, 22.566157948082207 ], [ 113.952381477294367, 22.5663901500556996 ], [ 113.95227824138351, 22.5666177576993192 ], [ 113.951823643559635, 22.5674321768382384 ], [ 113.951484619511888, 22.5680956154917709 ] ] } },
440
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0059141549880595001 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.876429743757967, 22.5632260520223831 ], [ 113.876563671999605, 22.5633418702272053 ], [ 113.88063027802167, 22.5668584318422276 ], [ 113.880903268284584, 22.5670944893724545 ] ] } },
441
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0037663836731381931 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.856756782958556, 22.5667824979682976 ], [ 113.859491207081419, 22.5645318152090795 ], [ 113.859664790517215, 22.5643889361846952 ] ] } },
442
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0031690252809118192 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.928994031728806, 22.5669091634098926 ], [ 113.929144457156795, 22.5668990025292366 ], [ 113.929619731362138, 22.566866896668845 ], [ 113.930050007364756, 22.5668378293109129 ], [ 113.931127396971775, 22.5674183018823449 ], [ 113.931203715299702, 22.5674731017852643 ], [ 113.931325642760598, 22.5675783551455211 ], [ 113.931433776530184, 22.5676958937288994 ], [ 113.931684276625788, 22.5680960415191905 ] ] } },
443
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0039568068438946931 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.966445856289369, 22.5688317738085473 ], [ 113.967066731354805, 22.5684925654335871 ], [ 113.969900658309768, 22.5669029459522754 ] ] } },
444
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0082824078312318632 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.844490045337309, 22.5609717198189372 ], [ 113.85024520294337, 22.5669279300580286 ] ] } },
445
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0047836714478012984 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.85024520294337, 22.5669279300580286 ], [ 113.850614369290383, 22.5666246958514733 ], [ 113.853941672553958, 22.563891546528577 ] ] } },
446
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.003931326164291195 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.89416541348605, 22.5676863089455892 ], [ 113.894216703360172, 22.5676353062055028 ], [ 113.89428371082326, 22.5675686751668643 ], [ 113.896953061182913, 22.5649142436995795 ] ] } },
447
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0032357529857908055 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.25326928033931, 22.5732811398301898 ], [ 114.255526150819236, 22.5709623830465027 ] ] } },
448
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0039187684483403757 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.870992599258372, 22.5677224630684101 ], [ 113.870853164470532, 22.5675751967495692 ], [ 113.868935805225021, 22.5655500954753059 ], [ 113.868575574689586, 22.5651357203508454 ], [ 113.868327501589107, 22.5648503560508225 ] ] } },
449
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0031877555164158918 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.478079382372485, 22.5767345405955311 ], [ 114.479632117111521, 22.574401351497059 ], [ 114.479820203023934, 22.5741094536153 ], [ 114.479840717601519, 22.5740776162228585 ] ] } },
450
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0038643302424558727 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.867984972472428, 22.565190464251593 ], [ 113.868175572513891, 22.5653909943767168 ], [ 113.870504674256779, 22.567841371141391 ], [ 113.8706472736922, 22.5679913927472313 ] ] } },
451
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0062073767690338857 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.274284734425606, 22.5743292009165835 ], [ 114.274535436797038, 22.5741102964919484 ], [ 114.278600146686088, 22.5698690088092775 ] ] } },
452
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0043672892500407519 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.962241257048944, 22.5699516204522261 ], [ 113.964476083636782, 22.5694998328333334 ], [ 113.965336144025144, 22.5692702452804923 ], [ 113.966132835706617, 22.5690027865670828 ], [ 113.966445856289369, 22.5688317738085473 ] ] } },
453
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0064068013524627787 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.042283402378075, 22.5705369034734318 ], [ 114.043131803107613, 22.5704979208899417 ], [ 114.043565180439316, 22.5705470743589451 ], [ 114.043931981694172, 22.5706652983361415 ], [ 114.045039586231013, 22.5711900503389984 ], [ 114.045362777435031, 22.5712881652913815 ], [ 114.045673607692009, 22.5713409565236205 ], [ 114.046158872081577, 22.5713480827028867 ], [ 114.048392014081827, 22.5711335502052215 ], [ 114.048519990883619, 22.5711212551798361 ] ] } },
454
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0041996942956800416 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.921145413550406, 22.5700009818405043 ], [ 113.921830949787207, 22.5693231107602088 ], [ 113.922755383839899, 22.5684977780372371 ], [ 113.922872478870246, 22.5683932341756588 ], [ 113.924414367692123, 22.5673902965432589 ] ] } },
455
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.011196224198777454 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.068982018454335, 22.5692372116056283 ], [ 114.071198766136135, 22.5695365585787719 ], [ 114.071609621434646, 22.5696395328044055 ], [ 114.072112518356462, 22.5697655762640927 ], [ 114.072472669979533, 22.5698818061734485 ], [ 114.073063281329752, 22.5701948499917258 ], [ 114.073444593525821, 22.5704449688529856 ], [ 114.074847916922039, 22.5714001416178398 ], [ 114.075402607271457, 22.5717614792425429 ], [ 114.076009908909583, 22.5720760148806683 ], [ 114.076459112972202, 22.5722442840854853 ], [ 114.076977352795865, 22.5724136119578489 ], [ 114.077572571571764, 22.5725391401631121 ], [ 114.078381760228865, 22.572642035511393 ], [ 114.078793815938781, 22.5726578950692875 ], [ 114.079102525109917, 22.5726614076529906 ], [ 114.079403389139742, 22.5726536136726814 ] ] } },
456
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0034337005242754521 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.137779683158442, 22.5703678326130479 ], [ 114.13839938234274, 22.5728584431537875 ], [ 114.138440387968572, 22.5735113095188815 ], [ 114.138418346754605, 22.5737231658457844 ] ] } },
457
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0035415784840409563 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.248888590917815, 22.5728180281804072 ], [ 114.251280319895926, 22.5754300026546098 ] ] } },
458
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0072008846370457636 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.931970877647771, 22.5685249514452266 ], [ 113.932126798403672, 22.5687582926327792 ], [ 113.932307775243771, 22.5689412272226448 ], [ 113.932659144459862, 22.5692053172350739 ], [ 113.932909966146866, 22.5693313260880544 ], [ 113.933744389956985, 22.5696729421041518 ], [ 113.934960137130432, 22.5701953828209021 ], [ 113.935345088348157, 22.5703366317392984 ], [ 113.935623227152661, 22.5704103776050182 ], [ 113.936071087350172, 22.5704351763422721 ], [ 113.937007514031322, 22.5703429103636033 ], [ 113.937275268238295, 22.5703562750951789 ], [ 113.937706566909029, 22.5704472662537867 ], [ 113.938162149335653, 22.5705993377955636 ], [ 113.938570159275272, 22.5707674873194684 ] ] } },
459
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0046629968773695928 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.889813596267217, 22.570104613882279 ], [ 113.890036835699277, 22.5698590840253601 ], [ 113.890319707989661, 22.5695822122965311 ], [ 113.890744056740985, 22.5691391075407459 ], [ 113.891506118302672, 22.5683267282791249 ], [ 113.892033651409307, 22.567751412522604 ], [ 113.892984280255192, 22.5666866563315978 ] ] } },
460
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0030457993379210532 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.955496211311939, 22.5712422188335928 ], [ 113.955635632955079, 22.5712360861442001 ], [ 113.95682306737578, 22.5711838526486552 ], [ 113.957543129749268, 22.5711084000999413 ], [ 113.958089909747159, 22.5710257992969261 ], [ 113.958519520058786, 22.5709276855572263 ] ] } },
461
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0033953300551959938 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.485998565530494, 22.5789361770540289 ], [ 114.487248526640428, 22.5758948255388425 ], [ 114.48732312256351, 22.5758179261479306 ] ] } },
462
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0032426132219837518 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.952256728681164, 22.5713846716054825 ], [ 113.952350183724178, 22.5713805625109885 ], [ 113.955343700780546, 22.5712489270201999 ], [ 113.955496211311939, 22.5712422188335928 ] ] } },
463
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0040382753882856597 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.85024520294337, 22.5669279300580286 ], [ 113.852871877314712, 22.5696499985137358 ], [ 113.853049324968026, 22.5698338839086858 ] ] } },
464
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0038072601469410455 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.951484619511888, 22.5680956154917709 ], [ 113.950373083439516, 22.5702707359972976 ], [ 113.950258907258899, 22.5704652885399888 ], [ 113.950155364357144, 22.5706649088549192 ], [ 113.949999838956217, 22.5710267377833276 ], [ 113.949879203194769, 22.5713998734504422 ], [ 113.949848613306514, 22.5715243059992048 ] ] } },
465
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.003220420807775713 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.946628193590755, 22.5715216539424084 ], [ 113.949480726927476, 22.5715240061521492 ], [ 113.949848613306514, 22.5715243059992048 ] ] } },
466
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0031109781107042898 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.943517267412986, 22.5715082345348108 ], [ 113.943632585020595, 22.5715092840407081 ], [ 113.944916369124556, 22.5715202171795895 ], [ 113.946628193590755, 22.5715216539424084 ] ] } },
467
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0032161898496230368 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.940301194005372, 22.5714808669325357 ], [ 113.943517267412986, 22.5715082345348108 ] ] } },
468
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0046876082959811504 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.890851625456165, 22.5710017999241863 ], [ 113.893955398619283, 22.56789643806556 ], [ 113.894006557961745, 22.567845251699918 ], [ 113.894078896851028, 22.5677728724518936 ], [ 113.89416541348605, 22.5676863089455892 ] ] } },
469
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.00455759244923088 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.874412145671613, 22.5707352832380437 ], [ 113.873295590706263, 22.5697724823282826 ], [ 113.871894900231212, 22.5685319435385914 ], [ 113.871161605068821, 22.5678740844257035 ], [ 113.870992599258372, 22.5677224630684101 ] ] } },
470
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.017808539275454255 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.922493403996981, 22.5716105266563645 ], [ 113.938332547479874, 22.5714640407958314 ], [ 113.940301194005372, 22.5714808669325357 ] ] } },
471
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0038152490797843954 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.860138524174445, 22.5707964746904928 ], [ 113.860212031880963, 22.5707483386800085 ], [ 113.861232124726854, 22.5700803298562995 ], [ 113.862567027310561, 22.5691719455254507 ], [ 113.863017371774916, 22.5688468761184922 ], [ 113.863291398452034, 22.5686490748769728 ] ] } },
472
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0035556133973303318 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.960169572950832, 22.5725707084985139 ], [ 113.960754821957536, 22.5721601788472803 ], [ 113.961804609703435, 22.5713429512122161 ], [ 113.962015103259461, 22.5710886961211266 ], [ 113.962177286571873, 22.570759590822373 ], [ 113.96223082290031, 22.5704920745047026 ], [ 113.962236688792601, 22.5701882475392139 ], [ 113.962241257048944, 22.5699516204522261 ] ] } },
473
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0031379478808730692 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.060936479844187, 22.5744978246992964 ], [ 114.061564862343815, 22.574604706948481 ], [ 114.061758448890686, 22.5746211263688892 ], [ 114.06190427695563, 22.5746213605775665 ], [ 114.062146062082078, 22.5745995219737132 ], [ 114.06235809759454, 22.5745523737922973 ], [ 114.062590648399009, 22.5744885414465202 ], [ 114.062775224110382, 22.5743989960415128 ], [ 114.062973610275819, 22.5742896851820056 ], [ 114.063153564562114, 22.5741576142876035 ], [ 114.063336614137185, 22.574003115137284 ], [ 114.063472322378018, 22.5739377851781242 ], [ 114.06361587640059, 22.5738850633224999 ], [ 114.063871220339536, 22.5738294062114946 ] ] } },
474
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0046278399104037861 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.955592483827843, 22.573093729823551 ], [ 113.959708494082633, 22.5727419994465173 ], [ 113.959967128539844, 22.5726831827946874 ], [ 113.960169572950832, 22.5725707084985139 ] ] } },
475
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0049220556130150491 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.871563345019538, 22.5688078673017785 ], [ 113.874665949397652, 22.571515716566644 ], [ 113.875041845608536, 22.5717595387999346 ], [ 113.875382804653725, 22.5718616641926282 ] ] } },
476
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0067573744730864129 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.4540377141699, 22.5748116297031203 ], [ 114.453926601914759, 22.5766749166812346 ], [ 114.454003881868246, 22.5771610338566369 ], [ 114.45413013904394, 22.5774611291104783 ], [ 114.454292809957479, 22.577706830817057 ], [ 114.456061104077364, 22.5797503863842266 ], [ 114.456650743286502, 22.5806503327950487 ] ] } },
477
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0032923149769719783 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.270577709283543, 22.5782549541157493 ], [ 114.27140337614621, 22.5774362963091058 ], [ 114.272852309875361, 22.5758756073232618 ] ] } },
478
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0042403633263248183 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.06749440526292, 22.5712316433340803 ], [ 114.067425390762239, 22.5730009212228957 ], [ 114.067313753650595, 22.5736697705912164 ], [ 114.067175222805446, 22.5741493104452964 ], [ 114.066990012379918, 22.5746150568444932 ], [ 114.066759645983836, 22.5750630899791069 ], [ 114.066603412672563, 22.5753044114283483 ] ] } },
479
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0032795880545739772 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.850452528951223, 22.5718367511851525 ], [ 113.851068164194913, 22.5713777039067587 ], [ 113.852812300828887, 22.5700185878388169 ], [ 113.853049324968026, 22.5698338839086858 ] ] } },
480
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0046476655392881632 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.099000774197137, 22.5711974261346988 ], [ 114.098991378008193, 22.5712994852735491 ], [ 114.098985134568878, 22.5713672889904871 ], [ 114.09895957798858, 22.571644851343013 ], [ 114.098954715909144, 22.5716976485852463 ], [ 114.09888678349337, 22.5724354356136168 ], [ 114.098865133516256, 22.5726705642276038 ], [ 114.098785482916114, 22.5735355998533578 ], [ 114.098777673847067, 22.5736204040710753 ], [ 114.098692980472308, 22.5745401920667241 ], [ 114.098638124118409, 22.5751359319086724 ], [ 114.098634652598207, 22.575173634291076 ], [ 114.098650500616685, 22.5752614080132084 ], [ 114.098750973746675, 22.5758178540427785 ] ] } },
481
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.007942211078379325 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.497968374215077, 22.5737459080826213 ], [ 114.498242757279968, 22.5739242288903696 ], [ 114.498322343917579, 22.5740302999340443 ], [ 114.498359915432616, 22.5740944146187132 ], [ 114.498637731829973, 22.5749044583130747 ], [ 114.498691465475204, 22.5755336764114105 ], [ 114.498806325583686, 22.5771424778187821 ], [ 114.498789958711285, 22.5785833662974511 ], [ 114.498836677322572, 22.5788913433951492 ], [ 114.498903426779037, 22.5796375850408459 ], [ 114.499104618187332, 22.5813393909001334 ], [ 114.499137004018806, 22.5814254247991322 ] ] } },
482
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0042822264890864728 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.05406375002292, 22.5711274334354215 ], [ 114.054060819623928, 22.5712903993589471 ], [ 114.054023150648959, 22.5733857082479439 ], [ 114.054031002404486, 22.5736403887378003 ], [ 114.054000723033269, 22.5754089148085484 ] ] } },
483
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.010491758947783021 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.112425750403602, 22.5661342601689476 ], [ 114.112567375496766, 22.5678663204903103 ], [ 114.11274235517628, 22.5692665511847288 ], [ 114.11277481558318, 22.5694657426263916 ], [ 114.112843489155253, 22.5696504549732424 ], [ 114.113469942608901, 22.5705586036388226 ], [ 114.113567674657219, 22.5709037391989966 ], [ 114.113979266747094, 22.573976096069142 ], [ 114.114240422385791, 22.5763438818768201 ] ] } },
484
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.013435397891994289 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.099103847099798, 22.5700779881794453 ], [ 114.099220989587053, 22.5701476257603026 ], [ 114.100624662682179, 22.5709820475991769 ], [ 114.100697991375966, 22.5710256369276436 ], [ 114.102408468723624, 22.5720424072224333 ], [ 114.103928618243529, 22.5729211125627671 ], [ 114.106070556913977, 22.5742284724953457 ], [ 114.10664257056672, 22.5745686952720277 ], [ 114.1067078643527, 22.5746075302459204 ], [ 114.108749412803903, 22.5758217698130288 ], [ 114.109129688074205, 22.5760135164215399 ], [ 114.109525955602138, 22.5761749393664886 ], [ 114.109783742152118, 22.5762609053794101 ], [ 114.110046085475645, 22.5763340223290214 ], [ 114.110312244203982, 22.5763940829735112 ], [ 114.110581464645605, 22.5764409169180738 ], [ 114.110845158760739, 22.5764663162430104 ] ] } },
485
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0033090399939410004 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.116742487562959, 22.5765913652933712 ], [ 114.11695905276612, 22.5765948018290317 ], [ 114.120051111509838, 22.5766438368054025 ] ] } },
486
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0053585347266394429 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.911822847821981, 22.5710226967147669 ], [ 113.913116248289299, 22.5710561331295203 ], [ 113.916001731532049, 22.5735410236295984 ], [ 113.916068418408386, 22.5736513768959348 ], [ 113.916049028598025, 22.5737776837771555 ] ] } },
487
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0035655524811128341 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.132335633211454, 22.5772378603982773 ], [ 114.134853895086067, 22.5764123367125968 ], [ 114.135016432611607, 22.5763594002021648 ], [ 114.135724326405011, 22.5761288455213069 ] ] } },
488
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0058369460738408666 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.917064740093494, 22.5741707571000347 ], [ 113.917737926803625, 22.5734020032310525 ], [ 113.917945307761173, 22.5731651777584439 ], [ 113.920000077492347, 22.5711334891186901 ], [ 113.920456590194263, 22.5706820937850807 ], [ 113.921145413550406, 22.5700009818405043 ] ] } },
489
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0053702571209238671 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.127064954573996, 22.577296204198408 ], [ 114.129694954606407, 22.5776829871443141 ], [ 114.130070247336505, 22.5777216211989078 ], [ 114.130586647150679, 22.5777263816170581 ], [ 114.131218439005721, 22.5775957093888771 ], [ 114.132335633211454, 22.5772378603982773 ] ] } },
490
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0039495838572997126 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.481458780550923, 22.5789635006884737 ], [ 114.481360719504309, 22.5796972061092767 ], [ 114.481260920700606, 22.5801405166236542 ], [ 114.481161909238097, 22.5804144396186324 ], [ 114.480952164179342, 22.5810973559151584 ], [ 114.480711962636377, 22.5816877466245671 ], [ 114.480194634673694, 22.5826719658603352 ] ] } },
491
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0030166458505315893 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.254317943224621, 22.5778772344040526 ], [ 114.256667119228155, 22.5797697259606913 ] ] } },
492
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0036914887846529903 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.908885854676683, 22.5709467334834351 ], [ 113.908883799316783, 22.5710261253881725 ], [ 113.908790342692839, 22.5746369864433483 ] ] } },
493
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0031858167836326164 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.863256875167409, 22.5739369898031192 ], [ 113.86332425135933, 22.5738813855338947 ], [ 113.864286554936371, 22.573087207427303 ], [ 113.865560921255181, 22.5720780326311399 ], [ 113.865737469121456, 22.5719382213242135 ] ] } },
494
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0040009675970752705 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.949848613306514, 22.5715243059992048 ], [ 113.949830094965264, 22.5715996315726599 ], [ 113.949791000887075, 22.5718012855650798 ], [ 113.949751208660473, 22.5721607853945798 ], [ 113.949673746460633, 22.5731300919226854 ], [ 113.94959923376139, 22.5743619429288778 ], [ 113.949467227247411, 22.5755041358771216 ] ] } },
495
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0031548222689579608 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.845433079078575, 22.5716750086460536 ], [ 113.847539270102672, 22.5738641899846755 ], [ 113.847620367210823, 22.5739484804789967 ] ] } },
496
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0035327808783377564 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.847620367210823, 22.5739484804789967 ], [ 113.847711481163486, 22.5738805456695886 ], [ 113.850452528951223, 22.5718367511851525 ] ] } },
497
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0031806957423860965 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.268319016756493, 22.5804944034842059 ], [ 114.270577709283543, 22.5782549541157493 ] ] } },
498
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0047734122393309894 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.066603412672563, 22.5753044114283483 ], [ 114.066459150675769, 22.5755272402555178 ], [ 114.066110293070764, 22.5759612278815567 ], [ 114.065716532122124, 22.5763607093938425 ], [ 114.065281775371389, 22.576721661640768 ], [ 114.064850965020767, 22.5770156271901961 ], [ 114.064350126894936, 22.5772930408758761 ], [ 114.063821970191071, 22.5775226317301048 ], [ 114.063271778129192, 22.5777021175594683 ], [ 114.062709008508236, 22.5778269162901211 ] ] } },
499
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0030779489482908062 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.945455928116971, 22.5741298941885482 ], [ 113.945552711144089, 22.5742277859362837 ], [ 113.945807739423856, 22.5745734327173118 ], [ 113.946065585376289, 22.574962415199149 ], [ 113.946164242291403, 22.5752510295010218 ], [ 113.94690766579788, 22.5765603258169492 ], [ 113.947055166394989, 22.5767412313547275 ] ] } },
500
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0049062147003116679 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.12565610936322, 22.5795044612010116 ], [ 114.128030579409682, 22.5796378038337124 ], [ 114.129482064798083, 22.5796074134983868 ], [ 114.130431927611056, 22.5796010160344274 ], [ 114.130558240432151, 22.5796001638329358 ] ] } },
501
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.003220973274762159 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.854165090862395, 22.5756240897028491 ], [ 113.854187033872222, 22.5756062312693722 ], [ 113.855872697327811, 22.574234348934251 ], [ 113.856365881912737, 22.5738329600853511 ], [ 113.856663270315977, 22.573590922652631 ] ] } },
502
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0033490305463446876 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.116622116106171, 22.5768256099906139 ], [ 114.115091384709984, 22.5798043457951252 ] ] } },
503
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0030056523208574952 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.84520645621464, 22.5757392846492735 ], [ 113.845358664715107, 22.5756263685712213 ], [ 113.847529061517847, 22.5740162187377749 ], [ 113.847620367210823, 22.5739484804789967 ] ] } },
504
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.004673817410160333 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.115091384709984, 22.5798043457951252 ], [ 114.117092148349286, 22.5801165636535508 ], [ 114.117430267675687, 22.5801174023266817 ], [ 114.117838757780831, 22.58004026662352 ], [ 114.118159172183653, 22.5798699482740268 ], [ 114.118863574939638, 22.5793978885808073 ], [ 114.119208238287882, 22.5792941721121991 ], [ 114.119531204260497, 22.5792652509835108 ] ] } },
505
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0045483077767741456 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.908790342692839, 22.5746369864433483 ], [ 113.908894240312875, 22.5747194187472324 ], [ 113.912292179736639, 22.5774152684446854 ], [ 113.912353454801675, 22.5774638815124966 ] ] } },
506
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0052197049177419063 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.912353454801675, 22.5774638815124966 ], [ 113.916049028598025, 22.5737776837771555 ] ] } },
507
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0040544524809755572 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.870484598758452, 22.5752235676800055 ], [ 113.868255199522892, 22.5767176175739159 ], [ 113.867169517788355, 22.5775543825566665 ] ] } },
508
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0057915064097794101 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.263677338606257, 22.5838195500981307 ], [ 114.265742519987, 22.5828637621015211 ], [ 114.265882120166509, 22.5827894893687748 ], [ 114.266013863420312, 22.5827037292756465 ], [ 114.266713986998411, 22.5821622644561053 ], [ 114.266849188977815, 22.5820446570814717 ], [ 114.268319016756493, 22.5804944034842059 ] ] } },
509
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0035539420769416319 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.099422909757479, 22.5782306582437755 ], [ 114.099456457499002, 22.5782897418596775 ], [ 114.099496059004693, 22.5783647046828193 ], [ 114.099693700313495, 22.5787388149200723 ], [ 114.100204179265958, 22.5794098293068082 ], [ 114.100271582011246, 22.5796267628618317 ], [ 114.100282680808633, 22.579658711787193 ], [ 114.100298708025321, 22.5797048456157903 ], [ 114.100862642783881, 22.5813281599260307 ], [ 114.100897654135792, 22.5814289394416896 ] ] } },
510
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0053689717845051025 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.950936752267395, 22.5791048265315624 ], [ 113.951435249451023, 22.5788735884491203 ], [ 113.951692261425123, 22.5787696230783261 ], [ 113.952063029092614, 22.578601434436262 ], [ 113.952136010267211, 22.5785449427827771 ], [ 113.952208749375743, 22.5784611643841941 ], [ 113.952301291353749, 22.5783297909033891 ], [ 113.952391126647569, 22.5780762495279959 ], [ 113.952429843142326, 22.577763975674749 ], [ 113.952501437848099, 22.5770498724737898 ], [ 113.952598242266433, 22.5768053640068302 ], [ 113.953061499878885, 22.5759234603127616 ], [ 113.953250830769363, 22.5756115267254955 ], [ 113.953725052227313, 22.5749112177079887 ] ] } },
511
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.003595630223374462 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.140319266092973, 22.5787794260127477 ], [ 114.140333223696473, 22.5788059850970733 ], [ 114.140426730977794, 22.5789839224871223 ], [ 114.140524310623476, 22.5792395595214401 ], [ 114.140598157212878, 22.579500618621335 ], [ 114.140941167053782, 22.5803474194681897 ], [ 114.14111585419765, 22.5808543501401076 ], [ 114.141140261824148, 22.5810057842168135 ], [ 114.141137937074745, 22.5812552427769759 ], [ 114.141043835847668, 22.5820563088846171 ], [ 114.141055343485803, 22.5822163302418559 ] ] } },
512
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0051569600154527879 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.913990688136465, 22.5787944688389146 ], [ 113.915259596121103, 22.5775263599406486 ], [ 113.916553877155607, 22.5762220292609186 ], [ 113.916897167930799, 22.5758662303078772 ], [ 113.91763021037896, 22.5751411012073611 ] ] } },
513
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0038943740383410902 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.949467227247411, 22.5755041358771216 ], [ 113.949388811290987, 22.5778482653691377 ], [ 113.949370594181943, 22.5793970915645872 ] ] } },
514
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0054947859550436772 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.847620367210823, 22.5739484804789967 ], [ 113.847701465389747, 22.5740327709483815 ], [ 113.851273127780004, 22.5777449358076616 ], [ 113.85143011286722, 22.5779080903997844 ] ] } },
515
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0035632518600059678 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.85143011286722, 22.5779080903997844 ], [ 113.851553663622525, 22.5778049154648421 ], [ 113.854143398629688, 22.5756422052232004 ], [ 113.854165090862395, 22.5756240897028491 ] ] } },
516
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0030750512456087864 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.259962617429196, 22.5824244266713414 ], [ 114.258532751259182, 22.5837973467199653 ], [ 114.258453418554637, 22.5838634768638151 ], [ 114.258349579417356, 22.583929678058869 ], [ 114.258236770051838, 22.5839817033543468 ], [ 114.257541769075132, 22.5842419191137154 ] ] } },
517
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0043892020755077043 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.099093023327896, 22.5776292288546472 ], [ 114.0992329896836, 22.5781709547317604 ], [ 114.09931862385352, 22.5785367984981598 ], [ 114.099360417010956, 22.5787153425548901 ], [ 114.099375846430178, 22.5787888120262643 ], [ 114.0994081622257, 22.5789426885562996 ], [ 114.099455410517123, 22.579167672459068 ], [ 114.099475249272544, 22.5792621431368445 ], [ 114.099577433424415, 22.579811102817601 ], [ 114.099608032697105, 22.5799931557715041 ], [ 114.099652628206456, 22.5802584870939818 ], [ 114.09972419831476, 22.580684303119007 ], [ 114.099754399856792, 22.5809015248927167 ], [ 114.099781929269426, 22.5812482518024247 ], [ 114.099784304830649, 22.5815959116559597 ], [ 114.099760961306941, 22.5819483604256206 ] ] } },
518
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0030619243593512863 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.259962617429196, 22.5824244266713414 ], [ 114.26118156354255, 22.5834063094225179 ], [ 114.262282987669948, 22.5844197094127921 ] ] } },
519
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.012723564612451325 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.24433925447309, 22.5843419870142554 ], [ 114.244396395671686, 22.5843161017281524 ], [ 114.24475122285223, 22.584177151534309 ], [ 114.248182946504087, 22.5827277603611485 ], [ 114.249150429971365, 22.5822574157830118 ], [ 114.250012661493898, 22.581584091932239 ], [ 114.250489325189463, 22.5808059924653293 ], [ 114.250919833257711, 22.5796215121134551 ], [ 114.25093856282308, 22.5782887833786923 ], [ 114.251235716512156, 22.5758031217320152 ], [ 114.251280319895926, 22.5754300026546098 ] ] } },
520
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0031900978044832706 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.857296885965113, 22.5788187362047559 ], [ 113.859491466008734, 22.5769439088130284 ], [ 113.859722391056664, 22.5767466239846186 ] ] } },
521
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0060563700839852738 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.480194634673694, 22.5826719658603352 ], [ 114.479295244594624, 22.5840495692638612 ], [ 114.478655143348234, 22.585041383905299 ], [ 114.47837908957878, 22.5856949136960949 ], [ 114.478287896531739, 22.5860403960256271 ], [ 114.477876080348494, 22.5881648249701463 ] ] } },
522
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0087805454249951596 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.499137004018806, 22.5814254247991322 ], [ 114.499245423662956, 22.5817134481729411 ], [ 114.499489014817783, 22.5820385712037819 ], [ 114.499589440929995, 22.5822613268676839 ], [ 114.499749903819946, 22.5823906281937319 ], [ 114.499929583414243, 22.5826813690334802 ], [ 114.499884558495395, 22.5829013414451971 ], [ 114.499908580290153, 22.5838452097990015 ], [ 114.499977475876634, 22.5839455299920999 ], [ 114.50027804324796, 22.5841832621805416 ], [ 114.500549847423301, 22.5846465059802952 ], [ 114.50210492495799, 22.5878174864587535 ], [ 114.502579025830755, 22.5887596801360147 ], [ 114.502844915737313, 22.5891558109850976 ] ] } },
523
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0056457342966758249 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.84520645621464, 22.5757392846492735 ], [ 113.847019631952122, 22.577627586439263 ], [ 113.848542215847743, 22.5791855978812563 ], [ 113.848979714217663, 22.5796452312158316 ], [ 113.849127836627744, 22.5798008467925371 ] ] } },
524
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0045050679094328014 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.25821333873624, 22.5863417832324131 ], [ 114.258589473730652, 22.5862214639006247 ], [ 114.260062646806304, 22.5854677490322437 ], [ 114.262126772967804, 22.5844869460378384 ], [ 114.262282987669948, 22.5844197094127921 ] ] } },
525
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0036165508878072562 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.14173049569861, 22.5833227641205632 ], [ 114.141828612590331, 22.5834473530725361 ], [ 114.141975276773124, 22.5835949894268282 ], [ 114.142198327122614, 22.5837901130870833 ], [ 114.142538690355678, 22.5839983634548673 ], [ 114.142651283383017, 22.5840672521027983 ], [ 114.142952779657023, 22.5841873271528009 ], [ 114.143397594529176, 22.5842979174337266 ], [ 114.144329365687312, 22.5845119119007158 ], [ 114.14454819027489, 22.5845740752157909 ], [ 114.144758155697644, 22.5846688619225269 ], [ 114.144935101409686, 22.5848090228762715 ] ] } },
526
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.004815999512085941 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.867169517788355, 22.5775543825566665 ], [ 113.866460897625615, 22.5781005252089138 ], [ 113.865237091556182, 22.5790846032699761 ], [ 113.863540757749405, 22.5807123138283679 ] ] } },
527
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.01001104808531514 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.910253328936548, 22.5815071965265624 ], [ 113.915569628599712, 22.5757513042476745 ], [ 113.917064740093494, 22.5741707571000347 ] ] } },
528
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0032136240843725836 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.114485230586297, 22.5819892207607431 ], [ 114.114272522670731, 22.5826056843400167 ], [ 114.114029244318644, 22.5831110386699834 ], [ 114.112846079618663, 22.5847243119130923 ] ] } },
529
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.004439033140117319 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.913990688136465, 22.5787944688389146 ], [ 113.914027708013037, 22.5788265912849759 ], [ 113.917343365599592, 22.5817038620826871 ] ] } },
530
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0044987066332720744 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.91080854712294, 22.5819744593958269 ], [ 113.910891485886907, 22.5818915801421589 ], [ 113.913990688136465, 22.5787944688389146 ] ] } },
531
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0045108038451552989 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.85143011286722, 22.5779080903997844 ], [ 113.851584697950727, 22.5780687497607175 ], [ 113.853098176922501, 22.5796416711027561 ], [ 113.854397000180285, 22.5809916708009517 ], [ 113.854557630064377, 22.5811586268929005 ] ] } },
532
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0036025839785196628 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.854557630064377, 22.5811586268929005 ], [ 113.85466309700935, 22.5810685389440451 ], [ 113.857296885965113, 22.5788187362047559 ] ] } },
533
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0038339667799505059 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.262282987669948, 22.5844197094127921 ], [ 114.263068690111183, 22.5854938058898504 ], [ 114.264519857021099, 22.5875334114005142 ] ] } },
534
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.016042436144329947 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.471694674318314, 22.5906351475037113 ], [ 114.472412058819046, 22.5901156715831739 ], [ 114.473082820840361, 22.5895573870329187 ], [ 114.473623277004137, 22.5889261090983418 ], [ 114.474040157622156, 22.5881911756638019 ], [ 114.474236276918433, 22.5875980567448345 ], [ 114.474348509642937, 22.5869738936323898 ], [ 114.474381781130631, 22.5863820266409263 ], [ 114.474185142655145, 22.5841277842790547 ], [ 114.47421836831721, 22.5833195816247532 ], [ 114.474407877753194, 22.5824975507181733 ], [ 114.47467198565873, 22.5819152713378024 ], [ 114.474926128507818, 22.5814764605553897 ], [ 114.478079382372485, 22.5767345405955311 ] ] } },
535
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.003870392082380502 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.117076074861146, 22.5828751015076783 ], [ 114.117061024918868, 22.582910812016479 ], [ 114.116644269321242, 22.5838996671777217 ], [ 114.116469136550322, 22.5842557472933869 ], [ 114.116229894366057, 22.5846103638492117 ], [ 114.115039781049191, 22.5861347755929422 ] ] } },
536
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0045029309519269726 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.134090713993515, 22.5858899036118252 ], [ 114.134368503471549, 22.5856519904738846 ], [ 114.13446528113866, 22.5855798040951896 ], [ 114.134762293182504, 22.5854453502845232 ], [ 114.134962470199113, 22.5853864306592058 ], [ 114.135212065436662, 22.5853357816831881 ], [ 114.135472554032958, 22.5853117587405841 ], [ 114.1357117186446, 22.5853023995947773 ], [ 114.135908496309924, 22.5853110064355356 ], [ 114.136031099509495, 22.5853363512859495 ], [ 114.136192346251974, 22.5853914886269216 ], [ 114.136577389271537, 22.5855920396211474 ], [ 114.137424143380528, 22.5860066004526452 ], [ 114.137761356515512, 22.586255166142422 ], [ 114.137999136925984, 22.5864696051800458 ], [ 114.138077495211618, 22.586557173101113 ] ] } },
537
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0046172182750339758 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.949370594181943, 22.5793970915645872 ], [ 113.949551909982546, 22.5796469215325004 ], [ 113.949638531213083, 22.5797662736428641 ], [ 113.949680653443664, 22.5798243133603833 ], [ 113.94972546163325, 22.5798860533795995 ], [ 113.94976486460817, 22.5799654830470331 ], [ 113.950105123498616, 22.5806513967976095 ], [ 113.950441523536881, 22.5814231988664673 ], [ 113.950569914549078, 22.5818810538709229 ], [ 113.95067861885525, 22.5824819564047488 ], [ 113.950822930298472, 22.5833910625431677 ], [ 113.950835822089942, 22.5834722701520114 ], [ 113.950848896567905, 22.5835546295343903 ], [ 113.950871552560599, 22.5836973540172288 ] ] } },
538
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0035961335463501657 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.935491339410575, 22.5834376080091701 ], [ 113.939086783173536, 22.5835080397532053 ] ] } },
539
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0033906061890191523 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.94615029391602, 22.5836247849027174 ], [ 113.949421786201512, 22.5836745143530564 ], [ 113.9495405074274, 22.583676384871584 ] ] } },
540
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0032993271008012774 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.939958299186344, 22.5835250999580417 ], [ 113.943220471133998, 22.5835766678245804 ], [ 113.943257214136025, 22.5835772485232091 ] ] } },
541
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.026034738358644626 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.014955806630354, 22.5600869939374782 ], [ 114.014913418769027, 22.5605221978116219 ], [ 114.014905261389501, 22.5606059422138259 ], [ 114.014718510015811, 22.5611218648619989 ], [ 114.014521953925453, 22.5618116799598241 ], [ 114.014324860040787, 22.5633699987948653 ], [ 114.013855966824437, 22.5649809852601102 ], [ 114.013072573908488, 22.5667436285728371 ], [ 114.011691668398257, 22.5690007390828313 ], [ 114.010127010361046, 22.571453117308824 ], [ 114.009580351977178, 22.5727250845171987 ], [ 114.009282361526701, 22.573608384085496 ], [ 114.009022555771665, 22.5743784860456351 ], [ 114.00879312042872, 22.5755916586846297 ], [ 114.00874226286524, 22.5761703941354739 ], [ 114.008648068400305, 22.5772422774289687 ], [ 114.008698632804979, 22.5785532954590913 ], [ 114.008822228003837, 22.5794993347214366 ], [ 114.009301404152481, 22.5831669686334031 ], [ 114.009472709065037, 22.5846862792827316 ] ] } },
542
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0036802692863993867 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.879154160354503, 22.5826406464575591 ], [ 113.879213365013626, 22.5825936643595426 ], [ 113.881185842545207, 22.581028374839601 ], [ 113.882044766919705, 22.5803628411414365 ] ] } },
543
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0030599902065409738 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.43700932869217, 22.5904526456351569 ], [ 114.438109890247489, 22.5905659380317339 ], [ 114.438571106800836, 22.5906728809411241 ], [ 114.43999305268359, 22.591083908675607 ] ] } },
544
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0079210017932177142 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.840672625753839, 22.5765115897505595 ], [ 113.846010981118752, 22.5820697028012134 ], [ 113.846159546101958, 22.5822243801809321 ] ] } },
545
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0038320050535308129 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.846159546101958, 22.5822243801809321 ], [ 113.848981780205321, 22.5799201015577182 ], [ 113.849127836627744, 22.5798008467925371 ] ] } },
546
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0038061982754464497 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.13992002413211, 22.5875112621135621 ], [ 114.14016585050787, 22.5874003355535997 ], [ 114.140941370655952, 22.5868073856847893 ], [ 114.141174866524608, 22.5865991680673481 ], [ 114.141749788130781, 22.5861374834777706 ], [ 114.142191963096991, 22.5858155188318506 ], [ 114.142289288069321, 22.5857546063254588 ], [ 114.142517349825354, 22.5856426338162422 ], [ 114.142725282088904, 22.585565473230055 ], [ 114.143086355057491, 22.5854741958909671 ] ] } },
547
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0036988255624675033 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.246085977378669, 22.5863228585157785 ], [ 114.248325022078049, 22.5888630954169258 ], [ 114.248367886696641, 22.5889223338660088 ], [ 114.248508308651282, 22.5891163968550401 ] ] } },
548
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0043285184857786195 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.248508308651282, 22.5891163968550401 ], [ 114.248716767654926, 22.5890438420167818 ], [ 114.248891248774271, 22.5889831135785961 ], [ 114.252665729124686, 22.5879137251764242 ] ] } },
549
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0036291366484559715 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.25821333873624, 22.5863417832324131 ], [ 114.260283211635908, 22.5893227661227343 ] ] } },
550
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0045125197784052773 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.849127836627744, 22.5798008467925371 ], [ 113.849275252738892, 22.5799570401443539 ], [ 113.852225171937448, 22.5830825153817756 ] ] } },
551
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0030235257286099263 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.852225171937448, 22.5830825153817756 ], [ 113.8544590134304, 22.58123997120083 ], [ 113.854557630064377, 22.5811586268929005 ] ] } },
552
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0057325463583520128 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.282117218521378, 22.5896430510386175 ], [ 114.282399127535811, 22.5897110487971133 ], [ 114.282464238966554, 22.5897199738579353 ], [ 114.282529252392933, 22.5897182867323139 ], [ 114.282822887809047, 22.5896816136024583 ], [ 114.283446364050775, 22.5894389930796038 ], [ 114.283896489689425, 22.5891951955145167 ], [ 114.284354775323223, 22.5889671445916314 ], [ 114.284655389144859, 22.5888580330507018 ], [ 114.28546439693838, 22.5888029728588293 ], [ 114.286341935387725, 22.5886195560505172 ], [ 114.286620722257283, 22.5885077623852268 ], [ 114.286800647344577, 22.5883990435306501 ], [ 114.287374755711454, 22.5878632462990758 ] ] } },
553
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0052532920104707385 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.275412855648412, 22.5897505278480573 ], [ 114.275488933862079, 22.589707732592867 ], [ 114.275947065215064, 22.5896341822996227 ], [ 114.276287056944113, 22.5895580654621071 ], [ 114.276376587010034, 22.5895301454571111 ], [ 114.276652056442174, 22.589423673919196 ], [ 114.27678547249154, 22.5893970913716551 ], [ 114.277710791806555, 22.5893659589720102 ], [ 114.278792619750234, 22.5893577749001437 ], [ 114.280613075020753, 22.5893252972774761 ] ] } },
554
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0038900827362412017 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.128173923973065, 22.5876287574909931 ], [ 114.129636821862178, 22.5868667632920932 ], [ 114.129931141879695, 22.586739157960114 ], [ 114.130215671516495, 22.5866487526385775 ], [ 114.130417435870314, 22.5866063376300126 ], [ 114.130629629318463, 22.5865736181331833 ], [ 114.130976024647069, 22.5865527098438932 ], [ 114.131829386268095, 22.586559230051229 ] ] } },
555
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0035506439316094016 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.927654080971024, 22.584534297928041 ], [ 113.927694178711334, 22.5841013817149481 ], [ 113.92770089525375, 22.5840288657315469 ], [ 113.926836990887253, 22.5839882913798853 ], [ 113.925394655101485, 22.5838957850631061 ], [ 113.924691286402307, 22.5838422971807411 ], [ 113.924663872636032, 22.5838402125341631 ] ] } },
556
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0050781604008500233 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.927654080971024, 22.584534297928041 ], [ 113.92867109907202, 22.5844657648140732 ], [ 113.929958890162311, 22.5841306251576093 ], [ 113.932586304878853, 22.5833961220114645 ] ] } },
557
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0041809443525611034 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.917343365599592, 22.5817038620826871 ], [ 113.920490903290911, 22.5844558254111014 ] ] } },
558
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0037178810030151005 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.960566227533207, 22.5849486735111107 ], [ 113.960678364493376, 22.5849774922291537 ], [ 113.961110877683367, 22.5850886473520589 ], [ 113.961659720790962, 22.5852137059936595 ], [ 113.962153840786357, 22.5853128489468062 ], [ 113.962444849507506, 22.5853496724863554 ], [ 113.962848855714157, 22.5853809945808166 ], [ 113.963254161954438, 22.5853895921962753 ], [ 113.963587585029742, 22.5853795989302668 ], [ 113.964237458507327, 22.5853390851040778 ] ] } },
559
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0038194571867452357 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.256207805083235, 22.5869100868356014 ], [ 114.257313619422462, 22.588342259790835 ], [ 114.258211824006437, 22.5901404645171695 ] ] } },
560
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0052482515583645705 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.269257230209803, 22.5904435371619243 ], [ 114.269560116224852, 22.5904140608621731 ], [ 114.270890368285166, 22.5899384432729633 ], [ 114.27198726175763, 22.5895807050065223 ], [ 114.272385896409844, 22.5894330471208278 ], [ 114.27309914589425, 22.5889964332013449 ], [ 114.273673197915983, 22.5885234083675499 ], [ 114.2739462231971, 22.5882703787291703 ] ] } },
561
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.003366863681277121 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.921274483258173, 22.5851430827502782 ], [ 113.923656857505478, 22.582763993850282 ] ] } },
562
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.005124993768893072 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.264519857021099, 22.5875334114005142 ], [ 114.264850510116489, 22.5877457842314797 ], [ 114.265017990039539, 22.5878850751841469 ], [ 114.265135694657573, 22.5880163550371513 ], [ 114.265582053186378, 22.5886056555945451 ], [ 114.266072736653129, 22.5890504984516767 ], [ 114.267170840828413, 22.5897547588346121 ], [ 114.267308587519906, 22.5898343255933192 ], [ 114.268000595443937, 22.5901852207326748 ], [ 114.268297616017549, 22.590285480545095 ], [ 114.268640961348382, 22.590455869065412 ] ] } },
563
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0054455129884860383 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.145178686765902, 22.5850515253687192 ], [ 114.145273384094523, 22.5852074623708745 ], [ 114.145485116096921, 22.5856589840787052 ], [ 114.146108578106237, 22.587110045198397 ], [ 114.146265241192467, 22.5873753869081497 ], [ 114.146450165446197, 22.5875890499863701 ], [ 114.146625230936152, 22.5877051581712394 ], [ 114.146855836191222, 22.5878372861820509 ], [ 114.147792317680739, 22.5882767679155485 ], [ 114.148773642413744, 22.5887372842471699 ] ] } },
564
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0047428148216702801 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.907011558900535, 22.5849691640980836 ], [ 113.910253328936548, 22.5815071965265624 ] ] } },
565
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0056666341706191527 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.964900308413718, 22.5852977601282312 ], [ 113.965585103694778, 22.5852550643049597 ], [ 113.966300897290381, 22.5851947972489242 ], [ 113.967564598056654, 22.5851298562181348 ], [ 113.968247315082706, 22.5851749374485138 ], [ 113.968832859038244, 22.58530718492025 ], [ 113.969365701425701, 22.5855068398878451 ], [ 113.970373035799511, 22.586047589107892 ] ] } },
566
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0041679892695493711 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.264519857021099, 22.5875334114005142 ], [ 114.266000016221369, 22.5894687604162065 ], [ 114.266394361983473, 22.5899536192333663 ], [ 114.266577081111024, 22.5901426103800169 ], [ 114.266935760904119, 22.5904550973159957 ], [ 114.26723327721345, 22.5906715846691775 ] ] } },
567
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.005984992026372025 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.269691070405344, 22.5905041066951782 ], [ 114.270106625375121, 22.5905638435242437 ], [ 114.270145991395523, 22.5905737022674629 ], [ 114.270718617223395, 22.5907171180593735 ], [ 114.271400120510634, 22.590738490261046 ], [ 114.272010665254072, 22.5907236798006927 ], [ 114.273192428081671, 22.590525437168079 ], [ 114.274250364507395, 22.5904348697493447 ], [ 114.274583443443532, 22.5903743414713922 ], [ 114.274680884400084, 22.5903366928693821 ], [ 114.274768857106721, 22.5902825521323081 ], [ 114.275412855648412, 22.5897505278480573 ] ] } },
568
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0047173091232131084 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.125944962727431, 22.5886394622227975 ], [ 114.126153285494937, 22.588316862183536 ], [ 114.126299988798252, 22.5881171262815776 ], [ 114.126643079740376, 22.587692427663395 ], [ 114.127593930328203, 22.5867538152176266 ], [ 114.128254050287723, 22.586012525359255 ], [ 114.129090600804687, 22.5851371658016831 ] ] } },
569
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0044091605514196188 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.280738259859092, 22.5900886124360518 ], [ 114.281133945718608, 22.5900492697454638 ], [ 114.282878094732325, 22.5902933800566004 ], [ 114.284448349950338, 22.5906887491569748 ], [ 114.284678641804518, 22.5908117742776469 ], [ 114.284946615435345, 22.591066926632962 ] ] } },
570
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.017266536606341434 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.456650743286502, 22.5806503327950487 ], [ 114.458422695884678, 22.5840637247548699 ], [ 114.459194050219679, 22.5855485354220313 ], [ 114.459730126633303, 22.5863226190524351 ], [ 114.461233799396098, 22.5878992653595354 ], [ 114.462726205424715, 22.5893897913879869 ], [ 114.463220502657066, 22.589744155681295 ], [ 114.465222616552822, 22.5910218502303408 ], [ 114.465736174329606, 22.5914473120926438 ], [ 114.466140429513402, 22.5918940705191673 ], [ 114.467177458837554, 22.5933175120378813 ], [ 114.467208760386697, 22.5933604767465148 ], [ 114.467376628439467, 22.5935442155785395 ], [ 114.467420174333455, 22.5935918793185699 ], [ 114.467441845391761, 22.5936155992377188 ], [ 114.467512869615931, 22.5936933398497501 ] ] } },
571
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0053167920464014988 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.115039781049191, 22.5861347755929422 ], [ 114.114909239750787, 22.586320241516475 ], [ 114.113780199816532, 22.587708199563064 ], [ 114.114503800981794, 22.5880346349773546 ], [ 114.114767212309687, 22.5881283307502088 ], [ 114.116882145372614, 22.5888271919692585 ] ] } },
572
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0034025543783497499 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.862979989259259, 22.5849901733535781 ], [ 113.86537464601389, 22.5830170502633365 ], [ 113.865605954939227, 22.5828264542070336 ] ] } },
573
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0041224620275031086 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.253612294876902, 22.5876455270097694 ], [ 114.253669994474862, 22.5878168567580033 ], [ 114.254073131920777, 22.5890138901486921 ], [ 114.254878894833297, 22.5900010421402939 ], [ 114.25576691733653, 22.5910889550841283 ] ] } },
574
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.01223005717702174 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.26874293086091, 22.5914497090431645 ], [ 114.268891687640647, 22.591503311129312 ], [ 114.269091569654151, 22.591555690264677 ], [ 114.270272142641915, 22.5917709796835595 ], [ 114.270480764545511, 22.5917838382144538 ], [ 114.271258652221505, 22.5917797536836886 ], [ 114.271407855790258, 22.5917703650630877 ], [ 114.271538452487349, 22.5917500796014714 ], [ 114.272636384514442, 22.5915250825052105 ], [ 114.274903037869166, 22.5908026468223788 ], [ 114.277063392781372, 22.5903204693045296 ], [ 114.277191536934978, 22.5903034681626842 ], [ 114.279400115641479, 22.590130054109391 ], [ 114.280738259859092, 22.5900886124360518 ] ] } },
575
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0042975866684760149 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.102600168112872, 22.5876558975645203 ], [ 114.102847950579445, 22.5879749166272425 ], [ 114.103100078677031, 22.5881676049539202 ], [ 114.103446647045416, 22.588327831414567 ], [ 114.104215997349797, 22.5886136646291078 ], [ 114.104381812617504, 22.5887281074714537 ], [ 114.105184825201775, 22.5896503396621782 ], [ 114.105377100136124, 22.5898503852821406 ], [ 114.105574439945201, 22.5899969211577982 ], [ 114.105854537393782, 22.5901255748311378 ], [ 114.105966965930321, 22.5901612736737043 ] ] } },
576
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0038572678497850441 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.260283211635908, 22.5893227661227343 ], [ 114.262299055723417, 22.5926113658064658 ] ] } },
577
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0030401981242545975 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.262299055723417, 22.5926113658064658 ], [ 114.265218219060799, 22.5917620778432813 ] ] } },
578
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0038190367433195934 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.881363231601242, 22.5844736193764923 ], [ 113.881449573578294, 22.5845438293740486 ], [ 113.884161394070247, 22.5867489043507277 ], [ 113.884326320119428, 22.5868830068670974 ] ] } },
579
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0031837242871244316 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.529902381500747, 22.5959725180099653 ], [ 114.533038181349596, 22.5963311900902752 ], [ 114.533065481942671, 22.5963343134365111 ] ] } },
580
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0032673950426334586 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.904782878433579, 22.5873584848678313 ], [ 113.904812432171582, 22.5873268024916101 ], [ 113.907011558900535, 22.5849691640980836 ] ] } },
581
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0036545001566896567 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.878807171205324, 22.5870855011976204 ], [ 113.881267268625322, 22.5845716811246895 ], [ 113.881363231601242, 22.5844736193764923 ] ] } },
582
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0031003236856422338 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.509643269860405, 22.5954483941256825 ], [ 114.512311707776405, 22.5964409444479699 ], [ 114.512560667688632, 22.5964874680401202 ] ] } },
583
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0053781119323285569 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.515521940475708, 22.5965933619768542 ], [ 114.518653114700214, 22.5965114122826769 ], [ 114.520897898293185, 22.5964417099218515 ] ] } },
584
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0035446963575106595 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.258211824006437, 22.5901404645171695 ], [ 114.259956631754733, 22.5932259982130539 ] ] } },
585
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.025336579431943382 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.287374755711454, 22.5878632462990758 ], [ 114.287559957151302, 22.5877151009570056 ], [ 114.287779244468197, 22.5876158443942643 ], [ 114.287929321973465, 22.5875746557456516 ], [ 114.288365462607047, 22.5875143000519252 ], [ 114.288689298974901, 22.587456931052813 ], [ 114.289941770545113, 22.5870485101109182 ], [ 114.290580214005331, 22.5868698708063924 ], [ 114.291281265366095, 22.586723374362137 ], [ 114.292043844474975, 22.5866754464950894 ], [ 114.292234152271632, 22.5866194903544653 ], [ 114.292958957278103, 22.5860473105458119 ], [ 114.293432571284356, 22.5856513901499376 ], [ 114.293547661432925, 22.5855820090117838 ], [ 114.29363503556462, 22.5855513543929476 ], [ 114.293706625585187, 22.5855423367375856 ], [ 114.293837456598268, 22.5855445613706429 ], [ 114.293899777551445, 22.5855559308217408 ], [ 114.2939582947877, 22.5855788556561201 ], [ 114.294103737870785, 22.5856558031228651 ], [ 114.294168386269661, 22.5857002060091716 ], [ 114.294387706144306, 22.5859266351999111 ], [ 114.294527306545746, 22.5860115553344372 ], [ 114.294611273826462, 22.5860487869790205 ], [ 114.29469817636631, 22.5860715880972691 ], [ 114.295223924719494, 22.5861591260610659 ], [ 114.295307317851623, 22.5861663349932655 ], [ 114.295391017316845, 22.586163545211857 ], [ 114.295495910800099, 22.5861455952869399 ], [ 114.295803912703093, 22.5860598129909711 ], [ 114.296667136172076, 22.5857748641568534 ], [ 114.296958809323399, 22.5856968708360064 ], [ 114.297622697861144, 22.5857647857248303 ], [ 114.297722913066679, 22.5857539496132418 ], [ 114.297854953798392, 22.5857172263957793 ], [ 114.298177221720806, 22.5855693103590802 ], [ 114.298441741397838, 22.5854595683093287 ], [ 114.298708579608544, 22.5852031112153249 ], [ 114.298877934855128, 22.5850779408429894 ], [ 114.298928796035568, 22.5850559891469302 ], [ 114.299846040640361, 22.5849832172622129 ], [ 114.300456548743995, 22.5848616548986065 ], [ 114.30070738074815, 22.5848346125600763 ], [ 114.300816851161457, 22.5848384531081869 ], [ 114.300925012203365, 22.5848704083656209 ], [ 114.301011628767995, 22.5849251020574364 ], [ 114.30108605646727, 22.585000990527039 ], [ 114.301135633069094, 22.585085268591051 ], [ 114.301163870823331, 22.5851782102122662 ], [ 114.301169399871881, 22.5854489089942021 ], [ 114.301088042835872, 22.5861470298648648 ], [ 114.301236827324246, 22.5864214935030461 ], [ 114.301268240813869, 22.5865030278886643 ], [ 114.301281321262223, 22.5865687373192401 ], [ 114.301284398492399, 22.5866354982384259 ], [ 114.301277413878097, 22.5867020057240211 ], [ 114.301260502302554, 22.5867669566517968 ], [ 114.301233185470863, 22.5868306378518255 ], [ 114.301196334050815, 22.586890032419042 ], [ 114.301150707976845, 22.5869439163984467 ], [ 114.301097243268373, 22.5869911829901717 ], [ 114.30069077871245, 22.5871578423099351 ], [ 114.300508290293962, 22.5873423041952037 ], [ 114.300324484086985, 22.5876080543961741 ], [ 114.300037200650308, 22.5883154945487377 ], [ 114.299912468114684, 22.588447911494054 ], [ 114.299128167768345, 22.589026439404897 ], [ 114.299029630124608, 22.5891632859531697 ], [ 114.298991910610837, 22.589329442796096 ], [ 114.299034880021395, 22.5899195339266541 ], [ 114.298969408762076, 22.5904471266305258 ], [ 114.298893377618853, 22.5908160200341221 ], [ 114.298896793197201, 22.5911453685205252 ], [ 114.299000714089715, 22.5917566400322976 ], [ 114.299097144957202, 22.5921051245996551 ], [ 114.299129645364445, 22.5921790133817844 ], [ 114.299288148648557, 22.5923908034042284 ], [ 114.299897101000582, 22.5929074963246919 ], [ 114.30035868082328, 22.5933326873462228 ], [ 114.300546142484862, 22.593652411353208 ], [ 114.300645923368322, 22.5937996906437419 ] ] } },
586
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0032540111968268181 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.905296233167306, 22.5877925470745531 ], [ 113.906697105127719, 22.5860722491672981 ], [ 113.90701405164566, 22.5857204305109889 ], [ 113.907373599826357, 22.5853784923992258 ], [ 113.907421259496118, 22.5853331682667537 ] ] } },
587
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0061904288884226588 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.905296233167306, 22.5877925470745531 ], [ 113.911479812051553, 22.5875014079241296 ] ] } },
588
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0076254833861748054 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.119838937774148, 22.5910849826139568 ], [ 114.120701366235636, 22.591250733052938 ], [ 114.120949555531922, 22.5912904082577803 ], [ 114.123158209482838, 22.5914633136979077 ], [ 114.123466414904286, 22.5914628346613569 ], [ 114.123713001427404, 22.5914367451405091 ], [ 114.123868056387863, 22.5914007220326951 ], [ 114.124111573063544, 22.5913121440372251 ], [ 114.124372697911326, 22.591172683236568 ], [ 114.124643761620291, 22.590956285687934 ], [ 114.124871744805901, 22.5906656179407044 ], [ 114.125712621380501, 22.5890233290332638 ], [ 114.125944962727431, 22.5886394622227975 ] ] } },
589
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0051946035555023098 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.478117048258838, 22.5964367681060629 ], [ 114.47814209857637, 22.5963254165069252 ], [ 114.478281925939726, 22.595703848105245 ], [ 114.478335559213008, 22.5950029382402029 ], [ 114.478248669383149, 22.5943539895067396 ], [ 114.477675027914032, 22.5927817824970631 ], [ 114.477599044823819, 22.5923895991688326 ], [ 114.477621720953678, 22.5920887457818225 ], [ 114.477805780178102, 22.5915188144983006 ], [ 114.47784019418846, 22.5914122523463163 ] ] } },
590
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0031835777021371071 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.9181255111627, 22.5882875330075379 ], [ 113.918200055926619, 22.5882130982860403 ], [ 113.920378268225477, 22.5860380324848506 ] ] } },
591
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.010128757296504708 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.119798473361655, 22.5911893442560903 ], [ 114.119834649403543, 22.591199643474468 ], [ 114.120275780621512, 22.5913074602992907 ], [ 114.120728334943848, 22.5913851008171385 ], [ 114.120951840376961, 22.5914131087667229 ], [ 114.12319027797524, 22.5915975772548272 ], [ 114.123498976786593, 22.5915954862503554 ], [ 114.123633593473599, 22.5915806564330417 ], [ 114.123938025468902, 22.5915110624779096 ], [ 114.124146133958149, 22.5914467601473277 ], [ 114.124365957461322, 22.5913354276291614 ], [ 114.124593572373115, 22.5911938638523182 ], [ 114.124781783161581, 22.5910213595378693 ], [ 114.1249971719852, 22.5907481059572461 ], [ 114.125691924163391, 22.5894334025368586 ], [ 114.125834195136633, 22.5891855024376937 ], [ 114.126022123222114, 22.5889463494257861 ], [ 114.126359256484335, 22.5886270634039903 ], [ 114.126504573814458, 22.5885177355954205 ], [ 114.126969715937108, 22.5882559893869619 ], [ 114.128173923973065, 22.5876287574909931 ] ] } },
592
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0065213668709296069 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.478903930057896, 22.5916804823663426 ], [ 114.479295169293209, 22.5918378354018898 ], [ 114.479963198084377, 22.5923093396491268 ], [ 114.480154138617806, 22.5924796496956297 ], [ 114.481074680211236, 22.5937811842691509 ], [ 114.481262548973064, 22.594158554521524 ], [ 114.481500016362389, 22.594883249039583 ], [ 114.481749770577878, 22.5955078727799226 ], [ 114.481971031374229, 22.5958715357216811 ], [ 114.482742312405662, 22.5967237691369327 ] ] } },
593
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.005433706389347542 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.009472709065037, 22.5846862792827316 ], [ 114.009714699161279, 22.5868324393050486 ], [ 114.010122024238271, 22.5898767715704061 ], [ 114.010146135588712, 22.5900778165654152 ] ] } },
594
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0083149536183728633 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.42970977375127, 22.596333060305799 ], [ 114.430112350707333, 22.5962027495812663 ], [ 114.430292259132088, 22.5959797664893962 ], [ 114.430520427510118, 22.5954859749135721 ], [ 114.430793926763386, 22.5952744668615964 ], [ 114.431348224264013, 22.5949341633385679 ], [ 114.43140237040231, 22.5947626282726546 ], [ 114.43142449861773, 22.5939878041422553 ], [ 114.431500126008615, 22.5937591364326735 ], [ 114.432296765043503, 22.5928796673294272 ], [ 114.432547459902906, 22.5919834482090529 ], [ 114.432942835977073, 22.5910604242070896 ], [ 114.433270892616591, 22.5906681559799232 ], [ 114.43348215999896, 22.590158428000688 ], [ 114.433536526041578, 22.5900950589091138 ], [ 114.433607694370366, 22.5900356774507394 ], [ 114.433705107013552, 22.5900111978430687 ], [ 114.433850304270123, 22.5900202089090669 ], [ 114.434108417822273, 22.5900689271465573 ] ] } },
595
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0057466375193903942 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.939285039584206, 22.589226941526146 ], [ 113.939260174698262, 22.5890662462760154 ], [ 113.93914199842159, 22.5886847587806479 ], [ 113.939032580185724, 22.5878378072960828 ], [ 113.939019425832811, 22.5870885746830474 ], [ 113.939040298738647, 22.5851100863731915 ], [ 113.939086783173536, 22.5835080397532053 ] ] } },
596
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0036070423012280932 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.242776180203833, 22.5940524970598062 ], [ 114.244333820465371, 22.5923213015388988 ], [ 114.245246959849368, 22.5914268210233367 ] ] } },
597
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0044199288652385172 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.004935171956262, 22.5907493424717494 ], [ 114.006353917160439, 22.5905413792045238 ], [ 114.009313943915274, 22.5901482206805042 ] ] } },
598
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.011653057281966351 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.977867853080156, 22.5872084242619806 ], [ 113.978033174902123, 22.5872053592094986 ], [ 113.979826249631472, 22.5872423271146552 ], [ 113.980885738557134, 22.5874183168062217 ], [ 113.981584168846581, 22.5876116624764158 ], [ 113.983652257736125, 22.5884533481706136 ], [ 113.985628970765859, 22.5892811712749619 ], [ 113.98585175554328, 22.5893744687139026 ], [ 113.986857079917158, 22.5897385780784425 ], [ 113.988916869910184, 22.5905364553524741 ] ] } },
599
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.042609698396065342 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.984124407592006, 22.563682357668295 ], [ 113.984240844817776, 22.5638065513534691 ], [ 113.984364665113389, 22.5639244267210586 ], [ 113.984950851033531, 22.5643578005312975 ], [ 113.985083029753724, 22.564450354704082 ], [ 113.986644764793652, 22.5655438950489184 ], [ 113.986833459812104, 22.5656998550003003 ], [ 113.987002564564008, 22.5658741223112465 ], [ 113.987079928898183, 22.5659685139334982 ], [ 113.987485156784473, 22.5665855975407155 ], [ 113.987604107705693, 22.5669011519769604 ], [ 113.987681301148541, 22.5672256853859778 ], [ 113.987712792063618, 22.5674915811585812 ], [ 113.987706914630166, 22.5678099698183914 ], [ 113.98768157804686, 22.5680556610461558 ], [ 113.987624618051541, 22.5683249794248404 ], [ 113.987526016247458, 22.5686332934670446 ], [ 113.987408489358899, 22.5691278759709135 ], [ 113.983539608107478, 22.5841730372281546 ], [ 113.983536791144729, 22.5842470036583229 ], [ 113.983481496425682, 22.5845248211699712 ], [ 113.983443559678904, 22.584805139953712 ], [ 113.983423987864924, 22.5850668059816329 ], [ 113.983419543281329, 22.5853290708901291 ], [ 113.983426006230715, 22.5855091396395373 ], [ 113.983447815019801, 22.5856405478381141 ], [ 113.98349323650082, 22.5857786348360428 ], [ 113.983560299978336, 22.5859089005470395 ], [ 113.983621279897292, 22.5859963587347643 ], [ 113.983692039846815, 22.5860772153942975 ], [ 113.983771760759979, 22.5861505317128213 ], [ 113.983859514017169, 22.5862154547375233 ], [ 113.98395428158085, 22.5862712330511144 ], [ 113.984054962802048, 22.5863172168810173 ], [ 113.984160386793974, 22.5863528727479448 ], [ 113.98426933182904, 22.5863777864850803 ], [ 113.98836907938481, 22.5867402432216586 ], [ 113.989223872970413, 22.5868204487354127 ], [ 113.990650946420388, 22.5871583784788186 ], [ 113.992113152938273, 22.5876369564808144 ], [ 113.996648841371993, 22.5894959171580645 ], [ 113.997528685133702, 22.5898633920224867 ], [ 113.998136661058368, 22.5901066013676832 ], [ 113.998461411063758, 22.5902272739461942 ], [ 113.999067358960048, 22.5904257899599195 ], [ 113.999666644981374, 22.5905870511715285 ], [ 114.000045063534955, 22.5906736078131196 ], [ 114.000424832068887, 22.5907487021790914 ], [ 114.000881843830385, 22.5908218561664391 ] ] } },
600
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0040701192711690391 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.000881843830385, 22.5908218561664391 ], [ 114.001474326883397, 22.5908910766262139 ], [ 114.001967773659018, 22.5909288243896675 ], [ 114.00235776618338, 22.5909437829552395 ], [ 114.002745925625277, 22.5909468576065393 ], [ 114.003117124167971, 22.5909383897081604 ], [ 114.003475273798827, 22.5909204905399505 ], [ 114.003814895998715, 22.5908935115540963 ], [ 114.004385048696108, 22.5908299776231729 ], [ 114.004935171956262, 22.5907493424717494 ] ] } },
601
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0031648896462378442 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.251397363801686, 22.5924362765907638 ], [ 114.253290061530564, 22.5946111037793251 ], [ 114.253475064646636, 22.5948236780382814 ] ] } },
602
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.014026229592772973 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.23499731618945, 22.5945718884424096 ], [ 114.235163235875746, 22.5944741334556376 ], [ 114.236979832726249, 22.5929230245746382 ], [ 114.238770737625714, 22.5905401257737743 ], [ 114.240839694774579, 22.5872686605391131 ], [ 114.241400164056813, 22.5865908423939246 ], [ 114.243169402361175, 22.5850808106798091 ], [ 114.243857420359248, 22.584585657146409 ], [ 114.244157246336528, 22.5844400273787933 ], [ 114.24433925447309, 22.5843419870142554 ] ] } },
603
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.006548355611177498 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.485169737248313, 22.59834507794492 ], [ 114.489016878090908, 22.5975474016311146 ], [ 114.489664392413317, 22.5974642752345893 ], [ 114.490010142547874, 22.5974626038878377 ], [ 114.490653219479682, 22.5974833743716061 ], [ 114.491616902781587, 22.5976465112106375 ] ] } },
604
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0094699619050508926 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.112846079618663, 22.5847243119130923 ], [ 114.112472536712858, 22.585255620385233 ], [ 114.112128886879248, 22.5857012196822176 ], [ 114.111972232321889, 22.5859392781059043 ], [ 114.111730877042604, 22.5862840236026869 ], [ 114.110350352835738, 22.5885620232735782 ], [ 114.109611199648214, 22.5900000110341566 ], [ 114.109453296850191, 22.5903430488255381 ], [ 114.109329999810427, 22.5906855346266973 ], [ 114.109227023902719, 22.5910803469818298 ], [ 114.109167900030528, 22.5914372661927878 ], [ 114.109139679241039, 22.5917974320539514 ], [ 114.10914508744159, 22.5922036300140796 ], [ 114.109189787725811, 22.5926077341801985 ], [ 114.109241250733803, 22.5928743555738052 ], [ 114.109355167185214, 22.5931673799472534 ] ] } },
605
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.014892463542978178 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.109355167185214, 22.5931673799472534 ], [ 114.109670650606958, 22.5931003954149503 ], [ 114.110388713102708, 22.5929314226998699 ], [ 114.110470397875346, 22.5928968111888082 ], [ 114.111063436238496, 22.5925437174493737 ], [ 114.111107424144265, 22.5924662870922788 ], [ 114.111066077665825, 22.5921773710341469 ], [ 114.111036487572363, 22.59205930960972 ], [ 114.111024368896068, 22.5919480471630472 ], [ 114.111042354618874, 22.5918602638475825 ], [ 114.111091975061456, 22.5917984809432681 ], [ 114.111290898159297, 22.5916831925987189 ], [ 114.111911577757965, 22.5912946642048205 ], [ 114.112430390213603, 22.5909906318033684 ], [ 114.112681998921673, 22.590872162134314 ], [ 114.113046122266098, 22.590809295265931 ], [ 114.113107698031271, 22.590775084261935 ], [ 114.113154662910773, 22.5907347942412962 ], [ 114.113174507287169, 22.590682379841148 ], [ 114.113175452525482, 22.5906190131802802 ], [ 114.113140211781854, 22.5905048449629646 ], [ 114.112832167047372, 22.5898370752043327 ], [ 114.112621868043263, 22.5894304935516956 ], [ 114.112560432919025, 22.5892965542419439 ], [ 114.1125303496095, 22.5891458973730295 ], [ 114.112531608415594, 22.589074217470845 ], [ 114.112562552653941, 22.5889829489838334 ], [ 114.112581927698187, 22.5889579235737514 ], [ 114.1126372105157, 22.5889151558883796 ], [ 114.112731210572832, 22.58886734783054 ], [ 114.112876943940734, 22.5888062565059826 ], [ 114.113505495375932, 22.5885996464415086 ], [ 114.113698569155119, 22.5885557958221206 ], [ 114.113821522315561, 22.5885408203019651 ], [ 114.114079101889914, 22.5885599013181526 ], [ 114.1142675939752, 22.5885986031852681 ], [ 114.114503166520052, 22.5886791094287815 ], [ 114.117327173287094, 22.5894815820047334 ], [ 114.117756407902505, 22.5896152746424903 ], [ 114.117827465883963, 22.5896547121388025 ], [ 114.117891753821567, 22.5897081797306178 ], [ 114.118916744800117, 22.5905839137402218 ], [ 114.119574916682211, 22.5911013081892591 ], [ 114.119672050788068, 22.5911533535864599 ], [ 114.119798473361655, 22.5911893442560903 ] ] } },
606
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.019748958992418478 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.0601311047688, 22.5781604786026833 ], [ 114.057751874961212, 22.5784682956129288 ], [ 114.057340171731724, 22.5785578256445945 ], [ 114.056943194924671, 22.5786944690821514 ], [ 114.056513338034605, 22.5789062927691333 ], [ 114.056134613736447, 22.5791601863003208 ], [ 114.055761709417752, 22.5795001972792164 ], [ 114.055554775056834, 22.579836889464449 ], [ 114.055279536784184, 22.5803366103794581 ], [ 114.054085831864299, 22.5825569683633844 ], [ 114.05366409233693, 22.5833788906584054 ], [ 114.053440065955158, 22.5839183855620931 ], [ 114.053320344213233, 22.5843299895380127 ], [ 114.053255119269124, 22.5846542232698688 ], [ 114.05300689429221, 22.586218960700073 ], [ 114.052911881034888, 22.5866249895278663 ], [ 114.05277248988321, 22.5870594383987644 ], [ 114.052468053147081, 22.5875849380601075 ], [ 114.052096193226973, 22.5880793672740339 ], [ 114.051607315773722, 22.5885625395466043 ], [ 114.051008165267859, 22.5890611618337118 ], [ 114.050758857750566, 22.5892962436385538 ], [ 114.049563268978943, 22.590366044273356 ], [ 114.049015683630913, 22.5911910787565589 ], [ 114.048425045025652, 22.5922669777369691 ] ] } },
607
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0038668855168508764 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.245635364426263, 22.5954223690423142 ], [ 114.246839504091511, 22.5943291542123035 ], [ 114.247588658371072, 22.5937128123357276 ], [ 114.248072327297351, 22.59341242251244 ], [ 114.248703331287828, 22.5931069611302888 ] ] } },
608
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0034328820567808872 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.468186583916022, 22.5984733971411877 ], [ 114.469386293929702, 22.597894336072077 ], [ 114.471151625355276, 22.5968852823798088 ], [ 114.471210111951038, 22.5968518509287186 ] ] } },
609
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0038681826158690081 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.902149151721076, 22.5901915609969564 ], [ 113.904740123921002, 22.587404477717989 ], [ 113.904782878433579, 22.5873584848678313 ] ] } },
610
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0052365595002288748 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.496996294974025, 22.5988801670712576 ], [ 114.497771592039584, 22.5988871992746034 ], [ 114.498366475098351, 22.5988463737319911 ], [ 114.499010639367114, 22.5987631489207352 ], [ 114.499891361073367, 22.5985522983661866 ], [ 114.500512775755681, 22.5983495305935378 ], [ 114.501162876092252, 22.5980777578661112 ], [ 114.501998062341912, 22.5976218064908636 ] ] } },
611
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0032315145415731852 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.476075826196663, 22.5987537624268811 ], [ 114.47702796065596, 22.5981857790263803 ], [ 114.477589234783906, 22.5977085126967374 ], [ 114.477815497827578, 22.5973538704626797 ], [ 114.478078552982254, 22.596553843887218 ], [ 114.478117048258838, 22.5964367681060629 ] ] } },
612
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0040292714006821368 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.951357936637848, 22.5885534890989419 ], [ 113.951261650076347, 22.5886794105316362 ], [ 113.950827511141298, 22.5891477304628374 ], [ 113.950691100765511, 22.5893095500854741 ], [ 113.950539398690708, 22.5895179868765936 ], [ 113.950434794803016, 22.5897137939640444 ], [ 113.950406097951102, 22.589823636548175 ], [ 113.950410963809219, 22.5899588519262089 ], [ 113.950453870074853, 22.5900385645587782 ], [ 113.950672367290267, 22.5902253301469571 ], [ 113.951984536037415, 22.5911512431571921 ], [ 113.9520189908731, 22.5911930034604893 ], [ 113.952180526847116, 22.5913887957732058 ] ] } },
613
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0038659902877238141 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.902648035085775, 22.5906087425867916 ], [ 113.902891494624214, 22.5903659394335214 ], [ 113.904138276073851, 22.5890468460638338 ], [ 113.905296233167306, 22.5877925470745531 ] ] } },
614
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0050113481923852871 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.880770468535772, 22.5904142290662975 ], [ 113.88421220620495, 22.5869963340112498 ], [ 113.884326320119428, 22.5868830068670974 ] ] } },
615
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0032427318832569624 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.479912533328388, 22.5993945010007558 ], [ 114.480751412063583, 22.599138694478409 ], [ 114.483011342816795, 22.598720287210476 ], [ 114.483077597391485, 22.5987080201784956 ] ] } },
616
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0087290569114362518 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.856112766212632, 22.5903760498836981 ], [ 113.856154938770644, 22.5903437882531897 ], [ 113.857093557857553, 22.5896257380550054 ], [ 113.857874119800115, 22.5890462140862027 ], [ 113.858848358760724, 22.5882939178733402 ], [ 113.859796992591853, 22.5875870752157901 ], [ 113.860407482110631, 22.5871054754032912 ], [ 113.861969293663705, 22.5858184337753549 ], [ 113.862979989259259, 22.5849901733535781 ] ] } },
617
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0036691108001577323 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.873374985027183, 22.588522724368957 ], [ 113.873880270928197, 22.5889719488353329 ], [ 113.875237599509035, 22.5900756531938569 ], [ 113.875942119816216, 22.5906679034972129 ], [ 113.876194619324266, 22.5908696383827383 ] ] } },
618
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.00595598229571333 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.447861397428284, 22.5990649523340892 ], [ 114.448742928808286, 22.5986899319916361 ], [ 114.448973714122431, 22.5985995551064427 ], [ 114.449210800071569, 22.5985247101797206 ], [ 114.449536405645588, 22.5984435183551966 ], [ 114.449804799022061, 22.5984039935080183 ], [ 114.450067234843644, 22.5983819069017606 ], [ 114.45034107341381, 22.5983733288680604 ], [ 114.450519863814151, 22.5983763207794688 ], [ 114.450801883638775, 22.5983981256596742 ], [ 114.451061152639625, 22.598438434997199 ], [ 114.451302370769284, 22.5984874538064169 ], [ 114.451559642396447, 22.5985585199761196 ], [ 114.451924875096609, 22.5986869351055866 ], [ 114.452098361257782, 22.5987621531146097 ], [ 114.452323229727583, 22.5988809568849369 ], [ 114.45264211028821, 22.5990753623395584 ], [ 114.453294302170988, 22.5995306225189516 ], [ 114.453397600438635, 22.599593262780175 ] ] } },
619
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0073660974590714964 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.446687324916141, 22.5992225067742325 ], [ 114.448623488498569, 22.598371279048358 ], [ 114.449317824892944, 22.5981721140925593 ], [ 114.4497158523493, 22.5981096665022356 ], [ 114.450241963408331, 22.598078065027039 ], [ 114.450721312036222, 22.5981161435217039 ], [ 114.451408699156588, 22.5982805810742882 ], [ 114.451965694556876, 22.5985050334044004 ], [ 114.452411501395105, 22.5987482468036234 ], [ 114.453069595720379, 22.5992462071386946 ], [ 114.453397600438635, 22.599593262780175 ] ] } },
620
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.013858552770921543 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.010146135588712, 22.5900778165654152 ], [ 114.011671254607108, 22.5901222170483535 ], [ 114.013763701515387, 22.5905465753550487 ], [ 114.016137061530969, 22.5914413614482967 ], [ 114.020579983477674, 22.5929250207937713 ], [ 114.021459164438454, 22.5932273461480584 ], [ 114.023265872449002, 22.5938486023704961 ], [ 114.023395394301801, 22.5938931389917066 ] ] } },
621
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.017663885781591268 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.43999305268359, 22.591083908675607 ], [ 114.440886952645812, 22.5913422922029454 ], [ 114.441576484912929, 22.5916225952053331 ], [ 114.443375950142126, 22.5926461895861586 ], [ 114.446265853343007, 22.5942882657934554 ], [ 114.44660193582726, 22.5944583923687681 ], [ 114.447747253316848, 22.5948684588891062 ], [ 114.447854517958376, 22.5949132888270867 ], [ 114.448409635315841, 22.595145288517628 ], [ 114.448989146139709, 22.5954794786952426 ], [ 114.451542527057057, 22.5972388713601475 ], [ 114.452655308979899, 22.5979436891876944 ], [ 114.453539189266493, 22.5991710018051819 ], [ 114.45479684283994, 22.6002915064718728 ] ] } },
622
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0034531855713598823 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.952180526847116, 22.5913887957732058 ], [ 113.952334424383864, 22.5914835135365699 ], [ 113.952481824837918, 22.5915867569199271 ], [ 113.954945533175646, 22.593455924855963 ] ] } },
623
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0096358767343941998 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.148773642413744, 22.5887372842471699 ], [ 114.149007552047905, 22.5888470523317153 ], [ 114.150001893365058, 22.5892247040492116 ], [ 114.150167180441116, 22.58935746359343 ], [ 114.15026016307533, 22.5894890285672076 ], [ 114.150344978464929, 22.5896772169936568 ], [ 114.150384496335263, 22.5899134374274837 ], [ 114.150386426650016, 22.5900867302169992 ], [ 114.150268450095609, 22.5910888516528914 ], [ 114.150303498080788, 22.5915566827622385 ], [ 114.150446838918782, 22.5922063769722641 ], [ 114.150504125295598, 22.592427533134682 ], [ 114.150581250326297, 22.5926448124599375 ], [ 114.150811452443335, 22.592948656157283 ], [ 114.151604967895452, 22.5935800567919962 ], [ 114.151771815379107, 22.5937675084327019 ], [ 114.151961955731068, 22.5940921046562408 ], [ 114.152025348268751, 22.5942734205712341 ], [ 114.152373416692143, 22.5958438908059094 ], [ 114.152458876364804, 22.5960521010108728 ], [ 114.152561233960114, 22.596267019361683 ], [ 114.152722225854717, 22.5964727118835818 ], [ 114.152872822688622, 22.5965550042400949 ] ] } },
624
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0037043140746702424 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.299000111276271, 22.5953934397632743 ], [ 114.298796580656642, 22.5956007047222336 ], [ 114.298482278115344, 22.5959603245358132 ], [ 114.298229825899767, 22.5963379996226266 ], [ 114.297969591377907, 22.5968578834338949 ], [ 114.297780335508506, 22.5973889242885164 ], [ 114.29765855501158, 22.5981470912438986 ], [ 114.297649325678989, 22.5987159295196882 ] ] } },
625
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0030059039791273104 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.876194619324266, 22.5908696383827383 ], [ 113.876444900379482, 22.5910694348296666 ], [ 113.877071950670455, 22.5915407581784926 ], [ 113.877668891536345, 22.591893063279425 ], [ 113.878364598105449, 22.5922433054387426 ], [ 113.878399257140316, 22.5922607538185076 ], [ 113.878751363168391, 22.5924293118315269 ] ] } },
626
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.025433264112006564 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.023395394301801, 22.5938931389917066 ], [ 114.023510529428762, 22.5939327279856066 ], [ 114.023785283644798, 22.5940272025103326 ], [ 114.024867051138472, 22.5943194724919216 ], [ 114.025735903418237, 22.5945395729983005 ], [ 114.026438736632201, 22.5946798497625565 ], [ 114.026983088954211, 22.5947572173333207 ], [ 114.027526354121761, 22.5948185476463301 ], [ 114.028071123582379, 22.5948670252029835 ], [ 114.028617044656116, 22.5949026200808554 ], [ 114.029163764563108, 22.5949253077797039 ], [ 114.029710929369628, 22.5949350737205634 ], [ 114.030258184960942, 22.5949319132612558 ], [ 114.03080517714028, 22.5949158262787471 ], [ 114.031351550525656, 22.5948868243772836 ], [ 114.031533472427142, 22.594874291096037 ], [ 114.031987281071693, 22.5948034730887137 ], [ 114.033575865866865, 22.5945325893590336 ], [ 114.034898113239905, 22.594279601644228 ], [ 114.036214746934846, 22.5940025231451145 ], [ 114.037175495845077, 22.5937842977281136 ], [ 114.038132758281336, 22.5935532452105186 ], [ 114.039397667437967, 22.593226820686958 ], [ 114.040655621255411, 22.592878000655368 ], [ 114.041433684951826, 22.5926797985915471 ], [ 114.04215508398444, 22.5925175830006957 ], [ 114.042747969721049, 22.5923788078598626 ], [ 114.043455664398635, 22.5923204027894009 ], [ 114.044164438775198, 22.5922746700241781 ], [ 114.044874031137113, 22.5922416244398541 ], [ 114.045584176887417, 22.5922212790653738 ], [ 114.046294607654474, 22.5922136405534815 ], [ 114.047005064839539, 22.5922187130041401 ], [ 114.047715302598604, 22.5922364943979765 ], [ 114.048425045025652, 22.5922669777369691 ] ] } },
627
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.014653378645074846 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.455238622759595, 22.600856627250355 ], [ 114.4552840812065, 22.6008708849559454 ], [ 114.45586274090337, 22.6010523731365041 ], [ 114.456704734978928, 22.6010821410346381 ], [ 114.457287640228799, 22.6009584862446395 ], [ 114.457773458440428, 22.6007643075144387 ], [ 114.458252852285497, 22.6004752682469601 ], [ 114.466016179765219, 22.594789578066063 ], [ 114.467314869677068, 22.5938383657088551 ], [ 114.467512869615931, 22.5936933398497501 ] ] } },
628
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0033843083199209443 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.103018303337407, 22.5929673809048559 ], [ 114.102669237055864, 22.5932454916115333 ], [ 114.10250147416069, 22.5934838941789131 ], [ 114.102402412394781, 22.5937210517313716 ], [ 114.102352326697186, 22.5940115288241543 ], [ 114.102139185311046, 22.5960953623289456 ] ] } },
629
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0053723447524671158 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.119798473361655, 22.5911893442560903 ], [ 114.119801671123625, 22.5915850305305455 ], [ 114.119761348305744, 22.5950170211172043 ], [ 114.119638306537595, 22.5954248127128601 ], [ 114.11968000620098, 22.5964253505239476 ], [ 114.119684880533441, 22.5965423108656722 ] ] } },
630
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0046487403766667015 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.247136972419639, 22.5984555612596907 ], [ 114.247856473991646, 22.5977371785683481 ], [ 114.248719957721278, 22.5968414113602734 ], [ 114.248995047001856, 22.5966339546442434 ], [ 114.249181363034239, 22.5965019151305562 ], [ 114.249700575633227, 22.5961466720798221 ], [ 114.250078010994599, 22.5959292855672942 ], [ 114.250484155217805, 22.5957362627514975 ], [ 114.250767701099136, 22.5956365801220969 ] ] } },
631
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0047142947085511396 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.940395987098057, 22.5938059715301129 ], [ 113.94016763653508, 22.5929778848142497 ], [ 113.93978798350058, 22.5916010891795764 ], [ 113.939453153948165, 22.5901068682613548 ], [ 113.939285039584206, 22.589226941526146 ] ] } },
632
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0073183384845380371 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.878751363168391, 22.5924293118315269 ], [ 113.879227378568217, 22.592551557982123 ], [ 113.879893700295582, 22.5927226750635377 ], [ 113.880562051254245, 22.5928249978863249 ], [ 113.880921269826231, 22.5928558408787694 ], [ 113.886013516782043, 22.5931752573252922 ] ] } },
633
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0044732210279353765 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.233775737450358, 22.5987706095918988 ], [ 114.233811508530636, 22.5985865933906531 ], [ 114.234010496012715, 22.5969285050966953 ], [ 114.23412288263664, 22.5960608433046133 ], [ 114.234329727005701, 22.5955013996734237 ], [ 114.234924454558751, 22.5946733368010122 ], [ 114.23499731618945, 22.5945718884424096 ] ] } },
634
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0043772455587359161 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.109355167185214, 22.5931673799472534 ], [ 114.109397679931973, 22.5932994078863452 ], [ 114.109556146266044, 22.5937915323182885 ], [ 114.110392105780051, 22.5952105310012996 ], [ 114.110593193384929, 22.5955518606539982 ], [ 114.111431119379404, 22.5970061806398874 ] ] } },
635
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0040254192617597481 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.473111190948941, 22.6022537504659233 ], [ 114.474550689418905, 22.601949305199966 ], [ 114.475086622367726, 22.6017898661952081 ], [ 114.475726289286669, 22.6015541366211252 ], [ 114.476889130611511, 22.6009439512037673 ] ] } },
636
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0030885365940571262 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.455401982995625, 22.6012583810871241 ], [ 114.455690540664932, 22.6014463450156882 ], [ 114.456226610302252, 22.6016663077164601 ], [ 114.456897541539846, 22.6020417352879015 ], [ 114.458088866677102, 22.6025956864975193 ], [ 114.458163286111201, 22.6026302904303407 ] ] } },
637
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0071439639486351268 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.458163286111201, 22.6026302904303407 ], [ 114.458213453998525, 22.6026167183257272 ], [ 114.458332092542264, 22.6025846217068889 ], [ 114.458567832287429, 22.6025208426341742 ], [ 114.459120180660818, 22.6023714038685952 ], [ 114.461011577262369, 22.6017933105168005 ], [ 114.463799794931802, 22.6004786557885105 ], [ 114.46479208221777, 22.6000220803926197 ] ] } },
638
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0072967351657937446 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.949612330594945, 22.5911025191382713 ], [ 113.949506455207271, 22.591280506427676 ], [ 113.949374488343651, 22.5914738150943002 ], [ 113.949261245380697, 22.5916206224702734 ], [ 113.949108779960284, 22.5917964151817721 ], [ 113.94897847808096, 22.5919304667682574 ], [ 113.948805724304819, 22.5920892543968357 ], [ 113.948622628145841, 22.5922377095693463 ], [ 113.948309958692704, 22.5924523193905955 ], [ 113.947959165535778, 22.5926362125228088 ], [ 113.945506548780955, 22.5938722587845078 ], [ 113.943644379177044, 22.5951499951215453 ] ] } },
639
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0084398748867237101 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.041729997029961, 22.5968425855326522 ], [ 114.041776624280175, 22.5968394312555851 ], [ 114.041962482739322, 22.5968268571620676 ], [ 114.04219334462627, 22.5967969399024007 ], [ 114.042420712152406, 22.5967531586577692 ], [ 114.042647980472893, 22.5966948329698027 ], [ 114.042834428433892, 22.5966316290423705 ], [ 114.043014736889262, 22.5965545805735637 ], [ 114.043187712905919, 22.5964641946413352 ], [ 114.043352216416153, 22.5963610676600126 ], [ 114.0435354755963, 22.5962226600628 ], [ 114.043679356273927, 22.5960885613007498 ], [ 114.043866347167409, 22.5958364863501231 ], [ 114.044043131729723, 22.5955781388424661 ], [ 114.044880436819057, 22.594259162637826 ], [ 114.045685159773825, 22.5935669153646579 ], [ 114.046022452310126, 22.5933776515136628 ], [ 114.046655353112058, 22.5930307250411211 ], [ 114.047725922882691, 22.592462358454668 ], [ 114.047796137310854, 22.5924250813221121 ], [ 114.048425045025652, 22.5922669777369691 ] ] } },
640
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.013959875287853534 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.284946615435345, 22.591066926632962 ], [ 114.294841008271646, 22.6006390496348288 ], [ 114.294965658172842, 22.600786507252657 ] ] } },
641
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0035278338770095901 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.297649325678989, 22.5987159295196882 ], [ 114.297236233926654, 22.5987629486254384 ], [ 114.297156555224646, 22.598779486181737 ], [ 114.297066291612822, 22.598814939525429 ], [ 114.296855517175317, 22.598922451574289 ], [ 114.296792011954764, 22.5989637656480653 ], [ 114.296732261161225, 22.5990189779484076 ], [ 114.296540417811983, 22.5992420637977602 ], [ 114.296363426556113, 22.5996232359802427 ], [ 114.296314291000044, 22.5997000033245747 ], [ 114.296254162539014, 22.5997696998032751 ], [ 114.296017924754466, 22.5999839136762048 ], [ 114.294965658172842, 22.600786507252657 ] ] } },
642
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0074327219746340252 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.301683625455539, 22.5957271869170278 ], [ 114.301759830295154, 22.5958194253005153 ], [ 114.302339979499607, 22.5963382653834692 ], [ 114.303268118376792, 22.5971071151882086 ], [ 114.303955207531828, 22.5978164158807004 ], [ 114.304494234169098, 22.598498112070299 ], [ 114.305177125429495, 22.5994678256031634 ], [ 114.305656663247703, 22.6000873980442734 ], [ 114.30635059807625, 22.6007150653392479 ], [ 114.306807231246196, 22.6010524701931246 ] ] } },
643
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0092972228833256496 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.337822298610178, 22.5986056643482272 ], [ 114.338290857400153, 22.5987508025079826 ], [ 114.338772976414177, 22.5989438296488636 ], [ 114.338888952168702, 22.5989978929914166 ], [ 114.339143198210749, 22.5990578013333803 ], [ 114.339192901400381, 22.5990597228114787 ], [ 114.339241967676628, 22.5990521058965612 ], [ 114.339882815801573, 22.5988682783182178 ], [ 114.339923918103253, 22.5988698828374055 ], [ 114.34032493536499, 22.5989455273524307 ], [ 114.340513345275212, 22.5987970926060626 ], [ 114.340911623463953, 22.5987089974036408 ], [ 114.341054490544934, 22.5987064345361404 ], [ 114.341264055978769, 22.5988323111648519 ], [ 114.341472943546393, 22.5989461018080426 ], [ 114.34189966985268, 22.5991210335007047 ], [ 114.342313573457346, 22.5991817433677937 ], [ 114.342510853434391, 22.5992958114876359 ], [ 114.342719305344787, 22.5995690631044504 ], [ 114.343374974298328, 22.599759339785269 ], [ 114.343773366603799, 22.6002512429153413 ], [ 114.344387082653824, 22.601404019359741 ], [ 114.344460711757051, 22.601688688475182 ], [ 114.344565792486108, 22.6017824806173167 ], [ 114.344707750855079, 22.601791021972037 ], [ 114.345342184859007, 22.6013725081237986 ] ] } },
644
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0037659460429591124 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.111094153391448, 22.5984728359345333 ], [ 114.110702698706632, 22.5975762742783601 ], [ 114.110265415463743, 22.5966733586979132 ], [ 114.11004144862153, 22.5961780902576876 ], [ 114.109511342367725, 22.5950561568420909 ] ] } },
645
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0053967192591722959 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.891861789642633, 22.593519811285347 ], [ 113.892144259919107, 22.5935391177437417 ], [ 113.892816111540057, 22.5935850353098111 ], [ 113.893180210666955, 22.5936099181060364 ], [ 113.893821997520433, 22.5937106397422376 ], [ 113.894493575438887, 22.5938303427309144 ], [ 113.895257683680384, 22.5941414603542547 ], [ 113.895381201849645, 22.5941917513495376 ], [ 113.895987529547554, 22.5945432915695363 ], [ 113.896825312368364, 22.595231435562539 ] ] } },
646
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0073362391298387574 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.896825312368364, 22.595231435562539 ], [ 113.897860692944207, 22.5943852441056592 ], [ 113.898505249639882, 22.5937020148342498 ], [ 113.902149151721076, 22.5901915609969564 ] ] } },
647
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.013900171632739596 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.312133764906449, 22.6018303056683223 ], [ 114.312315857170759, 22.601898035743627 ], [ 114.312976808482091, 22.6019575959360921 ], [ 114.313337455630418, 22.6019278303800739 ], [ 114.313571774749263, 22.6018949061063772 ], [ 114.313840697617152, 22.6018571192058424 ], [ 114.314126410591655, 22.6017833861875488 ], [ 114.314454707308172, 22.6016636232455319 ], [ 114.314686609977358, 22.6014210642777407 ], [ 114.314998173250132, 22.6009135872073408 ], [ 114.315149502567806, 22.6005776568933427 ], [ 114.315814773484973, 22.5995670891349256 ], [ 114.316523731717652, 22.5989434133728828 ], [ 114.316770399804341, 22.5987489675009954 ], [ 114.316911526434467, 22.5986146843911726 ], [ 114.317062780650531, 22.5984902699649943 ], [ 114.317214257821561, 22.5983823945347204 ], [ 114.317300146109318, 22.5983329405857347 ], [ 114.31737781746655, 22.5983047782992088 ], [ 114.317476236661392, 22.5982974440992272 ], [ 114.317548398299991, 22.5983077295283223 ], [ 114.31761698260263, 22.5983309584477645 ], [ 114.317792652094425, 22.5984385688384819 ], [ 114.317925183484746, 22.598498027518847 ], [ 114.318016517987388, 22.5985236704668999 ], [ 114.318155546865185, 22.598543374479334 ], [ 114.318527406087583, 22.5985231001564593 ], [ 114.319360428379781, 22.5984624075648206 ], [ 114.320098974825356, 22.5987285202172608 ], [ 114.320837065598482, 22.59920423328564 ], [ 114.320901407956697, 22.5992587338054882 ], [ 114.320953374881043, 22.5993236285218337 ], [ 114.320987452324886, 22.5993861442284221 ], [ 114.320988608922974, 22.5994931757053834 ], [ 114.320971685358714, 22.5995559679946858 ], [ 114.320794790714075, 22.5998689499886893 ], [ 114.320513070039652, 22.6003386808289513 ], [ 114.320387670878802, 22.6006033624427616 ], [ 114.320052767075808, 22.6016051918729595 ], [ 114.319985415121806, 22.6019209814022801 ], [ 114.319998091995558, 22.6021444014348418 ], [ 114.320009124236606, 22.6021845269630077 ], [ 114.320032528706562, 22.6022227168588294 ] ] } },
648
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.00902967750986171 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.458163286111201, 22.6026302904303407 ], [ 114.458323816699036, 22.602703080862991 ], [ 114.45863310811643, 22.6028433246696849 ], [ 114.45877994692637, 22.6029021927270648 ], [ 114.459042278523711, 22.6029815068463442 ], [ 114.462968295512368, 22.6041091098554894 ], [ 114.463497269016443, 22.6041870831382141 ], [ 114.464184937398031, 22.6042708829103134 ], [ 114.464297435243367, 22.6042656107863884 ], [ 114.464886200343145, 22.604209133399241 ], [ 114.465693971004569, 22.6040814384412876 ], [ 114.466258537833639, 22.6039656062608607 ], [ 114.466808543333926, 22.6038362776971162 ], [ 114.466907309320348, 22.6037973911363004 ] ] } },
649
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.012724343320124778 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.991418588494284, 22.5915049181964029 ], [ 113.996576266361643, 22.5934556610912125 ], [ 113.99703910293637, 22.5936025022447389 ], [ 113.997492491137109, 22.5937728784485792 ], [ 113.997854127409965, 22.5939288174243558 ], [ 113.998207827519352, 22.5940997332702977 ], [ 113.998552871349659, 22.5942852795494105 ], [ 113.998888559773306, 22.5944850785518376 ], [ 113.999291892268772, 22.5947527825486496 ], [ 113.999678436708194, 22.5950410526484582 ], [ 114.00004697842202, 22.5953489828242375 ], [ 114.000396357313846, 22.5956756065046633 ], [ 114.000625572804793, 22.5959112233033572 ], [ 114.000844805569486, 22.5961548922648099 ], [ 114.001120572235521, 22.5964910887826207 ], [ 114.001377345627859, 22.5968400130080873 ], [ 114.0021914352712, 22.5977509978579363 ] ] } },
650
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0032013252631509785 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.941218180911193, 22.5968933232824014 ], [ 113.940997957689305, 22.5963568661021412 ], [ 113.940845053724956, 22.5957926239446927 ], [ 113.940658956851564, 22.594964675881748 ], [ 113.940409691920337, 22.5938556708876668 ], [ 113.940395987098057, 22.5938059715301129 ] ] } },
651
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0072214818835501671 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.906022720185163, 22.5964988150928363 ], [ 113.906059841785734, 22.5962386517081946 ], [ 113.906110804153201, 22.5957083444898821 ], [ 113.90612966893157, 22.5951471581090289 ], [ 113.906118099672526, 22.5948965712818186 ], [ 113.905930713591104, 22.5944382261365568 ], [ 113.904934375691866, 22.5926918389543054 ], [ 113.904807431442634, 22.592492470046686 ], [ 113.904648774305201, 22.5922849922548004 ], [ 113.903538528694511, 22.5913713803007532 ], [ 113.902648035085775, 22.5906087425867916 ] ] } },
652
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0068300445925983918 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.900059238851512, 22.5965540962289069 ], [ 113.900060301039531, 22.5964971518470286 ], [ 113.900081441016837, 22.5953645538825363 ], [ 113.90012031160154, 22.5942935176943358 ], [ 113.900240899147136, 22.5937653653296131 ], [ 113.900467231396348, 22.59316484793802 ], [ 113.900874361320248, 22.5924190973899499 ], [ 113.901476349297866, 22.5917563565868598 ], [ 113.902648035085775, 22.5906087425867916 ] ] } },
653
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0059637533067381926 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.900059238851512, 22.5965540962289069 ], [ 113.904602169086942, 22.5965061443190294 ], [ 113.906022720185163, 22.5964988150928363 ] ] } },
654
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0090810415319649528 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.42970977375127, 22.596333060305799 ], [ 114.429434113456409, 22.5964173343855848 ], [ 114.42926375929224, 22.5965091159955911 ], [ 114.429195393230415, 22.5966516209609978 ], [ 114.429186476764926, 22.5972353666910237 ], [ 114.429116154861632, 22.5975058849709178 ], [ 114.42873636784914, 22.5981524465533212 ], [ 114.428518442466284, 22.5988091094177079 ], [ 114.428494731486381, 22.5992270378274185 ], [ 114.428448726251631, 22.5994033789241691 ], [ 114.42797963938618, 22.6000567322182739 ], [ 114.42786262680184, 22.6003447418166701 ], [ 114.427352208585788, 22.60096718848175 ], [ 114.427260059930632, 22.6012295848509908 ], [ 114.427030756386657, 22.6020630429463765 ], [ 114.426896173062431, 22.6023669061984229 ], [ 114.426829276565954, 22.6027762220676216 ], [ 114.42704326494723, 22.6044884706607689 ] ] } },
655
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0035247022863139407 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.241103797762094, 22.6019308681218085 ], [ 114.241160987310892, 22.6018673449338188 ], [ 114.242038222140607, 22.6008929658200515 ], [ 114.242587734512227, 22.6001249637010915 ], [ 114.242847553523973, 22.5991179425321569 ], [ 114.242883476716443, 22.598978709229069 ] ] } },
656
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0032565485545979758 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.11162349840825, 22.5973400731685068 ], [ 114.112449193255728, 22.5988917559489266 ], [ 114.112664055282849, 22.5992270640379616 ], [ 114.112896790437105, 22.5995503433621003 ], [ 114.113074503559886, 22.5997690189652545 ], [ 114.113348840316576, 22.6000876881892232 ] ] } },
657
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0065183074773982183 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.836526251548378, 22.591473238564614 ], [ 113.836553570276337, 22.5914762244658611 ], [ 113.83673454733983, 22.5914960026224989 ], [ 113.836815020607332, 22.5914904176019213 ], [ 113.837023158103833, 22.591461385259322 ], [ 113.837122858695608, 22.5914660455786276 ], [ 113.837180186421747, 22.5914836141060391 ], [ 113.837539323103542, 22.59182927163668 ], [ 113.837728336386419, 22.5919701379294651 ], [ 113.837928464996992, 22.5921549229438376 ], [ 113.838225918976946, 22.5924933399685059 ], [ 113.838402273721911, 22.5927455998962579 ], [ 113.838434953320103, 22.5929022223881333 ], [ 113.838501263713795, 22.5931053306223113 ], [ 113.838623052254363, 22.5933808479106411 ], [ 113.839249405133003, 22.5937531626575385 ], [ 113.839519872002953, 22.5939478911492913 ], [ 113.840097705543869, 22.5946379450564763 ], [ 113.840331029617403, 22.5949498402243059 ], [ 113.840464622968824, 22.5951592546847984 ], [ 113.840520425156072, 22.5953636355561578 ], [ 113.8406631095541, 22.5957607131878859 ], [ 113.840751532750076, 22.5959228634836435 ] ] } },
658
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0061873309838641173 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.297649325678989, 22.5987159295196882 ], [ 114.297644167775474, 22.5990338291278796 ], [ 114.297868323666165, 22.5997844105978665 ], [ 114.298354248003619, 22.6006529699158811 ], [ 114.298819088377684, 22.6012175466813332 ], [ 114.299659879310482, 22.6019947557549301 ], [ 114.300564508660216, 22.602584286387895 ], [ 114.300938847007359, 22.6027928250877714 ], [ 114.301601659797726, 22.6030366308339481 ] ] } },
659
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0065736384187252313 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.915466621637421, 22.590948135064739 ], [ 113.915327982083127, 22.5911414137603579 ], [ 113.915085682170826, 22.5915445015356262 ], [ 113.914887219804797, 22.5919396534756309 ], [ 113.914777778960655, 22.5922460355677472 ], [ 113.914686388251368, 22.5925718178284143 ], [ 113.914614814155826, 22.5929500824012379 ], [ 113.914595331254461, 22.5935202937289752 ], [ 113.914668494502919, 22.5941916819847997 ], [ 113.914804690727323, 22.5946694788918663 ], [ 113.915479706290867, 22.5972133106103072 ] ] } },
660
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0064041580169089942 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.023395394301801, 22.5938931389917066 ], [ 114.023545641966379, 22.5949062453637097 ], [ 114.02376208108771, 22.5956237253264263 ], [ 114.024011986799209, 22.5961081162454072 ], [ 114.024407786258863, 22.596537139407566 ], [ 114.024706839644111, 22.5967640104488474 ], [ 114.025368211176968, 22.5972657451013461 ], [ 114.026171724833802, 22.5979659270166735 ], [ 114.026271008834485, 22.5981034320506815 ], [ 114.026361940184955, 22.5982458303146352 ], [ 114.02644659430311, 22.5983972013988286 ], [ 114.026519732436128, 22.5985481787488993 ], [ 114.026585547955094, 22.5987074180281873 ], [ 114.026641471120413, 22.5988698854166152 ], [ 114.026687094180275, 22.5990341457415909 ], [ 114.026694431827735, 22.5990695208434254 ] ] } },
661
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0062146731960558066 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.04410841048032, 22.5998980150559987 ], [ 114.044103107241, 22.5998188379682041 ], [ 114.044065600780442, 22.5992588744869671 ], [ 114.044044124652075, 22.5989382233473002 ], [ 114.04393694883116, 22.5986659475243812 ], [ 114.043816878272779, 22.5984871431907273 ], [ 114.043618740196578, 22.598286307326898 ], [ 114.043509123665402, 22.5981492963701918 ], [ 114.043512882164677, 22.5979411961243351 ], [ 114.044357404586307, 22.5964868223450281 ], [ 114.045605793464091, 22.5960197777820539 ], [ 114.046194077044277, 22.5957082190211018 ], [ 114.046559541079091, 22.5955489957799323 ] ] } },
662
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0049921948957686165 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.04410841048032, 22.5998980150559987 ], [ 114.044144121885381, 22.5998346548520281 ], [ 114.044406131156563, 22.5993697874764443 ], [ 114.0444579925678, 22.5992777731763645 ], [ 114.045555546389238, 22.5973304105958661 ], [ 114.046559541079091, 22.5955489957799323 ] ] } },
663
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0035135530800007035 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.101990339671971, 22.5975505488764767 ], [ 114.101798292502437, 22.5980911309495056 ], [ 114.101373507309958, 22.5987958843569459 ], [ 114.101238901321892, 22.5991467674627167 ], [ 114.101172471096277, 22.5994285997959352 ], [ 114.101076248470775, 22.6004611653953909 ], [ 114.100932932610519, 22.600850193763808 ] ] } },
664
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0051724205515800365 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.873749238887711, 22.5974495264931328 ], [ 113.873916407073835, 22.5972820190563723 ], [ 113.877402920105311, 22.5937883043034553 ] ] } },
665
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0097847455713748095 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.152872822688622, 22.5965550042400949 ], [ 114.15292295260808, 22.5965823978398248 ], [ 114.153106626623071, 22.5966558440251539 ], [ 114.153407439199754, 22.5967184061954534 ], [ 114.15408084920206, 22.5967814632207329 ], [ 114.154602015302245, 22.5968409895487135 ], [ 114.155359194354062, 22.596935592477422 ], [ 114.155676278966325, 22.5970009175861932 ], [ 114.155905874266082, 22.5970927206558976 ], [ 114.156178148830335, 22.5972331400271607 ], [ 114.156433477610207, 22.5974099256643868 ], [ 114.157311471141455, 22.5982273133369986 ], [ 114.157693815298927, 22.5986092776292473 ], [ 114.157867337260129, 22.5987987345590859 ], [ 114.158726987946508, 22.6000502079050634 ], [ 114.159310038422177, 22.6007811271398644 ], [ 114.160090135805049, 22.6015995690046161 ], [ 114.160378794749604, 22.6019630238691676 ], [ 114.160385167979939, 22.6019878707819402 ] ] } },
666
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0041604093704649013 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.896353141044486, 22.5981113158557747 ], [ 113.896652881096443, 22.5978064694403713 ], [ 113.896964420486455, 22.5975119983853645 ], [ 113.897130700329384, 22.5973877936952654 ], [ 113.897303058425607, 22.5972709531962117 ], [ 113.897481116441469, 22.5971617298424903 ], [ 113.897664485575902, 22.5970603646756665 ], [ 113.897983462284714, 22.5969083335832615 ], [ 113.898376947375922, 22.5967760073641486 ], [ 113.898585106421748, 22.5967204852380767 ], [ 113.898795805425706, 22.5966739496566831 ], [ 113.899008594092535, 22.5966365015726574 ], [ 113.899223018670668, 22.5966082193046702 ], [ 113.900059238851512, 22.5965540962289069 ] ] } },
667
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0035313082106701119 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.106981587097181, 22.6013416837371715 ], [ 114.107636043686455, 22.6014864646672713 ], [ 114.107984005687911, 22.6015709429457559 ], [ 114.108295960771713, 22.6016689263686601 ], [ 114.108529920250405, 22.6017696631248626 ], [ 114.108819263492293, 22.6018748628087245 ], [ 114.109068444531388, 22.6019437905125855 ], [ 114.109432301243174, 22.6019850734646646 ], [ 114.110403518237021, 22.6021699045493598 ] ] } },
668
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0052189686011338103 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.86490049007358, 22.5985255336531061 ], [ 113.866663162094724, 22.5958744021876399 ], [ 113.867706056204796, 22.5941265554437329 ] ] } },
669
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.017898740824851191 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.097614401798978, 22.6023931271815037 ], [ 114.097637440268329, 22.6022643101370768 ], [ 114.097685402318874, 22.6021332771201209 ], [ 114.097929171352064, 22.6016846539874976 ], [ 114.098116165399645, 22.6012803781822029 ], [ 114.098230101722265, 22.6009634328232423 ], [ 114.098334015662545, 22.6006435304734516 ], [ 114.098445732097716, 22.6002547356388348 ], [ 114.098478725410445, 22.6001018223823671 ], [ 114.098524617957253, 22.5996498090775439 ], [ 114.098543656372968, 22.5993735274942971 ], [ 114.098551797897045, 22.599042671689336 ], [ 114.098544009096869, 22.5987118089963843 ], [ 114.098525315435509, 22.5984360853191859 ], [ 114.098474492509268, 22.5979218299155917 ], [ 114.098345281869086, 22.596774815366178 ], [ 114.098014185083386, 22.5941867081737549 ], [ 114.097765443439727, 22.5922461129130063 ], [ 114.097630561938857, 22.5912798774466594 ], [ 114.097559977303661, 22.5908982408779977 ], [ 114.097324679366494, 22.5884605031700971 ], [ 114.097322856489697, 22.5881271478174703 ], [ 114.097343196142802, 22.5877956637014101 ], [ 114.097391854666242, 22.5874124425290361 ], [ 114.097467211439906, 22.5870329661658999 ], [ 114.097568947175276, 22.5866588346085919 ], [ 114.097696632087732, 22.5862916271918763 ], [ 114.097813413154697, 22.5860120883350639 ], [ 114.097945238700007, 22.585738379005285 ], [ 114.098430776189602, 22.5849837842833381 ] ] } },
670
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.01789791267115216 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.097614401798978, 22.6023931271815037 ], [ 114.097696002180754, 22.6023374277713138 ], [ 114.097764123127249, 22.6022678412233375 ], [ 114.097810353930242, 22.6021937703414437 ], [ 114.097941472220953, 22.6019836934311265 ], [ 114.09827783592678, 22.6013664483768864 ], [ 114.098402323156435, 22.6011114785545182 ], [ 114.098517767969625, 22.600852866725571 ], [ 114.098654202030403, 22.6005114786276025 ], [ 114.098774882041241, 22.6001650141761559 ], [ 114.098846290757194, 22.5997749107786383 ], [ 114.098896869030511, 22.5993820092244171 ], [ 114.098931719458776, 22.5988548014580957 ], [ 114.098929081922222, 22.5983266074096107 ], [ 114.09884519752994, 22.5974361504815029 ], [ 114.09846746050539, 22.5940160560176864 ], [ 114.09825845882726, 22.5921158929249657 ], [ 114.098180198172244, 22.5912451684417448 ], [ 114.098092507489739, 22.5905186132408318 ], [ 114.097915227573054, 22.5891731793328496 ], [ 114.097786643383699, 22.5879979426847015 ], [ 114.097765876270699, 22.587713466107882 ], [ 114.097763540546339, 22.58742834549669 ], [ 114.097778150205031, 22.5871607891636437 ], [ 114.097808991674128, 22.5868944248038268 ], [ 114.097855968190686, 22.5866300998949505 ], [ 114.097918929565012, 22.5863686583866325 ], [ 114.09803907508423, 22.5859940022858083 ], [ 114.098430776189602, 22.5849837842833381 ] ] } },
671
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0066368358193124484 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.294965658172842, 22.600786507252657 ], [ 114.297287140780156, 22.6035326852762779 ], [ 114.297425688905946, 22.6036935514623387 ], [ 114.29757293555349, 22.6038476113744906 ], [ 114.297740667040813, 22.6040053335147384 ], [ 114.297917513203544, 22.6041542240138185 ], [ 114.298184277216066, 22.6043592993674309 ], [ 114.299083877773739, 22.6050508578308644 ], [ 114.29922515911322, 22.6051445767354906 ], [ 114.299373536852144, 22.6052283077735154 ], [ 114.299528192650897, 22.6053015888337647 ], [ 114.299625571345786, 22.6053395639041597 ], [ 114.299688287674726, 22.6053640216424938 ] ] } },
672
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0056622753847034701 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.866090323044148, 22.5991890498650712 ], [ 113.866112941118132, 22.5991575758649539 ], [ 113.869301145155745, 22.5947208593050917 ], [ 113.869394560199595, 22.5945908568121112 ] ] } },
673
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0040798119259136964 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.341238821687114, 22.6051366671065495 ], [ 114.341668748405624, 22.6053279338919673 ], [ 114.343627733145098, 22.6060818304693321 ], [ 114.345060830315148, 22.6065582602546051 ] ] } },
674
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0031991326908020873 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.299688287674726, 22.6053640216424938 ], [ 114.29976205136235, 22.6053880268369944 ], [ 114.301636857417861, 22.6059981301738091 ], [ 114.302721658791455, 22.6061197610423008 ], [ 114.302779678646729, 22.6061262657783928 ] ] } },
675
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0042568013701315636 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.302779678646729, 22.6061262657783928 ], [ 114.302876351217066, 22.6061371047726922 ], [ 114.302942582219615, 22.6061445314178613 ], [ 114.303105600051836, 22.6061501512380367 ], [ 114.303268874191588, 22.6061464859127241 ], [ 114.303431601168469, 22.6061335350701071 ], [ 114.305248421573083, 22.6058620981573064 ], [ 114.305406876936871, 22.6058244198642626 ], [ 114.305562120211036, 22.6057765853561321 ], [ 114.306917307804355, 22.6052870315904997 ] ] } },
676
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0058548569888531056 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.941218180911193, 22.5968933232824014 ], [ 113.939892099912328, 22.5979240312214706 ], [ 113.938472881484572, 22.5990874002150015 ], [ 113.93673547301664, 22.6006552054972012 ] ] } },
677
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.004523749312545686 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.295420214245937, 22.6039685367923049 ], [ 114.29569278701112, 22.6043042497749376 ], [ 114.296109686661865, 22.6045896476515615 ], [ 114.296781293065763, 22.6048475458798848 ], [ 114.2973254983917, 22.6051222966785694 ], [ 114.297820108328992, 22.6054535337320921 ], [ 114.298265999293889, 22.6058117088958106 ], [ 114.298510571910811, 22.6059625833382825 ], [ 114.298670609083814, 22.606036820988912 ], [ 114.299045691354962, 22.6061508232765576 ], [ 114.299278858669666, 22.6061707286554672 ] ] } },
678
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.011165924116461581 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.010245839988173, 22.590909155248788 ], [ 114.010628587987924, 22.594100437578831 ], [ 114.011065823420722, 22.5977458469740071 ], [ 114.011214578595116, 22.6005874180663362 ], [ 114.01133487742203, 22.6020171379927355 ] ] } },
679
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0035191296427767647 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.238069032029031, 22.6054702548319604 ], [ 114.238087353056073, 22.6054512009075097 ], [ 114.238427017924138, 22.6050979624114916 ], [ 114.240291842303378, 22.6029617454417853 ], [ 114.240392204332963, 22.6028282904446094 ] ] } },
680
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.027602537867604082 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.863540757749405, 22.5807123138283679 ], [ 113.863095543044039, 22.5811395079987207 ], [ 113.860928188949472, 22.5831612863597684 ], [ 113.859624701955937, 22.5841684899938109 ], [ 113.858300179491607, 22.5850582278126346 ], [ 113.856330499185702, 22.5862448633472219 ], [ 113.854324003088976, 22.5876730854046386 ], [ 113.852147247856735, 22.5892617598845753 ], [ 113.851208550311327, 22.5900463457482026 ], [ 113.850116886629266, 22.5910080252702521 ], [ 113.848941470786329, 22.5922051233277195 ], [ 113.847952098660642, 22.5933318374001786 ], [ 113.84667981648002, 22.5949846217989254 ], [ 113.845891195129624, 22.5961881935734645 ], [ 113.844898782793749, 22.5979191653378528 ], [ 113.844053333425975, 22.5996719984669703 ] ] } },
681
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.017701364463894562 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.43190578269072, 22.6085686470266616 ], [ 114.432143234304249, 22.6083039514271178 ], [ 114.434553714920327, 22.6059045882682099 ], [ 114.435783570892127, 22.6048418260427297 ], [ 114.437747922633292, 22.6033907979036393 ], [ 114.439599461966736, 22.6023206074311993 ], [ 114.441305316951599, 22.6014866553094791 ], [ 114.445290022405032, 22.5998582562485169 ], [ 114.446687324916141, 22.5992225067742325 ] ] } },
682
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0060214318450265989 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.42704326494723, 22.6044884706607689 ], [ 114.427071280720341, 22.604555053983443 ], [ 114.428634618253668, 22.6082704392656382 ], [ 114.428752767729279, 22.6084920306802708 ], [ 114.428926199058949, 22.6086748576608834 ], [ 114.42913082809163, 22.6088044965735016 ], [ 114.42934547438189, 22.6088750259135622 ], [ 114.42954874587079, 22.6088946278328038 ], [ 114.430284293082295, 22.6087911606855307 ] ] } },
683
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.016975950095881601 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.326631405831918, 22.6075652848167188 ], [ 114.326795326281825, 22.6075467934161587 ], [ 114.328054293038406, 22.6071620795520474 ], [ 114.328179607755516, 22.6070632866777075 ], [ 114.328248256533968, 22.6068811394613007 ], [ 114.32820548536823, 22.6066543756725267 ], [ 114.327689026646553, 22.6058251207148651 ], [ 114.327568998079656, 22.6055936988470734 ], [ 114.327544466445431, 22.6054353968300994 ], [ 114.327585479846363, 22.6052887699070517 ], [ 114.327707387329411, 22.6051612095968935 ], [ 114.327906323183299, 22.6050526614758063 ], [ 114.328123093814426, 22.6050377022155118 ], [ 114.329001273859646, 22.6052508609879474 ], [ 114.329155847391192, 22.6052565826413101 ], [ 114.329353863574951, 22.6052054625439176 ], [ 114.329744115175046, 22.6049810781447071 ], [ 114.330757341331733, 22.604244718947367 ], [ 114.331162592051243, 22.6040492577825454 ], [ 114.331499461981892, 22.6037774626680701 ], [ 114.331731383508441, 22.6035401235514044 ], [ 114.332803230006505, 22.6030056020718142 ], [ 114.333268637232209, 22.6026745425767892 ], [ 114.333416139447309, 22.6026078416376563 ], [ 114.333489928231202, 22.6025881805593158 ], [ 114.33385777173973, 22.6025857194515716 ], [ 114.334032186424153, 22.602559399802157 ], [ 114.334476771569115, 22.6023213906048994 ], [ 114.334802950677883, 22.6019920019609657 ], [ 114.335059091414877, 22.6017923937570657 ], [ 114.33519001143965, 22.6017841283917171 ], [ 114.335359628997551, 22.6018140034172141 ], [ 114.335454506178834, 22.6018157444272383 ], [ 114.335567481149525, 22.6017922059920586 ], [ 114.335669902967268, 22.6017420675067306 ], [ 114.335735934686198, 22.6016885801625804 ], [ 114.335843217875194, 22.6014965175571305 ], [ 114.335840854833009, 22.6009174331952813 ], [ 114.33585999058549, 22.6008449921886161 ], [ 114.335894097798089, 22.600777461344201 ], [ 114.335943463241207, 22.6007158253756053 ], [ 114.336005246318592, 22.6006647477175413 ], [ 114.336409084349953, 22.6004416343925882 ], [ 114.336888037924666, 22.600141001598427 ], [ 114.336968716349887, 22.6000567663281018 ], [ 114.337039233017677, 22.5999393663747412 ], [ 114.337359335488443, 22.5988777517948449 ], [ 114.337414306874095, 22.5987355571749369 ], [ 114.337478411120429, 22.5986565920671509 ], [ 114.337540351236328, 22.5986095429775666 ], [ 114.337620112420637, 22.5985781458060302 ], [ 114.337706269198804, 22.5985697231255713 ] ] } },
684
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0047289591032362594 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.323014115245911, 22.6050065043815138 ], [ 114.323649835511276, 22.6053906340112185 ], [ 114.324191333298344, 22.6056897048977845 ], [ 114.324306933760241, 22.6057692584944654 ], [ 114.324412221242511, 22.6058603223460537 ], [ 114.324486653731583, 22.6059389808212075 ], [ 114.324553366184148, 22.6060233973900893 ], [ 114.324879543973495, 22.6064803778906693 ], [ 114.325199984198719, 22.6069755261218504 ], [ 114.325594956632472, 22.6075036444268669 ], [ 114.325890511444499, 22.6076220570257576 ], [ 114.326631405831918, 22.6075652848167188 ] ] } },
685
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0033669147863497201 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.111521081147032, 22.6018464385072946 ], [ 114.111550815740117, 22.6019131273503255 ], [ 114.111886820914009, 22.6026667365312761 ], [ 114.112815517981161, 22.6045255445951341 ], [ 114.112947926045095, 22.604751228094937 ], [ 114.113013317549559, 22.6048626842677969 ] ] } },
686
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0036510782944917412 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.113013317549559, 22.6048626842677969 ], [ 114.113332372019286, 22.6039332587698922 ], [ 114.113352390512063, 22.6034937918704557 ], [ 114.113255466913728, 22.603058264591013 ], [ 114.112481824021103, 22.6014526160918088 ] ] } },
687
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0039241722985908847 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.115263217377418, 22.6023361856324776 ], [ 114.115376378367941, 22.602470335914834 ], [ 114.117793467908029, 22.6053356790032431 ] ] } },
688
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.016110028077142201 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.307841601527514, 22.6049531271031832 ], [ 114.31067951310169, 22.6038924019422822 ], [ 114.312096704158165, 22.603384124071912 ], [ 114.31246332886775, 22.6032810707388485 ], [ 114.313060855504929, 22.6031599993127621 ], [ 114.313306699551347, 22.6031473866902672 ], [ 114.313552920076617, 22.6031475065265361 ], [ 114.313798750667701, 22.6031603599154565 ], [ 114.314043425580195, 22.6031859064215652 ], [ 114.314253517991332, 22.6032181747531951 ], [ 114.314461694336856, 22.6032598049929838 ], [ 114.314667461234663, 22.603310693664973 ], [ 114.314870349742634, 22.6033707295068922 ], [ 114.315083349094493, 22.6034447971319672 ], [ 114.315569088865487, 22.6036739182630981 ], [ 114.31559541664538, 22.6036911736375075 ], [ 114.31594169777847, 22.603950227574412 ], [ 114.316476983033638, 22.6043506758574253 ], [ 114.316598879632679, 22.6044418651951453 ], [ 114.317172032560521, 22.6049603368582837 ], [ 114.317646926841334, 22.6054069092017329 ], [ 114.319524990227364, 22.6071779362815839 ], [ 114.320264524637253, 22.607755245388514 ], [ 114.321097261773915, 22.608260043870235 ], [ 114.321814097233556, 22.6085822982136619 ] ] } },
689
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.017308949269428824 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.32649016270382, 22.6087459201448304 ], [ 114.327217784874321, 22.6084999999986458 ], [ 114.327875395834667, 22.6081867011221966 ], [ 114.328377884240496, 22.6078945645528862 ], [ 114.328775438297811, 22.6076242821567206 ], [ 114.329276039409308, 22.6071884081749097 ], [ 114.329718083540541, 22.6067517253688628 ], [ 114.330059314355481, 22.6063408399030656 ], [ 114.330966512054175, 22.6050677330740619 ], [ 114.331243822317859, 22.604729760399966 ], [ 114.331528998943909, 22.6044229672142087 ], [ 114.331860117320645, 22.6041206915514792 ], [ 114.332397157377898, 22.6037591061479546 ], [ 114.333244795077675, 22.6033318823014469 ], [ 114.333791337448446, 22.6031607404936139 ], [ 114.334399991514445, 22.6030292915766324 ], [ 114.335015770306896, 22.6029756177389345 ], [ 114.335517574629137, 22.6029864034603989 ], [ 114.33601433047572, 22.6030514945557996 ], [ 114.336568894172146, 22.6031639864686333 ], [ 114.337239415789654, 22.6033807852270776 ], [ 114.337939660130303, 22.6036807956858574 ], [ 114.339095268885032, 22.6043463509294895 ], [ 114.341238821687114, 22.6051366671065495 ] ] } },
690
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0062721576358263694 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.869300731934032, 22.6018711491920037 ], [ 113.873601193890195, 22.5975966827413473 ], [ 113.873749238887711, 22.5974495264931328 ] ] } },
691
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.018213301348964477 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.345342184859007, 22.6013725081237986 ], [ 114.345996571444303, 22.6013402397777554 ], [ 114.346501145181861, 22.6012951637297625 ], [ 114.346727737884748, 22.6012917789352024 ], [ 114.347046306413844, 22.6012612330284632 ], [ 114.347127747245523, 22.6012624049326512 ], [ 114.347208400334026, 22.6012729493323192 ], [ 114.347318284320949, 22.6013033663848475 ], [ 114.347615600035454, 22.6015152656135534 ], [ 114.347777254704468, 22.6016070576874313 ], [ 114.347860958338529, 22.6016879307002512 ], [ 114.347978932010989, 22.6018227390955104 ], [ 114.348048774326713, 22.6019219651072092 ], [ 114.348151785539486, 22.6021032288334425 ], [ 114.34818814462011, 22.602121612059662 ], [ 114.348275316082081, 22.6021445426765908 ], [ 114.348371689678743, 22.6021427066433951 ], [ 114.348485569657768, 22.6021239697661116 ], [ 114.348695136769962, 22.602069332740804 ], [ 114.348860492572129, 22.6020519386558938 ], [ 114.349050609790396, 22.6020640794605292 ], [ 114.349147463132397, 22.6020964602128025 ], [ 114.349215949524066, 22.6021389943251023 ], [ 114.349274511097207, 22.602192810786736 ], [ 114.349404142100212, 22.6023533787358772 ], [ 114.34948511629625, 22.6024723338085174 ], [ 114.349609867820107, 22.6026917022752905 ], [ 114.349772053460143, 22.6029435440337174 ], [ 114.350000301728073, 22.6033232553546881 ], [ 114.350047513972953, 22.6035182548576792 ], [ 114.350171791307787, 22.603769752569665 ], [ 114.350241696044861, 22.6038273242855929 ], [ 114.350325661442696, 22.6038653921208805 ], [ 114.350412182607784, 22.6038808963199713 ], [ 114.350546896425371, 22.6038782975000707 ], [ 114.350667826457013, 22.603858390985387 ], [ 114.350784259495569, 22.6038221101089007 ], [ 114.351009905007572, 22.6036304341891388 ], [ 114.351241372160572, 22.6033966956743555 ], [ 114.35149120649946, 22.6031704983909911 ], [ 114.351571632330703, 22.6031246599738402 ], [ 114.351659900112736, 22.6030936609859552 ], [ 114.351753390131535, 22.6030785683496056 ], [ 114.351846221006568, 22.6030802861633617 ], [ 114.351974845207266, 22.6031106721834156 ], [ 114.352101442302938, 22.6031744273996473 ], [ 114.352276339663106, 22.6032889560984103 ], [ 114.352435990933287, 22.6034212962772507 ], [ 114.35287378402505, 22.6039545896498453 ], [ 114.353108447306937, 22.6043888899744658 ], [ 114.353161471943068, 22.6044417849979453 ], [ 114.353228314725314, 22.6044787994865182 ], [ 114.353290643699708, 22.6044953231563923 ], [ 114.35335540576213, 22.6044978655513127 ], [ 114.353419013938705, 22.6044862874321986 ], [ 114.353477948684343, 22.6044612289647446 ], [ 114.354138178855408, 22.6039230493499872 ], [ 114.354174618428956, 22.6039067185974609 ], [ 114.354257832464413, 22.6038962374409067 ], [ 114.35436206115169, 22.6039108366978674 ], [ 114.35445423898625, 22.603958310909622 ], [ 114.354658260815214, 22.6042538701111688 ], [ 114.354719697269658, 22.6043065415154025 ], [ 114.354783459376108, 22.604345498384852 ], [ 114.354852350035998, 22.6043734674770711 ], [ 114.354925316986993, 22.6043903143296454 ], [ 114.355243527330359, 22.6043976813085159 ], [ 114.355277166270838, 22.6044058577166886 ], [ 114.35530624437699, 22.6044235701962393 ], [ 114.355327923838018, 22.6044493143312337 ], [ 114.355622996264756, 22.6050309000375229 ], [ 114.355683990477218, 22.6054050787144725 ], [ 114.355711499324698, 22.6057826564641111 ], [ 114.35578007271333, 22.6063651317911329 ], [ 114.356063991804717, 22.6072363003676635 ], [ 114.356072147233888, 22.6073698420256051 ], [ 114.355976661639815, 22.6077283276013468 ], [ 114.355796958760351, 22.608057074245945 ], [ 114.355652981593877, 22.6082361965211227 ], [ 114.355030994141359, 22.6087828880513833 ], [ 114.35485593630456, 22.6090627828792599 ], [ 114.354697893555624, 22.6093512731390085 ] ] } },
692
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0055949227986998836 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.100932932610519, 22.600850193763808 ], [ 114.100803983823496, 22.6010735759757715 ], [ 114.100671482133123, 22.6012622485017118 ], [ 114.100518639663591, 22.6014367851525861 ], [ 114.100350473366802, 22.601592620946203 ], [ 114.099434349295947, 22.6023888839219858 ], [ 114.099343469950938, 22.6026063752628588 ], [ 114.099311998654954, 22.6027510615717802 ], [ 114.099353076116614, 22.6033984605845006 ], [ 114.099507497593066, 22.6049973738455527 ], [ 114.099566008619021, 22.6057877422290652 ] ] } },
693
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.020992198515653367 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.430639718807285, 22.6105421895192968 ], [ 114.431044403138301, 22.6100804894671441 ], [ 114.431231819396885, 22.609809313765254 ], [ 114.432620098830839, 22.6082616027601198 ], [ 114.434048639864756, 22.6068912133462945 ], [ 114.435981958720106, 22.6052305829632552 ], [ 114.437349954283121, 22.6042155571810177 ], [ 114.439408114535311, 22.6028437056795788 ], [ 114.441840623771554, 22.601619791818468 ], [ 114.445872456946361, 22.5999660187503331 ], [ 114.447861397428284, 22.5990649523340892 ] ] } },
694
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0051329450211523072 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.02661394714012, 22.6006058560602483 ], [ 114.026178126709539, 22.6014213955356027 ], [ 114.026045009854855, 22.6016665027116304 ], [ 114.025711749906478, 22.6022708115634359 ], [ 114.024954396821471, 22.603223106821325 ], [ 114.024378174786747, 22.603948904332043 ], [ 114.023724966424851, 22.6048286915206162 ] ] } },
695
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0033636556483805416 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.86244191796068, 22.6022381303319619 ], [ 113.864309240139164, 22.5994404013953734 ] ] } },
696
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0036572767330514708 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.037629115732429, 22.6028043518461388 ], [ 114.040257026886323, 22.6050000329129084 ], [ 114.040435690610735, 22.6051493061216853 ] ] } },
697
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.010575401195038801 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.886519385360671, 22.6029232912377402 ], [ 113.887000989122711, 22.6025125998064134 ], [ 113.888141548434092, 22.6016574276807525 ], [ 113.892529373720166, 22.5985342767354283 ], [ 113.893665747123819, 22.5977559763783411 ], [ 113.895053672320572, 22.5966839378336459 ] ] } },
698
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.006163392737414751 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.877646158591318, 22.6008152737204107 ], [ 113.877873964103458, 22.6009995941750255 ], [ 113.878556148579335, 22.6014455671972634 ], [ 113.878729672849801, 22.6015903315747089 ], [ 113.879851588853015, 22.6027403733091816 ], [ 113.880025678884465, 22.6028560419129789 ], [ 113.880181413301358, 22.6029077414909558 ], [ 113.88039293855347, 22.6029112565556005 ], [ 113.880964848936799, 22.6027749325989831 ], [ 113.882392776027658, 22.6023407768835334 ], [ 113.882835311490851, 22.6022439117622227 ], [ 113.882937526943437, 22.6022215380164688 ] ] } },
699
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0047467054939941342 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.93673547301664, 22.6006552054972012 ], [ 113.936408193669109, 22.6009505301970712 ], [ 113.934696271942713, 22.6026062188436221 ], [ 113.933918723557937, 22.6034479566914825 ], [ 113.933424657646242, 22.6040494319732126 ] ] } },
700
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0095625667906415537 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.345060830315148, 22.6065582602546051 ], [ 114.346643328420527, 22.6069843867875981 ], [ 114.347552210031211, 22.6071865344264324 ], [ 114.349530601861801, 22.6075462666690505 ], [ 114.350082249227412, 22.6076802799254715 ], [ 114.351012258066746, 22.6080449162745865 ], [ 114.351522893922748, 22.6083378344831338 ], [ 114.351941706676953, 22.6086322477640458 ], [ 114.352531331787077, 22.609173694120873 ], [ 114.352932212682489, 22.6096658230804159 ], [ 114.353380995615836, 22.6104219360840908 ] ] } },
701
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0037648933887448771 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.362558948463345, 22.6104320872221862 ], [ 114.362927828461508, 22.6104758274525928 ], [ 114.363160113146705, 22.6105933942972648 ], [ 114.363440267386082, 22.6107848887157701 ], [ 114.363531145210601, 22.6108214465564572 ], [ 114.363628112987797, 22.6108401702949315 ], [ 114.36374228796582, 22.61083864239707 ], [ 114.363852935940258, 22.6108124632271164 ], [ 114.364628670397508, 22.6104588703296692 ], [ 114.364801784756807, 22.6104211745835748 ], [ 114.36499266033826, 22.6104294854057422 ], [ 114.365836597612031, 22.610701242824959 ], [ 114.366088822897936, 22.6107713087089799 ] ] } },
702
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0099746318387885606 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.888944046510389, 22.6037486631448843 ], [ 113.889393914402135, 22.6033966199701979 ], [ 113.889779379311648, 22.6031097954404459 ], [ 113.890031379729024, 22.6028975289993532 ], [ 113.89165657619813, 22.6015758502518622 ], [ 113.891802283132193, 22.6014730233635959 ], [ 113.89195859682934, 22.6013846406635466 ], [ 113.892117611119318, 22.6013140532676609 ], [ 113.892283367597031, 22.6012584215141317 ], [ 113.892654221848417, 22.6011867534569113 ], [ 113.89292597392982, 22.6011487144606384 ], [ 113.893199089588421, 22.6011203279910866 ], [ 113.893883344046174, 22.6010809957386769 ], [ 113.894053157953891, 22.6010587352374621 ], [ 113.894221177134369, 22.6010268198863074 ], [ 113.894460316860744, 22.6009636487120673 ], [ 113.894692443412325, 22.6008809442817196 ], [ 113.894823917964587, 22.6008215579513099 ], [ 113.894977455784243, 22.6007207703098238 ], [ 113.895099546774716, 22.600615252317386 ], [ 113.895206370035794, 22.6004963096938596 ], [ 113.89529622703877, 22.6003658336833873 ], [ 113.895367692050172, 22.6002258970490928 ], [ 113.89541667678202, 22.6000891119514868 ], [ 113.895515663158832, 22.5997049656178746 ], [ 113.895626529440719, 22.5993307892220301 ], [ 113.895738242946948, 22.5989963453132212 ], [ 113.895860929308128, 22.5986652343304293 ], [ 113.896102291818352, 22.5983846408411537 ], [ 113.896353141044486, 22.5981113158557747 ] ] } },
703
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0039177925962460549 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.01133487742203, 22.6020171379927355 ], [ 114.011413041554576, 22.6029460874533328 ], [ 114.011315045651244, 22.6050009643217962 ], [ 114.011197974839433, 22.6059219012864787 ] ] } },
704
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0062571062800806211 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.426135048324497, 22.6065958122948096 ], [ 114.426429746703661, 22.6072260496072026 ], [ 114.426530574987837, 22.6075376489924977 ], [ 114.426598296102497, 22.6079212788857191 ], [ 114.4264132317536, 22.6099924632795215 ], [ 114.426445959540288, 22.610260758088625 ], [ 114.426526651464471, 22.6106037732873766 ], [ 114.426686402833226, 22.6108992296625004 ], [ 114.427443179354711, 22.6118790892595101 ], [ 114.427600519484187, 22.612082175022536 ], [ 114.427692319726333, 22.6123220434947356 ], [ 114.427711803168137, 22.6123729529501958 ] ] } },
705
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0033163464397662486 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.427711803168137, 22.6123729529501958 ], [ 114.429053340243229, 22.6113811268337557 ], [ 114.429982194635514, 22.6105301529070211 ], [ 114.430239294663451, 22.6102392290357308 ] ] } },
706
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0033660999791916952 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.428070406371035, 22.6127043020654419 ], [ 114.428738883596736, 22.6122340702350542 ], [ 114.429575178273453, 22.6115742331871665 ], [ 114.430195590625345, 22.6110075219453961 ], [ 114.430639718807285, 22.6105421895192968 ] ] } },
707
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0042283242882892695 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.043705964864728, 22.603421026105341 ], [ 114.043555123066255, 22.603839463535639 ], [ 114.043488113810085, 22.6040357066214845 ], [ 114.042533712017274, 22.6066858194677387 ], [ 114.042290404377994, 22.6070541986498448 ], [ 114.042066686043768, 22.6072801258724212 ] ] } },
708
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0056226631424436211 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.150088523168847, 22.6081275828590087 ], [ 114.150140039789861, 22.6081035144385147 ], [ 114.150230672658566, 22.6080611696931868 ], [ 114.150523628266626, 22.6079636348218429 ], [ 114.150869631309163, 22.6079227029980316 ], [ 114.151274716210438, 22.6078797723868874 ], [ 114.151684673120698, 22.6078584640346811 ], [ 114.152037363787016, 22.607905314178705 ], [ 114.152439462277627, 22.6080028546256919 ], [ 114.152792375876288, 22.6081308254386144 ], [ 114.153879748089224, 22.6085914157440762 ], [ 114.154378451613852, 22.6087773964057561 ], [ 114.154964846939805, 22.6089360188839805 ], [ 114.155324037329819, 22.6089962806031899 ], [ 114.155482757346547, 22.6090229094572805 ] ] } },
709
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.028523224129227587 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.211547829788501, 22.6098523110691545 ], [ 114.211880650714136, 22.6096043390893797 ], [ 114.212187620054905, 22.6093618587396321 ], [ 114.212487362683021, 22.6091117082883741 ], [ 114.212779656631497, 22.6088540715016784 ], [ 114.213107382611042, 22.6085477477070853 ], [ 114.213403766617603, 22.6082533503618279 ], [ 114.213589337503549, 22.6080598850868633 ], [ 114.213761830641218, 22.6078478105114691 ], [ 114.214058027608161, 22.6074636688365445 ], [ 114.2143233193583, 22.6070955667738573 ], [ 114.21457636450495, 22.6067201067703643 ], [ 114.214832514494589, 22.606311900554438 ], [ 114.21505951329496, 22.6059223507364742 ], [ 114.215287382625732, 22.6054999383818078 ], [ 114.2155002937875, 22.6050708505486213 ], [ 114.215686109303334, 22.6046629246234794 ], [ 114.225753118447003, 22.5993769871935761 ], [ 114.231118501951258, 22.5965593351677576 ], [ 114.232995650866727, 22.5957511881631348 ], [ 114.23499731618945, 22.5945718884424096 ] ] } },
710
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0051883736911770674 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.856665149493622, 22.6039382850535766 ], [ 113.85693169873214, 22.6041157034848972 ], [ 113.857072650510446, 22.6041802271974319 ], [ 113.857205965368038, 22.6042107749030663 ], [ 113.857727877400919, 22.6043081028938424 ], [ 113.858157051466961, 22.6043718327361596 ], [ 113.858489317583661, 22.6044075510931677 ], [ 113.858753600426226, 22.6043893498156621 ], [ 113.858986800004075, 22.6042989970737302 ], [ 113.859407466037993, 22.604120450494456 ], [ 113.859763941502123, 22.6039798178884332 ], [ 113.860128481575032, 22.6038458871348347 ], [ 113.860277149487089, 22.6038007630093887 ], [ 113.860790383294599, 22.6036203061162517 ], [ 113.861169623294302, 22.6035047434513068 ], [ 113.861260700857926, 22.6035083152425962 ], [ 113.861607282969686, 22.6035219083632448 ] ] } },
711
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0041842758922385074 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.82948679562999, 22.6026252533152352 ], [ 113.833358156873715, 22.6042129330256785 ] ] } },
712
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0033457965236676824 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.849365743162735, 22.6037777230048071 ], [ 113.849577309326662, 22.6038165761651122 ], [ 113.850228986332951, 22.6038436680061245 ], [ 113.850971364877523, 22.6039110767250087 ], [ 113.851587885231865, 22.6041271137102875 ], [ 113.852407437645624, 22.6044935659935007 ], [ 113.852578048826999, 22.6045569217402509 ] ] } },
713
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0043157750218637929 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.852578048826999, 22.6045569217402509 ], [ 113.852718794789439, 22.6046091871096237 ], [ 113.853037958319547, 22.6046587712691043 ], [ 113.853375898285265, 22.6046234028967632 ], [ 113.854266848814177, 22.6043951283396254 ], [ 113.854706507315498, 22.6042344047280039 ], [ 113.855408200011226, 22.603886312523148 ], [ 113.85580257418286, 22.603764695482127 ], [ 113.856182061369481, 22.6037214149463033 ], [ 113.856399386651944, 22.6037705495724452 ], [ 113.856665149493622, 22.6039382850535766 ] ] } },
714
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0032133296713851558 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.354671233585023, 22.6098944984067103 ], [ 114.354875743832409, 22.6100410299932548 ], [ 114.355098820238382, 22.610243882862985 ], [ 114.355236191473821, 22.6103946258977686 ], [ 114.355362394003393, 22.6105485265022352 ], [ 114.355509815864323, 22.6107929320449834 ], [ 114.355914682233362, 22.6116155967671908 ], [ 114.356172654241703, 22.6121033317000517 ], [ 114.356403950456283, 22.6123933007718847 ], [ 114.356493578693772, 22.6124905578688598 ] ] } },
715
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0047425818575902532 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.865947986423848, 22.6052254270904314 ], [ 113.869300731934032, 22.6018711491920037 ] ] } },
716
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0042821873943527629 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.141070322101385, 22.6093171665987889 ], [ 114.141110985352626, 22.6093223340550082 ], [ 114.143250230518376, 22.6095941909766474 ], [ 114.145325311056055, 22.6097947198658211 ] ] } },
717
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0050914566587446529 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.145325311056055, 22.6097947198658211 ], [ 114.146200394579239, 22.6097111315568746 ], [ 114.147002848243687, 22.609510232207473 ], [ 114.147445788040372, 22.6093678706123846 ], [ 114.148644518568503, 22.6087725297911497 ], [ 114.149983664191566, 22.6081744181061204 ], [ 114.150088523168847, 22.6081275828590087 ] ] } },
718
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0048816592545990979 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.028951331820025, 22.6081254439333499 ], [ 114.028992704866496, 22.6080718881933436 ], [ 114.029768888926498, 22.6070671350534518 ], [ 114.032203944878546, 22.604616616134507 ], [ 114.032267171568151, 22.6045529862104608 ] ] } },
719
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0072435756774423083 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.366088822897936, 22.6107713087089799 ], [ 114.366197895689766, 22.6107907549524541 ], [ 114.366308954818891, 22.6107917703806116 ], [ 114.366408816494911, 22.6107766173434364 ], [ 114.366544451428439, 22.6107373549488102 ], [ 114.366798971586263, 22.6106369544327883 ], [ 114.367108748524345, 22.6104720684309797 ], [ 114.367294361810337, 22.6103853499730896 ], [ 114.367530730606106, 22.6102952433774433 ], [ 114.367633584385928, 22.6102713293739512 ], [ 114.367750472106906, 22.6102694010035812 ], [ 114.367864536491851, 22.6102931890542962 ], [ 114.368092313259652, 22.6103797571310388 ], [ 114.368294778057759, 22.610488694195972 ], [ 114.368446639079451, 22.6105964389310259 ], [ 114.368465498968803, 22.6106359343097019 ], [ 114.36848612321468, 22.6107038535329252 ], [ 114.368493559187044, 22.6107740794669603 ], [ 114.368487574676848, 22.6108444270667697 ], [ 114.368468355907609, 22.6109127006957671 ], [ 114.368415803176376, 22.6110070352708412 ], [ 114.368325195483763, 22.6111026289545087 ], [ 114.368192708191742, 22.6112146977705635 ], [ 114.368020931659018, 22.6113332666934177 ], [ 114.367954255005202, 22.6113974357177696 ], [ 114.367912746080037, 22.6114538881902334 ], [ 114.367880534377505, 22.6115153524144112 ], [ 114.36785487726921, 22.6116285874397889 ], [ 114.3678559421286, 22.6117323885233255 ], [ 114.367878085000413, 22.611834138845925 ], [ 114.368008107193958, 22.6122323075415643 ], [ 114.368115936401793, 22.6124282691558811 ], [ 114.368358396932109, 22.6126025076921309 ], [ 114.369634946670729, 22.613385820724698 ], [ 114.369854949228156, 22.6134665949131346 ], [ 114.37037521438576, 22.6134665459515567 ] ] } },
720
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0055445032205495865 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.044527433022438, 22.608824147315282 ], [ 114.044511717124806, 22.6086472787016071 ], [ 114.043832864781905, 22.6041050735304836 ], [ 114.043726299972576, 22.6033381578371966 ] ] } },
721
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.006891646596510358 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.357557448388377, 22.6132255663969453 ], [ 114.358034657194423, 22.6135126578026906 ], [ 114.358272954664429, 22.6135912161856076 ], [ 114.358408926789494, 22.6136053026097521 ], [ 114.35862441391464, 22.6135919190773294 ], [ 114.358824945683921, 22.6135518183958695 ], [ 114.358977385593178, 22.6134967878517941 ], [ 114.359099239916745, 22.6134311432419288 ], [ 114.359206275523192, 22.6133465737728301 ], [ 114.359293453892931, 22.613255331121433 ], [ 114.35947535295216, 22.613040719099935 ], [ 114.359571745151925, 22.612893833886158 ], [ 114.359679500942249, 22.6126778086944569 ], [ 114.359793639203687, 22.6123911371170543 ], [ 114.359856745802318, 22.6122071401980165 ], [ 114.359928458609076, 22.6119567509985764 ], [ 114.359985207024451, 22.6115599597816654 ], [ 114.360102868921174, 22.6113546245234396 ], [ 114.360200980487761, 22.6112552576064338 ], [ 114.360364212411696, 22.6111833345341147 ], [ 114.360817013221336, 22.611093578140661 ], [ 114.361063848334354, 22.610957138496385 ], [ 114.361140160453644, 22.6108796071787665 ], [ 114.36139254535135, 22.6104448217776159 ], [ 114.361506920073396, 22.6103722327447372 ], [ 114.36168710058854, 22.6103591891087774 ], [ 114.362558948463345, 22.6104320872221862 ] ] } },
722
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0076153517503894947 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.375278567337332, 22.6131793560714982 ], [ 114.376035782581653, 22.6133164091396388 ], [ 114.376414773404903, 22.6133771127428638 ], [ 114.376697766926853, 22.6133509980818559 ], [ 114.377007484119872, 22.6133200352629018 ], [ 114.377696860077222, 22.6131990525811872 ], [ 114.377805453208907, 22.6131691035831395 ], [ 114.377917334626943, 22.6131526135530123 ], [ 114.378008940212069, 22.6131493225224744 ], [ 114.378289311260488, 22.6131576041337006 ], [ 114.378558844223036, 22.6131814323642288 ], [ 114.37873530436579, 22.6132099479249931 ], [ 114.379128268812053, 22.6132903296561736 ], [ 114.379824463346466, 22.6134544156549069 ], [ 114.380521343732141, 22.6136855776523618 ], [ 114.380713962041995, 22.6137388631036131 ], [ 114.380909274533423, 22.613782898899661 ], [ 114.381236984978671, 22.6138202533301182 ], [ 114.382238240873292, 22.6139145197452898 ], [ 114.382353189149725, 22.613957849663862 ], [ 114.382462157861568, 22.6140129089004098 ], [ 114.382539916450739, 22.6140634859289626 ], [ 114.382563766941573, 22.6140789979564545 ], [ 114.382656720219899, 22.6141552766781508 ], [ 114.382689236466234, 22.6141890070728309 ] ] } },
723
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0036174149098790235 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.123792573279161, 22.6087607083069919 ], [ 114.12408513463221, 22.608922783902468 ], [ 114.124529850131239, 22.6092056236671404 ], [ 114.126265441951773, 22.6103763503235911 ], [ 114.126819050105453, 22.6107400463774866 ] ] } },
724
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0034763152053582016 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.131152139336479, 22.6108112109042239 ], [ 114.134541267935589, 22.6100375347796749 ] ] } },
725
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0053411198105319784 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.404362295522773, 22.6151509223466327 ], [ 114.406534559050158, 22.6143996556473823 ], [ 114.40744648312473, 22.6141252846880612 ], [ 114.407783608977596, 22.6140768370798 ], [ 114.408768228319857, 22.6140411081561261 ], [ 114.409337730817029, 22.6141323694346035 ], [ 114.409515646637686, 22.6141921283017204 ] ] } },
726
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.006427463896024983 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.382689236466234, 22.6141890070728309 ], [ 114.383255741881413, 22.6142626346623707 ], [ 114.384324114049249, 22.614406652201378 ], [ 114.389064059212728, 22.6150097436688888 ] ] } },
727
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0055735748213208893 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.353380995615836, 22.6104219360840908 ], [ 114.353942275372006, 22.6115821246800124 ], [ 114.3540932508119, 22.6118319047050278 ], [ 114.354552741930277, 22.6125921028370627 ], [ 114.354690843192628, 22.6127616290921374 ], [ 114.354734265358019, 22.6128149317096394 ], [ 114.355225785625038, 22.6134182953001215 ], [ 114.355399318883471, 22.6136149932328401 ], [ 114.355644521467852, 22.6138273510314782 ], [ 114.355898760862274, 22.6140303958727102 ], [ 114.356124415945217, 22.6141973773103153 ], [ 114.356356165318289, 22.6143570007172769 ], [ 114.356593729926288, 22.6145090726154301 ], [ 114.35683683913426, 22.6146534204137595 ] ] } },
728
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0038991651338282688 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.104792122401335, 22.609388361611618 ], [ 114.10488612814315, 22.6094072101224235 ], [ 114.105324780240167, 22.6094951618534701 ], [ 114.105576184424507, 22.6095791125150996 ], [ 114.105855527214331, 22.6096939364510661 ], [ 114.106347676130525, 22.6099770632469479 ], [ 114.108019282078629, 22.6110046198968853 ], [ 114.108239826312868, 22.6111401879486067 ] ] } },
729
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.004812661257297738 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.115689189254539, 22.6095492996981768 ], [ 114.115729778423699, 22.6095529922285152 ], [ 114.116090737841148, 22.609585830135611 ], [ 114.116533533169999, 22.6096479793115783 ], [ 114.116857224973757, 22.609720553143319 ], [ 114.117562942731993, 22.6099373251909661 ], [ 114.117964002951965, 22.6100971189478983 ], [ 114.118396839988009, 22.6102873886111411 ], [ 114.118624813123745, 22.6104145694061351 ], [ 114.119260244368363, 22.6108167081551734 ], [ 114.11984150503072, 22.6112223725689674 ], [ 114.120059585829679, 22.6113745698155242 ] ] } },
730
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0040651786131662964 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.389064059212728, 22.6150097436688888 ], [ 114.389148148966612, 22.6149079056042801 ], [ 114.389212766916884, 22.6148292814976202 ], [ 114.389438103786532, 22.6146408594112955 ], [ 114.389660822572495, 22.6145506999373893 ], [ 114.389862121300894, 22.6145095658284312 ], [ 114.390086638790677, 22.6144933983807022 ], [ 114.390263611565985, 22.614498511392128 ], [ 114.391385869563607, 22.614628619107016 ], [ 114.39162732356597, 22.6146619911884201 ], [ 114.39185381147918, 22.614708859709804 ], [ 114.392065165974259, 22.6147801816163252 ], [ 114.392182368295295, 22.6148338046440998 ], [ 114.392318603935337, 22.6149917892591041 ], [ 114.392439040011823, 22.615185370050952 ], [ 114.392473397889262, 22.6152405960740488 ], [ 114.392516115895589, 22.6153092566026608 ], [ 114.392595595800202, 22.6154370089712415 ] ] } },
731
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.003341945542708892 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.837365542214627, 22.6058279840326861 ], [ 113.840123191788038, 22.6069620409287033 ], [ 113.840397393433122, 22.607074799706929 ], [ 113.840456362500433, 22.6070989796080433 ] ] } },
732
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0067987737917997518 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.843419067489862, 22.6009796967400227 ], [ 113.841911229356128, 22.6040836918809305 ], [ 113.840456362500433, 22.6070989796080433 ] ] } },
733
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0041215811392278688 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.400275248166793, 22.6156115861175877 ], [ 114.401090854645219, 22.6155784328696257 ], [ 114.40191427110868, 22.6155336863164855 ], [ 114.402787871698436, 22.6154404317065278 ], [ 114.403386261641188, 22.6153336694112248 ], [ 114.403747768179116, 22.6152466965510826 ], [ 114.403985106548319, 22.6151974076509212 ], [ 114.404362295522773, 22.6151509223466327 ] ] } },
734
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.008093663818684739 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.050078197704011, 22.6046237616732206 ], [ 114.050603139321183, 22.6048095376927094 ], [ 114.051261419281019, 22.6051308991672606 ], [ 114.051745178889391, 22.6054124399497098 ], [ 114.052194441580852, 22.6057472212147879 ], [ 114.052705881255235, 22.6061837890477335 ], [ 114.053164384617375, 22.6066733122636059 ], [ 114.053579192270377, 22.6071992651464875 ], [ 114.053913578110212, 22.6077525149017404 ], [ 114.054161621521857, 22.6082398571918972 ], [ 114.054321179156219, 22.6087104646893877 ], [ 114.054810996133384, 22.6106300428803024 ] ] } },
735
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0070357798199817655 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.392595595800202, 22.6154370089712415 ], [ 114.394685874343068, 22.6155628434621043 ], [ 114.395549346147234, 22.615563062753381 ], [ 114.397010339332567, 22.6155959133058957 ], [ 114.397769296764849, 22.6155628722585114 ], [ 114.398840580416817, 22.6155033242729182 ], [ 114.399623717559777, 22.615461202452984 ] ] } },
736
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.003378863947971157 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.394746208986149, 22.6157689199650243 ], [ 114.39558079878752, 22.6157842859211513 ], [ 114.396821587441735, 22.6157638395409784 ], [ 114.397320797299329, 22.6157378999665326 ], [ 114.398123561438354, 22.6157087759951771 ] ] } },
737
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0035234165516199812 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.833358156873715, 22.6042129330256785 ], [ 113.833299908214116, 22.6043290875412666 ], [ 113.832845677032608, 22.6052348700402383 ], [ 113.831806438046243, 22.6073761866922212 ] ] } },
738
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0068011128780275073 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.022581831788344, 22.6063051323058382 ], [ 114.022534601439148, 22.6063847742156732 ], [ 114.022459338582195, 22.6065607688489152 ], [ 114.022406592204078, 22.606710395363379 ], [ 114.022350755978081, 22.6069123743732803 ], [ 114.022331784272026, 22.6071417604319365 ], [ 114.022338726272906, 22.607335423593188 ], [ 114.022366557363441, 22.6075274630354208 ], [ 114.022388226934154, 22.6076222669339266 ], [ 114.022414997761402, 22.6077159406995349 ], [ 114.022481927635809, 22.6078952119828607 ], [ 114.022527010639365, 22.6079914961617874 ], [ 114.022624778086907, 22.608162689648065 ], [ 114.022701589656549, 22.6082774392729675 ], [ 114.022817710537765, 22.6084272053298143 ], [ 114.022949217078562, 22.6085655720686418 ], [ 114.023070402489608, 22.6086718086258891 ], [ 114.023200665441038, 22.6087683422898102 ], [ 114.023330900141758, 22.6088498225277768 ], [ 114.023558605551742, 22.6089689279004773 ], [ 114.023677105933558, 22.6090175159540578 ], [ 114.023862544068564, 22.6090711490081198 ], [ 114.023989799770575, 22.6090936403001699 ], [ 114.024200368707099, 22.6092214793845798 ], [ 114.024511960532351, 22.6094569686264073 ], [ 114.025429599084902, 22.6099920838908908 ], [ 114.026364867747716, 22.6106875279546742 ], [ 114.02658476632898, 22.6108510383284624 ] ] } },
739
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.016214172237819572 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.232673465605941, 22.6141410512222762 ], [ 114.238015114627473, 22.609563860987457 ], [ 114.239218015160432, 22.6085226283504568 ], [ 114.239684491651275, 22.6081066334736178 ], [ 114.240156193654343, 22.6075719773077601 ], [ 114.240585617582028, 22.6069560263165279 ], [ 114.241033231859447, 22.6061558922543355 ], [ 114.241280532278267, 22.6055241999062346 ], [ 114.24146016171008, 22.6051869505662495 ], [ 114.242015603870939, 22.6040795519068887 ], [ 114.242506358985807, 22.6034284222534545 ], [ 114.243476131722474, 22.6023259472002209 ] ] } },
740
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.003645937521536002 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.932591811126201, 22.6060991653177723 ], [ 113.932527337739543, 22.6065157144134297 ], [ 113.932504518278137, 22.6069519985049894 ], [ 113.932509617590384, 22.6073964821189719 ], [ 113.932573593600125, 22.6079358105929735 ], [ 113.932609121464381, 22.6081688463229078 ], [ 113.932853998581706, 22.6089700061418313 ], [ 113.933142300132147, 22.6096367970903884 ] ] } },
741
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.005067420075371384 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.86172113142986, 22.6094462652065822 ], [ 113.86530690187405, 22.6058656232890129 ] ] } },
742
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0035655474775896584 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.837365542214627, 22.6058279840326861 ], [ 113.837289397925105, 22.6059810896130315 ], [ 113.836958843627244, 22.6066457429919332 ], [ 113.835837519534877, 22.6089559018260999 ], [ 113.835800699586443, 22.6090317586989578 ] ] } },
743
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0030084282047723402 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.02658476632898, 22.6108510383284624 ], [ 114.026880869490057, 22.611029290105467 ], [ 114.027294101760674, 22.6112780499724408 ], [ 114.02777719936006, 22.6115526326449832 ], [ 114.02848562342902, 22.611932655190639 ], [ 114.029219986844964, 22.6122994855409694 ] ] } },
744
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0065423232314613944 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.840456362500433, 22.6070989796080433 ], [ 113.840671966565026, 22.6071873872424263 ], [ 113.845857663035417, 22.6093136283345331 ], [ 113.846519045540106, 22.6095566717028049 ] ] } },
745
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.012500453145812562 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.092427703214085, 22.6136549600572607 ], [ 114.093600837493526, 22.6095762177900781 ], [ 114.094248324368564, 22.6078668703607875 ], [ 114.094601008613736, 22.6071806078131168 ], [ 114.097614401798978, 22.6023931271815037 ] ] } },
746
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0046981601595805448 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.134541267935589, 22.6100375347796749 ], [ 114.134572976012521, 22.6101676247561869 ], [ 114.134796337505861, 22.6110840356317411 ], [ 114.134947234211467, 22.6114867815760157 ], [ 114.135473777727313, 22.6124350966007412 ], [ 114.135641198022583, 22.6127737254378189 ], [ 114.135695720724584, 22.6129604806816786 ], [ 114.135734094645997, 22.6131899028575845 ], [ 114.135696129587387, 22.6140439337854922 ], [ 114.135668222070251, 22.6144895185173631 ] ] } },
747
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.007177028548137644 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.034058484770995, 22.6129698710630791 ], [ 114.035151598298199, 22.6116915683444297 ], [ 114.038487413184825, 22.6075371789663748 ], [ 114.038592076366328, 22.6074068278089335 ] ] } },
748
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0043598161260338048 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.42935395573187, 22.6148583785329116 ], [ 114.429430786703776, 22.614986721657278 ], [ 114.429644383742399, 22.6157214148227723 ], [ 114.42971583980659, 22.615855002635957 ], [ 114.429969124709061, 22.6161969962526328 ], [ 114.430288435167213, 22.6165651475478136 ], [ 114.43055123919568, 22.6168910783498376 ], [ 114.430723401962368, 22.6171923511900488 ], [ 114.430878132369216, 22.617712273561775 ], [ 114.430933498302224, 22.6185965853754212 ], [ 114.430894523884831, 22.6187790023123405 ] ] } },
749
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.013338119238431126 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.35683683913426, 22.6146534204137595 ], [ 114.356986409660038, 22.6147311508798232 ], [ 114.357142394444779, 22.6147971297035468 ], [ 114.357517299449995, 22.6149855442549104 ], [ 114.357930201895996, 22.6151607116934485 ], [ 114.358291839972537, 22.6152886605545227 ], [ 114.358695053714854, 22.6154052821134961 ], [ 114.360381643527745, 22.6158613008992866 ], [ 114.363288349255811, 22.6166554520666381 ], [ 114.36555347013126, 22.6172832120283864 ], [ 114.36698488692079, 22.617677714591057 ], [ 114.367905038951022, 22.6179337913856102 ], [ 114.368692498933726, 22.618165379057416 ], [ 114.369449175513466, 22.6184021579571599 ], [ 114.369565713991719, 22.6184181924183996 ], [ 114.369611914918423, 22.6184245489111326 ] ] } },
750
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.014425314852354503 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.369611914918423, 22.6184245489111326 ], [ 114.369649937502558, 22.6184296856766771 ], [ 114.370234278199874, 22.6185086197721681 ], [ 114.370671226306314, 22.6185467458299598 ], [ 114.371155135630602, 22.6185605929012752 ], [ 114.371638974309434, 22.6185447850467547 ], [ 114.37213296573492, 22.6184978385269311 ], [ 114.372622406503098, 22.6184199825755528 ], [ 114.373105055281357, 22.6183115743829077 ], [ 114.373578698727385, 22.6181731106208517 ], [ 114.37384455898075, 22.6180807008907756 ], [ 114.374106369928512, 22.6179788139518969 ], [ 114.374363741000607, 22.6178676025926855 ], [ 114.374616284350779, 22.6177472322837758 ], [ 114.375016764886723, 22.6175029630004438 ], [ 114.375044712764733, 22.6174844257758707 ], [ 114.375406723321589, 22.6172443042431581 ], [ 114.37587946722256, 22.6169005653003943 ], [ 114.376333508867731, 22.6165357443651942 ], [ 114.377360913085937, 22.6156102095787297 ], [ 114.3779948556747, 22.6150560267506613 ], [ 114.378154053206131, 22.6149251508381397 ], [ 114.378370663670836, 22.614766399710085 ], [ 114.378597739870983, 22.6146207985872891 ], [ 114.378834357223951, 22.6144889400412339 ], [ 114.379079549216371, 22.614371361895337 ], [ 114.379415884533557, 22.6142383891430505 ], [ 114.379745972492884, 22.6141382595573077 ], [ 114.379964904139229, 22.6140920624236124 ], [ 114.380185863187393, 22.6140551147919737 ], [ 114.380408396155943, 22.6140274936301395 ], [ 114.380632049917708, 22.6140092533354178 ], [ 114.380985060119244, 22.6139996336598834 ], [ 114.381337913601428, 22.6140133689439473 ], [ 114.382689236466234, 22.6141890070728309 ] ] } },
751
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.011134030663900332 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.419254199387908, 22.6192566918349449 ], [ 114.419248981321374, 22.6190754122715276 ], [ 114.41927101752033, 22.6189597120073316 ], [ 114.419582214734518, 22.6183525191084343 ], [ 114.419723951274591, 22.6181380841405435 ], [ 114.420090914704218, 22.6176814765141501 ], [ 114.420396813644004, 22.6173312744773973 ], [ 114.420747902091492, 22.6170072574940981 ], [ 114.421572555420624, 22.6163867891576764 ], [ 114.421811789703099, 22.6162370089961904 ], [ 114.422418810353363, 22.6158415002285018 ], [ 114.426960936730637, 22.6128719880778206 ], [ 114.427711803168137, 22.6123729529501958 ] ] } },
752
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.010826678456109089 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.419254199387908, 22.6192566918349449 ], [ 114.419348718835209, 22.6191805584749766 ], [ 114.419981508748108, 22.6183213195674853 ], [ 114.420479751724358, 22.6177845316159072 ], [ 114.421500592250865, 22.6170076083475635 ], [ 114.422033008821771, 22.616641162953119 ], [ 114.422209649485509, 22.6165340691567316 ], [ 114.427879203407912, 22.6128340928484342 ] ] } },
753
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0033429962205013602 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.114564530637807, 22.6118473542771561 ], [ 114.114611613690158, 22.612160855716315 ], [ 114.11461643851122, 22.6122750516867157 ], [ 114.114587515296876, 22.6125275999474091 ], [ 114.114499053178221, 22.6128826131904397 ], [ 114.113982916843042, 22.614587267937285 ], [ 114.113921146162738, 22.6148860801793781 ], [ 114.113890702319864, 22.6150892150771732 ] ] } },
754
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.020393938648427347 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.399623717559777, 22.615461202452984 ], [ 114.399960327556514, 22.615443095714447 ], [ 114.401406846974055, 22.6153749227245271 ], [ 114.402011059291723, 22.6153302454369403 ], [ 114.402722468751548, 22.6152408519945034 ], [ 114.403865592529684, 22.6150274109959462 ], [ 114.405248097149524, 22.6145601584134965 ], [ 114.406705487538247, 22.6140055549729446 ], [ 114.407401975403999, 22.613860323416084 ], [ 114.408170576198842, 22.6138078792620654 ], [ 114.408980146175026, 22.6138343088829572 ], [ 114.409752340770964, 22.6139715165741499 ], [ 114.410585782719437, 22.6142159748370517 ], [ 114.411977161355296, 22.6148141132144964 ], [ 114.413046793032152, 22.6154863057387132 ], [ 114.413894758449516, 22.6161232368950245 ], [ 114.414861674847515, 22.6170770325279769 ], [ 114.417553774305802, 22.6196942250738182 ], [ 114.417709079036996, 22.6198332794463361 ] ] } },
755
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0034685815408512489 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.106186384074604, 22.6154227830070482 ], [ 114.1062857920803, 22.6152190569138725 ], [ 114.106753126766563, 22.614358787198217 ], [ 114.10694037908533, 22.6139545789924625 ], [ 114.107072829700272, 22.6135863647472597 ], [ 114.107153651092418, 22.6131561790186772 ], [ 114.107183116445171, 22.6127825925790624 ], [ 114.107184699826888, 22.6125626603671215 ], [ 114.107223831069263, 22.61229016768905 ], [ 114.107259996784421, 22.6121774133663713 ] ] } },
756
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0048200212178140401 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.040583787250952, 22.6100800929881451 ], [ 114.040469791729862, 22.6109309892051833 ], [ 114.040347872713483, 22.6113537308653854 ], [ 114.040222146510033, 22.6115865587504921 ], [ 114.038614847124677, 22.6144192762796798 ] ] } },
757
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.014227139833779164 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.91632835688506, 22.6003840509936644 ], [ 113.916393581044161, 22.6006134683603079 ], [ 113.916509504030046, 22.6009389739334772 ], [ 113.916596269115047, 22.6011461618037082 ], [ 113.91671726749189, 22.6015187283896886 ], [ 113.916843861205422, 22.601818425080058 ], [ 113.917120614009988, 22.602382772421123 ], [ 113.917438658547212, 22.6028712206360716 ], [ 113.917696747220546, 22.6032836463229394 ], [ 113.918068778349777, 22.6037863483664445 ], [ 113.918768014459999, 22.6047818470240358 ], [ 113.919645511655872, 22.6060735123732535 ], [ 113.920220214290282, 22.6069474468245026 ], [ 113.920439689158485, 22.6073440961300847 ], [ 113.920714453713472, 22.6080606559105526 ], [ 113.920909922584343, 22.6087531339781869 ], [ 113.921006404343828, 22.6093174860215989 ], [ 113.92103435448206, 22.6099571416718845 ], [ 113.921094448582835, 22.6133575593230383 ] ] } },
758
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0031218099088049095 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.422731018653209, 22.6209364621718763 ], [ 114.422156762171326, 22.6209435057229982 ], [ 114.421825045483857, 22.6209078272624602 ], [ 114.421508209869771, 22.6208092364820139 ], [ 114.421328556191781, 22.6206879820939903 ], [ 114.421025198711163, 22.6203642643803811 ], [ 114.420661864999971, 22.6198169968563576 ], [ 114.420470958992709, 22.6196025351056278 ], [ 114.420213004899395, 22.619499814372741 ] ] } },
759
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.011283755048257583 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.409515646637686, 22.6141921283017204 ], [ 114.410188996084656, 22.6144193261424924 ], [ 114.410943665830175, 22.6147255906569704 ], [ 114.412107888233095, 22.6152591487440766 ], [ 114.412323119878863, 22.6153925071602373 ], [ 114.412440174527489, 22.615596313544053 ], [ 114.412504548558758, 22.6158063954106261 ], [ 114.412470105526168, 22.6160918822664385 ], [ 114.412300257112605, 22.6163895196829046 ], [ 114.412567202311806, 22.6166162379260953 ], [ 114.412742197670156, 22.6169602978824287 ], [ 114.412890691628036, 22.6170738554959101 ], [ 114.413078519101731, 22.6177561097371758 ], [ 114.413222388434093, 22.6180492622206799 ], [ 114.413455301768664, 22.6182130692514498 ], [ 114.413815008084526, 22.6182371261570623 ], [ 114.414497702482066, 22.6181159856113538 ], [ 114.414625803153669, 22.6181384730016219 ], [ 114.415050454524945, 22.6183332712082468 ], [ 114.415419093168836, 22.6185716996703441 ], [ 114.415595150453598, 22.6187375117637437 ], [ 114.415697896014578, 22.619087920485395 ], [ 114.415739458655452, 22.6194462695373915 ], [ 114.415898978831166, 22.6201694433203677 ], [ 114.41613143867653, 22.6207042932741267 ], [ 114.416388409260321, 22.6211517967344662 ] ] } },
760
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0037521931689843109 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.135668222070251, 22.6144895185173631 ], [ 114.135624595124526, 22.6149457331872377 ], [ 114.135554100658879, 22.6152343104565645 ], [ 114.135103718888956, 22.6164379418673214 ], [ 114.134997513397124, 22.6166759222101525 ], [ 114.134886744712631, 22.6168441080061591 ], [ 114.134749829593034, 22.6169654168993155 ], [ 114.13436955304546, 22.6172386198873667 ], [ 114.134041540656014, 22.617459567501534 ], [ 114.133873127660735, 22.6175730090346789 ] ] } },
761
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0061064472595142583 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.020714990923352, 22.6164428377794877 ], [ 114.022385216047056, 22.6147252659283033 ], [ 114.02511145783734, 22.6122079766807573 ] ] } },
762
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.010912917122105743 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.011197974839433, 22.6059219012864787 ], [ 114.011173926840371, 22.6061110763661617 ], [ 114.010550506421538, 22.608269833567558 ], [ 114.009877455060135, 22.6098389194955836 ], [ 114.009260188157612, 22.6111097678373234 ], [ 114.008828872044447, 22.6121218229621483 ], [ 114.008520838953871, 22.6128445936156375 ], [ 114.008335414004179, 22.6137778643067193 ], [ 114.008217987188132, 22.6146920517592633 ], [ 114.008203916555416, 22.616009808454919 ], [ 114.008214399991544, 22.616287840480382 ] ] } },
763
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0043379355712014874 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.430894523884831, 22.6187790023123405 ], [ 114.430843734809997, 22.6190167056029559 ], [ 114.430669695012455, 22.6195577628876912 ], [ 114.430208373690292, 22.6207911766629017 ], [ 114.429514909557284, 22.6217382227651349 ], [ 114.429196438294639, 22.6221094175084367 ], [ 114.428954286341806, 22.6223671738082572 ], [ 114.428794820860404, 22.6224760716293645 ] ] } },
764
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0047015432260610569 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.091126442191523, 22.6181728388136776 ], [ 114.092427703214085, 22.6136549600572607 ] ] } },
765
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0034184995747554041 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.038614847124677, 22.6144192762796798 ], [ 114.037104645913018, 22.6172807840064038 ], [ 114.037019263668199, 22.6174425613763859 ] ] } },
766
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0038604944461165559 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.113921879866965, 22.6153143851780456 ], [ 114.113934289765837, 22.6160024427386119 ], [ 114.113922767273365, 22.6162870528350837 ], [ 114.113878336474428, 22.6165873222288774 ], [ 114.113603406084863, 22.6179685299164497 ], [ 114.113509538217997, 22.6183928437223827 ], [ 114.113368958515466, 22.6188132687867558 ], [ 114.113240831067188, 22.6190820521591043 ] ] } },
767
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.010112138290250582 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.225023960073727, 22.6207538236146881 ], [ 114.226325527755208, 22.619638878580016 ], [ 114.227560794560233, 22.6185180902652654 ], [ 114.232137469909404, 22.6146003132631037 ], [ 114.232652182593384, 22.6141592879468689 ], [ 114.232673465605941, 22.6141410512222762 ] ] } },
768
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0032769393957460605 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.417526099529582, 22.6238757887678048 ], [ 114.41758243883946, 22.6237217521574401 ], [ 114.418491143146639, 22.6212372582909147 ], [ 114.418540814286004, 22.6210811697984049 ], [ 114.418555901177015, 22.6210436480327495 ], [ 114.418588014768545, 22.6209637805416754 ], [ 114.418600635895061, 22.6209323897722498 ], [ 114.418654095814674, 22.6207994281593479 ] ] } },
769
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0031781304295280879 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.133873127660735, 22.6175730090346789 ], [ 114.135910747848783, 22.6200119877136245 ] ] } },
770
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0054142934934551671 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.119260927348506, 22.6198666343050689 ], [ 114.119637217753024, 22.6194748608245497 ], [ 114.120071666121106, 22.6189411594117367 ], [ 114.121992391613716, 22.6164131681496663 ], [ 114.122209136480933, 22.6161363081160793 ], [ 114.122499066363062, 22.615805998743312 ], [ 114.122649677759313, 22.6156499125437271 ] ] } },
771
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0054132731728274578 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.420213004899395, 22.619499814372741 ], [ 114.420274618357766, 22.619613553716043 ], [ 114.421041771986225, 22.6210297019706772 ], [ 114.421938316550452, 22.6227870281789549 ], [ 114.422698879778935, 22.6243079805844118 ] ] } },
772
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0039902133681706661 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.921094448582835, 22.6133575593230383 ], [ 113.921164844928143, 22.6173471516678894 ] ] } },
773
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0097391948208926347 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.043831994008301, 22.6204247629555795 ], [ 114.04415999309505, 22.6189705294475338 ], [ 114.044498252168822, 22.6167124092355287 ], [ 114.044715030195292, 22.6141160142006328 ], [ 114.044748185352972, 22.6126730160056795 ], [ 114.044693534976773, 22.6107574877021626 ] ] } },
774
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.003281499054818812 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.037019263668199, 22.6174425613763859 ], [ 114.036979689289836, 22.6175322362384215 ], [ 114.03628522951314, 22.619105864055836 ], [ 114.035793003682286, 22.6204840278986232 ] ] } },
775
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.004906429331388123 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.221307824025033, 22.6239574305401021 ], [ 114.223806261941874, 22.6217931390456783 ], [ 114.225023960073727, 22.6207538236146881 ] ] } },
776
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0035736055955195439 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.851700907870679, 22.6181881499885158 ], [ 113.851729407461718, 22.6181458654329148 ], [ 113.852186454700544, 22.6174677281968108 ], [ 113.852579385734629, 22.616834000521802 ], [ 113.853050682534544, 22.6159893520392998 ], [ 113.853485588752079, 22.6150978384752079 ] ] } },
777
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0084977970001680943 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.156722292553368, 22.6156515511302274 ], [ 114.156554487975612, 22.6159415198346565 ], [ 114.15590556427729, 22.6171116923536637 ], [ 114.155737614663153, 22.6175357811828306 ], [ 114.155676989028137, 22.6178019292696497 ], [ 114.155631762085235, 22.6181498090292372 ], [ 114.155619267060544, 22.6184409500125803 ], [ 114.155632993039802, 22.6186197648560494 ], [ 114.155732985948973, 22.6191033282744876 ], [ 114.155903902194964, 22.6196443045649858 ], [ 114.155937810311443, 22.6198442285952268 ], [ 114.155952247185041, 22.6200360600141117 ], [ 114.155947073443969, 22.620335979909715 ], [ 114.155926938528893, 22.6205827887519426 ], [ 114.155832231590452, 22.6209836883968123 ], [ 114.155738229886865, 22.6212354679850733 ], [ 114.155568543229776, 22.6215433457572956 ], [ 114.155362696796075, 22.6218359473274226 ], [ 114.155173253236029, 22.6220438209581829 ], [ 114.153997201813695, 22.6231271208025824 ] ] } },
778
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0042420257930703663 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.143752973585791, 22.6224433757898602 ], [ 114.144112218917797, 22.6224578022472826 ], [ 114.1444819646144, 22.6225018315861597 ], [ 114.14520121810871, 22.6226021697791175 ], [ 114.145687917902137, 22.6226922770694294 ], [ 114.146028181734692, 22.6227442934066403 ], [ 114.147004758433212, 22.6229232609733515 ], [ 114.14794369462129, 22.6230797455119088 ] ] } },
779
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.003599712938032784 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.417526099529582, 22.6238757887678048 ], [ 114.417603608388021, 22.6240299985441311 ], [ 114.418080081563232, 22.6249779684799108 ], [ 114.418193623467715, 22.6252405799507237 ], [ 114.418281928210448, 22.6254458531675837 ], [ 114.418345930391283, 22.6256987861899717 ], [ 114.418355212949336, 22.626099125265366 ], [ 114.418263205259194, 22.6272908026093624 ] ] } },
780
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0068251756525491694 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.016161195976466, 22.621490158253188 ], [ 114.016851067144472, 22.6204706690384612 ], [ 114.017677746969937, 22.6193853223608841 ], [ 114.019772108969036, 22.6172961948535125 ], [ 114.020714990923352, 22.6164428377794877 ] ] } },
781
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0050146864685459373 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.02823541171999, 22.6219893790171902 ], [ 114.028842788866456, 22.6201764865191635 ], [ 114.029170202564401, 22.6193023819957268 ], [ 114.030374768072093, 22.6174982021214142 ] ] } },
782
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0032826228782079393 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.218640447021528, 22.6258553792696873 ], [ 114.21871468988455, 22.6258175454566661 ], [ 114.219295054666375, 22.6254898267828537 ], [ 114.220051854464486, 22.6249888486957715 ], [ 114.221307824025033, 22.6239574305401021 ] ] } },
783
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.006566043231921153 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.008214399991544, 22.616287840480382 ], [ 114.008298784550988, 22.6185257475084427 ], [ 114.008368370481207, 22.6203711097119573 ], [ 114.008461817534993, 22.6228492205396847 ] ] } },
784
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0037194242199927812 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.043043599129703, 22.6240589165077992 ], [ 114.043165658263817, 22.6233655826897113 ], [ 114.043294261521865, 22.6227622321720361 ], [ 114.043831994008301, 22.6204247629555795 ] ] } },
785
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0035337571694983366 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.103766287153846, 22.6253760390934069 ], [ 114.106719390028346, 22.6234352600885735 ] ] } },
786
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.048929607310346138 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.048425045025652, 22.5922669777369691 ], [ 114.049102327696133, 22.5923079512949734 ], [ 114.049778648589339, 22.5923604890875005 ], [ 114.050453841811262, 22.5924245768064083 ], [ 114.051127649206123, 22.5925001923918281 ], [ 114.051799837023154, 22.5925873087480511 ], [ 114.052470195818756, 22.5926858991603723 ], [ 114.053138473525834, 22.5927959272248131 ], [ 114.053804458914101, 22.592917357174759 ], [ 114.054081976273011, 22.5930589516331644 ], [ 114.054352139468165, 22.5932123170648964 ], [ 114.054614373787217, 22.5933771248798898 ], [ 114.054868115659389, 22.5935530213752571 ], [ 114.055109722316573, 22.5937371530646232 ], [ 114.055349253061621, 22.593937677835072 ], [ 114.055570622135363, 22.5941410258206545 ], [ 114.05578760606511, 22.5943596428673317 ], [ 114.056098740737553, 22.5947130525325655 ], [ 114.056386540408411, 22.5950931368182744 ], [ 114.056643655458259, 22.5954917331093732 ], [ 114.056867481273869, 22.5959042213276504 ], [ 114.057040874696341, 22.5962875429651575 ], [ 114.057189299690251, 22.5966878236445581 ], [ 114.057268414237214, 22.5969460705010334 ], [ 114.057442067063462, 22.5975840248253554 ], [ 114.057597161281649, 22.5981055164165561 ], [ 114.058693187760142, 22.6011193346940686 ], [ 114.058909294091634, 22.6016629477703717 ], [ 114.05916425695041, 22.6020724675962228 ], [ 114.059950389158487, 22.6034246077666978 ], [ 114.060031105735064, 22.6035634377814638 ], [ 114.060165014369773, 22.6036742835857076 ], [ 114.061394787884268, 22.6046922466764109 ], [ 114.062872723162982, 22.605660344593943 ], [ 114.065537746123368, 22.6070976391403775 ], [ 114.067211738814422, 22.6079974440251519 ], [ 114.067875936205184, 22.6084482741510122 ], [ 114.068110067056736, 22.6086071912571747 ], [ 114.069487439198284, 22.6099782287872273 ], [ 114.070368281314884, 22.6112124664255241 ], [ 114.071760740474573, 22.6144105226396377 ], [ 114.072553503768759, 22.6159362122333576 ], [ 114.073270974976609, 22.6166467690367625 ], [ 114.074258193215115, 22.6174890502074923 ], [ 114.074966515091177, 22.6179134884064332 ], [ 114.076100052222287, 22.6185807716139173 ], [ 114.077007777726692, 22.619421813626964 ], [ 114.077956915088237, 22.6206179540183889 ], [ 114.078397113069755, 22.6218062772856712 ], [ 114.078804982603955, 22.6230236420566158 ], [ 114.079484168760985, 22.6250870337343919 ], [ 114.079724310380627, 22.6257162471186426 ] ] } },
787
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.013970359632210976 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.933191360769698, 22.6097502643038304 ], [ 113.933647508893273, 22.6108052402251225 ], [ 113.934037223576169, 22.611756266511911 ], [ 113.934260323183935, 22.6125042599665704 ], [ 113.934396050811202, 22.6131715021719515 ], [ 113.934447975423453, 22.613635522929691 ], [ 113.934611258668284, 22.6174906882498448 ], [ 113.934763646614485, 22.6206510102869274 ], [ 113.93480810602972, 22.6220693288514134 ], [ 113.934697089348901, 22.6234881956014391 ] ] } },
788
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0034912908937970951 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.067992500012693, 22.6230566089641769 ], [ 114.067348256798468, 22.62304589767691 ], [ 114.067264721769476, 22.6230556640946645 ], [ 114.067195223540608, 22.6230968244911352 ], [ 114.066814842010459, 22.6247411618060745 ], [ 114.066703652185268, 22.6252640501266953 ], [ 114.066594957356273, 22.6257107584071875 ] ] } },
789
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.011447358079839801 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.422608113882106, 22.6295432817358844 ], [ 114.422736892627952, 22.6295518021878372 ], [ 114.427126351554577, 22.6298421602484794 ], [ 114.42985296829778, 22.630087248921388 ], [ 114.430601139771056, 22.6300867460303223 ], [ 114.431128363795324, 22.6299900214171181 ], [ 114.43240525576141, 22.6295350989064588 ], [ 114.432461109890113, 22.6295497107666108 ], [ 114.432499982441982, 22.6295858729719335 ], [ 114.432505103205088, 22.6309849877223286 ], [ 114.432505099968893, 22.6310169688510889 ] ] } },
790
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0082537582154122505 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.089186547938894, 22.6261862177131263 ], [ 114.089220920729289, 22.6258820481635148 ], [ 114.089423132735462, 22.6247243353612966 ], [ 114.089906301714066, 22.6224878293029086 ], [ 114.090011477669236, 22.6220810060381261 ], [ 114.090323229567062, 22.6209729187724555 ], [ 114.091126442191523, 22.6181728388136776 ] ] } },
791
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0038312590898287634 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.847789535280441, 22.6228537348996959 ], [ 113.849966801177516, 22.6203727702829163 ], [ 113.850297544590177, 22.6199581225814832 ] ] } },
792
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.021950176487806058 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.432505099968893, 22.6310169688510889 ], [ 114.432812037945638, 22.6309378970437223 ], [ 114.433128461567236, 22.6308618987742669 ], [ 114.433437004907262, 22.6307869153061816 ], [ 114.433469216253442, 22.630764730442209 ], [ 114.433520343604798, 22.6307295186012567 ], [ 114.433571978519396, 22.6306580055364428 ], [ 114.433765402348143, 22.6301407891149289 ], [ 114.433861773939853, 22.6297545637000219 ], [ 114.434243826269224, 22.628976791424563 ], [ 114.434290714145007, 22.6288973986507322 ], [ 114.434380643636928, 22.628782830284802 ], [ 114.434428796199214, 22.6287582744219691 ], [ 114.434507726199683, 22.6287469257659026 ], [ 114.435242499872487, 22.6287504357423046 ], [ 114.435372129607373, 22.6287405549363001 ], [ 114.435866318747301, 22.62856923133549 ], [ 114.436575688445913, 22.6284251917809343 ], [ 114.436630261150512, 22.6284086865493634 ], [ 114.437154319908927, 22.628207312161102 ], [ 114.437275046139732, 22.628147531110482 ], [ 114.437383120772765, 22.6280160710445983 ], [ 114.437500680018331, 22.6278483027789186 ], [ 114.437595999149451, 22.6277370779630225 ], [ 114.437701391310242, 22.6276407118496792 ], [ 114.437789891917362, 22.6276087060536035 ], [ 114.437821564297238, 22.6276059324414085 ], [ 114.437861340979538, 22.6276128315009437 ], [ 114.437901675393746, 22.6276312224652969 ], [ 114.437989263644994, 22.6277096580025798 ], [ 114.438362013101198, 22.6283349189140992 ], [ 114.438392814466994, 22.6283756771796618 ], [ 114.438529947250871, 22.628457002253537 ], [ 114.438803329540178, 22.6285881370556083 ], [ 114.438931374956496, 22.6286315610138473 ], [ 114.439099545659616, 22.6286768995046224 ], [ 114.439189524572328, 22.6287145017256712 ], [ 114.439273399210563, 22.6287649570852203 ], [ 114.439350413857568, 22.6288243516336465 ], [ 114.439625349074888, 22.6290709058005071 ], [ 114.43977035749235, 22.6291847375970221 ], [ 114.44004386491514, 22.6293338622931373 ], [ 114.440440035293065, 22.6295011614963926 ], [ 114.440506749739797, 22.629511043258006 ], [ 114.440539172616567, 22.6295087765270218 ], [ 114.441333113532366, 22.6293862582418654 ], [ 114.441833533178382, 22.6293187114914858 ], [ 114.442094892635922, 22.6292911377106662 ], [ 114.442812789374912, 22.6293004997350593 ], [ 114.443208163414937, 22.6292692707962715 ], [ 114.443305950192936, 22.6292674084036278 ], [ 114.443386910619537, 22.6292890997919365 ], [ 114.443453807433812, 22.6292904277436016 ], [ 114.443917497705527, 22.6292134284694448 ], [ 114.443992248532339, 22.629211329582521 ], [ 114.444044314465842, 22.6292124065491329 ], [ 114.444123862631699, 22.6292313897051507 ], [ 114.444193128491065, 22.6292583608260536 ], [ 114.444229003092602, 22.6292862257852363 ], [ 114.444253649663622, 22.6293202267926503 ], [ 114.444283315756508, 22.6294078122675124 ], [ 114.444298449493871, 22.6295907438229484 ], [ 114.444298957984557, 22.6298773909769011 ], [ 114.444316050509656, 22.63043975572619 ], [ 114.444278969900026, 22.6311085947156911 ], [ 114.444290749169042, 22.6312152716116763 ], [ 114.444310093931222, 22.631274689382451 ], [ 114.444338371136382, 22.6313250755852913 ], [ 114.444439964132386, 22.6314270813073435 ], [ 114.444586209564719, 22.6315005530069158 ], [ 114.445563568060962, 22.6318503223373426 ], [ 114.445726208831715, 22.6318754597471283 ], [ 114.445834947470416, 22.6318630209242251 ], [ 114.445876003245544, 22.6318483363804894 ], [ 114.445949723202773, 22.631801747771231 ], [ 114.446015133228855, 22.6317182949178104 ], [ 114.446069350022384, 22.6315700961544444 ], [ 114.446173320387928, 22.6310407770814948 ], [ 114.446201379585503, 22.6309403162870701 ], [ 114.446223488352601, 22.6308840661712267 ], [ 114.446283839281648, 22.6307902582745726 ], [ 114.446380469232153, 22.6307198859204632 ], [ 114.446460502726509, 22.630691816974565 ], [ 114.446655462456235, 22.6306674634868017 ], [ 114.446716756741594, 22.6306687033788059 ], [ 114.447640311214826, 22.6308113280409593 ], [ 114.447710104153344, 22.6308179091231807 ], [ 114.447809949897731, 22.6308119671847621 ], [ 114.447971975240293, 22.6307640805243224 ], [ 114.448148254850423, 22.6306984307569934 ], [ 114.448428968247157, 22.6305645852299975 ], [ 114.449039019466156, 22.6303290454284856 ] ] } },
793
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0045443761224754544 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.153089212713752, 22.6244344663521844 ], [ 114.153285454479459, 22.6245585900621471 ], [ 114.153627003270316, 22.6248268626392885 ], [ 114.154052096067488, 22.6252127222934512 ], [ 114.154410350462655, 22.6256256306377246 ], [ 114.155011629948433, 22.6264382909715493 ], [ 114.156018164455901, 22.6278651919212273 ] ] } },
794
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0045689574540038963 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.215210371578792, 22.6288777801280645 ], [ 114.215244203386277, 22.6288195781189607 ], [ 114.215433953277625, 22.6284931351028398 ], [ 114.215652758951791, 22.6281824697996967 ], [ 114.21582519184345, 22.6279592963531648 ], [ 114.216108679214415, 22.6276225932674322 ], [ 114.21629552625501, 22.6274272612144927 ], [ 114.216686192901562, 22.6270598712309656 ], [ 114.217355254397489, 22.6265555192439898 ], [ 114.21766439451801, 22.6263752671849723 ], [ 114.218563547924546, 22.6258945645093021 ] ] } },
795
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0031810074818624601 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.85496637540345, 22.6209071594249345 ], [ 113.855937871611744, 22.6218758719568243 ], [ 113.856580041436985, 22.6225911571897278 ], [ 113.856830512975804, 22.6229416473444545 ], [ 113.856985159695995, 22.6233289383445779 ] ] } },
796
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0081273430401636627 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.119501609355282, 22.620418962324468 ], [ 114.119803777457349, 22.6211785731397867 ], [ 114.11994121843783, 22.621471845598407 ], [ 114.120064828801688, 22.6216501948737445 ], [ 114.120200557553446, 22.6217698989903404 ], [ 114.120405378457221, 22.621924471800213 ], [ 114.120646395970155, 22.6220928278040283 ], [ 114.121220062536992, 22.6225216197387056 ], [ 114.121249123172419, 22.6225531315633255 ], [ 114.121312345975738, 22.6226578488916985 ], [ 114.121355350146345, 22.6227949883616013 ], [ 114.121349817687772, 22.6229875964102156 ], [ 114.121291084486558, 22.6235218388172292 ], [ 114.121178036137877, 22.6251754177658952 ], [ 114.12094250635829, 22.6276814593893754 ], [ 114.120963904714742, 22.6277605468875791 ], [ 114.120970605158405, 22.6277853199597025 ] ] } },
797
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0038372955540677827 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.100766942397499, 22.6276297303478131 ], [ 114.10079133518245, 22.6275348739563604 ], [ 114.100830128165271, 22.6273868391527273 ], [ 114.101352129964994, 22.6263046273653501 ], [ 114.101636468796514, 22.6257550235473381 ], [ 114.102175951649841, 22.6245918678641154 ], [ 114.102264155606619, 22.6244214850659873 ], [ 114.102431242549045, 22.6241820665746971 ] ] } },
798
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0037614862410015677 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.100766942397499, 22.6276297303478131 ], [ 114.100809444429075, 22.627587007892906 ], [ 114.10095836087126, 22.6274373145560297 ], [ 114.101089712447134, 22.6273052795313703 ], [ 114.101438802994494, 22.6269905839908496 ], [ 114.101821577164159, 22.6266901881359637 ], [ 114.102178569523858, 22.6264361289834461 ], [ 114.103766287153846, 22.6253760390934069 ] ] } },
799
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0058101581315001859 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.012938070651614, 22.6263239701065935 ], [ 114.013885161305396, 22.6248535452184143 ], [ 114.016161195976466, 22.621490158253188 ] ] } },
800
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0041888021674868622 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.133276694519409, 22.6288265559260608 ], [ 114.13405977545446, 22.6281623114315131 ], [ 114.134482120063311, 22.6277477737726649 ], [ 114.1347908965584, 22.6273671000230863 ], [ 114.135077776659969, 22.6269824215422659 ], [ 114.135426768625862, 22.6263268363212191 ], [ 114.135697441959707, 22.6255132469297457 ] ] } },
801
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0043025242686653975 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.008461817534993, 22.6228492205396847 ], [ 114.00848646079865, 22.6235027011998966 ], [ 114.008314263719996, 22.6248261110547944 ], [ 114.008097707939768, 22.6256546061995394 ], [ 114.007726050423912, 22.6267049889847591 ], [ 114.007552987338514, 22.6270016922233168 ] ] } },
802
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0065075437088796644 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.114065839729221, 22.6257561007468198 ], [ 114.114354810025944, 22.6259811411976592 ], [ 114.114704260183672, 22.6262096760920777 ], [ 114.114826427936862, 22.6263298912675346 ], [ 114.114968979928307, 22.6264873305162695 ], [ 114.115310852538357, 22.6266848258744844 ], [ 114.115666051795088, 22.6269538990284964 ], [ 114.11614270093483, 22.6272922320367691 ], [ 114.116575196926604, 22.627571463084692 ], [ 114.117037211674955, 22.6278241675250591 ], [ 114.117354126083526, 22.6279757900550607 ], [ 114.117478514222967, 22.6280615754989824 ], [ 114.117542034078639, 22.628120969180852 ], [ 114.117613344021365, 22.6282883589040971 ], [ 114.11770686461486, 22.6283856643704837 ], [ 114.117813740308662, 22.6284576984071713 ], [ 114.117945135755392, 22.6285121247820058 ], [ 114.118206731460788, 22.6285969843726527 ], [ 114.118459066930924, 22.6286577307253012 ], [ 114.11934547508244, 22.6288239409862229 ], [ 114.119598372612955, 22.6288833636852154 ] ] } },
803
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.036544038976055661 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.857700834051371, 22.6252429749770094 ], [ 113.865176104386549, 22.6224990425236463 ], [ 113.867520510169442, 22.6215776836278941 ], [ 113.869467874101247, 22.6207795571946519 ], [ 113.870723937783112, 22.6201335897223927 ], [ 113.87179624487635, 22.6195098536567478 ], [ 113.873207922069554, 22.6185528168695491 ], [ 113.873707584072378, 22.6181866960973679 ], [ 113.874933822972395, 22.6172057671837763 ], [ 113.875735300074496, 22.6164608189692515 ], [ 113.877287334566105, 22.6148463519561211 ], [ 113.877784447131603, 22.6141999044918762 ], [ 113.878258108787605, 22.6136151761380049 ], [ 113.879028023643627, 22.6124997349691554 ], [ 113.879431369017482, 22.6119652797766904 ], [ 113.882069729719177, 22.6079993449844103 ], [ 113.88323806937089, 22.6063263183817824 ], [ 113.884078818973677, 22.6053113994782571 ], [ 113.88486987884913, 22.6044490510292029 ], [ 113.88556396834241, 22.6037679343297029 ], [ 113.885727087611698, 22.6036230931592108 ] ] } },
804
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0060064732425092748 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.153089212713752, 22.6244344663521844 ], [ 114.152825398922118, 22.6253831156514487 ], [ 114.152276314999156, 22.6277125070542624 ], [ 114.15198499100039, 22.6287629035002027 ], [ 114.151863432729684, 22.6293831132279344 ], [ 114.151727592111214, 22.630279413886182 ] ] } },
805
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.006122176287008417 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.083164399840825, 22.6279593649639317 ], [ 114.083856895201421, 22.6279051622255025 ], [ 114.084120148439283, 22.6279009401971543 ], [ 114.084670738711367, 22.6279319616535908 ], [ 114.084972141554445, 22.627978445081979 ], [ 114.085369153851858, 22.628063075382336 ], [ 114.085762991785273, 22.6281802099705196 ], [ 114.086059091631569, 22.6282786177822111 ], [ 114.086325494662219, 22.6283850268043629 ], [ 114.086688664121439, 22.6285563093222741 ], [ 114.086952110689367, 22.6286999827699269 ], [ 114.087858655998104, 22.6292753243183462 ], [ 114.088030762449634, 22.6293904353453286 ], [ 114.088648622964499, 22.6298036789145094 ], [ 114.08878697584889, 22.6298962129310048 ] ] } },
806
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0037314914498995048 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.08878697584889, 22.6298962129310048 ], [ 114.088798771349502, 22.6297732287096487 ], [ 114.088836478260077, 22.6293800756162966 ], [ 114.089186547938894, 22.6261862177131263 ] ] } },
807
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0030501803495303946 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.057448941773544, 22.6295165753514098 ], [ 114.058330689898384, 22.6295101522841762 ], [ 114.059190371145846, 22.6295166023804555 ], [ 114.060497111867491, 22.6295882490125493 ] ] } },
808
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0040792296004798275 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.845403928554703, 22.6261493497801851 ], [ 113.845707118329528, 22.6256094947718296 ], [ 113.846178772760396, 22.6248686105290879 ], [ 113.846499251759241, 22.6244127546180067 ], [ 113.847009196351124, 22.6237513332938498 ], [ 113.847789535280441, 22.6228537348996959 ] ] } },
809
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0032384140737467854 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.854675041935636, 22.626397058069859 ], [ 113.855332628225455, 22.6261462507745499 ], [ 113.857700834051371, 22.6252429749770094 ] ] } },
810
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0038976137562842664 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.017279701374278, 22.6253570340829135 ], [ 114.017247223997572, 22.6255429339536533 ], [ 114.018112777210192, 22.6284519623184543 ], [ 114.018313000777923, 22.6290953594051274 ] ] } },
811
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.022995731014903129 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.451520820094998, 22.6313495178272746 ], [ 114.452215933709454, 22.6310451043491021 ], [ 114.45234540170263, 22.6310056478386663 ], [ 114.452440881450514, 22.630996854740733 ], [ 114.452620972378654, 22.6310105046826777 ], [ 114.452695778650764, 22.6310287417735303 ], [ 114.452871548692414, 22.6311076175748944 ], [ 114.452970790498838, 22.6311873955526224 ], [ 114.453139740400559, 22.6313792000570793 ], [ 114.453223086380945, 22.6315301654840439 ], [ 114.453299069305771, 22.6316375631422702 ], [ 114.45339771825779, 22.6317169574337953 ], [ 114.453603781688699, 22.6318341923217012 ], [ 114.453785738970566, 22.6319122697622035 ], [ 114.453917150805253, 22.6319479741108758 ], [ 114.454119146688157, 22.6319576907501379 ], [ 114.454429643310064, 22.6319125278695523 ], [ 114.455110487589707, 22.6317706508600729 ], [ 114.4558411835947, 22.6316437445420782 ], [ 114.45694549672568, 22.6314290027235359 ], [ 114.457172182246197, 22.6313754869326544 ], [ 114.457286738270255, 22.6313395815081506 ], [ 114.457421342676, 22.6312855892504423 ], [ 114.457511019708875, 22.6312457744287556 ], [ 114.45800664467356, 22.6309578079928677 ], [ 114.458184458478655, 22.6308435902324483 ], [ 114.458391932609175, 22.6307297699252281 ], [ 114.458550224818509, 22.6306686509139077 ], [ 114.458711308696238, 22.630626602331624 ], [ 114.458902440202095, 22.6305877322533995 ], [ 114.459081775404954, 22.6305717068774825 ], [ 114.459209856156022, 22.6305772403256178 ], [ 114.459302315892543, 22.630596777142955 ], [ 114.459495765124245, 22.6306548574502422 ], [ 114.460135163135291, 22.6309157020241898 ], [ 114.460381502390689, 22.6310254987563617 ], [ 114.461431334922551, 22.6314619909083596 ], [ 114.461773744656909, 22.6316123780245881 ], [ 114.462324613018964, 22.6318684792580527 ], [ 114.463116707599681, 22.6322147059376135 ], [ 114.463237514139252, 22.632295197331473 ], [ 114.463285812697137, 22.6323449361621876 ], [ 114.463491079760658, 22.632630427743436 ], [ 114.463662216648956, 22.6329195816730113 ], [ 114.463903816586452, 22.6333777785197761 ], [ 114.46420025143226, 22.6340300721851229 ], [ 114.464245898738042, 22.6340939439670876 ], [ 114.464286811103975, 22.6341225856181225 ], [ 114.464342303926173, 22.6341416265247091 ], [ 114.464408540944518, 22.6341482996410726 ], [ 114.464555666826641, 22.6341403591423003 ], [ 114.465739358939359, 22.6339592990387359 ], [ 114.465877079830378, 22.633964197667229 ], [ 114.466007009062835, 22.6339913350176012 ], [ 114.466066617746151, 22.634018380208019 ], [ 114.466241154491215, 22.6341383578331268 ], [ 114.466335950921717, 22.6342320305213036 ], [ 114.466405828780694, 22.6343145439538489 ], [ 114.466447593302576, 22.6343838122767274 ], [ 114.466705024152986, 22.6348982030836368 ], [ 114.466794817191598, 22.6350598265767964 ], [ 114.466856332023994, 22.6351634821511674 ], [ 114.466996978508206, 22.6353186564913322 ], [ 114.467157407549067, 22.6354363428783856 ], [ 114.467279531941628, 22.6354885291629451 ], [ 114.467355496383732, 22.6355102547325835 ], [ 114.467554774695842, 22.6355391801241836 ], [ 114.4676331406869, 22.6355394666729808 ], [ 114.467814863665481, 22.6355196674784196 ], [ 114.468022767760431, 22.6354845956090571 ], [ 114.468495884833473, 22.6354493946923192 ], [ 114.468729673634343, 22.6354402893759534 ], [ 114.469166246106568, 22.6354388134026543 ], [ 114.469663088209586, 22.6354209303916036 ], [ 114.471357247976144, 22.6353174152214756 ], [ 114.471553652330982, 22.6353270692071362 ], [ 114.47163143191581, 22.6353481939205778 ] ] } },
812
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0034124809856348574 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.098075071186003, 22.6304677694470122 ], [ 114.098765750140331, 22.6297705982882604 ], [ 114.099660968349241, 22.6288151320551556 ], [ 114.099899868653949, 22.6285371970905906 ], [ 114.100433215240557, 22.6280024051598936 ] ] } },
813
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0036173229395780751 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.071255430575974, 22.6301016215900184 ], [ 114.074709801694482, 22.6294774246260495 ], [ 114.07481510535581, 22.6294583947941668 ] ] } },
814
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0058343070494936431 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.083025790698045, 22.6292827099926903 ], [ 114.083527849496733, 22.6294321951199393 ], [ 114.084827138359572, 22.6297327139716486 ], [ 114.08700459583379, 22.6302063395732596 ], [ 114.087484761880944, 22.6303107770445564 ], [ 114.088549317329125, 22.6305423166588966 ], [ 114.088713154376279, 22.6305779502210918 ] ] } },
815
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.021167004643791416 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.840456362500433, 22.6070989796080433 ], [ 113.839601211611026, 22.6088712547349111 ], [ 113.837840657838058, 22.61254105557747 ], [ 113.836231254838012, 22.6161235531025397 ], [ 113.83491467077161, 22.6191229811188244 ], [ 113.833915403483601, 22.6216377580363677 ], [ 113.833316146767103, 22.6239387834091055 ], [ 113.83270375687178, 22.6264600814474512 ], [ 113.832631242924833, 22.6266966860988283 ] ] } },
816
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0047307639971329316 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.432505099968893, 22.6310169688510889 ], [ 114.432434293521439, 22.6356599545201682 ], [ 114.432432963253603, 22.6357471828304853 ] ] } },
817
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0037546450641935129 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.010691350040915, 22.6298120192259873 ], [ 114.010866059617683, 22.6294192685009854 ], [ 114.012721430346247, 22.6266603160215034 ] ] } },
818
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0053513520619770522 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.03429513427244, 22.6252357175307957 ], [ 114.034037647224508, 22.6259907456028806 ], [ 114.033411013001725, 22.6278905350054842 ], [ 114.033337859123989, 22.6281123127011554 ], [ 114.032997044817165, 22.6289354608080089 ], [ 114.032521977095286, 22.6297267131859741 ], [ 114.032253562341779, 22.6301554170385586 ] ] } },
819
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0064663752318560837 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.847789535280441, 22.6228537348996959 ], [ 113.847986923812471, 22.623083609417904 ], [ 113.848279349081764, 22.6233275580298177 ], [ 113.849888523109229, 22.6246699478794184 ], [ 113.850359101643122, 22.6250625015884843 ], [ 113.850410948380684, 22.6251057505380153 ], [ 113.850613647438195, 22.6252748408192836 ], [ 113.851048727177869, 22.6259414225045496 ], [ 113.851178299535249, 22.6261399375423515 ], [ 113.851386651684464, 22.6264591486285553 ], [ 113.851557507190932, 22.6267209106986478 ], [ 113.852112753771664, 22.6275715779162709 ] ] } },
820
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0032244763605132026 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.049312485192317, 22.6310511190959645 ], [ 114.049590051600575, 22.630975237390885 ], [ 114.050074546876516, 22.6308466353003794 ], [ 114.051687895632398, 22.6304183837138666 ], [ 114.052432291075164, 22.6302367587915612 ] ] } },
821
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0038711416241790754 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.128939337492525, 22.63248847634787 ], [ 114.131899933055735, 22.6299943609965766 ] ] } },
822
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.010230637715696976 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.08878697584889, 22.6298962129310048 ], [ 114.0889233513618, 22.6299882343218322 ], [ 114.090010012732165, 22.6307214609650273 ], [ 114.090628320039386, 22.6311171833545934 ], [ 114.090911417439145, 22.6312812740787983 ], [ 114.091202260796223, 22.631433284705178 ], [ 114.091712266944015, 22.6316520117265583 ], [ 114.091890820521527, 22.6317168476537702 ], [ 114.092151793138498, 22.6318037507741536 ], [ 114.092445154662329, 22.6318830411696972 ], [ 114.092842494044092, 22.6319663878128061 ], [ 114.093144078158261, 22.6320118938586994 ], [ 114.09354939548561, 22.6320496622957776 ], [ 114.093854706203757, 22.6320607066029709 ], [ 114.09404889404928, 22.6320567151814664 ], [ 114.094181734381706, 22.632053983454032 ], [ 114.094261960238271, 22.6320523340769562 ], [ 114.094566444805224, 22.6320287514544987 ], [ 114.094869182367802, 22.6319904068338751 ], [ 114.09526868157532, 22.6319165042602783 ], [ 114.095661654205117, 22.6318169079436764 ], [ 114.095950947443342, 22.6317256380912823 ], [ 114.096234696924014, 22.6316204353481503 ], [ 114.096591634116493, 22.6314643541770657 ], [ 114.096870893027159, 22.6313224766038523 ], [ 114.09721532471589, 22.6311205632052683 ], [ 114.097463230371318, 22.6309547551086148 ], [ 114.097749721929077, 22.6307444954209416 ], [ 114.098075071186003, 22.6304677694470122 ] ] } },
823
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0034779967971301793 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.04594693331326, 22.6319277072259695 ], [ 114.046401985114102, 22.6318082406305834 ], [ 114.046477441519372, 22.6317884310372577 ], [ 114.046547594749541, 22.6317711996307658 ], [ 114.0472058325566, 22.6316095120233136 ], [ 114.048893495876868, 22.6311692113901479 ], [ 114.049312485192317, 22.6310511190959645 ] ] } },
824
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0099119882541774083 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.119598372612955, 22.6288833636852154 ], [ 114.119790503811018, 22.628909421772935 ], [ 114.120596814632407, 22.6290278466662969 ], [ 114.12177150966626, 22.6292380575382488 ], [ 114.122297767283072, 22.629328533117846 ], [ 114.122546958781001, 22.6293637335363833 ], [ 114.1230789835857, 22.6294856405652816 ], [ 114.123263283552362, 22.6295106380724746 ], [ 114.12355492173991, 22.6295099418597196 ], [ 114.123664793356937, 22.6295220783538618 ], [ 114.12416184146052, 22.6297496748448665 ], [ 114.124641156446216, 22.6300228577953817 ], [ 114.125029425505616, 22.6302566740314646 ], [ 114.12535290442203, 22.6304829623832369 ], [ 114.125435937738246, 22.6305772341929519 ], [ 114.125694268077368, 22.6309375756411519 ], [ 114.126909525400237, 22.6322121155478513 ], [ 114.127337664179123, 22.6326761987028107 ], [ 114.127917459837008, 22.6332624191338851 ], [ 114.127958107733178, 22.6333035173260519 ] ] } },
825
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.008334833716982017 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.131899933055735, 22.6299943609965766 ], [ 114.131943249824943, 22.6300681187462942 ], [ 114.132194236585562, 22.6304954902537645 ], [ 114.132469271875451, 22.6309455361998495 ], [ 114.133037729131672, 22.6317096495390935 ], [ 114.133266046320344, 22.6319310793999442 ], [ 114.133894592124022, 22.6324632232649314 ], [ 114.134501460759836, 22.6328612656290034 ], [ 114.134842742963812, 22.6330323649499618 ], [ 114.135277578174112, 22.6331949553184799 ], [ 114.13569490279373, 22.633290395551402 ], [ 114.136412849076947, 22.6334398876414724 ], [ 114.136711105860755, 22.6334765625327243 ], [ 114.13727366598502, 22.6335072877200787 ], [ 114.138305966872991, 22.6335211755419721 ], [ 114.138749181334902, 22.6335092394091291 ], [ 114.138808532327957, 22.6335076408236588 ] ] } },
826
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0080871803783550914 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.043589518057473, 22.6324330939326259 ], [ 114.043385888917399, 22.6317475358401872 ], [ 114.043185609148338, 22.6309254399047077 ], [ 114.043052121327534, 22.6301928335495077 ], [ 114.042932215244761, 22.6293334971552049 ], [ 114.04283684938008, 22.6282549959704049 ], [ 114.042802047192367, 22.6271525622200578 ], [ 114.042814468487975, 22.6264011288160276 ], [ 114.042845015426991, 22.6258075971878014 ], [ 114.042892326301811, 22.625230606749593 ], [ 114.04295550820683, 22.6246662600429289 ], [ 114.04298926937615, 22.6244334911777933 ] ] } },
827
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0036616360642514533 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.413289099677897, 22.6379117814507254 ], [ 114.415108175713698, 22.6363761072628016 ], [ 114.416087017549984, 22.6355497411785151 ] ] } },
828
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0080431716420520157 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.088713154376279, 22.6305779502210918 ], [ 114.088870587802148, 22.6306343781760617 ], [ 114.090534796060041, 22.6315768325097899 ], [ 114.091831960105281, 22.6322319693666643 ], [ 114.092392787657857, 22.6324300139665695 ], [ 114.093431799389705, 22.6327468138391161 ], [ 114.095962844911128, 22.633315648698165 ], [ 114.09618205644486, 22.6334003092319023 ] ] } },
829
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0034972164723360705 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.09618205644486, 22.6334003092319023 ], [ 114.096832701377721, 22.6321968355606558 ], [ 114.0978170688727, 22.6308268481891801 ], [ 114.098075071186003, 22.6304677694470122 ] ] } },
830
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0034753524413818349 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.426264863504144, 22.634887881393194 ], [ 114.426250904674831, 22.6349911195150568 ], [ 114.42608575605793, 22.6362125746097611 ], [ 114.425817569631903, 22.6383342981519284 ] ] } },
831
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.011545205345608326 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.156018164455901, 22.6278651919212273 ], [ 114.156295470155456, 22.6282583038956844 ], [ 114.15689940870395, 22.6290555559395337 ], [ 114.157406794329091, 22.6296933014837869 ], [ 114.157800739820416, 22.630143248330981 ], [ 114.158245277231686, 22.6306176257407863 ], [ 114.159128987284021, 22.6314840231280598 ], [ 114.159854366456472, 22.632081401330808 ], [ 114.160737193479761, 22.6327013883462556 ], [ 114.161386843906271, 22.6331251947831156 ], [ 114.162730675539407, 22.6338421293454495 ], [ 114.164530259500296, 22.6346978273748505 ], [ 114.164809936878257, 22.6347967590893298 ], [ 114.164957650788196, 22.6348490101490682 ] ] } },
832
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.057463410061483568 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.164957650788196, 22.6348490101490682 ], [ 114.165359743048469, 22.6344352572194971 ], [ 114.165728793180591, 22.6340392664740406 ], [ 114.166086713760109, 22.6336345701222541 ], [ 114.166433266728106, 22.6332214356536028 ], [ 114.166768221661613, 22.6328001397013345 ], [ 114.167091355881908, 22.6323709617220032 ], [ 114.167402453404236, 22.6319341884952756 ], [ 114.167701308890216, 22.631490110569743 ], [ 114.168033479652991, 22.6306752364857395 ], [ 114.168341110161123, 22.6298521035871865 ], [ 114.16865087703124, 22.6289378772395331 ], [ 114.168961683416072, 22.6279116209913198 ], [ 114.169062819397652, 22.6275999806599799 ], [ 114.169231190555564, 22.6271374821623752 ], [ 114.169408355398488, 22.6267067340238839 ], [ 114.169663376406987, 22.6261590471857836 ], [ 114.16994688227912, 22.6256235641432397 ], [ 114.170092048615203, 22.6254113614665862 ], [ 114.170259257430018, 22.6251912640738055 ], [ 114.170425852390181, 22.6249930927712946 ], [ 114.170615210097566, 22.624789041362849 ], [ 114.170815339836551, 22.6245940519883781 ], [ 114.171011403775083, 22.6244206694052039 ], [ 114.171230911645566, 22.6242445658579854 ], [ 114.171459645624267, 22.6240788913162412 ], [ 114.171697031466707, 22.6239240599266331 ], [ 114.171942473927686, 22.6237804629490959 ], [ 114.172178277323511, 22.6236568911671654 ], [ 114.172437530151967, 22.623536007997199 ], [ 114.172525356792562, 22.6234984121121236 ], [ 114.177130569262559, 22.6220791097093183 ], [ 114.177592561798292, 22.6219471267278323 ], [ 114.17790441790433, 22.6218448440260111 ], [ 114.178188875519197, 22.6217419033979006 ], [ 114.178652408405085, 22.6215522641657962 ], [ 114.178954212352792, 22.6214055796793616 ], [ 114.179249941278272, 22.6212485925616882 ], [ 114.179518751418954, 22.6210937843852236 ], [ 114.179781651522489, 22.6209304634439405 ], [ 114.180057807248232, 22.6207452835507894 ], [ 114.180307444828969, 22.6205649159102826 ], [ 114.18050935263723, 22.6203700772983183 ], [ 114.180720388317383, 22.6201523545755236 ], [ 114.180923169860336, 22.619927973266325 ], [ 114.18110281809561, 22.6197151772735872 ], [ 114.181275041042213, 22.6194971538015643 ], [ 114.181453036657189, 22.6192553253701227 ], [ 114.181621897916386, 22.6190079156009354 ], [ 114.181781423261981, 22.6187552223009085 ], [ 114.181896789141007, 22.6184872865963733 ], [ 114.182011992461639, 22.6181935594374721 ], [ 114.182197577811166, 22.6176428481769918 ], [ 114.183264967204977, 22.6156059205397426 ], [ 114.183479738404955, 22.6153179664380239 ], [ 114.18375218695536, 22.6149878153949011 ], [ 114.184042829605431, 22.6146713192951943 ], [ 114.184350875265281, 22.6143693451692158 ], [ 114.184693008981867, 22.6140680699016414 ], [ 114.185034091367527, 22.613798434224254 ], [ 114.185389870833447, 22.613545700874969 ], [ 114.18575937848864, 22.6133105590714649 ], [ 114.186154066137334, 22.6130867022739146 ], [ 114.186424701451145, 22.6129493302142706 ], [ 114.186683387223013, 22.6128320459288474 ], [ 114.186947432515765, 22.6127255555692166 ], [ 114.187216315385797, 22.6126300654919206 ], [ 114.18748950344316, 22.6125457674529606 ], [ 114.187766458928948, 22.6124728260386973 ], [ 114.188066753218621, 22.6124074416397391 ], [ 114.18834975850254, 22.6123584614026782 ], [ 114.188593999750239, 22.6123258079993121 ], [ 114.188859895897863, 22.6123002127606263 ], [ 114.189126704796408, 22.6122848295511574 ], [ 114.189393967898894, 22.6122796841554283 ], [ 114.192799292425377, 22.6123534264315502 ], [ 114.197197652221362, 22.611608652559088 ], [ 114.197515302508876, 22.6114890209617556 ], [ 114.19781650396358, 22.6113888539002588 ], [ 114.198143722950689, 22.6112940281091603 ], [ 114.198452816485897, 22.6112173355593455 ], [ 114.198787361987527, 22.6111479654856744 ], [ 114.199102228133285, 22.6110952736379183 ], [ 114.199537198890596, 22.6110396390719792 ], [ 114.199813781308961, 22.6110138259413063 ], [ 114.200131047775685, 22.6109988051473358 ], [ 114.200468574531442, 22.6109998119194024 ], [ 114.200785730305228, 22.6110167256692698 ], [ 114.201101492652995, 22.6110490746609898 ], [ 114.201855128000048, 22.6111661079753041 ], [ 114.202513991358288, 22.6112771952586051 ], [ 114.203225811815358, 22.6114071043394951 ], [ 114.203960895091939, 22.6115510966360169 ], [ 114.204395043914573, 22.6116128331705717 ], [ 114.204831626570183, 22.6116573758391866 ], [ 114.205398943719103, 22.6116893690772613 ], [ 114.205967297915464, 22.6116923388362672 ], [ 114.206474790478964, 22.6116679852554228 ], [ 114.20702427150826, 22.6116121058427701 ], [ 114.207347053842696, 22.6115654917846065 ], [ 114.207643357223077, 22.6115135517705497 ], [ 114.20796222557378, 22.611447692535215 ], [ 114.208254300959553, 22.6113781059522232 ], [ 114.208567925595574, 22.6112932748686895 ], [ 114.208878304487499, 22.6111987135255497 ], [ 114.209161626126573, 22.6111028822096571 ], [ 114.209464784467826, 22.6109899191599659 ], [ 114.209763686277526, 22.6108675688604315 ], [ 114.210057993603712, 22.6107359682158808 ], [ 114.210347374135907, 22.6105952659557659 ], [ 114.210631503180707, 22.6104456208564919 ], [ 114.210947163457163, 22.6102650585570117 ] ] } },
833
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0030302751158157405 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.033266655289211, 22.6338470259235578 ], [ 114.035187633725826, 22.6334477529534475 ], [ 114.036248771429115, 22.6333247649402303 ] ] } },
834
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0063719907473644612 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.212564400588477, 22.6365545087653466 ], [ 114.212569654963644, 22.636518772410426 ], [ 114.212636071386783, 22.6360670726079398 ], [ 114.212793263348644, 22.6351426059753571 ], [ 114.212927211957918, 22.6346275760615399 ], [ 114.213138720715946, 22.6339996822342826 ], [ 114.21451609077981, 22.6305151784903025 ] ] } },
835
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0035374744857113493 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.209069872000455, 22.6369912592992293 ], [ 114.211948581098468, 22.6367612275388055 ], [ 114.212454173938085, 22.6365915105583007 ], [ 114.212564400588477, 22.6365545087653466 ] ] } },
836
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0040663103517333135 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.933299959457102, 22.6298091994691717 ], [ 113.932980851298979, 22.6303568477242152 ], [ 113.932579680304002, 22.6309929623692909 ], [ 113.931835077482148, 22.6319812861674201 ], [ 113.931311562748888, 22.6325867623006545 ], [ 113.930880777620814, 22.6330635593346017 ] ] } },
837
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0037102721482736374 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.125727664020445, 22.6363411939719192 ], [ 114.125942579696201, 22.6357969525320826 ], [ 114.12619715019332, 22.635298713879255 ], [ 114.126514536651371, 22.6348263702921777 ], [ 114.126845814353544, 22.6343765273011606 ], [ 114.127226213734275, 22.6339532425265269 ], [ 114.127875839463783, 22.633376364463583 ] ] } },
838
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0036589113860054654 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.831838285674351, 22.6307349904559025 ], [ 113.831887044849537, 22.6307493830763988 ], [ 113.834016892543772, 22.6313780368376953 ], [ 113.835360485944364, 22.6317238564634025 ] ] } },
839
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0046035717423872384 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.172079046959112, 22.6365360005718088 ], [ 114.176628810859853, 22.637237799143211 ] ] } },
840
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0035580928931143205 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.407787818336374, 22.6405394011953653 ], [ 114.409046081378392, 22.640157569622481 ], [ 114.41031091716637, 22.6397846885311331 ], [ 114.410517030227638, 22.6396917848037553 ], [ 114.41092417476618, 22.6394363356362582 ], [ 114.41110865597399, 22.6393205883349928 ] ] } },
841
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.003571329158836325 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.131447031630984, 22.6366794533863782 ], [ 114.131982169933849, 22.6364538022531114 ], [ 114.132356647841135, 22.6363048551427362 ], [ 114.132868034078939, 22.6361349393378823 ], [ 114.133390941256323, 22.6359985531203023 ], [ 114.133922822699887, 22.6358963608063313 ], [ 114.134326063772519, 22.6358424615575267 ], [ 114.134884362132738, 22.6358010118261284 ] ] } },
842
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0049175070307131453 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.858468079008361, 22.6276042605602754 ], [ 113.858761324098154, 22.6282627598015829 ], [ 113.859273144065313, 22.6300768270123527 ], [ 113.859454343124568, 22.6320644630690886 ], [ 113.859483023254612, 22.6323790575312636 ] ] } },
843
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0056921251770185952 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.088243735057006, 22.6362469147989636 ], [ 114.088463585459095, 22.6324268553750301 ], [ 114.088605895872092, 22.6314335852183248 ], [ 114.088713154376279, 22.6305779502210918 ] ] } },
844
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0032968591472737358 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.094593581997415, 22.6365378549921985 ], [ 114.095647984782474, 22.6345182448553857 ], [ 114.09608705647274, 22.6335991660456024 ] ] } },
845
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.019543932660988434 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.47163143191581, 22.6353481939205778 ], [ 114.471789193247503, 22.6354202480910764 ], [ 114.472527145622692, 22.6358735134016662 ], [ 114.472883814137461, 22.6361337221089478 ], [ 114.473023621658029, 22.6362023954635134 ], [ 114.473190761065837, 22.6362714651631372 ], [ 114.473606101247682, 22.6363964474693908 ], [ 114.473830882823378, 22.63648855625312 ], [ 114.473889690105381, 22.6364953852625952 ], [ 114.474243794037463, 22.6364746412688298 ], [ 114.474289558253858, 22.6364782659709078 ], [ 114.474389975638545, 22.6365009542272695 ], [ 114.47468090700859, 22.6366028542555426 ], [ 114.475225919571685, 22.6368168057588299 ], [ 114.475565324534671, 22.6368913642319036 ], [ 114.476166244984142, 22.6370156028452385 ], [ 114.47644276410449, 22.6370968105654491 ], [ 114.477105450214722, 22.6373889402544002 ], [ 114.477820988015907, 22.6376272691543861 ], [ 114.478039153889696, 22.6376820067021818 ], [ 114.478153750687895, 22.6377010286211018 ], [ 114.479272381766521, 22.6378135765022428 ], [ 114.479331341979346, 22.6378351898024341 ], [ 114.479401018101854, 22.6378753600044398 ], [ 114.479477791545904, 22.6379415578544325 ], [ 114.479633458656821, 22.6380246137275805 ], [ 114.479789503622882, 22.6380816827118956 ], [ 114.479894206925437, 22.638102649760075 ], [ 114.480046924661352, 22.6381103205509575 ], [ 114.480176050177008, 22.63809363283249 ], [ 114.480334965250805, 22.6380513603654521 ], [ 114.480467985796281, 22.6380024426976334 ], [ 114.480575649361512, 22.6379759633016597 ], [ 114.48071130938996, 22.6379720157456319 ], [ 114.480799576616889, 22.6379971782068097 ], [ 114.480888971654466, 22.6380413929514646 ], [ 114.48094620650096, 22.638090875157129 ], [ 114.481056258695119, 22.6382151602763066 ], [ 114.481224624920259, 22.6383609872917901 ], [ 114.481331316914464, 22.6384313476458452 ], [ 114.48144859075488, 22.6384822667505787 ], [ 114.481771649664338, 22.6385446633232768 ], [ 114.482033214545766, 22.6385765588541652 ], [ 114.482149157450621, 22.6385742553489244 ], [ 114.482240880225149, 22.6385513795017346 ], [ 114.482365805397961, 22.6385460284917635 ], [ 114.482429138781015, 22.6385512877523993 ], [ 114.48268513274779, 22.638623526320405 ], [ 114.482948265478342, 22.6386870419607718 ], [ 114.483036370834881, 22.6387242463763876 ], [ 114.483209600589035, 22.6388233765918905 ], [ 114.483330801071304, 22.6388806327908085 ], [ 114.48338653181419, 22.6388971820253424 ], [ 114.483479329907738, 22.6388952075120038 ], [ 114.483538207838151, 22.6388820170624072 ], [ 114.483582863360638, 22.6388635797663866 ], [ 114.483723351301208, 22.638772358235876 ], [ 114.483793737543664, 22.6387612523438371 ], [ 114.483835203139648, 22.6387681045892393 ], [ 114.483973084784353, 22.6388566292752706 ], [ 114.484010652968607, 22.6388995186081203 ], [ 114.484058308292816, 22.6390002043356553 ], [ 114.484094430734132, 22.639048789806953 ], [ 114.484147694805671, 22.6390925169661088 ], [ 114.484190959783149, 22.6391158237273231 ], [ 114.484487471790203, 22.6392196428439583 ], [ 114.484628915824729, 22.6392930056201571 ], [ 114.484827534607021, 22.6393798605030838 ], [ 114.484861504795248, 22.6393866146270923 ], [ 114.48502670243947, 22.6393779882165731 ], [ 114.485085090972447, 22.6393939188758786 ], [ 114.485160910241902, 22.6394328539259604 ], [ 114.485224280418151, 22.6394849426617917 ], [ 114.485292576203634, 22.6395276211600383 ], [ 114.485352280166524, 22.6395524521692266 ], [ 114.485474864984297, 22.6395672760541089 ], [ 114.485558095477458, 22.639560758096394 ], [ 114.485843215922429, 22.6395118669076645 ], [ 114.485973325715563, 22.6394780782618028 ], [ 114.48608045498375, 22.6394800841156645 ], [ 114.486170076038348, 22.6395052690220879 ], [ 114.486213369911013, 22.6395298697058145 ], [ 114.486242341270469, 22.6395568670834493 ], [ 114.486324615239113, 22.6396661727344508 ], [ 114.486403856200212, 22.6397482188711443 ], [ 114.486682899430946, 22.6398924695284762 ], [ 114.486737909540508, 22.639942120669879 ], [ 114.486817416787162, 22.640056759435172 ], [ 114.486848116225715, 22.640071249487157 ], [ 114.487057267008652, 22.6401200577430615 ], [ 114.487339593220653, 22.6402821904686284 ], [ 114.487481572637279, 22.6403977593040544 ], [ 114.48757855221929, 22.6405205105479901 ], [ 114.487617477563845, 22.6405929867819395 ], [ 114.487681553206883, 22.6407676747592497 ], [ 114.487752037822872, 22.6409199354484443 ], [ 114.487785161465055, 22.6409743625063236 ], [ 114.487830130448103, 22.6410093144845739 ], [ 114.48789276884267, 22.6410314547543834 ], [ 114.487948666616873, 22.6410637108504744 ], [ 114.488020422710662, 22.6411276159325254 ], [ 114.488299294234849, 22.6414045734405889 ], [ 114.488470280333189, 22.6415987560458376 ], [ 114.488535838470867, 22.6417118888266025 ], [ 114.488562784069615, 22.6417916547547939 ], [ 114.488616069823024, 22.641908084813597 ], [ 114.488698233711204, 22.6420531469324509 ], [ 114.488726300033349, 22.6421421051507572 ], [ 114.488728911212192, 22.642177180723543 ] ] } },
846
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0047296852713150086 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.127875839463783, 22.633376364463583 ], [ 114.127943189996202, 22.6334451607659126 ], [ 114.129601562817086, 22.635139094589448 ], [ 114.129853651562854, 22.6354587189891809 ], [ 114.129980385138822, 22.6358474901891427 ], [ 114.130028247347596, 22.6372935562131268 ] ] } },
847
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0092529627486669392 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.024395482740047, 22.6363365453900975 ], [ 114.024610082422811, 22.6354031703282779 ], [ 114.025027656781745, 22.6334670590749241 ], [ 114.025550481690956, 22.6306752413060615 ], [ 114.026432875756171, 22.6277696952372409 ], [ 114.026571074316323, 22.6273544119136858 ] ] } },
848
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0030744829956677556 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.024395482740047, 22.6363365453900975 ], [ 114.027360369024777, 22.6355229760880263 ] ] } },
849
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0055529967675782737 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.41043377365996, 22.6407226154741963 ], [ 114.410601303123869, 22.6407786054284408 ], [ 114.413242574663968, 22.6416613033032803 ], [ 114.414558862566949, 22.6419402545652559 ], [ 114.415790858160705, 22.6421263595206597 ] ] } },
850
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0033665025987765665 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.415790858160705, 22.6421263595206597 ], [ 114.416847052716506, 22.6422614449209654 ], [ 114.417933379448272, 22.6423175319828687 ], [ 114.419114900360498, 22.6425961650967373 ] ] } },
851
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0031339067646255886 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.127145614863934, 22.6385231096171893 ], [ 114.127187556703774, 22.6385052208531725 ], [ 114.130028247347596, 22.6372935562131268 ] ] } },
852
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0036707993219619751 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.207389798719021, 22.6400334830897023 ], [ 114.207963928663318, 22.637923780234928 ], [ 114.207996206968957, 22.6378446000354963 ], [ 114.208092868927864, 22.6376838326775172 ], [ 114.208215639436574, 22.637543924187348 ], [ 114.208659099452859, 22.6371827782770012 ], [ 114.209069872000455, 22.6369912592992293 ] ] } },
853
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.003660256551802612 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.020871180536346, 22.6373248631537116 ], [ 114.021162750781016, 22.6372431015426088 ], [ 114.024395482740047, 22.6363365453900975 ] ] } },
854
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0030707557461305251 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.12517765005218, 22.639358073945882 ], [ 114.125471247291102, 22.6373880276514718 ], [ 114.125578241190169, 22.6368455983212691 ], [ 114.125727664020445, 22.6363411939719192 ] ] } },
855
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.011953706875693243 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.007153865386769, 22.6276859492947118 ], [ 114.007039937851502, 22.6278812667789175 ], [ 114.006460986179263, 22.6287040351201405 ], [ 114.004163722276246, 22.6319686404848959 ], [ 114.003009838433144, 22.6335007513768183 ], [ 114.000828273668134, 22.6365975871934246 ], [ 114.000238793252009, 22.6374343542919334 ] ] } },
856
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0065595525471849334 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.046371791434126, 22.638340035986289 ], [ 114.045929886261533, 22.637687417698821 ], [ 114.04527995817449, 22.6365963791718769 ], [ 114.044985269578405, 22.6360368207264955 ], [ 114.044879207739839, 22.6358354302267308 ], [ 114.04450345475162, 22.6349531851340302 ], [ 114.044036388356773, 22.633808673896489 ], [ 114.043589518057473, 22.6324330939326259 ] ] } },
857
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0033253661226471565 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.82567989497538, 22.6328766473338838 ], [ 113.825712740675343, 22.6328784686062399 ], [ 113.825874748444718, 22.6328874514813201 ], [ 113.826021533156364, 22.632903591583478 ], [ 113.82615821207159, 22.6329350354332668 ], [ 113.826300468628901, 22.6329820511582334 ], [ 113.826394670836706, 22.6330291622132904 ], [ 113.826506944743699, 22.6331048021251995 ], [ 113.826850905380283, 22.6335676216467476 ], [ 113.827038804324587, 22.633787465284172 ], [ 113.827361843528422, 22.6342171582199718 ], [ 113.827480066210668, 22.634388331383807 ], [ 113.827731598071068, 22.6346627650166461 ], [ 113.827813170738679, 22.6347646194309498 ], [ 113.827959194590363, 22.6349469504947436 ], [ 113.828023408392866, 22.6350287128714029 ] ] } },
858
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0096264960235647942 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.832631242924833, 22.6266966860988283 ], [ 113.831829751505637, 22.6293117879300745 ], [ 113.831325744119965, 22.6303404289720653 ], [ 113.829021670054374, 22.6338866153424192 ], [ 113.828023408392866, 22.6350287128714029 ] ] } },
859
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0046304470520464342 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.01644664286485, 22.6386764406089611 ], [ 114.016589722567744, 22.6386164069836191 ], [ 114.016949985721453, 22.6384652455055999 ], [ 114.017914462776375, 22.6381453673972608 ], [ 114.020597350868101, 22.6374008554340911 ], [ 114.020871180536346, 22.6373248631537116 ] ] } },
860
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0034707343883192236 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.488728911212192, 22.642177180723543 ], [ 114.488709057535871, 22.6422590167169098 ], [ 114.488674500428317, 22.6423488366321912 ], [ 114.48861909277791, 22.6427066061836655 ], [ 114.488581440119717, 22.6428450308450273 ], [ 114.488574329914201, 22.6429167455347233 ], [ 114.488581709362549, 22.6430716330835935 ], [ 114.488614469175445, 22.6432246290635213 ], [ 114.488617764987197, 22.6432880402693009 ], [ 114.488616749087541, 22.6433564156454992 ], [ 114.488592508116213, 22.6435263558899962 ], [ 114.488593742293673, 22.6436071376414603 ], [ 114.48860525909609, 22.6436874720225312 ], [ 114.488601941760109, 22.6437480794787938 ], [ 114.488553951541832, 22.6438876831889004 ], [ 114.48853805001869, 22.6439832513452082 ], [ 114.488545733650028, 22.6440764227368838 ], [ 114.488692383238899, 22.6446049413035944 ], [ 114.488802096442399, 22.6449419329048958 ], [ 114.488858787511148, 22.6450914969513839 ], [ 114.488905672828906, 22.6451872854856937 ], [ 114.488963262908356, 22.6452758941343717 ], [ 114.489015975898241, 22.6453391216858826 ], [ 114.489123663684936, 22.6454108592129373 ], [ 114.489170281719396, 22.6454293488332681 ] ] } },
861
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0063403193830462159 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.489170281719396, 22.6454293488332681 ], [ 114.48932082459784, 22.6454030486360871 ], [ 114.490907797209772, 22.6448729639175319 ], [ 114.491095653626559, 22.6448552718547589 ], [ 114.491831600001888, 22.6449092663142544 ], [ 114.493168086347879, 22.6450388329611805 ], [ 114.493363237287184, 22.645001257046669 ], [ 114.494013731969588, 22.6445866539663747 ], [ 114.494197419008245, 22.6445525612113094 ], [ 114.494408451302434, 22.6446344623969651 ], [ 114.494619299611813, 22.6446435485067141 ], [ 114.495246419722406, 22.6444703015632847 ] ] } },
862
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0031064086750479201 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.039396486387503, 22.6369502032813585 ], [ 114.039344163089481, 22.6369575221000545 ], [ 114.039282467985956, 22.6369661515476182 ], [ 114.038548252522631, 22.6376614445819548 ], [ 114.037282117422535, 22.638837823116706 ], [ 114.037105119112013, 22.6390169272121078 ] ] } },
863
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0047349264370148371 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.091408176058664, 22.6399350694010302 ], [ 114.092930339960461, 22.6388283435692124 ], [ 114.093269506873341, 22.638509461549404 ], [ 114.093461024927805, 22.6383072090407289 ], [ 114.093669755396377, 22.6380693117045126 ], [ 114.093929947951793, 22.6377347426647084 ], [ 114.094593581997415, 22.6365378549921985 ] ] } },
864
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0051074194390149747 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.171976064955089, 22.6416423816810557 ], [ 114.171976996941581, 22.6415961704165447 ], [ 114.172075279531711, 22.6367228221172532 ], [ 114.172079046959112, 22.6365360005718088 ] ] } },
865
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0038618398127973894 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.130028247347596, 22.6372935562131268 ], [ 114.130111517693464, 22.6383146846369847 ], [ 114.130370038113284, 22.6395264974306194 ], [ 114.130418913044423, 22.6399194032182614 ], [ 114.13038213769417, 22.6404746238085863 ], [ 114.130336321093736, 22.6409003493532346 ], [ 114.130247722298208, 22.6410991887829063 ] ] } },
866
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.013076471668988135 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.134884362132738, 22.6358010118261284 ], [ 114.135410507259692, 22.6357950988223813 ], [ 114.135952755494486, 22.6358241800337581 ], [ 114.136357284693133, 22.6358690016463555 ], [ 114.136891675424465, 22.6359592109014613 ], [ 114.137417986189689, 22.6360838062043079 ], [ 114.137933655522673, 22.6362421784774597 ], [ 114.138436169458515, 22.636433558627747 ], [ 114.138923081088862, 22.6366570115147532 ], [ 114.139392017080979, 22.6369114523016641 ], [ 114.139775522197354, 22.637151666655484 ], [ 114.144605825116912, 22.640375092067071 ], [ 114.146195808794616, 22.6414005184692613 ], [ 114.146383038583309, 22.6415149846960553 ] ] } },
867
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0084486607644575912 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.083472469909097, 22.6406740028578746 ], [ 114.08426386961689, 22.6401670759835305 ], [ 114.084657614122065, 22.6399507071578903 ], [ 114.085094606141851, 22.6397643163215996 ], [ 114.085560866298749, 22.6396534785687926 ], [ 114.08603476181105, 22.6396261209783241 ], [ 114.086325580210044, 22.6396322323137227 ], [ 114.086748337647521, 22.6397024272214722 ], [ 114.087386300666068, 22.6398814562515334 ], [ 114.088066736007804, 22.6401585911475181 ], [ 114.088566561703857, 22.6403355025628237 ], [ 114.088857951862664, 22.6404244362504201 ], [ 114.089249010206743, 22.6404998162758133 ], [ 114.089723946514113, 22.640522462556639 ], [ 114.09008375640299, 22.640492054829739 ], [ 114.090439135879791, 22.6404000258195772 ], [ 114.090999225207824, 22.6401657765563726 ], [ 114.091369957064103, 22.6399628572238285 ], [ 114.091408176058664, 22.6399350694010302 ] ] } },
868
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0043611929941838774 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.025904155509707, 22.6404274276373627 ], [ 114.025676924092878, 22.6398804514701695 ], [ 114.02541152786813, 22.6391347361095896 ], [ 114.024946528867019, 22.6379261267248495 ], [ 114.024395482740047, 22.6363365453900975 ] ] } },
869
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.004190523305667348 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.828023408392866, 22.6350287128714029 ], [ 113.826877611319688, 22.6359981621284554 ], [ 113.825229231069514, 22.6375055801168585 ], [ 113.824949193785244, 22.6378653582341549 ] ] } },
870
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0032222728750551984 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.146383038583309, 22.6415149846960553 ], [ 114.147962444438775, 22.6424601630431717 ], [ 114.14917038811366, 22.6431308600751677 ] ] } },
871
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.01321451172116403 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.151727592111214, 22.630279413886182 ], [ 114.151344228463984, 22.6330527647145026 ], [ 114.150449659889404, 22.6396525972383671 ], [ 114.150335962815632, 22.6403354654554576 ], [ 114.150312590481562, 22.6404758410666744 ], [ 114.150289413611347, 22.640615038284249 ], [ 114.150188238423524, 22.6410453270046581 ], [ 114.150059581070408, 22.6414781557719067 ], [ 114.149944425495505, 22.6417824572383104 ], [ 114.14975303672044, 22.6422054794174947 ], [ 114.14945245576466, 22.6427467298902023 ], [ 114.14917038811366, 22.6431308600751677 ] ] } },
872
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0030610654797522054 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.002513688914377, 22.639889021210756 ], [ 114.002483079529057, 22.6399136942336803 ], [ 114.002130585716856, 22.6401978345724153 ], [ 114.001695564766862, 22.6403376194090633 ], [ 114.00061817503834, 22.6406079562619276 ], [ 114.000347225186829, 22.6406632170964563 ], [ 114.000061517300082, 22.6407311642603766 ], [ 113.999969316871628, 22.6407458786089535 ], [ 113.999749889505296, 22.6407978640527787 ], [ 113.999644203380569, 22.6408355548781337 ] ] } },
873
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0031427955049579169 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.062596386878326, 22.6389410688354396 ], [ 114.062527478511825, 22.63910189790003 ], [ 114.061896118643759, 22.6405754488112656 ], [ 114.061580376762549, 22.6415895438372416 ], [ 114.06151993078899, 22.6418860474301233 ] ] } },
874
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0038255995089799179 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.000238793252009, 22.6374343542919334 ], [ 113.999993816271143, 22.6377820947826045 ], [ 113.999336735963226, 22.6388547176183081 ], [ 113.999250874572681, 22.6391431251375117 ], [ 113.999110363016143, 22.6396150970248513 ], [ 113.99903451509617, 22.6405044108542413 ], [ 113.999041810364247, 22.6409607967615365 ] ] } },
875
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0038824688372317319 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.022153464305092, 22.6414299580769374 ], [ 114.022224210102479, 22.6414114631231733 ], [ 114.024570009823819, 22.6407981673870644 ], [ 114.025556412545725, 22.6405240618487866 ], [ 114.025904155509707, 22.6404274276373627 ] ] } },
876
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.030202586734489317 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.098074152717984, 22.6341826139580853 ], [ 114.101045101030266, 22.6354209139616103 ], [ 114.101889775716998, 22.6358469098407831 ], [ 114.103344532008023, 22.6368388926387674 ], [ 114.104737643843478, 22.6379097037973835 ], [ 114.108913122210978, 22.641039954347562 ], [ 114.109956139257989, 22.6416811796083088 ], [ 114.11050001206948, 22.6419483703052578 ], [ 114.111309048200539, 22.6422621125985835 ], [ 114.112003664339056, 22.6425003997945744 ], [ 114.112608556170215, 22.6426416699144468 ], [ 114.113635543622166, 22.6428069080436174 ], [ 114.114491356463176, 22.642875331801811 ], [ 114.115097661879446, 22.6428737849855715 ], [ 114.115583215664785, 22.6428436180719999 ], [ 114.116109244869392, 22.6427917222422117 ], [ 114.116711671024632, 22.6427116360059628 ], [ 114.11810272140896, 22.6423565623395397 ], [ 114.121277797801412, 22.6410453604599837 ], [ 114.12370303471964, 22.6400029839367711 ], [ 114.12517765005218, 22.639358073945882 ] ] } },
877
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0031685077315295671 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.08080454964994, 22.6423832842084849 ], [ 114.083472469909097, 22.6406740028578746 ] ] } },
878
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.004282919454137688 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.206195324440202, 22.6442617367593932 ], [ 114.206265670759876, 22.6441640160088298 ], [ 114.207358744589669, 22.6401475877530842 ] ] } },
879
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0033415244057875626 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.063853493684093, 22.6396939577529146 ], [ 114.063880683280388, 22.6397396712296981 ], [ 114.063997988457956, 22.6400664749434242 ], [ 114.064212003129114, 22.6405875489346649 ], [ 114.064361806607181, 22.6409816154545211 ], [ 114.064557846693901, 22.6412966575985664 ], [ 114.064768879563843, 22.641597290869079 ], [ 114.065044332008426, 22.6418692604425296 ], [ 114.065360976256187, 22.6421237588267559 ], [ 114.065642769069754, 22.6423212216906578 ], [ 114.065708639557727, 22.6423673789496789 ] ] } },
880
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0037812208540865537 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.045942909755908, 22.6422382602774448 ], [ 114.045793163869206, 22.6385769798821741 ], [ 114.045788388027205, 22.6384601980515505 ] ] } },
881
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.01422841071249022 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.852112753771664, 22.6275715779162709 ], [ 113.852702111209993, 22.6284744884970941 ], [ 113.852957958112697, 22.628866449523052 ], [ 113.8531761185817, 22.6292006714076521 ], [ 113.853354774295681, 22.6294743710005228 ], [ 113.853579807107522, 22.6298191182347637 ], [ 113.853650070462493, 22.6299267597423786 ], [ 113.853880784785048, 22.6302802088768296 ], [ 113.855212435746395, 22.631814398675008 ], [ 113.85559430048238, 22.6322543358151513 ], [ 113.855707903120049, 22.6323852141544712 ], [ 113.85687060676409, 22.6337247106509771 ], [ 113.857554338327446, 22.6345863429025798 ], [ 113.857914096781869, 22.635101635845114 ], [ 113.857999329680666, 22.6352945253744018 ], [ 113.859414075050879, 22.6377412008909431 ], [ 113.859866183592175, 22.6388417876948296 ], [ 113.860047564378249, 22.6392833248492522 ] ] } },
882
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0068913358673385917 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.859552333905, 22.6324907230006502 ], [ 113.859596894107497, 22.6325741508995186 ], [ 113.859895616637445, 22.633543753473031 ], [ 113.860179222787565, 22.6347334057898912 ], [ 113.860231212098853, 22.6350535221853164 ], [ 113.860185810007735, 22.6371880409237463 ], [ 113.860089317676582, 22.6387321764406408 ], [ 113.860072874966619, 22.6389492268862078 ], [ 113.860047564378249, 22.6392833248492522 ] ] } },
883
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.009454220874585478 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.209924251551556, 22.6455883715856139 ], [ 114.210069685619203, 22.6449178608610318 ], [ 114.210335994923739, 22.6438760755581221 ], [ 114.210673869358516, 22.6429942568587812 ], [ 114.211465679695394, 22.6412026771068575 ], [ 114.211806064250396, 22.640288809792672 ], [ 114.211958759148374, 22.639765992548142 ], [ 114.212112810271819, 22.6391625970715538 ], [ 114.212212952378081, 22.6386666506490322 ], [ 114.212557185861968, 22.6365978652553927 ], [ 114.212564400588477, 22.6365545087653466 ] ] } },
884
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0053246346944656022 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.017013834295284, 22.6428197268874314 ], [ 114.017103727738117, 22.6427966132133633 ], [ 114.019625407426958, 22.6421482189225927 ], [ 114.022081962389393, 22.6414502736218068 ], [ 114.022153464305092, 22.6414299580769374 ] ] } },
885
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0064975669626634331 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.927558362470705, 22.6366808086486131 ], [ 113.926631875200897, 22.6377247173109986 ], [ 113.925859276318462, 22.6385952169823419 ], [ 113.924919359290683, 22.6396017029869796 ], [ 113.923200359727289, 22.6414997755002396 ] ] } },
886
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.010039379828398228 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.095015997289707, 22.6368828801065227 ], [ 114.095180047145803, 22.6370168750101506 ], [ 114.095382849000586, 22.6371983127803382 ], [ 114.09578607623277, 22.6376244579824437 ], [ 114.095886192986143, 22.6377995723171388 ], [ 114.096095852827801, 22.6381818398008896 ], [ 114.096297401091348, 22.6386508331728002 ], [ 114.096453174056876, 22.639140189187394 ], [ 114.096562196667577, 22.639674654581686 ], [ 114.096586011854825, 22.6398181049683274 ], [ 114.096686918380684, 22.6399378030870295 ], [ 114.096755865836343, 22.6399995193301038 ], [ 114.096962261721202, 22.6401357017273384 ], [ 114.09712854862515, 22.6402559736955702 ], [ 114.097269478898269, 22.6403280017773127 ], [ 114.097742947015163, 22.6405436178620825 ], [ 114.097873115968028, 22.6406137158843848 ], [ 114.098051309457944, 22.640725507934679 ], [ 114.098188553019597, 22.6408228708919701 ], [ 114.098501277612243, 22.6410890110586607 ], [ 114.099344276570065, 22.6417687561091867 ], [ 114.099501996442285, 22.6419216475817571 ], [ 114.099664038959915, 22.6421086792961042 ], [ 114.099966360691482, 22.6426975909143735 ], [ 114.100563842124473, 22.6439129922268982 ], [ 114.100618491656235, 22.644081781534684 ], [ 114.100645330175141, 22.6443330905327258 ], [ 114.100640262473263, 22.6446354890398851 ] ] } },
887
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0042665364673769432 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.171687130057194, 22.6458816011887158 ], [ 114.171891487095181, 22.645100271016009 ], [ 114.171974986163079, 22.6416864855761979 ], [ 114.171976064955089, 22.6416423816810557 ] ] } },
888
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0042092881582350885 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.222109065545638, 22.6455082301213579 ], [ 114.222948634908832, 22.6456563586608759 ], [ 114.223610272574433, 22.6457863677210511 ], [ 114.225339593660863, 22.6463507329284077 ], [ 114.226126211015114, 22.6467066226616538 ] ] } },
889
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0040157199585097057 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.061238491456365, 22.6443404321670236 ], [ 114.06167978937583, 22.6443465085631317 ], [ 114.064937010249182, 22.644391313247425 ], [ 114.065253831522597, 22.6443956674561448 ] ] } },
890
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0034987337086272033 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.065708639557727, 22.6423673789496789 ], [ 114.065753482137637, 22.6424016813192388 ], [ 114.066519715109266, 22.6429878015633186 ], [ 114.067484890074311, 22.6436949258976483 ], [ 114.067932210752431, 22.6440342880182222 ], [ 114.068221204529124, 22.6442644354148825 ], [ 114.068510712794634, 22.6444614095434211 ] ] } },
891
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0032579077719431743 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.065253831522597, 22.6443956674561448 ], [ 114.065455368405082, 22.644397078230142 ], [ 114.066531542294939, 22.6444046074515803 ], [ 114.067783008378044, 22.6444534120989864 ], [ 114.068377487047613, 22.6444599453714233 ], [ 114.068510712794634, 22.6444614095434211 ] ] } },
892
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.004469489094862349 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.18566942950693, 22.6464357206660445 ], [ 114.187423426278798, 22.6441787855079006 ], [ 114.188285134395073, 22.6430457083852588 ], [ 114.188398697301281, 22.6428963809861337 ] ] } },
893
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0040219242751141334 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.029630649936649, 22.6441425100686473 ], [ 114.031211954389804, 22.6435831946734787 ], [ 114.033378688632794, 22.6429936301058845 ], [ 114.03347431720772, 22.6429676084110909 ] ] } },
894
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.025540022084461954 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.921164844928143, 22.6173471516678894 ], [ 113.921168630897427, 22.6175617211148108 ], [ 113.92135471603855, 22.6278623741222766 ], [ 113.921435371502, 22.6318640906661983 ], [ 113.921546359655594, 22.6386376691386211 ], [ 113.921622862657145, 22.6418873697289911 ], [ 113.921667166023454, 22.6421401642414075 ], [ 113.921786139138845, 22.6424320517921416 ], [ 113.922050944256654, 22.6426012438341147 ], [ 113.92214311302007, 22.6426601333463324 ] ] } },
895
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0040410364562642569 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.042187733980995, 22.6449758465475703 ], [ 114.045798790819291, 22.6437064134981618 ], [ 114.046000064003053, 22.6436356542316801 ] ] } },
896
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0037277294959908785 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.072930981631202, 22.6451219715821104 ], [ 114.073578873732444, 22.6453244387087302 ], [ 114.074049229566668, 22.6454413011238351 ], [ 114.074652551241314, 22.6454862728421524 ], [ 114.075172820409875, 22.6454677600848058 ], [ 114.075734688541559, 22.6453597482885449 ], [ 114.076237193653142, 22.6452226635176892 ], [ 114.076554219945251, 22.6450849014123001 ] ] } },
897
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0048661719094103446 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.027669310572847, 22.6449621665113163 ], [ 114.027629840325844, 22.6448607693571766 ], [ 114.025904155509707, 22.6404274276373627 ] ] } },
898
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.014455590996641553 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.14917038811366, 22.6431308600751677 ], [ 114.150684437087179, 22.6439406815259616 ], [ 114.151609873882293, 22.6444045288683107 ], [ 114.152543898125884, 22.6448533069153157 ], [ 114.153705632307421, 22.6453858879189305 ], [ 114.15434897527895, 22.6456628546966208 ], [ 114.154974842103812, 22.6459075058249368 ], [ 114.155985438292973, 22.6462588474108912 ], [ 114.156734974252672, 22.6464555263405707 ], [ 114.157603669423693, 22.6466972625080878 ], [ 114.158772236820852, 22.6469372632824317 ], [ 114.159669502301441, 22.647068090229272 ], [ 114.16077580862175, 22.6471768147674162 ], [ 114.16282218040368, 22.6474031935912237 ] ] } },
899
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.013445696439654528 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.16282218040368, 22.6474031935912237 ], [ 114.162684834875293, 22.6470283898039106 ], [ 114.162545042828171, 22.6465663331348743 ], [ 114.162419303018709, 22.6461008115598048 ], [ 114.162307715067428, 22.6456321914565457 ], [ 114.162210367796916, 22.6451608444583599 ], [ 114.162127336376273, 22.6446871437990076 ], [ 114.162058688189262, 22.644211462593244 ], [ 114.16200447594791, 22.6437341782504546 ], [ 114.161951165800772, 22.6430320504489089 ], [ 114.161945843630932, 22.642586577647446 ], [ 114.161956315669258, 22.6421114795961493 ], [ 114.161979143030706, 22.6416962175965573 ], [ 114.162017733486707, 22.6412521607656601 ], [ 114.162066909338151, 22.6408388716689721 ], [ 114.162133648825858, 22.6403976994871812 ], [ 114.162220790785682, 22.6399294376932616 ], [ 114.162324308896359, 22.6394640566706222 ], [ 114.16244409428225, 22.6390020505978669 ], [ 114.162571053852119, 22.6385724206553292 ], [ 114.162775415724269, 22.6380933082281466 ], [ 114.163001408149398, 22.6376226407273506 ], [ 114.163194838965367, 22.6372575806078231 ], [ 114.163415504357346, 22.6368750192102439 ], [ 114.163650698062796, 22.6364999926892594 ], [ 114.163884122087111, 22.6361556696539523 ], [ 114.164146600249595, 22.6357965805738814 ], [ 114.164422679213558, 22.6354463906257877 ], [ 114.164749090305818, 22.635063618222194 ], [ 114.164957650788196, 22.6348490101490682 ] ] } },
900
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0035018189373133843 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.860047564378249, 22.6392833248492522 ], [ 113.859962545872662, 22.6395331224086327 ], [ 113.859817552493936, 22.6399591332138712 ], [ 113.859725441756353, 22.6405702148149253 ], [ 113.859688024735036, 22.6411201222953267 ], [ 113.859810908620602, 22.6427342282099566 ] ] } },
901
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0037693388318821145 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.038516786272169, 22.6423176421545236 ], [ 114.039938892611417, 22.6455557803316303 ], [ 114.040032457778864, 22.6457688238526202 ] ] } },
902
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.010467917925170834 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.210351778801567, 22.6485446838129221 ], [ 114.211119614637127, 22.6485496449636052 ], [ 114.216829874131676, 22.6487490708884422 ], [ 114.217425937914513, 22.6487312269305257 ], [ 114.218973673880598, 22.6483929793336607 ], [ 114.21971643943715, 22.6482742916127187 ], [ 114.220534885758042, 22.648270780313517 ], [ 114.220644114944832, 22.6482595363267727 ], [ 114.220768736355808, 22.648246707672449 ] ] } },
903
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.00313309371561652 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.010620645216463, 22.6445523057592766 ], [ 114.010741320201348, 22.644637835282591 ], [ 114.013069496385185, 22.6462879043893039 ], [ 114.013176836921772, 22.6463639790732074 ] ] } },
904
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0031515822914272838 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.013176836921772, 22.6463639790732074 ], [ 114.013218770414866, 22.6463111749748798 ], [ 114.01509437419098, 22.6439492900114772 ], [ 114.01514175765665, 22.6439003346482224 ] ] } },
905
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0040329429388513893 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.201664414190418, 22.649433897701428 ], [ 114.201775075648754, 22.6493441532508513 ], [ 114.204621835679404, 22.647035395497813 ], [ 114.204821961794636, 22.6469321972016644 ] ] } },
906
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0030970734878023247 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.059028832828687, 22.6443093561519433 ], [ 114.059025537132385, 22.6445360012162809 ], [ 114.058983805946895, 22.6474061023102138 ] ] } },
907
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0088605865576961342 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.12006884052974, 22.6484441878823404 ], [ 114.122938439168678, 22.6456335709212198 ], [ 114.123320647768068, 22.6452299124071601 ], [ 114.123605872386463, 22.6448769824469274 ], [ 114.123863880487747, 22.6445064417245021 ], [ 114.124114743327908, 22.6440357911586396 ], [ 114.124354148352211, 22.6435605323224785 ], [ 114.124535693982494, 22.6430976020330768 ], [ 114.124683194815333, 22.6425634241278431 ], [ 114.124816718456074, 22.6418505067699556 ], [ 114.124907050031652, 22.6413176740771966 ] ] } },
908
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0031734425895901079 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.077185261316643, 22.6447005616534511 ], [ 114.07727566812089, 22.6449763891821299 ], [ 114.077322260063795, 22.6452183668920455 ], [ 114.077360126219162, 22.6455786597469029 ], [ 114.077396382720508, 22.6464662320716101 ], [ 114.077473604991866, 22.6470768565073151 ], [ 114.077415644227642, 22.6472687291079673 ], [ 114.077289338809805, 22.6475818461032574 ], [ 114.077221477289058, 22.6478043358149961 ] ] } },
909
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0056609132746986328 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.001188786650673, 22.6437225418731138 ], [ 114.001352719705523, 22.6438567939003228 ], [ 114.001527631910534, 22.6439785212009497 ], [ 114.00226985191955, 22.6444093154181658 ], [ 114.002986483347925, 22.6448501860289895 ], [ 114.003349742505193, 22.6450849676384962 ], [ 114.003703678807454, 22.6453317140459873 ], [ 114.005898247154903, 22.6466483105565999 ], [ 114.005995287188981, 22.6467065273853052 ] ] } },
910
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0042931482680749998 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.822299198219696, 22.6425744526385202 ], [ 113.822405998075411, 22.6426189028145153 ], [ 113.823060061384254, 22.6429614330841069 ], [ 113.824725158914191, 22.6438359504405824 ], [ 113.824862575381104, 22.6438657504145766 ], [ 113.82620770337715, 22.644094692822712 ], [ 113.826260227473071, 22.6441036324386751 ] ] } },
911
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0036479853088346986 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.145874260143685, 22.6468032749971826 ], [ 114.143909207462926, 22.6489731943127772 ], [ 114.143440810859119, 22.6495207079938439 ] ] } },
912
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0060123771912769415 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.860047564378249, 22.6392833248492522 ], [ 113.860118338060019, 22.6394880224049224 ], [ 113.860349041664747, 22.6401552689310677 ], [ 113.86045354680769, 22.6406177750031858 ], [ 113.8606455556545, 22.6414675364401141 ], [ 113.860682630029828, 22.6416316134545923 ], [ 113.861393246705049, 22.6447747952599308 ], [ 113.861471259353806, 22.6451197977078422 ] ] } },
913
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0033880232217053932 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.205376937805596, 22.6475163564227948 ], [ 114.206261798414872, 22.6494251448884469 ], [ 114.206711244378852, 22.6505745603120019 ], [ 114.206729433808761, 22.6506210776230077 ] ] } },
914
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.004695444795170832 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.100640262473263, 22.6446354890398851 ], [ 114.10065277042321, 22.6448352319611921 ], [ 114.100679522815625, 22.6467540461985628 ], [ 114.100630582507904, 22.6472753481128066 ], [ 114.100559797272481, 22.6477591905185065 ], [ 114.100481864040106, 22.6479672214121983 ], [ 114.100377633781861, 22.6481808175280364 ], [ 114.100252790224076, 22.6483582353964046 ], [ 114.099978341400089, 22.6486929713633565 ], [ 114.09975341498685, 22.6490874516793852 ] ] } },
915
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0053408637188367874 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.830251217337164, 22.6447898181254423 ], [ 113.830452424564342, 22.6444801590146554 ], [ 113.831108489799064, 22.6435354169940837 ], [ 113.831513823028232, 22.6429968897312186 ], [ 113.831932940563448, 22.642440043139807 ], [ 113.832730527359317, 22.6415605951731536 ], [ 113.833644597518443, 22.6406888007584257 ] ] } },
916
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0042405778166629141 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.008146235581037, 22.6479961113831685 ], [ 114.008234054824598, 22.6478738905428472 ], [ 114.010579636215013, 22.644609382137272 ], [ 114.010620645216463, 22.6445523057592766 ] ] } },
917
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0033259910451615676 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.040032457778864, 22.6457688238526202 ], [ 114.040122447637302, 22.6459424857962262 ], [ 114.041562725910794, 22.6487218724260195 ] ] } },
918
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.003387393079712463 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.013176836921772, 22.6463639790732074 ], [ 114.013265777866607, 22.6464270140294488 ], [ 114.015820696844784, 22.6482377023738302 ], [ 114.015940545416257, 22.6483226386234868 ] ] } },
919
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0047084811620489294 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.061238491456365, 22.6443404321670236 ], [ 114.061232656013104, 22.6447444989290005 ], [ 114.06117348926692, 22.6488417963773365 ], [ 114.061170504552877, 22.6490484224637747 ] ] } },
920
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0038429092591849012 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.054352368094285, 22.6451763338769503 ], [ 114.054102151363068, 22.6460605886647208 ], [ 114.053968372397975, 22.6467605761757014 ], [ 114.053576143605468, 22.6489367898690404 ] ] } },
921
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0031778777913532147 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.053576143605468, 22.6489367898690404 ], [ 114.053726983805035, 22.6489377057113579 ], [ 114.055759489426904, 22.6489500337371297 ], [ 114.056449915261453, 22.6489647242528847 ], [ 114.056753756211705, 22.6489711880749418 ] ] } },
922
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0035788661997338211 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.031161192767058, 22.6492187688227737 ], [ 114.031743706542912, 22.6487729706646057 ], [ 114.032066585765008, 22.6485552029432355 ], [ 114.034323580147955, 22.6478387257248883 ], [ 114.034407361140921, 22.6478121290886101 ] ] } },
923
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.003184286550793032 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.209158901185333, 22.6519870975363347 ], [ 114.209186701180442, 22.6515371053328742 ], [ 114.20939739693479, 22.6494044875604388 ], [ 114.209463841951859, 22.6488178022743618 ] ] } },
924
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0042996843571178837 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.201664414190418, 22.649433897701428 ], [ 114.202285715616796, 22.6499098282534383 ], [ 114.203589284330263, 22.6508837264533653 ], [ 114.204333847192558, 22.6514895850911024 ], [ 114.205004535944425, 22.6521337509742189 ] ] } },
925
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0031924429923900623 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.830251217337164, 22.6447898181254423 ], [ 113.830419145452097, 22.6448866326715113 ], [ 113.833016959492895, 22.6463842969078684 ] ] } },
926
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.012526045822442898 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.16282218040368, 22.6474031935912237 ], [ 114.164740137928675, 22.6477269394594565 ], [ 114.16632798494912, 22.6481130163758202 ], [ 114.167533895083608, 22.6485081206414343 ], [ 114.168546415957081, 22.6489127249440791 ], [ 114.169864652710871, 22.6495549279175457 ], [ 114.174332703729704, 22.6520574569616535 ] ] } },
927
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.026885165562288923 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.833591986242368, 22.6467297801973828 ], [ 113.833686058171551, 22.6465925815880595 ], [ 113.835202739841023, 22.6446082174740404 ], [ 113.839446137583778, 22.6393818539347222 ], [ 113.840213026389293, 22.6384162815883059 ], [ 113.84209138534132, 22.6360964385358194 ], [ 113.843015098597576, 22.6349689031495664 ], [ 113.843535233138184, 22.6343595081120768 ], [ 113.844199481384834, 22.6335973996124586 ], [ 113.844764803158583, 22.6330078179409391 ], [ 113.845367581415033, 22.6324188627673877 ], [ 113.845935167786848, 22.6318242518874655 ], [ 113.846460916080062, 22.6314256254736605 ], [ 113.846844525560414, 22.6310940043553046 ], [ 113.846918857167978, 22.6310297458881564 ], [ 113.846957000148393, 22.6309984206139561 ], [ 113.847766762962394, 22.6303333884782063 ], [ 113.848815230860069, 22.629557424804517 ], [ 113.849483072413307, 22.6291253136902668 ], [ 113.849571835268094, 22.6290678802175655 ], [ 113.849721335216117, 22.6289711491273771 ], [ 113.849781710767019, 22.6289320839069781 ], [ 113.850592261167535, 22.62840762439982 ], [ 113.850841481096055, 22.6282463678318067 ], [ 113.851356576941143, 22.6279542245448297 ], [ 113.851695619385424, 22.6277826600640388 ], [ 113.852112753771664, 22.6275715779162709 ] ] } },
928
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0042484818221593225 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.822299198219696, 22.6425744526385202 ], [ 113.822114197457367, 22.644247393586177 ], [ 113.821842111896629, 22.6451084373126257 ], [ 113.82101101994013, 22.6465481029510549 ] ] } },
929
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.003030673569724484 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.010596917460163, 22.6496579356285217 ], [ 114.010700335159783, 22.6495251993319116 ], [ 114.012459549468986, 22.6472672068095449 ] ] } },
930
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0032450223668870912 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.116563771759502, 22.6518152844455507 ], [ 114.118921573810468, 22.6495857240292224 ] ] } },
931
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0041751291478177585 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.833591986242368, 22.6467297801973828 ], [ 113.834365120871297, 22.6471855232627917 ], [ 113.834675224283657, 22.6473334476605288 ], [ 113.835013975437178, 22.6474206966883536 ], [ 113.835244135682956, 22.6474449575274512 ], [ 113.83565594738252, 22.6474467947304383 ], [ 113.836651207126536, 22.6474112499212836 ], [ 113.837595741374898, 22.6473775103603572 ] ] } },
932
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.003646002151520954 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.006015534404099, 22.6509547333906909 ], [ 114.008049758924017, 22.6481300791736544 ], [ 114.008146235581037, 22.6479961113831685 ] ] } },
933
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0077910433662856018 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.167335357489307, 22.653592543343283 ], [ 114.16674982247001, 22.6530972367698915 ], [ 114.165451095037653, 22.6519986153998829 ], [ 114.1650092111324, 22.6514192101868055 ], [ 114.164629762522807, 22.6508861567150603 ], [ 114.164248388078335, 22.6503121410520976 ], [ 114.163887074322915, 22.6497270538221649 ], [ 114.163546191163519, 22.6491314985163896 ], [ 114.163358315138282, 22.6487821593149725 ], [ 114.163227420650273, 22.6484845241533215 ], [ 114.163018836636596, 22.6479734715328647 ], [ 114.16282218040368, 22.6474031935912237 ] ] } },
934
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0076790645414389572 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.999090893177055, 22.6439700052815098 ], [ 113.999090713193624, 22.644019902530971 ], [ 113.999097898305124, 22.644469334917197 ], [ 113.998991272923135, 22.6450465340887384 ], [ 113.998546958055812, 22.6462079118076218 ], [ 113.997627493398298, 22.6480160703780449 ], [ 113.996174032245406, 22.6510018237533863 ] ] } },
935
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0032461068418593395 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.076537405612498, 22.6500002703105778 ], [ 114.076217771329326, 22.6504269180263087 ], [ 114.076006524409962, 22.6506751650486642 ], [ 114.075758535036996, 22.6509202272864876 ], [ 114.075589003888538, 22.6511473561340466 ], [ 114.075299700376348, 22.6515596176855318 ], [ 114.075020865501855, 22.6518827313505504 ], [ 114.07475121121665, 22.6521231520229449 ], [ 114.074360772161995, 22.6523725081426086 ] ] } },
936
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0032513693971659326 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.010596917460163, 22.6496579356285217 ], [ 114.010700132151044, 22.6497260090577264 ], [ 114.01318361223251, 22.6513638821011831 ], [ 114.013311155332531, 22.651447995886965 ] ] } },
937
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0040843053555040098 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.013311155332531, 22.651447995886965 ], [ 114.013397797143995, 22.6513450143494559 ], [ 114.015866174140172, 22.6484110408843549 ], [ 114.015940545416257, 22.6483226386234868 ] ] } },
938
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0032230245466835024 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.056753756211705, 22.6489711880749418 ], [ 114.056720285302859, 22.6492617547318957 ], [ 114.056384920704389, 22.6521730387268398 ] ] } },
939
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0047429974486999319 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.143440810859119, 22.6495207079938439 ], [ 114.142942766363973, 22.6501691271196499 ], [ 114.142674043239865, 22.6505889984397122 ], [ 114.142293271982467, 22.6512603053100037 ], [ 114.141867767097992, 22.6522315293808312 ], [ 114.1416706054206, 22.6527997802265695 ], [ 114.141571926578564, 22.6531595362410876 ], [ 114.141472756992755, 22.6534775184634753 ], [ 114.141416291473277, 22.6537590555695196 ] ] } },
940
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0030128767444747122 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.144217658410199, 22.6527157848822647 ], [ 114.143817776445729, 22.6528811138050656 ], [ 114.143460574597015, 22.6529806701099794 ], [ 114.142826097723727, 22.6531386530566046 ], [ 114.142601271355744, 22.6532123863350812 ], [ 114.142450520850119, 22.6532719978743877 ], [ 114.142300266029025, 22.6533512616769954 ], [ 114.141897263431758, 22.6536218131706413 ], [ 114.141649462006811, 22.6537115231030342 ], [ 114.141495349568629, 22.6537429390926661 ], [ 114.141416291473277, 22.6537590555695196 ] ] } },
941
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.005489961158436669 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.035906861273702, 22.6473306619990638 ], [ 114.036053853816142, 22.6476094955578873 ], [ 114.038422862873091, 22.6521031340476959 ], [ 114.038467117608917, 22.6521870764190432 ] ] } },
942
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0045397736204259185 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.206729433808761, 22.6506210776230077 ], [ 114.206751824020031, 22.6506798554693383 ], [ 114.208332786727752, 22.6548299481144326 ], [ 114.208345549318565, 22.6548634490333853 ] ] } },
943
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0063095796754895966 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.176391431709632, 22.6532142342095568 ], [ 114.176419741424667, 22.6531961453120267 ], [ 114.176582898767307, 22.6531167645842793 ], [ 114.176635725008921, 22.6531009641566179 ], [ 114.176733722690287, 22.6530777742155642 ], [ 114.176829553068785, 22.6530811729576591 ], [ 114.176891724363387, 22.6531003655378207 ], [ 114.177032791383425, 22.6531620403694589 ], [ 114.1791890733831, 22.6543866257966293 ], [ 114.179302194322659, 22.6544406902270445 ], [ 114.179393328090725, 22.6544598483558381 ], [ 114.179535906225411, 22.6544420352163343 ], [ 114.179596469652452, 22.6543999564064507 ], [ 114.18121697740942, 22.6522713269735299 ], [ 114.181236856627976, 22.6522452144932025 ] ] } },
944
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.003103620881135756 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.209240773777054, 22.6550779103450921 ], [ 114.209171816251938, 22.6546964946970064 ], [ 114.209097833114811, 22.6539708816413068 ], [ 114.209077573889985, 22.6536339118938557 ], [ 114.209091517099665, 22.6530777962158609 ], [ 114.209158901185333, 22.6519870975363347 ] ] } },
945
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0030196255417478651 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.205669636044618, 22.6528347629106364 ], [ 114.206129998503073, 22.653338676098592 ], [ 114.20666392440944, 22.6539947807505655 ], [ 114.207557523669792, 22.6551885587921582 ] ] } },
946
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0041241918827578947 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.061170504552877, 22.6490484224637747 ], [ 114.061190042920458, 22.6492602374948788 ], [ 114.061320334807789, 22.6506726896536179 ], [ 114.06151342341974, 22.6516393800476052 ], [ 114.061897802330122, 22.6529534471555785 ], [ 114.061953762707958, 22.6530797143111542 ] ] } },
947
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0030728381616899792 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.018741839030497, 22.6505549901180352 ], [ 114.01878744701655, 22.6505915539746994 ], [ 114.019739773920236, 22.6513550290273606 ], [ 114.021084778085722, 22.6523910711824179 ], [ 114.021160856813694, 22.6524496728513824 ] ] } },
948
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0089706960728716777 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.920964786545284, 22.6439656228651423 ], [ 113.917644817421376, 22.6476394508350971 ], [ 113.916370965450724, 22.6490172280236948 ], [ 113.916000612610929, 22.649512695872982 ], [ 113.9156672141862, 22.6500523477393862 ], [ 113.915438013723161, 22.6505339184655412 ], [ 113.915315135567525, 22.6508683934755624 ] ] } },
949
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0046263811061199511 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.822244208734901, 22.648342689529855 ], [ 113.82238585519579, 22.6483716447281438 ], [ 113.826700941851968, 22.6495826802960956 ] ] } },
950
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.004466338698085247 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.826700941851968, 22.6495826802960956 ], [ 113.826803043183148, 22.6494744388774123 ], [ 113.827614990733721, 22.6486136531909601 ], [ 113.82814611396995, 22.6479023093037206 ], [ 113.82846816117268, 22.6473694722205288 ], [ 113.829383981313953, 22.6460284738338302 ] ] } },
951
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0048056782283151644 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.826700941851968, 22.6495826802960956 ], [ 113.828329590428751, 22.6500489966722149 ], [ 113.828899548781877, 22.6502044225093115 ], [ 113.830109129138975, 22.6504380168487707 ], [ 113.831391525595564, 22.6505671946959311 ] ] } },
952
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0044331436485896495 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.831391525595564, 22.6505671946959311 ], [ 113.831435207329974, 22.6504783482068319 ], [ 113.831980468321632, 22.6493693224655992 ], [ 113.832595619223213, 22.6481828846860012 ], [ 113.833591986242368, 22.6467297801973828 ] ] } },
953
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0064707251631540164 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.09973414256288, 22.6493152656709107 ], [ 114.100843363499152, 22.6503588985635815 ], [ 114.101221545514733, 22.6507229024797958 ], [ 114.10134412719087, 22.6508759863014646 ], [ 114.101455054930284, 22.651177892059895 ], [ 114.101357174844281, 22.6529704995621088 ], [ 114.101334100189661, 22.6532428465328124 ], [ 114.101292980903878, 22.653445239165336 ], [ 114.101183161688326, 22.653756736938508 ], [ 114.101085766396551, 22.6538518866428191 ], [ 114.100862036678393, 22.6541155513400128 ], [ 114.10078962306693, 22.6542663872519761 ], [ 114.100741607335948, 22.6545306935015489 ], [ 114.100712099265252, 22.6549112967641157 ] ] } },
954
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0038029624922020287 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.013311155332531, 22.651447995886965 ], [ 114.013466047152306, 22.6515592004755355 ], [ 114.016309445549439, 22.6536005655102208 ], [ 114.016400416837342, 22.6536658748448438 ] ] } },
955
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0038935667029382382 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.018741839030497, 22.6505549901180352 ], [ 114.018689157770865, 22.6506249843090863 ], [ 114.016489054866582, 22.6535481114276784 ], [ 114.016400416837342, 22.6536658748448438 ] ] } },
956
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.004027617010121211 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.042567296046201, 22.6506865662177965 ], [ 114.042639420653103, 22.6508166568869456 ], [ 114.044460811933519, 22.654101804093056 ], [ 114.044520254821819, 22.6542090157633318 ] ] } },
957
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0039420761519816886 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.170345098217084, 22.6561384076638745 ], [ 114.170192442534898, 22.6560092842470979 ], [ 114.169640623965535, 22.6555425246275774 ], [ 114.169528708233344, 22.6554478591339112 ], [ 114.167335357489307, 22.653592543343283 ] ] } },
958
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0071278429064732625 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.176391431709632, 22.6532142342095568 ], [ 114.182093258512111, 22.6564066573642471 ], [ 114.182619369723568, 22.6566805502188906 ] ] } },
959
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0072386511606418518 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.034407361140921, 22.6478121290886101 ], [ 114.034431443291325, 22.6479388350283166 ], [ 114.03454501152828, 22.6485363485556341 ], [ 114.034683361793881, 22.6496872297014846 ], [ 114.034684969587659, 22.6499163682218381 ], [ 114.034726962696141, 22.6504977160540477 ], [ 114.034808242611987, 22.6508328479309817 ], [ 114.0349161094816, 22.6514020981523352 ], [ 114.034946101021021, 22.6516301951446053 ], [ 114.034748109525268, 22.652559610468046 ], [ 114.03473565139187, 22.6526316903083682 ], [ 114.034734499026797, 22.6526952476143641 ], [ 114.034733039501518, 22.652775745890068 ], [ 114.034773104627462, 22.6530397757197477 ], [ 114.034811289128427, 22.6532048841540501 ], [ 114.034874006205271, 22.6533589048538353 ], [ 114.034902377108793, 22.6534765386403798 ], [ 114.035003511157086, 22.6538958620139006 ], [ 114.035094127765106, 22.6540737062437607 ], [ 114.0354924852263, 22.6546373018700997 ], [ 114.035655298191259, 22.6546530110100903 ] ] } },
960
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.024424713891811421 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.397437327459798, 22.659948748365661 ], [ 114.400268027052206, 22.6569196054590662 ], [ 114.401386905468144, 22.6558179009115399 ], [ 114.402515636331358, 22.6547923083145015 ], [ 114.403525966101768, 22.6539387412153985 ], [ 114.409125410516168, 22.6493257858589025 ], [ 114.409449232291394, 22.6490274712701947 ], [ 114.409919522126643, 22.6484316930463727 ], [ 114.41021944434803, 22.6477829600725009 ], [ 114.410344475444703, 22.647379747906804 ], [ 114.410423860057179, 22.6465926693758384 ], [ 114.410368639116797, 22.6459996666655918 ], [ 114.409914610818475, 22.6441206620486959 ], [ 114.409752600060571, 22.6433251703744602 ], [ 114.409731029308887, 22.6429985905698921 ], [ 114.40974379387508, 22.6426028625843365 ], [ 114.409817382045318, 22.6421522693268642 ], [ 114.409962454711092, 22.6416997526083676 ], [ 114.410160312507486, 22.6412588298156336 ] ] } },
961
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0041313112962105408 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.024947064901198, 22.6553145635085542 ], [ 114.025105319777026, 22.6551237475500571 ], [ 114.026363850642312, 22.6536062419764974 ], [ 114.0276083500939, 22.6521547926209443 ] ] } },
962
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0044763893605414204 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.038467117608917, 22.6521870764190432 ], [ 114.038557412573411, 22.6523605099076022 ], [ 114.040482740691544, 22.6560584427648841 ], [ 114.040534341913215, 22.6561575481016746 ] ] } },
963
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.011475929447661615 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.103121921442764, 22.657250884950944 ], [ 114.103662253371226, 22.6570031691928797 ], [ 114.104325347544105, 22.6566991689455399 ], [ 114.104750615436828, 22.6565414008039347 ], [ 114.105148250442227, 22.6564543397491569 ], [ 114.106502509338029, 22.6562494131589851 ], [ 114.106923911102726, 22.6562030524299516 ], [ 114.107301213217525, 22.6561906056963416 ], [ 114.111021585709977, 22.6561906642503175 ], [ 114.11133820793934, 22.6561700423600314 ], [ 114.111594673191917, 22.6561201027057173 ], [ 114.111957870214525, 22.6560208529993687 ], [ 114.11229666566652, 22.6558506167578635 ], [ 114.11257623452876, 22.6556737233187349 ], [ 114.112857257591287, 22.6554310631790479 ], [ 114.113827703483878, 22.6544732079217788 ] ] } },
964
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0055528604956668563 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.07368870604958, 22.6533220981210093 ], [ 114.073736813103963, 22.6533594422274618 ], [ 114.075033684626462, 22.654366142064319 ], [ 114.075883262329469, 22.6550999998331299 ], [ 114.076588035216886, 22.6558688764747949 ], [ 114.076656972939205, 22.6559440832263199 ], [ 114.077530625067936, 22.657263612948789 ] ] } },
965
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0048602057301353353 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.819126855844232, 22.649783090742357 ], [ 113.818617958484467, 22.6506723477509908 ], [ 113.816222312667321, 22.6534736393944094 ], [ 113.816121795304369, 22.6535845238371323 ] ] } },
966
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.008136807076309099 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.182619369723568, 22.6566805502188906 ], [ 114.182742421253892, 22.6567557088663989 ], [ 114.189945251899644, 22.6602199797182386 ] ] } },
967
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0098058398393140681 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.122166285692558, 22.6592712684603583 ], [ 114.121915685741712, 22.6562419209608414 ], [ 114.121827376494949, 22.6554701005932557 ], [ 114.121730602658005, 22.6548645221449441 ], [ 114.121610049750217, 22.654262631116918 ], [ 114.121465878185688, 22.6536652309523312 ], [ 114.121298282510494, 22.6530731201807747 ], [ 114.12117827499786, 22.6526956386101652 ], [ 114.121048745967059, 22.652320878080868 ], [ 114.120648536101626, 22.6517507439229639 ], [ 114.120242412532761, 22.6512013331684656 ], [ 114.119822415649494, 22.6506609835724397 ], [ 114.11939516109895, 22.6501378084124418 ] ] } },
968
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0037572659885190172 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.042518321569233, 22.6551876899734168 ], [ 114.042551888608287, 22.6552492346530947 ], [ 114.044274167106096, 22.6584068553906377 ], [ 114.044317447749876, 22.6584862036833243 ] ] } },
969
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0032897736039956761 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.010222911497593, 22.6580133278251878 ], [ 114.012056953546519, 22.6554103528516819 ], [ 114.012117755035987, 22.6553240568588379 ] ] } },
970
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0066598026611692993 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.196483313392136, 22.659496894609898 ], [ 114.1965837540412, 22.6595992131843218 ], [ 114.196724654807809, 22.659706638345579 ], [ 114.202661950440515, 22.6611501670077189 ], [ 114.202884454444373, 22.6612042592477998 ] ] } },
971
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0041354420542628334 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.202884454444373, 22.6612042592477998 ], [ 114.202888872601534, 22.6611287572689974 ], [ 114.202899965157954, 22.6609392263176765 ], [ 114.205664962469797, 22.6582315803808534 ] ] } },
972
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.017369706258156457 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.153652829319498, 22.6606983678219933 ], [ 114.155474363484217, 22.6601066057457814 ], [ 114.165349602960589, 22.6568979867228428 ], [ 114.166774902120821, 22.6565361910941334 ], [ 114.166886576660886, 22.6565078430366356 ], [ 114.167313375950329, 22.6563995022429694 ], [ 114.168237780778583, 22.656274021101801 ], [ 114.169270408727314, 22.6561871300192017 ], [ 114.169302671552487, 22.6561844160743036 ], [ 114.169411070460725, 22.6561796311280048 ], [ 114.170345098217084, 22.6561384076638745 ] ] } },
973
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0052750520255158409 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.052689844908429, 22.6539274831369717 ], [ 114.052433095554008, 22.657897093568856 ], [ 114.052381825521095, 22.6591932270913574 ] ] } },
974
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0035158723371699631 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.040534341913215, 22.6561575481016746 ], [ 114.040590379115201, 22.6562521020423162 ], [ 114.042326895172891, 22.6591821325528784 ] ] } },
975
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.012992232218560881 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.170345098217084, 22.6561384076638745 ], [ 114.171369679895534, 22.6561987833183274 ], [ 114.173271014587627, 22.6564493923414716 ], [ 114.174366150029527, 22.6567086267416009 ], [ 114.175330935572802, 22.6570117785894105 ], [ 114.176270592604055, 22.6573766552783908 ], [ 114.177180547024037, 22.6578014793167775 ], [ 114.178056363824425, 22.6582841818353664 ], [ 114.178893778073601, 22.6588224102564162 ], [ 114.179775076628758, 22.6594497142324336 ], [ 114.180381657674275, 22.6599500728557359 ], [ 114.181884500211936, 22.6613230446558624 ] ] } },
976
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0040602870535907058 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.859718812931277, 22.6524964212535913 ], [ 113.859658976973364, 22.6527346108409517 ], [ 113.859333278341907, 22.6534328535344365 ], [ 113.858927662592379, 22.6544318726128076 ], [ 113.858758094097439, 22.6549847449907702 ], [ 113.858630022477925, 22.6554192585294807 ], [ 113.858558090032943, 22.6559360522069966 ], [ 113.858543122680203, 22.6562390456582925 ], [ 113.858548546886766, 22.656348491456356 ] ] } },
977
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0049866611590868009 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.026363416112801, 22.6563270999930388 ], [ 114.030275048881606, 22.6591897782896083 ], [ 114.030387555653633, 22.6592721111086597 ] ] } },
978
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0087956777545874047 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.141416291473277, 22.6537590555695196 ], [ 114.141303118081979, 22.6537771364357354 ], [ 114.141208465547038, 22.6537922582653515 ], [ 114.140970892299208, 22.6538955190344566 ], [ 114.14069724182842, 22.6540822729364528 ], [ 114.140488358612345, 22.6542744395880078 ], [ 114.140352940889869, 22.6544383540447747 ], [ 114.140234233339086, 22.6546205810906045 ], [ 114.139996417649854, 22.6550751049218562 ], [ 114.139295628084184, 22.6564237543175722 ], [ 114.139223284048839, 22.6565998386847056 ], [ 114.139231561889886, 22.6570186008949861 ], [ 114.139331998143888, 22.6572602648109154 ], [ 114.139495306011284, 22.6574483463700069 ], [ 114.140329337100837, 22.6582095792326932 ], [ 114.140493639392275, 22.6584377602124398 ], [ 114.140537349642386, 22.6585263423380994 ], [ 114.140590151388366, 22.6586710249855479 ], [ 114.140586609393182, 22.6590484940255195 ], [ 114.140403643186275, 22.6611279066936824 ] ] } },
979
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.003262926282892951 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.014228277794388, 22.656580730289047 ], [ 114.014173295985273, 22.6566551122259909 ], [ 114.012316611903287, 22.6591668761911755 ], [ 114.012288713382375, 22.659204616303942 ] ] } },
980
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0077941674643930781 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.141416291473277, 22.6537590555695196 ], [ 114.141250324879039, 22.6544689531212953 ], [ 114.141217692515426, 22.654986869141478 ], [ 114.141207540085006, 22.6564125244080152 ], [ 114.14123689721707, 22.656865568528513 ], [ 114.141341151687271, 22.6576335701037301 ], [ 114.141353187968193, 22.6577222356090253 ], [ 114.141374553961057, 22.6578184806440852 ], [ 114.141417591893784, 22.6580123543617269 ], [ 114.141545966387497, 22.6585036906312958 ], [ 114.141764513735723, 22.6591998565185015 ], [ 114.141896834042456, 22.6595647303796923 ], [ 114.142678193174532, 22.6612737562715267 ] ] } },
981
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0060492708954331519 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.056186258541999, 22.6540031133113189 ], [ 114.056170695027944, 22.6543225596323659 ], [ 114.056021362600433, 22.6573876023900667 ], [ 114.055842537927589, 22.6600423536144149 ] ] } },
982
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0035057625016508866 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.068944381382494, 22.6574930236642444 ], [ 114.068860212959734, 22.6578064319333272 ], [ 114.068760757099355, 22.6582317434583054 ], [ 114.068705849707612, 22.6585273652552353 ], [ 114.068660291173217, 22.6590227339168706 ], [ 114.068627832989876, 22.6592061030213614 ], [ 114.068579855154212, 22.6592860804649554 ], [ 114.068477852564953, 22.6594212221981088 ], [ 114.068317739025048, 22.6595573939537402 ], [ 114.067753908872987, 22.6598266257119718 ], [ 114.067490242780295, 22.6600509577477105 ], [ 114.067249308291764, 22.6602559503460839 ] ] } },
983
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.011092043649796308 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.142678193174532, 22.6612737562715267 ], [ 114.146129708045052, 22.6615124719066969 ], [ 114.147602224311157, 22.6616304044980197 ], [ 114.148491688667704, 22.6616273945673221 ], [ 114.149379455783546, 22.66157190765745 ], [ 114.150138833725748, 22.6615050347222073 ], [ 114.150912849946991, 22.6614036227515641 ], [ 114.151632743586731, 22.6612759880081533 ], [ 114.152371447831683, 22.6610949676873119 ], [ 114.153098929867397, 22.6608783082835679 ], [ 114.153652829319498, 22.6606983678219933 ] ] } },
984
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.005572619143638712 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.132879380758453, 22.6614496399347161 ], [ 114.133537035704094, 22.6612732300384003 ], [ 114.13420250876122, 22.6611278400112646 ], [ 114.135108867725208, 22.6609800899142257 ], [ 114.135792631290997, 22.6609126407716133 ], [ 114.136479258567377, 22.6608784986077687 ], [ 114.137166871364201, 22.6608777535538302 ], [ 114.137882391466505, 22.660912511138033 ], [ 114.138394677805593, 22.6609504239043709 ] ] } },
985
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0045369402405488245 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.392376344346076, 22.6653695084705369 ], [ 114.395480099015856, 22.6620603494087618 ] ] } },
986
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0043932137754638398 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.913764008615431, 22.6549815231956302 ], [ 113.913541996710492, 22.6552488817830202 ], [ 113.912611651254167, 22.6564362303580147 ], [ 113.911610877996225, 22.6577134317630531 ], [ 113.911426246348142, 22.658106508380925 ], [ 113.911390222664465, 22.6585855607836955 ] ] } },
987
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0062183705369452235 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.22761798327987, 22.6621958567892783 ], [ 114.22930101554735, 22.6626966043395583 ], [ 114.231489138099008, 22.662928791341205 ], [ 114.231763653425006, 22.6629893860051368 ], [ 114.232384987180438, 22.6631763776734836 ], [ 114.23295098211517, 22.6633314215405939 ], [ 114.233664387971842, 22.6635467219648596 ] ] } },
988
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0033849755010449275 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.219492537287934, 22.6633739995439711 ], [ 114.220679321752655, 22.6629178726789107 ], [ 114.22217058531848, 22.6621410123431737 ], [ 114.222574222086266, 22.6619868517890524 ] ] } },
989
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0036416366096991724 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.030387555653633, 22.6592721111086597 ], [ 114.03055788215805, 22.6593702205602838 ], [ 114.031266448441741, 22.6597783550888288 ], [ 114.032936824574421, 22.6606833069725369 ], [ 114.033580105275391, 22.6610233139539829 ] ] } },
990
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0069656288811508413 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.911362201881957, 22.6590106405390905 ], [ 113.915312269637852, 22.6589337022642958 ], [ 113.91682758940695, 22.659047919123136 ], [ 113.918303689608479, 22.6592861047502048 ] ] } },
991
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0060635353757734142 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.815088334964528, 22.6522706682915214 ], [ 113.815020990639425, 22.6523822005728128 ], [ 113.814796031536659, 22.6527547688278474 ], [ 113.813334784494813, 22.6553814981515345 ], [ 113.812570489610508, 22.6567818747348717 ], [ 113.812140831796015, 22.6575690992322087 ] ] } },
992
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0087733251056645988 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.902590105064263, 22.6591574425509634 ], [ 113.911362201881957, 22.6590106405390905 ] ] } },
993
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0055124171626172724 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.816121795304369, 22.6535845238371323 ], [ 113.814728552340029, 22.6551550724232094 ], [ 113.813270072546175, 22.656841130334346 ], [ 113.812580706269969, 22.6578032714883086 ] ] } },
994
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0039028209808297997 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.233664387971842, 22.6635467219648596 ], [ 114.234529706196042, 22.6637763646416097 ], [ 114.235412419734345, 22.6639753079302224 ], [ 114.237427240942679, 22.6644620536541801 ], [ 114.237456317315889, 22.6644690772950916 ] ] } },
995
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.047352737036110051 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.861471259353806, 22.6451197977078422 ], [ 113.86196819832719, 22.6473174018693015 ], [ 113.862294968190596, 22.6485430182307326 ], [ 113.862769762735155, 22.6496810212610988 ], [ 113.863221759583666, 22.650611072384411 ], [ 113.863969485449942, 22.6516633216748922 ], [ 113.864385765337616, 22.6521680214061476 ], [ 113.864950033082039, 22.6527961373676483 ], [ 113.865462071581888, 22.6532745180912123 ], [ 113.866439560345825, 22.6540490684765103 ], [ 113.866682957039401, 22.6542063437346926 ], [ 113.867253107378758, 22.6545736352175986 ], [ 113.869095357259638, 22.6554784813140451 ], [ 113.869931240745373, 22.655758125925253 ], [ 113.871373483589196, 22.6561020885021165 ], [ 113.872570706999142, 22.6562765633774355 ], [ 113.883241823385774, 22.6579396054312454 ], [ 113.887832074662697, 22.65864465164546 ], [ 113.890425814056997, 22.6589640985381848 ], [ 113.892768460455471, 22.6591248067049982 ], [ 113.894303230995448, 22.6592402044806143 ], [ 113.8955645347705, 22.6592522858677405 ], [ 113.897302778282608, 22.6592456950080319 ], [ 113.902590105064263, 22.6591574425509634 ] ] } },
996
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.024200377336549075 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.049205808329617, 22.6617446440930408 ], [ 114.049743733323666, 22.6511077810970534 ], [ 114.049840542743624, 22.6491933261166984 ], [ 114.049853657562963, 22.6489339779762346 ], [ 114.049872060020505, 22.6480960684076642 ], [ 114.049842600330777, 22.6472587044527991 ], [ 114.049786829355881, 22.6466107138031312 ], [ 114.049704402786361, 22.6459785170774381 ], [ 114.049611784650239, 22.6454385377065393 ], [ 114.04944692189504, 22.6446820745839155 ], [ 114.0492935721782, 22.6441072747562266 ], [ 114.049074311982736, 22.6434111491086831 ], [ 114.048856056540401, 22.6428144734192998 ], [ 114.048647610887045, 22.6423072629229125 ], [ 114.048393616239792, 22.6417507551226933 ], [ 114.0481103978303, 22.6411914698915488 ], [ 114.047742005466546, 22.6405382770116113 ], [ 114.046371791434126, 22.638340035986289 ] ] } },
997
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0031625111543454043 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.049205808329617, 22.6617446440930408 ], [ 114.049342171245414, 22.6617172511914404 ], [ 114.049453235769306, 22.6616949393483686 ], [ 114.052105019814221, 22.661158873700348 ], [ 114.052305676024346, 22.6611183087298258 ] ] } },
998
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.010209880650967819 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.822108088283244, 22.6580625595116665 ], [ 113.822058183011819, 22.6577223859923471 ], [ 113.821985294199806, 22.6571785625768101 ], [ 113.82198862708448, 22.6563387697399676 ], [ 113.822048069035091, 22.655710971582554 ], [ 113.822184250817259, 22.6551650389881125 ], [ 113.822357023111422, 22.6546144860972198 ], [ 113.822515332362002, 22.6542385049401354 ], [ 113.822628894208933, 22.6539973976671476 ], [ 113.822767528449901, 22.6537493515736266 ], [ 113.822964860374924, 22.653424127046847 ], [ 113.823162757083622, 22.6531342663153481 ], [ 113.823446114135379, 22.65277767280962 ], [ 113.823938236497625, 22.6522480379893132 ], [ 113.826594732571536, 22.6496851504546193 ], [ 113.826700941851968, 22.6495826802960956 ] ] } },
999
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0065383207988589818 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.213721314539043, 22.6627541048950789 ], [ 114.213857115037214, 22.6627922712595726 ], [ 114.214238500499363, 22.6628994555907219 ], [ 114.215169174357072, 22.6632235287179462 ], [ 114.215364866299467, 22.6633141788342094 ], [ 114.215485569265965, 22.663389987584754 ], [ 114.216287721120381, 22.663979635573984 ], [ 114.216727355353811, 22.6643189122504545 ], [ 114.216827953847286, 22.6643700950369293 ], [ 114.216990275586681, 22.6644115914360569 ], [ 114.217199468068614, 22.6644453022328953 ], [ 114.217450544270307, 22.6644288355883248 ], [ 114.217685858774828, 22.6644005027430708 ], [ 114.217951847221386, 22.6643538439226369 ], [ 114.218289667563127, 22.6642695046265388 ], [ 114.218524120102401, 22.6641519304127428 ], [ 114.218803879651134, 22.6639429307710252 ], [ 114.219125191334882, 22.663634327559393 ], [ 114.219339901596186, 22.6634758431876193 ], [ 114.219492537287934, 22.6633739995439711 ] ] } },
1000
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0056102795430380444 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.998556353652845, 22.6612728251549385 ], [ 113.99876665623654, 22.6610257548617149 ], [ 113.99914611855715, 22.6605165357069964 ], [ 114.00184722435678, 22.6567685966224204 ], [ 114.001865301012543, 22.6567435131529038 ] ] } },
1001
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0033100450543848462 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.024831346189004, 22.6598497161902479 ], [ 114.02737034445164, 22.6616966334939818 ], [ 114.027508112768501, 22.6617968471413924 ] ] } },
1002
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0038295539379837092 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.027508112768501, 22.6617968471413924 ], [ 114.027633266725161, 22.6616871133233175 ], [ 114.030319070493007, 22.6593321619317329 ], [ 114.030387555653633, 22.6592721111086597 ] ] } },
1003
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0044372698683856938 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.044317447749876, 22.6584862036833243 ], [ 114.044390977424968, 22.6586175317388481 ], [ 114.046380375076851, 22.6621705931631112 ], [ 114.046449425116421, 22.6623034508821313 ], [ 114.046479370570282, 22.6623610683474688 ] ] } },
1004
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0030712855838453601 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.142678193174532, 22.6612737562715267 ], [ 114.142802314399304, 22.6615449148903139 ], [ 114.143956516222332, 22.6640663689054165 ] ] } },
1005
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.01113484904923479 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.189945251899644, 22.6602199797182386 ], [ 114.199975814258991, 22.6650545099027028 ] ] } },
1006
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0048254137474175972 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.199975814258991, 22.6650545099027028 ], [ 114.202778167410258, 22.6613449584929931 ], [ 114.202884454444373, 22.6612042592477998 ] ] } },
1007
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0035733592161980719 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.071983786092574, 22.6606882279471691 ], [ 114.072524974642903, 22.6615633649113839 ], [ 114.072894312515174, 22.6621505333209221 ], [ 114.073712769139433, 22.6632869155964194 ], [ 114.073855573242156, 22.6635054688136215 ], [ 114.073861027311253, 22.6635545011763071 ], [ 114.073853896243961, 22.6635994240318794 ], [ 114.073776299631078, 22.6636531854670054 ] ] } },
1008
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0042690577150098089 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.858548546886766, 22.656348491456356 ], [ 113.858586572137312, 22.6571158096187091 ], [ 113.858717209041131, 22.6578648731810972 ], [ 113.859035991996564, 22.6588398523759125 ], [ 113.859191275391709, 22.659130489431984 ], [ 113.859893829980152, 22.6602359257193626 ], [ 113.859934240636406, 22.660299509928965 ] ] } },
1009
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.005743506254543322 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.118776949947744, 22.6647191651337572 ], [ 114.118866515020542, 22.6646027162855113 ], [ 114.119034713408155, 22.6644008721943067 ], [ 114.119211127004931, 22.6642051622786234 ], [ 114.119400586665719, 22.6640108502034003 ], [ 114.119592844147846, 22.6638284464382238 ], [ 114.119792496318951, 22.6636530187546263 ], [ 114.11999924869626, 22.6634848236894229 ], [ 114.120212797200026, 22.663324110410052 ], [ 114.120432828280002, 22.6631711134914973 ], [ 114.12065282719098, 22.6630298737294211 ], [ 114.121070278025826, 22.6627911074358259 ], [ 114.121338095360869, 22.6626563335614506 ], [ 114.121551251485897, 22.6625611279620713 ], [ 114.121701204264141, 22.6624747674189777 ], [ 114.121869094600299, 22.6623469648641738 ], [ 114.122015298885358, 22.6621979682852235 ], [ 114.12212301000487, 22.6620526623187111 ], [ 114.122208655309919, 22.6618987509713854 ], [ 114.122273001276355, 22.6617361455810311 ], [ 114.122315601762736, 22.661564264149419 ], [ 114.122332178713478, 22.6614296756794182 ], [ 114.122334556464011, 22.6612942283641807 ], [ 114.122284111113913, 22.6606783298785679 ] ] } },
1010
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0042286348238279297 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.067249308291764, 22.6602559503460839 ], [ 114.067472690479676, 22.6604974876572918 ], [ 114.068195999511005, 22.6612795718933455 ], [ 114.068595327617885, 22.6619118333984098 ], [ 114.068831361279848, 22.6626960627104772 ], [ 114.068886527533067, 22.6633356731287314 ], [ 114.068904945700879, 22.663960980575709 ] ] } },
1011
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0037605849256717484 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.213721314539043, 22.6627541048950789 ], [ 114.213805492677807, 22.6629578854115721 ], [ 114.215157112521553, 22.6662298038372327 ] ] } },
1012
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0043662315434829947 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.357095431218639, 22.6683682917110687 ], [ 114.359677427360495, 22.6664415886485386 ], [ 114.360568010092109, 22.6657225761094736 ] ] } },
1013
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0031440915556549694 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.052305676024346, 22.6611183087298258 ], [ 114.052301947585519, 22.6612595046197534 ], [ 114.052268224224647, 22.6625366826713339 ], [ 114.052598807468001, 22.6641784351627429 ], [ 114.052621507940913, 22.6642235659873563 ] ] } },
1014
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.012459791714951225 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.118413622003885, 22.6652420394544549 ], [ 114.119210300779883, 22.665169062231719 ], [ 114.121082843105782, 22.6649790829802562 ], [ 114.121968634783912, 22.6648557583221901 ], [ 114.12300634639675, 22.6646615574551582 ], [ 114.124222136095284, 22.6643657682848243 ], [ 114.125709277590147, 22.6639259244015854 ], [ 114.129223797814674, 22.6627150985726438 ], [ 114.130452907932451, 22.6622670343222161 ] ] } },
1015
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.02133299829738965 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.097143233399535, 22.665207390399285 ], [ 114.0989607252734, 22.6648772641524126 ], [ 114.099440665943987, 22.6648076670469401 ], [ 114.10084291553099, 22.6646410188569618 ], [ 114.101702912682001, 22.6645971328856071 ], [ 114.102831464845977, 22.6645879579999487 ], [ 114.109066272473143, 22.6648339418787614 ], [ 114.112036404998136, 22.6650003698683769 ], [ 114.116457846521982, 22.6652480174691036 ], [ 114.117648221215447, 22.6652631536744487 ], [ 114.118413622003885, 22.6652420394544549 ] ] } },
1016
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0038575246916524438 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.030455595560284, 22.6647213047401515 ], [ 114.030696987491226, 22.664455080668052 ], [ 114.030855085109962, 22.6642807193145366 ], [ 114.032990966512344, 22.6618141792602081 ] ] } },
1017
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.042457844182917683 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.239936768761567, 22.6643182587773069 ], [ 114.241784200765892, 22.6633872531236875 ], [ 114.242107221654905, 22.6632920728329914 ], [ 114.24266423981615, 22.663284085838562 ], [ 114.244204725939781, 22.6634459970441782 ], [ 114.244442343141671, 22.66344198715327 ], [ 114.244742495627577, 22.6633881415889533 ], [ 114.248095366336884, 22.6619462736898996 ], [ 114.248638254136893, 22.6618383806243315 ], [ 114.24890815829184, 22.6618394845174009 ], [ 114.250008850487049, 22.6620200327105223 ], [ 114.254154619804567, 22.6621638922152364 ], [ 114.254417058811441, 22.6621950003385564 ], [ 114.255521251550874, 22.6624456485685748 ], [ 114.256932388711405, 22.6624798958154585 ], [ 114.257586679238102, 22.6626496897025476 ], [ 114.258038151014787, 22.6628349375081797 ], [ 114.25823284186562, 22.6628629262410719 ], [ 114.258507130644716, 22.6628576560182431 ], [ 114.259614379455826, 22.6626739396747183 ], [ 114.260255826823297, 22.6626665615590994 ], [ 114.260772669713901, 22.6627498754025005 ], [ 114.262287185549866, 22.6630965747724495 ], [ 114.26251737804597, 22.6631187233240574 ], [ 114.262889131185943, 22.6630647658028828 ], [ 114.264079608686956, 22.6627205963451424 ], [ 114.264233192084021, 22.6627008916472441 ], [ 114.265617862501358, 22.6627342054914465 ], [ 114.265961310390722, 22.6628183975145916 ], [ 114.266165500635253, 22.6629471165603604 ], [ 114.266507486852959, 22.6632668238718509 ], [ 114.267078248858411, 22.6638982662261554 ], [ 114.267195168480725, 22.663957364421659 ], [ 114.267336785461382, 22.663948429357049 ], [ 114.267811751725759, 22.6637418012471699 ], [ 114.267960880816076, 22.6636345007957161 ], [ 114.268015897458838, 22.6635149261999764 ], [ 114.267980066762107, 22.6631215344718626 ], [ 114.268020970958489, 22.6629815627272038 ], [ 114.268212471090109, 22.6628515653198015 ], [ 114.268599944966311, 22.6626886928424369 ], [ 114.268874779939026, 22.6626048803832667 ], [ 114.269333652997332, 22.6626877739173018 ], [ 114.269989003084518, 22.66311029576487 ], [ 114.270603001852095, 22.6633169244522925 ], [ 114.270850071800737, 22.6633100008623387 ], [ 114.271023407914555, 22.6632360542920388 ], [ 114.27119408524247, 22.663096088327638 ], [ 114.27130409805109, 22.6629527030922446 ], [ 114.271490141012507, 22.6625866523603605 ], [ 114.271640967578392, 22.6624963818443668 ], [ 114.271874137044904, 22.6624442362557303 ], [ 114.27205612124061, 22.6624776106537489 ], [ 114.272250216054502, 22.6625819982011691 ], [ 114.272413235214302, 22.662759867159334 ], [ 114.272460681843526, 22.6629022239140774 ], [ 114.272418725217051, 22.6632342816366368 ], [ 114.272033393381292, 22.6642668302424397 ], [ 114.271953456548317, 22.6648046377522761 ], [ 114.271887034385401, 22.666133117451114 ], [ 114.271929201238137, 22.666658020527862 ], [ 114.272031043768635, 22.6669366117053457 ], [ 114.272250715427219, 22.6672878106801861 ], [ 114.272512847841327, 22.6675386068706288 ], [ 114.272818458096268, 22.6677259202369434 ], [ 114.273316871418473, 22.6679486226470281 ], [ 114.274461375901623, 22.668405610612993 ], [ 114.274550078474192, 22.6684410279315003 ] ] } },
1018
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0039535389108541798 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.81982163849959, 22.6615560344077167 ], [ 113.821581917993143, 22.6591586926364457 ], [ 113.822161533173031, 22.6583692864044544 ] ] } },
1019
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0044650873477339488 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.918303689608479, 22.6592861047502048 ], [ 113.918409876196108, 22.6594724234712999 ], [ 113.919881077582488, 22.6620537900341219 ], [ 113.920202538991333, 22.6630568213275367 ], [ 113.920230730918249, 22.6631447869896085 ], [ 113.920243514887943, 22.663277975009251 ] ] } },
1020
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0059053363996206931 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.299347770139704, 22.6683378728075589 ], [ 114.301671601880287, 22.6688265878111039 ], [ 114.302787109764367, 22.6691656533512784 ], [ 114.303709372746411, 22.6694288035106375 ], [ 114.305056908402406, 22.6698289778463078 ] ] } },
1021
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0047061306787283593 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.016500680210726, 22.6661037230897264 ], [ 114.019060633350847, 22.6623071830785321 ], [ 114.019131715159361, 22.6622017593451552 ] ] } },
1022
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0039962227571722813 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.295965014719641, 22.6675907151018414 ], [ 114.295956310750356, 22.6676334017258405 ], [ 114.295551094062887, 22.6696205751785449 ], [ 114.295557653229849, 22.6696694529765246 ], [ 114.295577037478978, 22.6696947809424358 ], [ 114.295605156031058, 22.6697116388883089 ], [ 114.296495990105726, 22.6700420540148215 ], [ 114.297235893093799, 22.670300181840819 ], [ 114.297308427395095, 22.6703254866712776 ] ] } },
1023
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0070263728839783744 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.205472671524049, 22.6627172393026477 ], [ 114.20569075416104, 22.6632155782509699 ], [ 114.206581438461399, 22.6656748151178498 ], [ 114.207884543187262, 22.6693154727666695 ] ] } },
1024
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0044780261181856179 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.859934240636406, 22.660299509928965 ], [ 113.859967377692541, 22.6603490214221672 ], [ 113.861597049854012, 22.6627839645310694 ], [ 113.862431941400814, 22.6640162377811905 ] ] } },
1025
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0066991573713506246 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.812140831796015, 22.6575690992322087 ], [ 113.812087335898113, 22.6576656898751487 ], [ 113.810956200911662, 22.6597080038385847 ], [ 113.808931276424474, 22.6634492765139477 ] ] } },
1026
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0038003868504015766 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.215157112521553, 22.6662298038372327 ], [ 114.215307964266984, 22.6665946101145188 ], [ 114.215757019538231, 22.6683465700883211 ], [ 114.21593630178225, 22.6691474016528716 ], [ 114.216054442136382, 22.6697235353297231 ], [ 114.216092256877701, 22.6699079489723445 ] ] } },
1027
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0048723964335720491 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.908027954175509, 22.6620698285942055 ], [ 113.909044592384888, 22.6629048567134994 ], [ 113.909910700218532, 22.6636313672828003 ], [ 113.910835076098962, 22.6644251651228963 ], [ 113.911151079455294, 22.6647010005394236 ], [ 113.911396457982079, 22.6649285050356575 ], [ 113.911622459055366, 22.6651203934548633 ], [ 113.911742394485358, 22.6652222246163895 ] ] } },
1028
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0037639240677156348 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.911499811129929, 22.6614661258819048 ], [ 113.911742394485358, 22.6652222246163895 ] ] } },
1029
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0067339018908567205 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.812580706269969, 22.6578032714883086 ], [ 113.812534031157867, 22.6578684143771092 ], [ 113.812311130747503, 22.6581245741302446 ], [ 113.811776097398635, 22.6589530891963342 ], [ 113.81095755558151, 22.6604796070590844 ], [ 113.810157742344657, 22.6618916622381192 ], [ 113.809575085125005, 22.6628910919410025 ], [ 113.809111770836196, 22.663562938104338 ] ] } },
1030
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.016279395230688304 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.993469225206567, 22.654322661006578 ], [ 113.992692079618124, 22.6551632549495423 ], [ 113.992216367229759, 22.6558380542720776 ], [ 113.991167073017877, 22.6575786829624874 ], [ 113.990273018231733, 22.6590617533020584 ], [ 113.98994400250595, 22.6594567520339041 ], [ 113.989411128628618, 22.659953034900461 ], [ 113.988491307857444, 22.6608096820867573 ], [ 113.987364803782654, 22.6616871284412476 ], [ 113.986579078040322, 22.662299128704305 ], [ 113.985359739398405, 22.6633657694604267 ], [ 113.984472734275585, 22.664088791263417 ], [ 113.984120680284576, 22.6644677116970996 ], [ 113.98359014709628, 22.6651061517951149 ], [ 113.983260414558345, 22.6657813231113927 ], [ 113.98307120346783, 22.6665160125557037 ] ] } },
1031
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0048025591239062295 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.000361626095767, 22.667027418390937 ], [ 114.000403659908983, 22.666980038995149 ], [ 114.000595899477077, 22.6668131104557631 ], [ 114.00086885906957, 22.666555652415699 ], [ 114.001021101604238, 22.666395607170486 ], [ 114.001163783533841, 22.6662281446212468 ], [ 114.001329511133392, 22.666007048230064 ], [ 114.001493989159528, 22.665753828517925 ], [ 114.001609559798496, 22.6655551643963129 ], [ 114.001711977507043, 22.6653503800388449 ], [ 114.001783462426047, 22.6651905102227147 ], [ 114.001811516093838, 22.665089776918105 ], [ 114.001864338252915, 22.6644890947867914 ], [ 114.001967619598162, 22.6639272796936702 ], [ 114.002042149450631, 22.663661243832351 ], [ 114.002250739775405, 22.6630590864704189 ], [ 114.002269979394782, 22.662858355892844 ], [ 114.002267523717407, 22.662796075525609 ] ] } },
1032
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0034239272528990687 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.819909110631031, 22.6640640894915677 ], [ 113.823169698242708, 22.6641336161810152 ], [ 113.823332259768009, 22.6641370814029379 ] ] } },
1033
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.005885410773296712 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.823332259768009, 22.6641370814029379 ], [ 113.822461525330809, 22.6598478143575193 ], [ 113.822161533173031, 22.6583692864044544 ] ] } },
1034
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0032403937919835263 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.024109179896442, 22.6658223802246646 ], [ 114.024224720667036, 22.6658581190833814 ], [ 114.026740474664464, 22.6677025599536321 ] ] } },
1035
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.003073211078578698 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.213119290973637, 22.6706843789077475 ], [ 114.213985450842031, 22.6704313093738357 ], [ 114.215940524932151, 22.6699456429407249 ], [ 114.216092256877701, 22.6699079489723445 ] ] } },
1036
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0046081179026822711 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.278460085784715, 22.6700739035913408 ], [ 114.282721234854904, 22.6718281439416494 ] ] } },
1037
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0047586202038106861 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.297308427395095, 22.6703254866712776 ], [ 114.29737307489529, 22.6703542376820728 ], [ 114.297440735903365, 22.6703843294577645 ], [ 114.298417886043708, 22.670733394452089 ], [ 114.299136004643941, 22.6710212102747981 ], [ 114.299882193495733, 22.671409835997423 ], [ 114.30052558780929, 22.6718217866983949 ], [ 114.300624074894969, 22.6718848454714745 ], [ 114.301645229158709, 22.6722373826003221 ] ] } },
1038
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0030414649042606718 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.01847988188689, 22.6668604325786021 ], [ 114.018517353828287, 22.666883073772091 ], [ 114.018748512495307, 22.6670227474807682 ], [ 114.019425281123659, 22.6674721162254933 ], [ 114.020222063630044, 22.6680822878772474 ], [ 114.020789216865978, 22.6685375450004969 ], [ 114.020933006536154, 22.6686529638917698 ] ] } },
1039
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0042544425147514383 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.020933006536154, 22.6686529638917698 ], [ 114.021063287314178, 22.6685368626287413 ], [ 114.024062654540145, 22.6658638437678093 ], [ 114.024109179896442, 22.6658223802246646 ] ] } },
1040
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0031058227808025457 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.014811973863559, 22.6687103312341911 ], [ 114.016500680210726, 22.6661037230897264 ] ] } },
1041
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0045534374148108823 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.32640547883976, 22.6733735174844995 ], [ 114.328246110397075, 22.669208680421562 ] ] } },
1042
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.010596057568872915 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.301645229158709, 22.6722373826003221 ], [ 114.302468201993634, 22.6725214953290397 ], [ 114.302860365075404, 22.6726183798728513 ], [ 114.308653106469052, 22.6736225081425822 ], [ 114.312075731629093, 22.6739904263433445 ] ] } },
1043
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0086372122452237302 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.305056908402406, 22.6698289778463078 ], [ 114.305130477255759, 22.6698559678824125 ], [ 114.305211971698583, 22.6699275879442581 ], [ 114.305275774704484, 22.6700227250701296 ], [ 114.305340647905112, 22.6700631224682994 ], [ 114.305411476082597, 22.6700920682644025 ], [ 114.305509526354768, 22.6701069090722456 ], [ 114.305852079338294, 22.670128263927495 ], [ 114.306117279240127, 22.6701671993431617 ], [ 114.306266362044653, 22.6702034810475475 ], [ 114.306532748713281, 22.6703443950938031 ], [ 114.30703128375977, 22.6704908876994686 ], [ 114.30731496707007, 22.6705611741751163 ], [ 114.307636025304433, 22.6706145916879329 ], [ 114.307782366837714, 22.6706671864069236 ], [ 114.307905400936178, 22.6707238007062131 ], [ 114.308390011821402, 22.670848971593351 ], [ 114.308727371402213, 22.6709141950758166 ], [ 114.309580263965714, 22.671321212821038 ], [ 114.309761455873982, 22.6713638321386348 ], [ 114.309933776668316, 22.6713812441217435 ], [ 114.310013271703184, 22.6714209631646817 ], [ 114.310066047669252, 22.6714566595692091 ], [ 114.310151441473892, 22.671561665834659 ], [ 114.310290697996109, 22.6717859336242995 ], [ 114.31032297514254, 22.6718466926155635 ], [ 114.310403398859876, 22.6720929949820125 ], [ 114.310516162331197, 22.6723054890510518 ], [ 114.310589549515896, 22.6724957089556618 ], [ 114.310663970256229, 22.6726054681281681 ], [ 114.310776313999, 22.6727209081684151 ], [ 114.311177028651684, 22.6730419141271398 ], [ 114.312006997560061, 22.673880704406983 ], [ 114.312051149509287, 22.6739511854730615 ], [ 114.312075731629093, 22.6739904263433445 ] ] } },
1044
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0030640322201132366 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.92031113745054, 22.6651484001182588 ], [ 113.92025538271821, 22.6682119250252434 ] ] } },
1045
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0085526429869127521 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.048764055355306, 22.6702854584200466 ], [ 114.048833429961832, 22.6694081680340318 ], [ 114.048910651640114, 22.6675803229926167 ], [ 114.049205808329617, 22.6617446440930408 ] ] } },
1046
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.003103685262416288 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.048764055355306, 22.6702854584200466 ], [ 114.049277760457613, 22.6700108187356726 ], [ 114.050635878331477, 22.6690324882002834 ], [ 114.050998721728519, 22.6688255949824153 ], [ 114.051410115891613, 22.668701556297723 ] ] } },
1047
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0051451910685055922 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.997064157078967, 22.669577023381688 ], [ 113.997039076065164, 22.6694919084836677 ], [ 113.997008794247151, 22.6693891430538415 ], [ 113.995795532842536, 22.6677537928346773 ], [ 113.994661642568872, 22.6661816193653536 ], [ 113.994387901641872, 22.6658200964058096 ], [ 113.994136536401925, 22.6654881215250477 ], [ 113.99407328700272, 22.6654045886277551 ] ] } },
1048
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0042144808775307942 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.997064157078967, 22.669577023381688 ], [ 113.997452087974153, 22.6693085011410638 ], [ 113.998619547294481, 22.6683080275406859 ], [ 114.000209725168077, 22.6670340214066997 ], [ 114.000265985510808, 22.6669971352114921 ], [ 114.000361626095767, 22.667027418390937 ] ] } },
1049
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0057412402265136662 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.914400961248475, 22.6660943191991393 ], [ 113.915754461886465, 22.6665312499151419 ], [ 113.917383400053168, 22.6670826024944176 ], [ 113.917751815097375, 22.6672504148132639 ], [ 113.918000907096811, 22.6674205332904855 ], [ 113.918227747618914, 22.6676754392085442 ], [ 113.918330282514489, 22.6678325178862003 ], [ 113.918415406713137, 22.6680096880812485 ], [ 113.918561526586714, 22.6681180626530221 ], [ 113.918737229796434, 22.6682247773407397 ], [ 113.9194285091735, 22.6685226599068024 ], [ 113.919453471636203, 22.6685334170124264 ] ] } },
1050
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0084886520673724576 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.35306119271975, 22.6752941471951637 ], [ 114.353743531280202, 22.6731515451133561 ], [ 114.35389604825022, 22.6720028830733895 ], [ 114.353946554623093, 22.6717394584324232 ], [ 114.354366834358061, 22.6704489386572519 ], [ 114.35442257682125, 22.6703331193477879 ], [ 114.354498521576787, 22.6702238761203603 ], [ 114.35459170738865, 22.6701268057714032 ], [ 114.355239990906384, 22.6696576607029598 ], [ 114.357095431218639, 22.6683682917110687 ] ] } },
1051
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0035843870434424637 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.14245645359199, 22.6708841872934315 ], [ 114.142760945192663, 22.6714252761129167 ], [ 114.142934156953913, 22.6716455111305706 ], [ 114.143254664347509, 22.6719391061487059 ], [ 114.143558754115034, 22.6721456434235513 ], [ 114.144467406044271, 22.6725966152919121 ], [ 114.145256273426142, 22.6729554833909219 ] ] } },
1052
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0047054518546973444 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.020933006536154, 22.6686529638917698 ], [ 114.021095247752683, 22.6687727636455989 ], [ 114.024499190025011, 22.6712861778670529 ], [ 114.024718370702999, 22.6714480122421165 ] ] } },
1053
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0067022686884362611 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.862431941400814, 22.6640162377811905 ], [ 113.864897130549437, 22.66771470357547 ], [ 113.865506562007369, 22.6683440348522005 ], [ 113.866029025486171, 22.6687036964064959 ], [ 113.866690861872883, 22.6690504617795412 ] ] } },
1054
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0032943957755447212 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.032454138268918, 22.6688951854636471 ], [ 114.032494360808627, 22.6689791917864198 ], [ 114.033845251547078, 22.6718005234399769 ], [ 114.033876859543028, 22.6718665332558125 ] ] } },
1055
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0038272585363135713 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.033876859543028, 22.6718665332558125 ], [ 114.034007859417073, 22.6718134101527404 ], [ 114.03742356594374, 22.6704282072806613 ] ] } },
1056
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.006702992781813865 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.145456291897432, 22.6672966548591432 ], [ 114.145812941650675, 22.668052425396148 ], [ 114.146758718846726, 22.6701286962450084 ], [ 114.14708031245965, 22.6709951873918421 ], [ 114.147215237960296, 22.6715016245381094 ], [ 114.147344421847833, 22.6721160672737234 ], [ 114.147425314236116, 22.6726499347167412 ], [ 114.147471492760857, 22.6731559194906218 ], [ 114.147485647692605, 22.6734963386333881 ], [ 114.147484182115335, 22.6735604057389395 ], [ 114.147482884381532, 22.6736170841142126 ] ] } },
1057
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0076090649320014123 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.136334466195521, 22.6738958760377436 ], [ 114.136485423432333, 22.6734830629071062 ], [ 114.136723612692677, 22.673180576342002 ], [ 114.137141270753048, 22.6723860770758563 ], [ 114.137252731042963, 22.6719880493109223 ], [ 114.137307596814949, 22.6718191685996153 ], [ 114.137355424852046, 22.6717008545879182 ], [ 114.137434551075259, 22.6715271983292617 ], [ 114.137575113507822, 22.671278895045667 ], [ 114.137734700351999, 22.6709723615804464 ], [ 114.137808917646311, 22.6708784316187746 ], [ 114.138144869712349, 22.6705992599365018 ], [ 114.138196013624281, 22.6705741887782928 ], [ 114.138277798314306, 22.6705597266363199 ], [ 114.138464371207633, 22.6704084233662115 ], [ 114.138638343321702, 22.6702956865405199 ], [ 114.138805933398444, 22.6702068439454898 ], [ 114.138921608801638, 22.6701301426216695 ], [ 114.139008554731475, 22.6700474750416667 ], [ 114.139042383460321, 22.6699889263206416 ], [ 114.139129873247825, 22.6697604757667825 ], [ 114.139203253942185, 22.6696573053407597 ], [ 114.139338633234672, 22.6695338390085972 ], [ 114.139573174434219, 22.6693684887511182 ], [ 114.139740729974349, 22.6692242816942908 ], [ 114.139827032878273, 22.6691785133240735 ], [ 114.140445841088237, 22.6689856913610974 ], [ 114.140623898328982, 22.6689237633104277 ], [ 114.140784384212282, 22.6689003275465026 ], [ 114.140940397243909, 22.6689054287778404 ], [ 114.141009448751191, 22.6688797024325126 ], [ 114.141075101540181, 22.6688207061811298 ], [ 114.141190624526729, 22.6686795488564989 ], [ 114.141214334910671, 22.6686665794607123 ] ] } },
1058
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0045784374052814684 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.327183999197317, 22.675506548732141 ], [ 114.330094384392154, 22.6763266615226762 ], [ 114.330768022941129, 22.6765629442405086 ], [ 114.331135467282266, 22.6767571848434351 ], [ 114.331502892504815, 22.676971196868454 ] ] } },
1059
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0035857334050280951 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.802719958963451, 22.6690504522557355 ], [ 113.805514542693729, 22.6668510170310142 ], [ 113.805535228730079, 22.6668300676140611 ] ] } },
1060
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0091036314737386551 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.866905258869608, 22.6691188115182314 ], [ 113.867045987607639, 22.66915460626198 ], [ 113.86993571715071, 22.6696236157566737 ], [ 113.875902317256049, 22.6705017872933823 ] ] } },
1061
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0045186756028539748 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.316748712784019, 22.6762155651866166 ], [ 114.317490578875677, 22.6764539143869222 ], [ 114.31922389878217, 22.6770473955334317 ], [ 114.319503634495305, 22.6771059316894465 ], [ 114.320059202075996, 22.6771425594403162 ], [ 114.320159767361289, 22.6771628653022255 ], [ 114.320425249038763, 22.677274739664167 ], [ 114.320585186511281, 22.6773685059843935 ], [ 114.320649314944632, 22.6773967407754107 ], [ 114.321049312914468, 22.677520253274956 ] ] } },
1062
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.006418560850645294 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.98307120346783, 22.6665160125557037 ], [ 113.983054232305236, 22.6665819078483182 ], [ 113.982962957180035, 22.6671599874184331 ], [ 113.982763903568355, 22.6684206623757127 ], [ 113.982571799425273, 22.6696372971684106 ], [ 113.982500451585693, 22.6699026625550566 ], [ 113.982239065141201, 22.6703545802150401 ], [ 113.981750064949097, 22.671197389538623 ], [ 113.980965154734321, 22.6724592041580344 ] ] } },
1063
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0030329242831012597 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.920258552812129, 22.6685495870853444 ], [ 113.920272603685049, 22.6700456704417199 ], [ 113.920453081836087, 22.6715718109576549 ] ] } },
1064
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.003805211617651994 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.048193624438127, 22.6706371395815864 ], [ 114.047839507701724, 22.6711184028819055 ], [ 114.047466133297391, 22.6717279757875403 ], [ 114.047165543368422, 22.6721250653235664 ], [ 114.045837435896757, 22.6736135286395708 ] ] } },
1065
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0047532760645558865 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.048764055355306, 22.6702854584200466 ], [ 114.048910838225723, 22.6704456074970935 ], [ 114.049079924087053, 22.670630089358216 ], [ 114.049366586324396, 22.671147243622368 ], [ 114.050640987491988, 22.6725219711180621 ], [ 114.051586060303151, 22.6734988602917298 ], [ 114.051691199538126, 22.6736157295787208 ], [ 114.051894197773478, 22.6738413739361029 ] ] } },
1066
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.018912778983528795 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.343928757791815, 22.6618345733079067 ], [ 114.343912399586358, 22.6619079794345204 ], [ 114.343853743517201, 22.6619971283623123 ], [ 114.343723976280074, 22.6620808569412446 ], [ 114.343565759924303, 22.6621585867679229 ], [ 114.343415547715281, 22.662261491671444 ], [ 114.343396073407177, 22.6623207549290449 ], [ 114.343395743116034, 22.6623853665715487 ], [ 114.343415921353611, 22.6624526188100077 ], [ 114.343485535378505, 22.6629580112529574 ], [ 114.343519181828171, 22.6630712659142617 ], [ 114.343522522078942, 22.6632859333005747 ], [ 114.343508707134092, 22.6636241253201796 ], [ 114.343528874132261, 22.6638421568229838 ], [ 114.343577878885, 22.664051182698401 ], [ 114.343675626466734, 22.6642734081723667 ], [ 114.343903102148843, 22.6649360529088675 ], [ 114.343999079288423, 22.6653760092471401 ], [ 114.344038052579066, 22.6657378263928315 ], [ 114.344115578454094, 22.6659099333738467 ], [ 114.344617710909432, 22.6662805593828551 ], [ 114.344709685113571, 22.6663350819434264 ], [ 114.344861246545662, 22.6664640478731627 ], [ 114.344941676980099, 22.6666077075640473 ], [ 114.345028532440779, 22.6668783473808766 ], [ 114.345273173161814, 22.6674174641918924 ], [ 114.345446495778987, 22.6676695617802189 ], [ 114.345493161651717, 22.6677954278777953 ], [ 114.345565681576247, 22.6681270681906106 ], [ 114.345605416572283, 22.6682283960745927 ], [ 114.345882654091398, 22.6685486941812471 ], [ 114.346116983115124, 22.6689348734181415 ], [ 114.346135208610818, 22.6690243184317488 ], [ 114.346124643630745, 22.6691186999036454 ], [ 114.346091913166163, 22.6691813629823855 ], [ 114.3460580056407, 22.669222973092257 ], [ 114.345986118227984, 22.6692772473597621 ], [ 114.345660104375838, 22.6694419258261775 ], [ 114.345502284666125, 22.6695622434886204 ], [ 114.344911114847235, 22.6700498132085215 ], [ 114.34474005349476, 22.6702001351981153 ], [ 114.344633006003178, 22.6703890274624591 ], [ 114.344625221086432, 22.6705047899078913 ], [ 114.34465189544008, 22.6706233420868806 ], [ 114.344710216307917, 22.6707300730351982 ], [ 114.344783070933545, 22.6710476740215725 ], [ 114.344968005353678, 22.6719108759042811 ], [ 114.345042596102701, 22.6723268898220489 ], [ 114.345177336122404, 22.6728021453867399 ], [ 114.345397168347091, 22.6733734643626228 ], [ 114.345448779549443, 22.6735663882728566 ], [ 114.345676150389721, 22.6744449340424197 ], [ 114.345788375251189, 22.6751467419502113 ], [ 114.34596628797236, 22.6754233265067349 ], [ 114.34598214562871, 22.6754843274893716 ], [ 114.345911010635291, 22.6757093967194301 ], [ 114.345542921890058, 22.676309805527886 ], [ 114.345257193374096, 22.6769774316732118 ], [ 114.345252967674412, 22.6770659229990557 ], [ 114.345290485254196, 22.6773167686738297 ], [ 114.345292450904523, 22.6774945458273152 ], [ 114.345294032129061, 22.6779621672706959 ], [ 114.345267731682156, 22.6785501186218887 ] ] } },
1067
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.015215302507617438 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.385258544856782, 22.6791052284016423 ], [ 114.386308630929861, 22.6777545787201014 ], [ 114.386541510024202, 22.677394672557817 ], [ 114.386935475558019, 22.6766491232856602 ], [ 114.387220426992414, 22.6759487726919282 ], [ 114.38900241878963, 22.670293220867638 ], [ 114.38919608446335, 22.6697969057373463 ], [ 114.389686964349465, 22.668748655526521 ], [ 114.389881420474921, 22.6683966981635265 ], [ 114.39009125954739, 22.6680524342469099 ], [ 114.39031612801702, 22.6677164414790226 ], [ 114.39055564817825, 22.6673892873019547 ], [ 114.391188675107102, 22.666664355515703 ], [ 114.392053277780008, 22.6657217329705105 ] ] } },
1068
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0034901776563622407 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.81320777842717, 22.6704413477002511 ], [ 113.813305250639033, 22.6702949225954065 ], [ 113.813415587358421, 22.6701291725140379 ], [ 113.81514722607406, 22.66775283701066 ], [ 113.815250186993751, 22.6676115409168091 ] ] } },
1069
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.024878254242075269 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.918303689608479, 22.6592861047502048 ], [ 113.919976688986011, 22.6597773709799135 ], [ 113.921035183566801, 22.6601873160013412 ], [ 113.922125797153399, 22.6606936258409029 ], [ 113.923084335000382, 22.6612646467599426 ], [ 113.924152502022807, 22.6620056593151666 ], [ 113.925116604443787, 22.6628291631344361 ], [ 113.925616254013136, 22.6632880667371559 ], [ 113.926702813519981, 22.6644938418924227 ], [ 113.927806727700855, 22.6658440935788761 ], [ 113.928857038205791, 22.6669487613588849 ], [ 113.930627423965134, 22.668464294726121 ], [ 113.932631473214556, 22.6697915435033757 ], [ 113.933901344237285, 22.67046460841404 ], [ 113.935321006067568, 22.6710901752479224 ], [ 113.938694960814686, 22.6724678239253663 ], [ 113.938850134375087, 22.6725516468374444 ] ] } },
1070
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0032163002303505256 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.321049312914468, 22.677520253274956 ], [ 114.322030048662967, 22.6778596703985116 ], [ 114.322595146669741, 22.6780272159317242 ], [ 114.323042103457382, 22.6781121684322926 ], [ 114.323652471525961, 22.6783004865752815 ], [ 114.323960873995091, 22.6784166775543454 ], [ 114.324116025853598, 22.6784751304770005 ] ] } },
1071
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0037313408012101387 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.324116025853598, 22.6784751304770005 ], [ 114.32415850174938, 22.6783811971244376 ], [ 114.325653386722777, 22.6750752149291337 ] ] } },
1072
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0044236877116265658 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.880033777441341, 22.6711087431783511 ], [ 113.881481897746355, 22.6713380097189585 ], [ 113.883034699976349, 22.6716874484347208 ], [ 113.884307249880152, 22.6721837229446237 ] ] } },
1073
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0057756066327067914 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.993653092214799, 22.6740649291772058 ], [ 113.993874535823693, 22.6735486821012806 ], [ 113.994085605933805, 22.673028705343512 ], [ 113.994286231180311, 22.6725051802464819 ], [ 113.994476341191657, 22.6719782872636344 ], [ 113.996372597232039, 22.6702556538749818 ], [ 113.99693345765111, 22.6696809144156859 ], [ 113.997064157078967, 22.669577023381688 ] ] } },
1074
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0044637310494395482 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.040085056308584, 22.674512656119969 ], [ 114.041436524014784, 22.6746316901840359 ], [ 114.04450231158819, 22.6749222681759015 ], [ 114.044529692819182, 22.674924863459033 ] ] } },
1075
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.028326593198115535 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.181884500211936, 22.6613230446558624 ], [ 114.184421351996676, 22.663620803275581 ], [ 114.186549664175899, 22.6656159457684652 ], [ 114.187836525285377, 22.6669947145663464 ], [ 114.188918894062056, 22.6683230948424104 ], [ 114.189887282339399, 22.669583771750883 ], [ 114.19150830358636, 22.6716600922163991 ], [ 114.192491400496621, 22.6727317559257955 ], [ 114.193201454788792, 22.673421823541446 ], [ 114.194245227350322, 22.6743081675938427 ], [ 114.194872377883414, 22.6747798550730408 ], [ 114.195507331514222, 22.6751681681929682 ], [ 114.196127954448016, 22.6755818377261633 ], [ 114.196771056402213, 22.6759647917375382 ], [ 114.197434875882692, 22.6763159819102569 ], [ 114.199367511258387, 22.6771020487367352 ], [ 114.200337715065331, 22.6773957776041328 ], [ 114.201115594995997, 22.6775763380218436 ], [ 114.201814960543388, 22.6777116048575529 ], [ 114.202665300495809, 22.6778269974317013 ], [ 114.203767383541035, 22.6779204304301167 ] ] } },
1076
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.014547775696071326 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.199975814258991, 22.6650545099027028 ], [ 114.200703723548884, 22.6654803187430929 ], [ 114.201497000543327, 22.6661316942490103 ], [ 114.202759636815557, 22.6673691542216531 ], [ 114.203237177571793, 22.668014577498063 ], [ 114.203569527263582, 22.6687025777649289 ], [ 114.203769940537214, 22.6692567320780327 ], [ 114.203849468534486, 22.6697519698174865 ], [ 114.20383773472382, 22.6703278164061857 ], [ 114.203715870453223, 22.6709504730844067 ], [ 114.203388729124796, 22.6722619561378345 ], [ 114.203282582293866, 22.6730591262745556 ], [ 114.203372017421955, 22.6742798995579626 ], [ 114.203767383541035, 22.6779204304301167 ] ] } },
1077
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0038939477386279765 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.980825339587597, 22.6745641000151039 ], [ 113.981414682686975, 22.6741884134952265 ], [ 113.984165853352579, 22.6725637997801392 ] ] } },
1078
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0043206382520913026 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.026711845943737, 22.6729207467767964 ], [ 114.026794709026561, 22.672981963334891 ], [ 114.027502809286517, 22.6735050778969693 ], [ 114.030025516999217, 22.6753371620428013 ], [ 114.030192707677458, 22.6754793202069216 ] ] } },
1079
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0056071755491677788 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.030192707677458, 22.6754793202069216 ], [ 114.030230832009423, 22.675375745081201 ], [ 114.030348153198432, 22.6750570006744532 ], [ 114.030535869639749, 22.6744944078994308 ], [ 114.030719463669087, 22.6738329191238428 ], [ 114.030830140958628, 22.6734995622797513 ], [ 114.030996098596134, 22.673260736156081 ], [ 114.031185912145318, 22.6730331441844939 ], [ 114.031390331723983, 22.6728879368995528 ], [ 114.033313243447594, 22.672081046370554 ], [ 114.033756467473339, 22.6719123556720454 ], [ 114.033876859543028, 22.6718665332558125 ] ] } },
1080
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0064253475253933162 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.297898900013891, 22.6775695476587664 ], [ 114.301442859892973, 22.6787488293572039 ], [ 114.302076006478927, 22.6789673976922366 ], [ 114.302427601291157, 22.6791340501841319 ], [ 114.303856040556425, 22.6799221603362753 ] ] } },
1081
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0038812203885270138 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.920707793162649, 22.6714945931963463 ], [ 113.920815303662977, 22.6716200613967835 ], [ 113.921857209288291, 22.6728359793133016 ], [ 113.922219581331561, 22.6732273798617072 ], [ 113.92333573026491, 22.6743475814240796 ] ] } },
1082
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0033667144795170058 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.980965154734321, 22.6724592041580344 ], [ 113.980431618400004, 22.6733168964189566 ], [ 113.980063911918094, 22.6739576058742038 ], [ 113.979595586027713, 22.6746205607552866 ], [ 113.979095922105955, 22.6752532515488028 ] ] } },
1083
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0037289356455839024 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.146239950096643, 22.6781676799371965 ], [ 114.146804770721673, 22.6768487488596264 ], [ 114.147041902393511, 22.6762331628052003 ], [ 114.147169256261535, 22.6758003776645154 ], [ 114.14729169066382, 22.6752610479261705 ], [ 114.147412239429656, 22.6746423967777311 ] ] } },
1084
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0030545399872411653 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.994580099516995, 22.6745432659758706 ], [ 113.996220713511818, 22.6753898050863256 ], [ 113.997202228056267, 22.6759118324648554 ], [ 113.997287598861249, 22.6759572376687863 ] ] } },
1085
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0048249094992649007 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.916211881555128, 22.6746603632780186 ], [ 113.916377266351034, 22.6746074022759423 ], [ 113.919843878915202, 22.6734972404036874 ], [ 113.920635207806782, 22.6732626017043764 ], [ 113.920813373721401, 22.673209773515925 ] ] } },
1086
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0054528254678449777 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.218766468410251, 22.6749402571043248 ], [ 114.220077180287134, 22.6769492472682188 ], [ 114.220700750451343, 22.6779692758073068 ], [ 114.220984710585086, 22.6784499662413204 ], [ 114.221212027027676, 22.6788801152926141 ], [ 114.221574170825818, 22.6796088124519137 ] ] } },
1087
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0030518150603107671 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.007681447994855, 22.6763842110356144 ], [ 114.00771411723052, 22.6763497062495993 ], [ 114.009413070147346, 22.6745552881930656 ], [ 114.009529470116732, 22.6744746108990363 ], [ 114.00988429590663, 22.6743090176049122 ] ] } },
1088
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0031251047169852373 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.823663838229436, 22.6733957717576722 ], [ 113.823665113004026, 22.6732160743969793 ], [ 113.823680654112991, 22.671024322076331 ], [ 113.823678745971762, 22.6702962709907894 ], [ 113.823678678891156, 22.6702707292490153 ] ] } },
1089
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.035645480927088448 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.063811437613623, 22.6775372339908472 ], [ 114.063835735172034, 22.6775235570278006 ], [ 114.065041212365259, 22.6768449753714521 ], [ 114.06594892468685, 22.6763565429927638 ], [ 114.066443372794495, 22.6761271711958656 ], [ 114.066876205505395, 22.6759158068120357 ], [ 114.067401289633665, 22.6756869034732489 ], [ 114.068367886435723, 22.6753320836345047 ], [ 114.068830334621168, 22.6751780501795679 ], [ 114.06921973044166, 22.6750353925143564 ], [ 114.070449180233794, 22.6746971538491486 ], [ 114.071903096597666, 22.6743948380918461 ], [ 114.075843825449468, 22.6739077720723152 ], [ 114.077513472714557, 22.6734413681166913 ], [ 114.078457519249923, 22.6730294192374018 ], [ 114.079654470164954, 22.6723097177189565 ], [ 114.081428769233284, 22.6709263979232318 ], [ 114.082665689599978, 22.6699448640172605 ], [ 114.083649696944676, 22.6692710752397097 ], [ 114.085506431862058, 22.6682170022096976 ], [ 114.087555026159478, 22.6672965058064904 ], [ 114.087599626956063, 22.6672810385946057 ], [ 114.087954569830984, 22.6671682966077803 ], [ 114.088493153156065, 22.6669707539200793 ], [ 114.088608866330119, 22.6669428125003449 ], [ 114.089932167263768, 22.6666234706063854 ], [ 114.096707045209385, 22.6652893761355756 ] ] } },
1090
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0035170984977409524 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.985964629371168, 22.673625245581821 ], [ 113.9880675830141, 22.6762148979793601 ], [ 113.988181763736563, 22.6763555014395273 ] ] } },
1091
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0038869099648732659 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.382840152513879, 22.682148162438196 ], [ 114.385258544856782, 22.6791052284016423 ] ] } },
1092
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0043155713094963207 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.913157682430366, 22.6710671378631332 ], [ 113.913784820366573, 22.6741208987223324 ], [ 113.914009151105418, 22.6751211433785542 ], [ 113.914047007913879, 22.6752899373595085 ] ] } },
1093
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.010159899593178211 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.900843933935946, 22.6731428546248743 ], [ 113.90135657087599, 22.6731472583515377 ], [ 113.902622818527547, 22.6734067507361914 ], [ 113.906706872680289, 22.6750004033753179 ], [ 113.907439141055164, 22.6751084917288459 ], [ 113.908694247653116, 22.6751703017212556 ], [ 113.91066689929599, 22.6752398243803981 ] ] } },
1094
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0033833979824207001 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.91066689929599, 22.6752398243803981 ], [ 113.913091399157295, 22.6753252370414167 ], [ 113.91355835153874, 22.6753298568536259 ], [ 113.913806535768941, 22.675315345951347 ], [ 113.914047007913879, 22.6752899373595085 ] ] } },
1095
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.003730073227603057 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.326131946419139, 22.679522685641416 ], [ 114.32620130284451, 22.6796292984729924 ], [ 114.32650911667541, 22.6801710317683138 ], [ 114.327049548397724, 22.681068463872478 ], [ 114.327316713083391, 22.681397556133156 ], [ 114.327564657357044, 22.6816702748665513 ], [ 114.327635741451857, 22.6817147031920676 ], [ 114.327717827524651, 22.681737570724021 ], [ 114.328088395073465, 22.6816903032481889 ], [ 114.328685302019409, 22.6817070755144563 ] ] } },
1096
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0083917821485690828 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.89274947225482, 22.675186854153786 ], [ 113.893111687542714, 22.6751332907581435 ], [ 113.893937736949056, 22.6749343148157969 ], [ 113.898771605397599, 22.6733433659236603 ], [ 113.900211707272092, 22.6731374223049542 ], [ 113.900843933935946, 22.6731428546248743 ] ] } },
1097
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0058803725506980349 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.887214430878629, 22.673611747351714 ], [ 113.888037447204098, 22.6740955513297351 ], [ 113.889008357793116, 22.6745530522130956 ], [ 113.890138540921171, 22.6749957500538066 ], [ 113.891389201610366, 22.6752524880137329 ], [ 113.89274947225482, 22.675186854153786 ] ] } },
1098
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0039684670052097665 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.122530082556125, 22.6750005910491552 ], [ 114.122463802292714, 22.6786836071011493 ], [ 114.122460833782782, 22.6788485280578911 ], [ 114.122458676621036, 22.678968415587093 ] ] } },
1099
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0039964170139569748 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.992127167079261, 22.6777585590219601 ], [ 113.992185527339203, 22.6776172985225202 ], [ 113.993653092214799, 22.6740649291772058 ] ] } },
1100
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0037358783415683927 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.920813373721401, 22.673209773515925 ], [ 113.9211461776585, 22.6745679405151641 ], [ 113.921411693588922, 22.6758638381839859 ], [ 113.921571479255007, 22.6768658905316194 ] ] } },
1101
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0036200924781710311 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.928270196068311, 22.6770868488452919 ], [ 113.93140202494213, 22.6754128686293051 ], [ 113.931436741333542, 22.6753987830903583 ], [ 113.93146592335961, 22.6753869440109135 ] ] } },
1102
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0042330685057791837 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.799966148592674, 22.6719590444160666 ], [ 113.798554895531325, 22.6729587636103673 ], [ 113.798370172899112, 22.6731434179030167 ], [ 113.7972806955447, 22.6751033746537836 ] ] } },
1103
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0044922671943695312 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.997287598861249, 22.6759572376687863 ], [ 113.997406590419132, 22.676025668644229 ], [ 113.998415052825791, 22.676605625354469 ], [ 113.998798458652601, 22.6768470374154489 ], [ 113.999849686787684, 22.6775466322999648 ], [ 114.000530807419224, 22.6780816477573595 ], [ 114.000951175446417, 22.6784315378868406 ], [ 114.000999441917898, 22.678471710702734 ] ] } },
1104
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0036693308980080726 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.203767383541035, 22.6779204304301167 ], [ 114.204073746199626, 22.6803660422205446 ], [ 114.204200948316171, 22.6815639120652968 ] ] } },
1105
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0041070094230996265 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.328685302019409, 22.6817070755144563 ], [ 114.328795847392982, 22.6817213514669547 ], [ 114.329829734309754, 22.6822900724522114 ], [ 114.332271253678016, 22.6836923436695024 ] ] } },
1106
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.016132047159683433 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.203767383541035, 22.6779204304301167 ], [ 114.205184043463731, 22.6780161903555992 ], [ 114.205954534425956, 22.6780873343549878 ], [ 114.206465511901854, 22.6781555133996378 ], [ 114.207226392338342, 22.6782887023512529 ], [ 114.207978721828141, 22.6784586622762028 ], [ 114.20847450500699, 22.6785921708204725 ], [ 114.210140813134245, 22.6791682012648153 ], [ 114.212083045017465, 22.680026769268828 ], [ 114.213894009737132, 22.6807786001801546 ], [ 114.215058911726047, 22.6811626979776939 ], [ 114.215975558988262, 22.6814179233153119 ], [ 114.219228248474664, 22.6821773305821957 ] ] } },
1107
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0093475719010667566 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.938850134375087, 22.6725516468374444 ], [ 113.940567202722562, 22.6734791729292553 ], [ 113.941226383576051, 22.6739222093063013 ], [ 113.941832226197874, 22.6743293916541866 ], [ 113.942817828753547, 22.6750752650402916 ], [ 113.946093391086706, 22.6778293219881455 ], [ 113.946379587851098, 22.6780415359163499 ] ] } },
1108
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0035261320899418408 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.308740052427765, 22.6825759300536056 ], [ 114.312061748403551, 22.683759122075287 ] ] } },
1109
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0037266923295777355 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.321574827841346, 22.6841835863748997 ], [ 114.321628794084404, 22.6840560815414491 ], [ 114.321937276001393, 22.6833272292940862 ], [ 114.322963498671612, 22.6811326510281859 ], [ 114.323078918127464, 22.6808858203337564 ], [ 114.323116671690016, 22.680791449029126 ] ] } },
1110
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0035561108534662355 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.992127167079261, 22.6777585590219601 ], [ 113.992344622696649, 22.6778875088712191 ], [ 113.99510770594722, 22.6795259626465757 ], [ 113.995185937921633, 22.6795723521016406 ] ] } },
1111
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0041820086850089732 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.995185937921633, 22.6795723521016406 ], [ 113.995243529890303, 22.6794752586268089 ], [ 113.996683440595788, 22.6770476693607748 ], [ 113.997241746043471, 22.6760399980152982 ], [ 113.997287598861249, 22.6759572376687863 ] ] } },
1112
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0033516416857159474 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.988181763736563, 22.6763555014395273 ], [ 113.988140365102737, 22.6764597320713399 ], [ 113.987134820033702, 22.6789913766972866 ], [ 113.986925832563202, 22.6794625695611778 ] ] } },
1113
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0071888757274327815 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.350710457143933, 22.6848486040629567 ], [ 114.35071567726456, 22.6848101065863972 ], [ 114.351199126507709, 22.6812444779071072 ], [ 114.352241050077438, 22.6779066879977904 ], [ 114.352257480620636, 22.6778540544333715 ] ] } },
1114
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0033945933892834562 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.219228248474664, 22.6821773305821957 ], [ 114.220746273633523, 22.6825492138093949 ], [ 114.221677420908847, 22.6827943940807515 ], [ 114.222507754434176, 22.6830500313604055 ] ] } },
1115
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.003657375954180868 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.823637049531413, 22.6770530496027192 ], [ 113.823662444017287, 22.6735861948823541 ], [ 113.823663838229436, 22.6733957717576722 ] ] } },
1116
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.027376424960673759 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.830433643149561, 22.677182752972211 ], [ 113.829865927997986, 22.6755470259363463 ], [ 113.829599767734095, 22.6745933871062384 ], [ 113.829267265794869, 22.673453989922244 ], [ 113.829020833709592, 22.6724839972386931 ], [ 113.828816549190279, 22.6712689888402608 ], [ 113.828586888607006, 22.6699030241275459 ], [ 113.828481977117008, 22.6692790287391226 ], [ 113.828314276988451, 22.6676254663566503 ], [ 113.828231277631801, 22.6666599379449103 ], [ 113.828218828600953, 22.6664078509507938 ], [ 113.82819031761467, 22.6656124028468788 ], [ 113.828178133957991, 22.6648165948835718 ], [ 113.828182283351097, 22.6640207161772267 ], [ 113.828202763731426, 22.663225055707656 ], [ 113.82822733298265, 22.6627117857429852 ], [ 113.82823848785965, 22.6624787417515527 ], [ 113.828246688270255, 22.6623074189139615 ], [ 113.828251107626826, 22.6622457297457309 ], [ 113.82827081688778, 22.6619705676350023 ], [ 113.828312349079752, 22.6613907311453424 ], [ 113.828477879936159, 22.6601729254627386 ], [ 113.828633692111524, 22.6592229768976097 ], [ 113.828812452737026, 22.6582765174894618 ], [ 113.829014072232383, 22.6573340225251911 ], [ 113.829238449353127, 22.6563959670853805 ], [ 113.829432649921813, 22.6556549517371444 ], [ 113.829641050555381, 22.6549172667139587 ], [ 113.829863586125967, 22.6541831456863605 ], [ 113.830100183675526, 22.6534528248987854 ], [ 113.830408870085392, 22.6527260346607378 ], [ 113.830727016333867, 22.6520027687988943 ], [ 113.831054569236485, 22.651283152804222 ], [ 113.831357428823793, 22.650639644392669 ], [ 113.831391525595564, 22.6505671946959311 ] ] } },
1117
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0041942628548777162 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.808692643240818, 22.6729308330996204 ], [ 113.808876901278083, 22.6735180398268099 ], [ 113.808894705451024, 22.673657345609648 ], [ 113.808867998945829, 22.673872458460405 ], [ 113.808801203930003, 22.674079156684833 ], [ 113.808591622042201, 22.6744563353748632 ], [ 113.808325914487668, 22.6748718456370675 ], [ 113.808293841883227, 22.6749515980626519 ], [ 113.808280540919824, 22.6750858357335794 ], [ 113.808245966908117, 22.6752737610415132 ], [ 113.807913576631805, 22.6767670374450105 ], [ 113.807931811639193, 22.6769037711825412 ] ] } },
1118
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0080733901754370015 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.053602050785429, 22.6797242394457221 ], [ 114.053582206004847, 22.6809777931362966 ], [ 114.053588318254839, 22.6812756883606816 ], [ 114.053600608250406, 22.6813285925651833 ], [ 114.053632174527039, 22.6814062155858132 ], [ 114.053678193775013, 22.6814773477179088 ], [ 114.05373718124649, 22.6815396936325264 ], [ 114.053807235343271, 22.6815912441582093 ], [ 114.053876297474361, 22.6816263682743653 ], [ 114.05395046342106, 22.6816509459738498 ], [ 114.054189563467702, 22.6816870781689701 ], [ 114.054364705614276, 22.681688490342669 ], [ 114.054538375760913, 22.6816674219761083 ], [ 114.054999860891243, 22.6815459631751999 ], [ 114.055457160267039, 22.6814115648407402 ], [ 114.055845521955362, 22.6812861470662135 ], [ 114.056735004106457, 22.6809815207671654 ], [ 114.057266293835525, 22.6807831974712109 ], [ 114.057791907894611, 22.6805722553270286 ], [ 114.058206554700163, 22.6806368776862683 ], [ 114.058346176409643, 22.6806325023381099 ], [ 114.058482914649829, 22.6806059498633275 ], [ 114.058582528678983, 22.6805713459633083 ], [ 114.058782673418222, 22.6804769924195426 ], [ 114.059080606169942, 22.6803557099884294 ], [ 114.059644364655227, 22.6801625755120959 ] ] } },
1119
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0046672750321584142 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.936486927938944, 22.6794399546808307 ], [ 113.936566857311036, 22.6794428703520872 ], [ 113.936605877469049, 22.6794329917960624 ], [ 113.936914522631469, 22.6792342171438399 ], [ 113.937025862980917, 22.6792006571953593 ], [ 113.937209173571262, 22.6792002628033735 ], [ 113.937831524618105, 22.6793046722859373 ], [ 113.938433450833671, 22.6795300074669797 ], [ 113.93884581833548, 22.679605745256886 ], [ 113.939191754104073, 22.6796433530191415 ], [ 113.939383280412059, 22.67968856136401 ], [ 113.939816248339781, 22.6798269446643062 ], [ 113.939963882468007, 22.6798899672659573 ], [ 113.940245754884231, 22.6800528468751423 ], [ 113.940321417926626, 22.6800827039751169 ], [ 113.940540256071429, 22.6801233012803252 ], [ 113.940746279789181, 22.6801341873020768 ], [ 113.940934354983625, 22.6801712284289536 ] ] } },
1120
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0032951690001510841 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.379055433773075, 22.6868966961689047 ], [ 114.381116809800972, 22.6843259243760045 ] ] } },
1121
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0043895778767108927 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.788116001828342, 22.6778850133163061 ], [ 113.788262661629915, 22.6778875402946021 ], [ 113.792340869919101, 22.6779577271138493 ], [ 113.792504929761861, 22.6779605482729991 ] ] } },
1122
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0030020265438289503 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.7972806955447, 22.6751033746537836 ], [ 113.796985911554643, 22.6757429216438275 ], [ 113.796962999483554, 22.6758240784994882 ], [ 113.796875618221847, 22.6778541272188043 ], [ 113.796867810500515, 22.6780355138054937 ] ] } },
1123
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0041734481957868292 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.796867810500515, 22.6780355138054937 ], [ 113.797071713761412, 22.6780383370189575 ], [ 113.800742219705498, 22.6780891011191379 ], [ 113.801039390506844, 22.6781189732079866 ] ] } },
1124
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0072432961288546776 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.801039390506844, 22.6781189732079866 ], [ 113.800833185648926, 22.6722719755039854 ], [ 113.800892046534898, 22.6719301531807247 ], [ 113.800976153019988, 22.671592908380017 ], [ 113.801085105241867, 22.6712618454853008 ], [ 113.801148983833286, 22.6711068916852732 ], [ 113.801218387252234, 22.6709385343733274 ] ] } },
1125
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0090060333031721194 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.779111014429759, 22.6777477624227686 ], [ 113.787955477219413, 22.6778825716487518 ], [ 113.788116001828342, 22.6778850133163061 ] ] } },
1126
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0033730563854337614 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.813562375602686, 22.6784368411420338 ], [ 113.813646382677362, 22.67832708042463 ], [ 113.815612434554254, 22.6757582654618659 ] ] } },
1127
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0036877751601681603 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.117152575826594, 22.6798217765003542 ], [ 114.117130174216925, 22.6800939655982958 ], [ 114.11660728158364, 22.6834683582307441 ] ] } },
1128
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0031003985414925403 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.930167124444083, 22.6806477891041247 ], [ 113.93035059931205, 22.6805978003008413 ], [ 113.931066794347842, 22.6804974747574164 ], [ 113.931405902753724, 22.6804404207071855 ], [ 113.931842004938346, 22.6802830354344316 ], [ 113.932129199103002, 22.6801982163470619 ], [ 113.932731172881915, 22.6801391656821529 ], [ 113.93313372769957, 22.6801229042078738 ], [ 113.933206005778402, 22.6801199838532064 ] ] } },
1129
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0062172742158252345 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.153781220793718, 22.6801324615574273 ], [ 114.15510355172178, 22.6813391704517571 ], [ 114.15573409373674, 22.6818976888523771 ], [ 114.158440851630104, 22.684183285723055 ], [ 114.158473021850625, 22.6842104488777814 ] ] } },
1130
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0042970706807849103 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.801039390506844, 22.6781189732079866 ], [ 113.80179877620705, 22.6781953066008626 ], [ 113.80519678568929, 22.6786107959946115 ], [ 113.805306509573853, 22.6786242119137711 ] ] } },
1131
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0040820097389557709 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.981588441885663, 22.6815808545990407 ], [ 113.985347333566594, 22.6815447715947869 ], [ 113.985670150162107, 22.6815538731268518 ] ] } },
1132
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0037314788672686071 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.995185937921633, 22.6795723521016406 ], [ 113.995264094374861, 22.6796328827340261 ], [ 113.998007901801373, 22.6817578315414288 ], [ 113.998136137202565, 22.6818571406562803 ] ] } },
1133
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0044632752475101227 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.998136137202565, 22.6818571406562803 ], [ 113.998176112297884, 22.6817039551589872 ], [ 113.998199410141652, 22.6816146804571162 ], [ 113.998459367391348, 22.6812446109467096 ], [ 114.000953553372966, 22.6785218073153843 ], [ 114.000999441917898, 22.678471710702734 ] ] } },
1134
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0043478255867063376 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.990561330191554, 22.6818146337467859 ], [ 113.990621658373513, 22.6816583667680582 ], [ 113.992053035128663, 22.6779505924486386 ], [ 113.992127167079261, 22.6777585590219601 ] ] } },
1135
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0031682477813954942 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.11660728158364, 22.6834683582307441 ], [ 114.116867865785466, 22.6835079180604318 ], [ 114.119388838044358, 22.6838906117226671 ], [ 114.119740591441882, 22.6839371895550315 ] ] } },
1136
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0061193678153926194 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.807775277255374, 22.6789181150592611 ], [ 113.807974596282506, 22.6789305119590274 ], [ 113.812158097157763, 22.6791906445798475 ], [ 113.812657487988673, 22.6792031837627448 ], [ 113.813003771434438, 22.6790771406636971 ], [ 113.813210181909469, 22.6789322380990939 ], [ 113.813562375602686, 22.6784368411420338 ] ] } },
1137
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0053433322118404351 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.122458676621036, 22.678968415587093 ], [ 114.12245677246176, 22.6790742333788913 ], [ 114.122454648639007, 22.6791922708841938 ], [ 114.122365595477021, 22.68414031511141 ], [ 114.122362526006413, 22.6843108826375648 ] ] } },
1138
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.012980501993966276 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.048569494616743, 22.6832549358881543 ], [ 114.048498125613477, 22.6819820402882186 ], [ 114.048444816796462, 22.6804689972926177 ], [ 114.048425624502769, 22.6788774768229757 ], [ 114.048438193240486, 22.6775666162466578 ], [ 114.048769996328176, 22.6705534956038441 ], [ 114.048764055355306, 22.6702854584200466 ] ] } },
1139
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.016618653071081659 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.048569494616743, 22.6832549358881543 ], [ 114.050814244931232, 22.6830207420221583 ], [ 114.051226721688352, 22.6829777049071204 ], [ 114.051986884733367, 22.6828983870715923 ], [ 114.052922202038317, 22.6827783172433612 ], [ 114.054039407835106, 22.6825749521354076 ], [ 114.054938112494952, 22.6823624681346843 ], [ 114.055699602316125, 22.682146963953052 ], [ 114.05657491023166, 22.6818572637816374 ], [ 114.05730327482074, 22.6815802726712228 ], [ 114.057735308631734, 22.6813998013685136 ], [ 114.058381934029043, 22.6811060816288794 ], [ 114.059156364101312, 22.6807149304064772 ], [ 114.059649674608551, 22.6804419182005503 ], [ 114.060476986197571, 22.6799389681645849 ], [ 114.061017232128194, 22.6795775325645081 ], [ 114.061480999520953, 22.6792445882141465 ], [ 114.063146234125739, 22.6780094744636642 ], [ 114.063811437613623, 22.6775372339908472 ] ] } },
1140
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0041086052649220075 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.316388333942612, 22.6858790583178447 ], [ 114.317497118371207, 22.6862884150490629 ], [ 114.319872634092718, 22.6871483302762655 ], [ 114.319982634559324, 22.6871881480930639 ], [ 114.32026017061736, 22.6872450832030168 ] ] } },
1141
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0038335865360210135 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.993266332026508, 22.6828906589275547 ], [ 113.993327565999707, 22.6827861648463589 ], [ 113.994086313557531, 22.6814913653442325 ], [ 113.995132399765126, 22.6796657843724532 ], [ 113.995185937921633, 22.6795723521016406 ] ] } },
1142
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0031525540824597861 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.043949792377362, 22.6805736639609563 ], [ 114.04410825093376, 22.6837222331802586 ] ] } },
1143
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0044856506729008677 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.04410825093376, 22.6837222331802586 ], [ 114.045909865207733, 22.6835335369512094 ], [ 114.046271602161482, 22.6834956474715135 ], [ 114.048569494616743, 22.6832549358881543 ] ] } },
1144
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0060016817867012493 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.197390103036369, 22.68306421069666 ], [ 114.200618139643083, 22.685007988079029 ], [ 114.201903096716222, 22.6857493458400157 ], [ 114.202546171550949, 22.6861355039626851 ] ] } },
1145
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0031772034189470632 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.815712164933274, 22.6791483132261682 ], [ 113.818724309187559, 22.6801590597605411 ] ] } },
1146
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0050400420428164273 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.204200948316171, 22.6815639120652968 ], [ 114.204296895358411, 22.6824674440099088 ], [ 114.204412582883464, 22.6837465622202501 ], [ 114.20457763134489, 22.6844208238854854 ], [ 114.204952337933079, 22.6852900969110642 ], [ 114.205674395956564, 22.6862564612655682 ] ] } },
1147
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0031450899670856119 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.202546171550949, 22.6861355039626851 ], [ 114.202915313872353, 22.6862447886604173 ], [ 114.203597125146999, 22.6862793419579845 ], [ 114.204899519405018, 22.6862701566393099 ], [ 114.205293159313285, 22.6862631991588337 ], [ 114.205674395956564, 22.6862564612655682 ] ] } },
1148
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.003106240380994771 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.126304780574557, 22.6848783010131854 ], [ 114.129270949433803, 22.6852755426811825 ], [ 114.129383533894298, 22.6852906204290576 ] ] } },
1149
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0050081135392311578 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.129383533894298, 22.6852906204290576 ], [ 114.12945364892245, 22.6851740822796053 ], [ 114.130210837617483, 22.6839155544255746 ], [ 114.131895956643731, 22.6810793070015499 ], [ 114.131949220006049, 22.6809896567193938 ] ] } },
1150
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0044600440983162412 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.032280526680651, 22.6798219977725033 ], [ 114.032620373448978, 22.6803828812862811 ], [ 114.032875692092006, 22.6807741085389445 ], [ 114.032975042633709, 22.6809263427473518 ], [ 114.033175388274216, 22.681233328433926 ], [ 114.033268042322646, 22.6814032705334974 ], [ 114.033344474176502, 22.6815630254173115 ], [ 114.033439033056666, 22.6817968151958631 ], [ 114.03350803640825, 22.6820083874683043 ], [ 114.033891756088153, 22.6837164685812063 ], [ 114.033933986855146, 22.6839044503974634 ] ] } },
1151
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0049069817392084951 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.033933986855146, 22.6839044503974634 ], [ 114.03883973496707, 22.6840144742643517 ] ] } },
1152
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0052795798310248665 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.03883973496707, 22.6840144742643517 ], [ 114.039789181857728, 22.6840138763931591 ], [ 114.042089375871072, 22.6839101358898247 ], [ 114.04410825093376, 22.6837222331802586 ] ] } },
1153
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0062115717008521636 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.141893635016658, 22.685787167237411 ], [ 114.142448702906151, 22.6853250075117536 ], [ 114.142842483114777, 22.6849339819588671 ], [ 114.143184115099274, 22.6845297241116128 ], [ 114.143462591910605, 22.6841614224113606 ], [ 114.143631043478578, 22.6839135451721816 ], [ 114.143938228260183, 22.6834008389478399 ], [ 114.144156211605164, 22.6829156381010115 ], [ 114.145159603674273, 22.6806105235546056 ] ] } },
1154
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0030988577583942862 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.356901375364117, 22.6890640885608974 ], [ 114.359999702161304, 22.6891214511323014 ] ] } },
1155
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0094971562183918078 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.107704807406279, 22.6858927213619062 ], [ 114.107725085243132, 22.6858754483185159 ], [ 114.107759010686451, 22.6858465528851561 ], [ 114.107847102746703, 22.6857715217991185 ], [ 114.107953927079066, 22.6856805353230797 ], [ 114.109055884586041, 22.685264673476258 ], [ 114.11198741055442, 22.6837642012212442 ], [ 114.112788191489543, 22.6834325858283563 ], [ 114.113502222050144, 22.6833004865592045 ], [ 114.114808218521105, 22.6833511296321255 ], [ 114.116483848730013, 22.6835350697832041 ], [ 114.116596511216642, 22.6835474366133809 ] ] } },
1156
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0033784036701346512 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.941261003202044, 22.6836065739922539 ], [ 113.941292498485382, 22.683543731550742 ], [ 113.941341338593901, 22.6834462821335414 ], [ 113.942522744631717, 22.6819933790462223 ], [ 113.942665876486075, 22.6818168187382518 ], [ 113.942896187141471, 22.6815555069966024 ], [ 113.943367502146018, 22.6809709529374253 ] ] } },
1157
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0032152040429016203 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.941261003202044, 22.6836065739922539 ], [ 113.941719850977066, 22.6836346588811892 ], [ 113.944006045364219, 22.6837317779810625 ], [ 113.944471949635485, 22.6837670995581959 ] ] } },
1158
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0051989413225195132 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.222507754434176, 22.6830500313604055 ], [ 114.222530221360856, 22.6832056880489503 ], [ 114.222696487518576, 22.6843575863077049 ], [ 114.222706644829543, 22.6844279542088678 ], [ 114.222853414424463, 22.6854447599567735 ], [ 114.223228666180816, 22.6881987063967117 ] ] } },
1159
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.00441031052343258 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.993266332026508, 22.6828906589275547 ], [ 113.993370391784396, 22.6829430361821558 ], [ 113.997138377836833, 22.6848395239171836 ], [ 113.997205794033576, 22.6848734544308144 ] ] } },
1160
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0031592486969699131 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.997205794033576, 22.6848734544308144 ], [ 113.998101104299721, 22.6820863863506936 ], [ 113.99812199173077, 22.6819497042231824 ], [ 113.998136137202565, 22.6818571406562803 ] ] } },
1161
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0039337247724796198 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.929502048178406, 22.6839273601187514 ], [ 113.93043982354898, 22.6835262795327353 ], [ 113.93101308733138, 22.6832932476362288 ], [ 113.931459410900857, 22.6831511086437843 ], [ 113.931771841737344, 22.6830744342257304 ], [ 113.93202351383222, 22.6830241623247808 ], [ 113.932242314878934, 22.6829945202178145 ], [ 113.93238740029463, 22.6829898837177524 ], [ 113.932722085291374, 22.6829757586408718 ], [ 113.933157632090825, 22.6830345832302385 ], [ 113.933264425060344, 22.6830490061244348 ] ] } },
1162
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.016791493604825351 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.323116671690016, 22.680791449029126 ], [ 114.323498635798899, 22.6809323408534347 ], [ 114.323808832059555, 22.6810467595374341 ], [ 114.328624862331083, 22.6827457477845726 ], [ 114.329048798569332, 22.6829344051285453 ], [ 114.329471470893736, 22.683169230433947 ], [ 114.332233957394308, 22.6849776913075836 ], [ 114.33294450321938, 22.6857642458235915 ], [ 114.336573687927512, 22.6900782358209305 ] ] } },
1163
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0034546974960572227 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.365550504661655, 22.689631353676635 ], [ 114.36595610529136, 22.6897628427296887 ], [ 114.366495772430724, 22.6899377916712268 ], [ 114.368836838064112, 22.6906966928511977 ] ] } },
1164
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.003659926554261415 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.985670150162107, 22.6815538731268518 ], [ 113.985659085320364, 22.681681079938862 ], [ 113.985653041333691, 22.6817505578662306 ], [ 113.985502342446225, 22.6851014299564682 ], [ 113.985497479422349, 22.6852095606887865 ] ] } },
1165
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0037404534108621207 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.116596511216642, 22.6835474366133809 ], [ 114.116091703854082, 22.6872536693699054 ] ] } },
1166
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0038811386171354102 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.988924204448253, 22.6853335904481312 ], [ 113.990473406121851, 22.6820036294054113 ], [ 113.990561330191554, 22.6818146337467859 ] ] } },
1167
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.01599293926584797 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.947699619435141, 22.6790174273137843 ], [ 113.947734225816518, 22.6790459843166197 ], [ 113.949152476877842, 22.6800290175258361 ], [ 113.950453907123816, 22.6808068151470259 ], [ 113.95263392894509, 22.6819310675141317 ], [ 113.953862981286846, 22.6824753946277688 ], [ 113.956637406289076, 22.6834902942496939 ], [ 113.962254838587668, 22.6849864581128386 ], [ 113.962387222694318, 22.6850371865520088 ] ] } },
1168
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.013133386095437833 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.962387222694318, 22.6850371865520088 ], [ 113.962582276573215, 22.6849453973667501 ], [ 113.962628345143912, 22.6849237176628051 ], [ 113.962873480604642, 22.6848194545850639 ], [ 113.96313333917945, 22.6847204870877448 ], [ 113.963386729676131, 22.6846348867016516 ], [ 113.96398085621351, 22.684529945356573 ], [ 113.964557048886249, 22.6844419722389645 ], [ 113.965300986066907, 22.6843482195646651 ], [ 113.966047687653145, 22.6842763333647248 ], [ 113.966838069630072, 22.6842242486845009 ], [ 113.967629883056318, 22.6841966548577751 ], [ 113.968716563595592, 22.6841042236853596 ], [ 113.9698963014052, 22.6839924926991898 ], [ 113.970152878191172, 22.6839401858534337 ], [ 113.970451837540011, 22.6838573201581859 ], [ 113.970742665150695, 22.6837524529656491 ], [ 113.971023482490622, 22.6836262632127266 ], [ 113.971292476723548, 22.683479561856327 ], [ 113.971547265275134, 22.683313756755453 ], [ 113.971786931776222, 22.6831295531190769 ], [ 113.971981894717615, 22.6829498618777876 ], [ 113.972219628924549, 22.682706810753249 ], [ 113.972538349397865, 22.6823425935354734 ], [ 113.973928030342492, 22.6806200341049617 ], [ 113.973995528364298, 22.6805400098830887 ] ] } },
1169
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.011557603480895854 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.222507754434176, 22.6830500313604055 ], [ 114.222727698326295, 22.6831320438571389 ], [ 114.223579887047364, 22.6834498006435226 ], [ 114.225033891918855, 22.6840461507039954 ], [ 114.225820363635449, 22.6843931249504536 ], [ 114.226860049811989, 22.6850474122994044 ], [ 114.227676157870334, 22.6856824876463143 ], [ 114.230819593731454, 22.688252970953549 ], [ 114.232094507317399, 22.689314622904476 ] ] } },
1170
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0043827454647070259 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.788019311611308, 22.6823187067914844 ], [ 113.788142788528916, 22.6823203989492583 ], [ 113.789727337220327, 22.6823421101043756 ], [ 113.792239085858981, 22.682390842311019 ], [ 113.792401393541596, 22.6823939893553792 ] ] } },
1171
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0048062350046415058 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.779111014429759, 22.6777477624227686 ], [ 113.77953404678793, 22.6822207341244955 ], [ 113.779552644593366, 22.6824640710417498 ], [ 113.779557921755369, 22.6825331267598749 ] ] } },
1172
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.008472667721303364 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.779557921755369, 22.6825331267598749 ], [ 113.779708133780687, 22.6825221300041839 ], [ 113.783528159236624, 22.6822424062043595 ], [ 113.787889703371661, 22.6823165056229357 ], [ 113.788019311611308, 22.6823187067914844 ] ] } },
1173
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0040065962928050409 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.219382097634764, 22.6895550963565356 ], [ 114.219543241212179, 22.6895401887201018 ], [ 114.219829419465995, 22.689513711734925 ], [ 114.222965802351737, 22.6895571345945584 ], [ 114.223152473650657, 22.689559715969331 ], [ 114.223386442813293, 22.6895629528314267 ] ] } },
1174
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.019500060439159566 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.014688860764068, 22.6865344768631694 ], [ 114.015323989944349, 22.6864987826408466 ], [ 114.017077476073098, 22.6862890217076938 ], [ 114.01908065432437, 22.6858993316981561 ], [ 114.025290742727037, 22.684453250151833 ], [ 114.02725631227041, 22.6841297433849931 ], [ 114.028985768360101, 22.6839499981904886 ], [ 114.029589778014923, 22.6839290173844468 ], [ 114.02976943336013, 22.6839227762458862 ], [ 114.0315701463267, 22.6838602120028341 ], [ 114.033933986855146, 22.6839044503974634 ] ] } },
1175
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.006672478086507316 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.153542413529209, 22.6886738167743971 ], [ 114.154120248305759, 22.6883356611713118 ], [ 114.154550349327522, 22.6880273079183716 ], [ 114.15492332558307, 22.6876960319565661 ], [ 114.158473021850625, 22.6842104488777814 ] ] } },
1176
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.003026507447847777 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.232877250480897, 22.6899448356033346 ], [ 114.23331245374861, 22.6889731683042619 ], [ 114.233542471418289, 22.6886162368253821 ], [ 114.2339750813764, 22.6882270598302149 ], [ 114.23413724720119, 22.6881224012783136 ], [ 114.234293857388394, 22.6880502237660764 ], [ 114.234498002931915, 22.6879833810048197 ], [ 114.23474686685303, 22.687940439290287 ], [ 114.234868901508833, 22.6879297644972056 ] ] } },
1177
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0034842419023535997 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.776082174011947, 22.6827627836657086 ], [ 113.77615670620402, 22.6827607316591902 ], [ 113.776995349232379, 22.6827376428168819 ], [ 113.779404844233241, 22.6825453457158019 ], [ 113.779557921755369, 22.6825331267598749 ] ] } },
1178
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0049199810266256786 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.317900878405467, 22.6912447876307262 ], [ 114.31794396115248, 22.6912160304991382 ], [ 114.318511035439144, 22.6908375035025713 ], [ 114.319022488678741, 22.6905261698108767 ], [ 114.319129254674635, 22.6904530941404943 ], [ 114.31923586804632, 22.6903646779616537 ], [ 114.319332717101702, 22.6902670693767448 ], [ 114.319418885811189, 22.6901611877330538 ], [ 114.319493557988892, 22.6900480386506871 ], [ 114.319550105389354, 22.6899413858730377 ], [ 114.319596428160864, 22.6898305691934681 ], [ 114.320189237859154, 22.6875213940943148 ], [ 114.32026017061736, 22.6872450832030168 ] ] } },
1179
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0035158172005943975 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.301246346344911, 22.6912901483705411 ], [ 114.304761918102486, 22.691331691183855 ] ] } },
1180
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0036481085301252555 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.285693287802602, 22.6910752441957726 ], [ 114.285839728898168, 22.6910773110326254 ], [ 114.288951602200072, 22.6911212088797996 ], [ 114.289341033448096, 22.6911266985754629 ] ] } },
1181
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0036452625654110255 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.289341033448096, 22.6911266985754629 ], [ 114.289704557720128, 22.6911318213658113 ], [ 114.292837208590598, 22.691175936757471 ], [ 114.292985934592636, 22.691178029044849 ] ] } },
1182
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0082713406184415639 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.272819384775971, 22.6908945977324414 ], [ 114.272826223412665, 22.6907544103440344 ], [ 114.272999011949068, 22.6872121865346585 ], [ 114.27304663968826, 22.6826278830000128 ] ] } },
1183
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0054316449598048686 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.272819384775971, 22.6908945977324414 ], [ 114.273192317623227, 22.6908999632097661 ], [ 114.278250468977006, 22.6909726449619065 ] ] } },
1184
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0038085712819152283 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.278250468977006, 22.6909726449619065 ], [ 114.282058648627412, 22.6910272614398565 ] ] } },
1185
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0036349558840161719 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.282058648627412, 22.6910272614398565 ], [ 114.285560374262204, 22.6910734909761516 ], [ 114.285693287802602, 22.6910752441957726 ] ] } },
1186
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0038910583101089539 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.292985934592636, 22.691178029044849 ], [ 114.293144956754986, 22.6911804992437425 ], [ 114.296876524508122, 22.6912384019031954 ] ] } },
1187
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.004370128211181437 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.296876524508122, 22.6912384019031954 ], [ 114.301246346344911, 22.6912901483705411 ] ] } },
1188
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0098709697032486297 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.237548613591926, 22.6877016624714116 ], [ 114.243720377191025, 22.6890790193365319 ], [ 114.24469816889787, 22.6893863154423236 ], [ 114.246458156655009, 22.6903428605018718 ], [ 114.246939928585192, 22.690536703677985 ] ] } },
1189
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0031343459119790073 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.824292203705241, 22.6839634087490474 ], [ 113.824096441015769, 22.6835460353608767 ], [ 113.823895873144608, 22.6829574217897942 ], [ 113.82376341628725, 22.6824163441713367 ], [ 113.823691869604374, 22.6819963229226857 ], [ 113.823632527577558, 22.6809296018198445 ] ] } },
1190
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0050124693754580703 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.368836838064112, 22.6906966928511977 ], [ 114.373203548952191, 22.6921116563677678 ], [ 114.37356580783397, 22.6923285613239933 ] ] } },
1191
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0033374410721297085 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.37356580783397, 22.6923285613239933 ], [ 114.373600973372021, 22.6923045512387453 ], [ 114.374347156820463, 22.6917950809390518 ], [ 114.375269596749007, 22.690904461760443 ], [ 114.376055326302591, 22.690121667166121 ] ] } },
1192
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.011382249771707645 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.269029579845125, 22.6909083408757155 ], [ 114.269031630530208, 22.6907875948432469 ], [ 114.269222899716397, 22.6795277329265375 ] ] } },
1193
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0037900363086838824 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.269029579845125, 22.6909083408757155 ], [ 114.271867056270253, 22.6908808922123129 ], [ 114.272236259311157, 22.6908862063027108 ], [ 114.272819384775971, 22.6908945977324414 ] ] } },
1194
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0040982763872730154 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.944471949635485, 22.6837670995581959 ], [ 113.944884241637354, 22.683817282734271 ], [ 113.945187487928138, 22.6838871383251508 ], [ 113.945485369820133, 22.6839943513287885 ], [ 113.945736069076332, 22.6841114064947966 ], [ 113.945944614486663, 22.684228878767275 ], [ 113.946208643334586, 22.684405203221317 ], [ 113.946560155172236, 22.684751058132278 ], [ 113.947650982378448, 22.6860918917436969 ] ] } },
1195
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0041598693930702934 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.04410825093376, 22.6837222331802586 ], [ 114.044165480167919, 22.6852509243346034 ], [ 114.044328781650066, 22.6875072622104987 ], [ 114.044341317694403, 22.6878749163300455 ] ] } },
1196
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.006945134332581775 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.962387222694318, 22.6850371865520088 ], [ 113.96430938844675, 22.6855196450057015 ], [ 113.966595026909317, 22.6861115774617161 ], [ 113.967612088722674, 22.6864131104088429 ], [ 113.969116605643535, 22.6867486666819325 ] ] } },
1197
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0079146508417978888 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.969116605643535, 22.6867486666819325 ], [ 113.971929269962317, 22.6831838568539652 ], [ 113.974042526157803, 22.68055384647948 ] ] } },
1198
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.004524539840990824 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.099333885322153, 22.6888127325675413 ], [ 114.099608917753542, 22.6883604508730237 ], [ 114.099923464528572, 22.6880237145350634 ], [ 114.100261658502674, 22.6877632801077915 ], [ 114.100604985226667, 22.6875605629939017 ], [ 114.101030374960573, 22.6873777667592122 ], [ 114.102566873918761, 22.6869719966016454 ], [ 114.103140449080215, 22.6868587485126412 ], [ 114.103211106943363, 22.6868447979593384 ] ] } },
1199
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0032966273150611082 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.9596103403006, 22.6868135554426509 ], [ 113.960433263993238, 22.6862686200976569 ], [ 113.961043000781842, 22.6858833294223778 ], [ 113.961864345029639, 22.6853643180190332 ], [ 113.962220058018971, 22.6851417715340276 ], [ 113.962387222694318, 22.6850371865520088 ] ] } },
1200
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.003685767934074699 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.802177860046271, 22.684279161661685 ], [ 113.802163076953534, 22.6842430022064008 ], [ 113.802002718381047, 22.6838507570626184 ], [ 113.801841627420941, 22.6834176355231065 ], [ 113.80169473405391, 22.6829801879545947 ], [ 113.801562169361603, 22.6825388167367521 ], [ 113.801444058582234, 22.6820939241462085 ], [ 113.80134050830155, 22.6816459202662557 ], [ 113.801251612470182, 22.6811952140577056 ], [ 113.801177452314832, 22.6807422178731102 ] ] } },
1201
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0034905278192698332 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.956175690233735, 22.6864707994631587 ], [ 113.956520680617047, 22.6865164852921417 ], [ 113.95839579034174, 22.6868809202488393 ], [ 113.958716944786815, 22.6869332894248856 ], [ 113.95903898014754, 22.6869384724957008 ], [ 113.9596103403006, 22.6868135554426509 ] ] } },
1202
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.011026765491446105 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.003801942175556, 22.6876558284918346 ], [ 114.003839325265076, 22.6876424567917034 ], [ 114.005039732141753, 22.6872130880178133 ], [ 114.006050734132728, 22.6869412696148203 ], [ 114.007360717679106, 22.6867157991319495 ], [ 114.008611474722585, 22.6865883015932965 ], [ 114.013801429974691, 22.6865843465691981 ], [ 114.014688860764068, 22.6865344768631694 ] ] } },
1203
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0062239896354949805 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.21159537861756, 22.6866208970935652 ], [ 114.211622047788779, 22.6866272211870204 ], [ 114.211911780386302, 22.6866959240814303 ], [ 114.215787814424687, 22.6909022712151938 ], [ 114.215909072385315, 22.6910338572844061 ] ] } },
1204
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0045718788950013366 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.13198227272693, 22.6861909586466375 ], [ 114.132072909742917, 22.6862727654090577 ], [ 114.132784770999763, 22.6869152683419202 ], [ 114.133001697759425, 22.6871803244792396 ], [ 114.13349248766167, 22.6879303580200116 ], [ 114.134613733351742, 22.6897485070343343 ], [ 114.134674578852213, 22.6898471687169483 ] ] } },
1205
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0089107829927524349 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.938872193449228, 22.686972531961711 ], [ 113.938937584013445, 22.686903548997936 ], [ 113.939298954843963, 22.6866804853286332 ], [ 113.939580155272893, 22.6865730147385989 ], [ 113.93990624632039, 22.686498989796025 ], [ 113.940400405497599, 22.6864591644807909 ], [ 113.940945906143199, 22.6864304184359256 ], [ 113.947500829518106, 22.6860994758502663 ], [ 113.947650982378448, 22.6860918917436969 ] ] } },
1206
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0042334892682482925 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.329371832093386, 22.6914542994598776 ], [ 114.331273164621109, 22.6921432167142854 ], [ 114.333216231661552, 22.6928691519125216 ], [ 114.333344521683998, 22.6929170804954765 ] ] } },
1207
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0041924963894638774 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.92296364685609, 22.6868594219384541 ], [ 113.926792604786186, 22.6851517606297577 ] ] } },
1208
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.007223234620409141 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.223950620895536, 22.6917690388457736 ], [ 114.224520842780947, 22.6915124827055443 ], [ 114.225474555316538, 22.6911864889739263 ], [ 114.226482394013487, 22.6909919422569217 ], [ 114.227140167501005, 22.6909578662130862 ], [ 114.228241480028728, 22.6910552052213248 ], [ 114.229553182461601, 22.6912216749608042 ], [ 114.230420813502704, 22.6914883602731798 ], [ 114.230697792078246, 22.6915897358034826 ], [ 114.23095120445717, 22.6916952412989339 ] ] } },
1209
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0069031756211544761 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.807775277255374, 22.6789181150592611 ], [ 113.807784614791046, 22.679088208258289 ], [ 113.807916914423743, 22.6814979511608819 ], [ 113.807880232180864, 22.6818765851633977 ], [ 113.807746016506059, 22.6822817835129591 ], [ 113.807620094912707, 22.6825205649828163 ], [ 113.807297562337439, 22.6829992408501617 ], [ 113.806553267114339, 22.6841348741922459 ], [ 113.805827947470434, 22.6852224404433898 ] ] } },
1210
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.010375580305465868 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.921571479255007, 22.6768658905316194 ], [ 113.921713384774264, 22.6780363621613965 ], [ 113.921787852884677, 22.6793542469138316 ], [ 113.921930468418708, 22.6825310835267331 ], [ 113.922089295608529, 22.6856695155246655 ], [ 113.922129448582382, 22.6868486722422098 ], [ 113.922136364454843, 22.6870517575475255 ], [ 113.922142184632023, 22.6872226816655029 ] ] } },
1211
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.00353818211788856 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.843488638999588, 22.6860205720816168 ], [ 113.846652571305995, 22.6845311385523765 ], [ 113.846689847413501, 22.6845135892051744 ] ] } },
1212
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0037249464409027317 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.33688017248123, 22.6904425377483747 ], [ 114.33698405266631, 22.6906559053206642 ], [ 114.338293850978701, 22.6933461355851414 ], [ 114.338571700021234, 22.6937144779518931 ], [ 114.338592239928261, 22.6937417081963559 ] ] } },
1213
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0033103672517702568 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.000785169067356, 22.6890169192003484 ], [ 114.003345365174766, 22.6878341590688564 ], [ 114.003749654800529, 22.6876762502581109 ], [ 114.003801942175556, 22.6876558284918346 ] ] } },
1214
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0048742589956672728 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.313795652390709, 22.6938712724832392 ], [ 114.313894870443846, 22.6938076539707225 ], [ 114.316295480554842, 22.6923202360108469 ], [ 114.316934499502125, 22.6918898443506265 ], [ 114.317853119372671, 22.6912766679656102 ], [ 114.317900878405467, 22.6912447876307262 ] ] } },
1215
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0044000965932898773 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.792317112763186, 22.6860888520691617 ], [ 113.792467733261091, 22.6860909742116803 ], [ 113.796424641967562, 22.6861466648333803 ], [ 113.796529158751142, 22.6861481345671443 ], [ 113.796716773646054, 22.6861507725478013 ] ] } },
1216
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0037114890821002976 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.788019311611308, 22.6823187067914844 ], [ 113.788016260576171, 22.682466461188433 ], [ 113.787945994135612, 22.6858698388118363 ], [ 113.787942699757252, 22.6860294050856552 ] ] } },
1217
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0043749109215585917 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.787942699757252, 22.6860294050856552 ], [ 113.78810701238271, 22.6860308152181709 ], [ 113.790701472177489, 22.6860530531635831 ], [ 113.79216577995274, 22.6860854992121865 ], [ 113.792317112763186, 22.6860888520691617 ] ] } },
1218
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0032881007536497892 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.382717321187357, 22.6951376587383429 ], [ 114.385991247525681, 22.6948326785793419 ] ] } },
1219
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0032561518169548433 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.151898686034329, 22.6920295257529716 ], [ 114.151989853060471, 22.6919776683150722 ], [ 114.154728969432952, 22.6904195504306614 ] ] } },
1220
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0039732558126817311 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.376907137408651, 22.6939961030151593 ], [ 114.379118321669623, 22.6949898710806224 ], [ 114.379652221857015, 22.6951299531041251 ], [ 114.380412791685046, 22.695273878640009 ], [ 114.38063414034923, 22.6953008227327686 ] ] } },
1221
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0037749395478741893 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.779557921755369, 22.6825331267598749 ], [ 113.779570081418683, 22.6826247130028378 ], [ 113.779614254762521, 22.6829574058915142 ], [ 113.779828100016701, 22.6857234582288854 ], [ 113.779858434115468, 22.6860357062247431 ], [ 113.779883469604314, 22.6862934057187111 ] ] } },
1222
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0080703023735741158 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.779883469604314, 22.6862934057187111 ], [ 113.780194430086013, 22.6862726827983181 ], [ 113.782014053782419, 22.6861514084458875 ], [ 113.783876166891545, 22.6860068816282592 ], [ 113.784660082449932, 22.6859825881092512 ], [ 113.785761650762836, 22.6859911222148369 ], [ 113.787807101777545, 22.686027026154072 ], [ 113.787942699757252, 22.6860294050856552 ] ] } },
1223
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.00314062765908469 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.292985934592636, 22.691178029044849 ], [ 114.292982864689705, 22.6913460437615875 ], [ 114.29292919468314, 22.6942835424993099 ], [ 114.292928563073204, 22.6943181326421453 ] ] } },
1224
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0031409293176113623 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.289341033448096, 22.6911266985754629 ], [ 114.289339052342299, 22.6912468349076981 ], [ 114.289289898318827, 22.6942276195830495 ], [ 114.289289244842223, 22.6942672009108364 ] ] } },
1225
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0036396746046439056 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.289289244842223, 22.6942672009108364 ], [ 114.292709773651467, 22.6943150729215404 ], [ 114.292928563073204, 22.6943181326421453 ] ] } },
1226
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0031457986777598109 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.285693287802602, 22.6910752441957726 ], [ 114.285690891023108, 22.6912297922409181 ], [ 114.28564514761257, 22.6941790646608119 ], [ 114.285644502008651, 22.6942206645599356 ] ] } },
1227
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0039005600199918263 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.292928563073204, 22.6943181326421453 ], [ 114.293138647851791, 22.6943214495104186 ], [ 114.296828637932251, 22.6943796514458427 ] ] } },
1228
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0031416145233510674 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.296876524508122, 22.6912384019031954 ], [ 114.296829267640121, 22.694338343066697 ], [ 114.296828637932251, 22.6943796514458427 ] ] } },
1229
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0043639846070528433 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.296828637932251, 22.6943796514458427 ], [ 114.300960244934402, 22.6944311208107656 ], [ 114.301192283987831, 22.6944340090774546 ] ] } },
1230
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0036450676259641582 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.285644502008651, 22.6942206645599356 ], [ 114.286721805447584, 22.6942409062930253 ], [ 114.289289244842223, 22.6942672009108364 ] ] } },
1231
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0035164359131669952 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.301192283987831, 22.6944340090774546 ], [ 114.301437578227777, 22.6944374015833823 ], [ 114.304511950348356, 22.6944798875870539 ], [ 114.304560186164053, 22.6944858245277423 ], [ 114.304706931595419, 22.6945038858091515 ] ] } },
1232
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0031726711548345798 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.304761918102486, 22.691331691183855 ], [ 114.304706931595419, 22.6945038858091515 ] ] } },
1233
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.003230407332737789 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.282058648627412, 22.6910272614398565 ], [ 114.282005496101078, 22.6939502304136518 ], [ 114.281966958029471, 22.6941596866221715 ], [ 114.281949951381506, 22.6942521181952728 ] ] } },
1234
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0037041592414899173 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.281949951381506, 22.6942521181952728 ], [ 114.282194347596601, 22.6941906833645923 ], [ 114.282249685986514, 22.6941767727533232 ], [ 114.285644502008651, 22.6942206645599356 ] ] } },
1235
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0061702374598947918 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.951077390627503, 22.6893248327837824 ], [ 113.951424202135286, 22.6893442256720697 ], [ 113.951715089730087, 22.6893451546656806 ], [ 113.952076609091336, 22.6893008149471136 ], [ 113.952341386310792, 22.6892347105016547 ], [ 113.952679092967387, 22.6891042563018175 ], [ 113.952883333672645, 22.6889716292635342 ], [ 113.952981741253311, 22.688907725898634 ], [ 113.953174735567771, 22.6887564422510692 ], [ 113.953505758633511, 22.6884272563783149 ], [ 113.954873084005186, 22.6869163702446244 ], [ 113.955142421880765, 22.6867074966485198 ], [ 113.955462578655542, 22.6865410450490437 ], [ 113.955756867465936, 22.686474774656368 ], [ 113.956175690233735, 22.6864707994631587 ] ] } },
1236
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0030791085844212298 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.99793834689109, 22.6901809326969897 ], [ 113.998391310472883, 22.6900323269644062 ], [ 113.999214404544688, 22.6897341196201836 ], [ 114.000046415228994, 22.6893682228621927 ], [ 114.000785169067356, 22.6890169192003484 ] ] } },
1237
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0030284170214197451 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.403773266124858, 22.6961511774167271 ], [ 114.406801183896462, 22.696206164906485 ] ] } },
1238
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0038395754982310289 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.776358843711705, 22.6865923781460488 ], [ 113.776082174011947, 22.6827627836657086 ] ] } },
1239
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0035372831658294192 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.776358843711705, 22.6865923781460488 ], [ 113.776470710591624, 22.6865828895069868 ], [ 113.77956826870907, 22.6863201451096934 ], [ 113.779883469604314, 22.6862934057187111 ] ] } },
1240
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0062071776139881506 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.208486067534693, 22.6891595372145929 ], [ 114.212552256270271, 22.6933427057972708 ], [ 114.212812535485128, 22.6936104617258039 ] ] } },
1241
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0040283285891480596 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.215909072385315, 22.6910338572844061 ], [ 114.215773026231489, 22.6911470637154622 ], [ 114.213107499796891, 22.6933650313973843 ], [ 114.212812535485128, 22.6936104617258039 ] ] } },
1242
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0036067237019708634 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.406801183896462, 22.696206164906485 ], [ 114.40775586408779, 22.6962332815414207 ], [ 114.41039953661307, 22.6964389226603309 ] ] } },
1243
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.010104696661550082 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.413874847711469, 22.6961026249039222 ], [ 114.41402740611295, 22.6960810729865372 ], [ 114.41743855518628, 22.6956261411846114 ], [ 114.417670329674152, 22.6956272585295658 ], [ 114.418140696894696, 22.6957006028702644 ], [ 114.41860527008069, 22.6958777747651403 ], [ 114.419778235120049, 22.6964500878019386 ], [ 114.420048933478839, 22.696535212376741 ], [ 114.42375112206625, 22.6968473829489739 ] ] } },
1244
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.018068038895176743 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.969116605643535, 22.6867486666819325 ], [ 113.970604188758159, 22.6869681869524626 ], [ 113.972000313327271, 22.6870757297693615 ], [ 113.975792427862316, 22.6871705518001043 ], [ 113.977398674348066, 22.6873740798159957 ], [ 113.979500814836953, 22.687947950077703 ], [ 113.982854073390001, 22.6892614652025486 ], [ 113.983554134376561, 22.6895502248012662 ], [ 113.984402688687865, 22.6898671993935608 ], [ 113.985691797207366, 22.6903184387812971 ], [ 113.986609897716875, 22.6905310010706849 ] ] } },
1245
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0056893842220947233 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.986609897716875, 22.6905310010706849 ], [ 113.9866568181791, 22.6904256341452495 ], [ 113.988924204448253, 22.6853335904481312 ] ] } },
1246
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0030272913921432247 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.249724320883644, 22.692277545898591 ], [ 114.250466918839635, 22.6929406434213803 ], [ 114.251718612745066, 22.6945410101683045 ] ] } },
1247
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0033803281426390925 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.336737273353862, 22.6951484985254375 ], [ 114.337330595361138, 22.6950354049626242 ], [ 114.337768490174426, 22.6950045797073692 ], [ 114.338195819342715, 22.695045110430339 ], [ 114.338753781697349, 22.6952008881160587 ], [ 114.339069392445268, 22.6953551091399817 ], [ 114.339832421043909, 22.6959661236972003 ] ] } },
1248
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0041123657378068943 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.424022243732537, 22.6968705365714669 ], [ 114.424829455491562, 22.6969391992539471 ], [ 114.425076414855553, 22.6969602039752054 ], [ 114.425324122742381, 22.6969812732614464 ], [ 114.426085555299593, 22.6970460347885705 ], [ 114.426476280475342, 22.6970792661677301 ], [ 114.427969498838877, 22.697206253242971 ], [ 114.428119816184164, 22.6972190361614743 ] ] } },
1249
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0030730495799181118 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.931262118512308, 22.6870545607906564 ], [ 113.931288728939492, 22.6871385615117376 ], [ 113.931490801884991, 22.6879599311021707 ], [ 113.931996009738683, 22.690038488194169 ] ] } },
1250
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0037713488314247727 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.229328319128811, 22.6946561241053217 ], [ 114.229624913643477, 22.6943795741289129 ], [ 114.230085385441683, 22.693994740545687 ], [ 114.230508391266653, 22.6936876605354172 ], [ 114.231184344721939, 22.6933916730393399 ], [ 114.23166919174561, 22.6932308790034796 ], [ 114.231904545173805, 22.6930925928533824 ], [ 114.232225465291322, 22.6927202177289935 ], [ 114.232375429511379, 22.6925462074744182 ] ] } },
1251
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.004385521853457695 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.272757159051878, 22.6952796781064379 ], [ 114.272817277022895, 22.6910431669028405 ], [ 114.272819384775971, 22.6908945977324414 ] ] } },
1252
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0038807193335980575 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.936756377018796, 22.6902041258633567 ], [ 113.937119329879422, 22.6897953871315821 ], [ 113.937350250573076, 22.6894608745125304 ], [ 113.938364232368215, 22.6876288546592875 ], [ 113.938599470598916, 22.687260243043049 ], [ 113.938872193449228, 22.686972531961711 ] ] } },
1253
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0088098637912933115 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.052157584160597, 22.6920632161170701 ], [ 114.053163622212509, 22.6919126756923362 ], [ 114.056096942591964, 22.6914924428893343 ], [ 114.056878478641678, 22.6913805396138493 ], [ 114.057463687982462, 22.6913288717664656 ], [ 114.058123352109831, 22.6912957037481533 ], [ 114.058818938855921, 22.6912741664598414 ], [ 114.059100776737168, 22.6912674484592998 ], [ 114.059647357033342, 22.6912845763136808 ], [ 114.060911537877871, 22.6913716953130127 ] ] } },
1254
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.011477771749526796 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.986609897716875, 22.6905310010706849 ], [ 113.987099263199482, 22.6906442991518098 ], [ 113.988717824871955, 22.6909637157317263 ], [ 113.990594604848027, 22.6911267902584157 ], [ 113.991497796520093, 22.6911457386720379 ], [ 113.99279638970286, 22.6911197986025144 ], [ 113.994485100876886, 22.6909512327657268 ], [ 113.995691445822175, 22.6907612497961324 ], [ 113.996313300048456, 22.6906257721806881 ], [ 113.99793834689109, 22.6901809326969897 ] ] } },
1255
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0080366130751163452 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.304761918102486, 22.691331691183855 ], [ 114.308609102367797, 22.6925325539836749 ], [ 114.31057089446179, 22.6960257378604737 ] ] } },
1256
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0038782585499394259 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.31057089446179, 22.6960257378604737 ], [ 114.313695705112025, 22.6939359257135926 ], [ 114.313795652390709, 22.6938712724832392 ] ] } },
1257
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0049923203749602909 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.063095379599702, 22.6917089224332962 ], [ 114.066267832336209, 22.6922486034700484 ], [ 114.067954936359698, 22.6925445755463748 ], [ 114.068015434932548, 22.6925551883826202 ] ] } },
1258
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0092493520022846852 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.049782390067307, 22.692418604167834 ], [ 114.049159806712723, 22.6887630363353843 ], [ 114.04904241316855, 22.6879407115434901 ], [ 114.04889692530702, 22.6868021746461181 ], [ 114.048768604314759, 22.6856387839599094 ], [ 114.048659632417525, 22.6844621155753998 ], [ 114.048569494616743, 22.6832549358881543 ] ] } },
1259
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0054925167248478729 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.922142184632023, 22.6872226816655029 ], [ 113.921974676565668, 22.6872971227081024 ], [ 113.921718632342504, 22.6874109086925699 ], [ 113.921188013162592, 22.6876467153721535 ], [ 113.920263637014642, 22.688124779912151 ], [ 113.919824120402552, 22.688391578621836 ], [ 113.919244794165806, 22.688816503443789 ], [ 113.918872308648361, 22.6891120627844955 ], [ 113.918400036610763, 22.6895266494749421 ], [ 113.917939318661723, 22.6899917619103597 ], [ 113.917685499683571, 22.6903219558779696 ] ] } },
1260
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0054561241480102808 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.219640000561739, 22.6950905360949911 ], [ 114.219840406751459, 22.6949226825359283 ], [ 114.222644081637085, 22.6925743434413079 ], [ 114.223127223314947, 22.6922257829277747 ], [ 114.223518757356189, 22.6919993216853584 ], [ 114.223747783498396, 22.6918771977336569 ], [ 114.223950620895536, 22.6917690388457736 ] ] } },
1261
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0043719398232176616 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.148116217575904, 22.6942219650745187 ], [ 114.148195665328458, 22.6941759155942577 ], [ 114.151808029648009, 22.6920820753118697 ], [ 114.151898686034329, 22.6920295257529716 ] ] } },
1262
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0030361206927297067 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.068015434932548, 22.6925551883826202 ], [ 114.068216537146469, 22.6925918932648365 ], [ 114.069719258679186, 22.6928661620276628 ], [ 114.070995456279931, 22.6931347300796915 ] ] } },
1263
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.014787313544207101 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.252743676769995, 22.6958515827713825 ], [ 114.253331888256071, 22.6953030707795484 ], [ 114.254467275119168, 22.694342760236708 ], [ 114.255090306336029, 22.6939177889976129 ], [ 114.256333057330323, 22.6932674979863194 ], [ 114.257360572070112, 22.6929025034121175 ], [ 114.258226584847733, 22.6926482652773522 ], [ 114.266311630044498, 22.6912033389785002 ], [ 114.266442650413794, 22.6911799197325195 ] ] } },
1264
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0031488983419956759 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.333790484094678, 22.6970873646348608 ], [ 114.336419357471215, 22.6953539906018378 ] ] } },
1265
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0030555626681115691 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.804518005277444, 22.6873471742877015 ], [ 113.804641197106392, 22.687395337395273 ], [ 113.80478603368762, 22.6874519618463211 ], [ 113.805446604446658, 22.6877102146519327 ], [ 113.80587833474199, 22.687901671513611 ], [ 113.806254163279689, 22.6881017678985017 ], [ 113.806473943835428, 22.6883390229053106 ], [ 113.806724851517316, 22.6891375889498477 ] ] } },
1266
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0033482182884805238 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.044408800592137, 22.6898538996522596 ], [ 114.044440579796458, 22.6907858647134617 ], [ 114.044556846458377, 22.6929057492965498 ], [ 114.044572873405372, 22.6931979511042208 ] ] } },
1267
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0052674894872985116 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.044572873405372, 22.6931979511042208 ], [ 114.044910224995405, 22.6931474890046907 ], [ 114.049782390067307, 22.692418604167834 ] ] } },
1268
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0049865038513996788 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.223950620895536, 22.6917690388457736 ], [ 114.223983760857919, 22.6918610852905829 ], [ 114.224334624886666, 22.6925236698896349 ], [ 114.224614860012451, 22.6929704548146738 ], [ 114.225437425015215, 22.6941557175473498 ], [ 114.226649732096519, 22.6958781641418916 ], [ 114.226685703601973, 22.6959292708303764 ] ] } },
1269
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.014310740657244067 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.837039854239336, 22.6898598183153268 ], [ 113.833043482837738, 22.6827675638428232 ], [ 113.832484205757169, 22.6817242105933623 ], [ 113.832211807490381, 22.681195393941735 ], [ 113.831938621901429, 22.6806650416468827 ], [ 113.831531953610522, 22.6798259338134116 ], [ 113.830933597905968, 22.6784107938623585 ], [ 113.830433643149561, 22.677182752972211 ] ] } },
1270
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.003328079733565411 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.837039854239336, 22.6898598183153268 ], [ 113.837667773390251, 22.6894620681830261 ], [ 113.839721577993373, 22.6880956024202796 ], [ 113.839819766537573, 22.6880302731492449 ] ] } },
1271
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0031271975576594147 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.38063414034923, 22.6953008227327686 ], [ 114.380633489759518, 22.6953579075476455 ], [ 114.380613212066891, 22.697137897230796 ], [ 114.380592977697475, 22.6984277423819485 ] ] } },
1272
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0045081868942646892 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.040114281805671, 22.6938648169231669 ], [ 114.044331971960602, 22.6932339858306413 ], [ 114.044572873405372, 22.6931979511042208 ] ] } },
1273
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0034931488424892899 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.301206870643156, 22.6975942584189099 ], [ 114.301284007943792, 22.6976055304065305 ], [ 114.301314567474293, 22.6976099962375208 ], [ 114.301423349134566, 22.6976167505584314 ], [ 114.302897167744106, 22.6976289597030458 ], [ 114.303280349695356, 22.6976637908562964 ], [ 114.303631205584509, 22.6977214003879375 ], [ 114.303976466890674, 22.6978030766527965 ], [ 114.30431421875619, 22.697908367647468 ], [ 114.304642594160867, 22.6980366910998512 ] ] } },
1274
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0035333910804609707 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.304706931595419, 22.6945038858091515 ], [ 114.304643701189804, 22.6979759003848969 ], [ 114.304642594160867, 22.6980366910998512 ] ] } },
1275
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0040661369215132933 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.917427394334666, 22.6927249870495693 ], [ 113.918126546590969, 22.6923326278082946 ], [ 113.91875023885946, 22.6919530929176325 ], [ 113.919293655494684, 22.6915586987413676 ], [ 113.919715100317219, 22.6912682055205437 ], [ 113.920154364650031, 22.6909436172850647 ], [ 113.920467786158738, 22.6907435213500968 ], [ 113.920846862007934, 22.6905343046143422 ] ] } },
1276
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0054075587789347767 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.212812535485128, 22.6936104617258039 ], [ 114.213079726629076, 22.6938840359807195 ], [ 114.216374186874361, 22.6972570846967123 ], [ 114.216590924601846, 22.6974789843933245 ] ] } },
1277
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0038731833785006918 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.216590924601846, 22.6974789843933245 ], [ 114.216843941798004, 22.6972807926837952 ], [ 114.21940847424689, 22.6952719043571491 ], [ 114.219640000561739, 22.6950905360949911 ] ] } },
1278
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0043251337431039838 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.792381983441828, 22.6906914768204686 ], [ 113.79415976747859, 22.6904877427643896 ], [ 113.794407985214633, 22.6904674092473755 ], [ 113.794720309344953, 22.6904657896458133 ], [ 113.795063652907558, 22.6904948361542793 ], [ 113.795261644567915, 22.6905265744940436 ], [ 113.795553934993507, 22.6905943302617317 ], [ 113.795755204812579, 22.6906562599711634 ], [ 113.796257576327065, 22.6908271208851353 ], [ 113.796624904654365, 22.6909520505266116 ] ] } },
1279
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.003918869622232455 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.928000235761402, 22.693281607166977 ], [ 113.928653289478461, 22.6931929872441778 ], [ 113.928976885353762, 22.693177247733324 ], [ 113.929167516686192, 22.6931833486763743 ], [ 113.930112622535418, 22.6932977358169872 ], [ 113.930589986064462, 22.6933298274046926 ], [ 113.931072704855339, 22.6932802601909529 ], [ 113.93140990884288, 22.6931981005570904 ], [ 113.931716351606283, 22.693090470602332 ], [ 113.931857099564951, 22.6930196548634271 ] ] } },
1280
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0053792549194969404 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.306149339630707, 22.6990677683388888 ], [ 114.306317136448527, 22.6989179753436545 ], [ 114.306721375518663, 22.6985571073408607 ], [ 114.307415442651831, 22.6979972129615426 ], [ 114.31057089446179, 22.6960257378604737 ] ] } },
1281
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0044309002878822629 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.92468792873656, 22.6938808358821973 ], [ 113.924617602536358, 22.6938037738544658 ], [ 113.92450777080343, 22.6936834225843036 ], [ 113.923859433741598, 22.692087759830553 ], [ 113.923298576241649, 22.6909022210234355 ], [ 113.922917235521794, 22.6898871610230799 ], [ 113.922901250706914, 22.6898446136307896 ] ] } },
1282
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.013658554123915482 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.139013461521813, 22.6972430262448164 ], [ 114.139461434599767, 22.6969505761983683 ], [ 114.141037425032692, 22.6959664566627737 ], [ 114.143130583107592, 22.6947719199181321 ], [ 114.146967095774002, 22.6925169098774866 ], [ 114.150775673659368, 22.6903028646631952 ] ] } },
1283
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0052011863882020035 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.779883469604314, 22.6862934057187111 ], [ 113.779905808939859, 22.6866167162735977 ], [ 113.779918167011559, 22.6867955670521191 ], [ 113.780317405159536, 22.6913312828284646 ], [ 113.780330082506993, 22.6914753011502128 ] ] } },
1284
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0063388660626238326 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.780330082506993, 22.6914753011502128 ], [ 113.780522516156026, 22.6914582923318306 ], [ 113.781887071588187, 22.6913376748003479 ], [ 113.784316024567048, 22.6911616268500396 ], [ 113.786656278734384, 22.6911942638196038 ] ] } },
1285
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0092348981493060849 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.07239655834023, 22.6934830440556539 ], [ 114.073695058587191, 22.6938643759695822 ], [ 114.074549289466106, 22.6941375446769555 ], [ 114.081152476095866, 22.6964144291093533 ] ] } },
1286
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0051534623672794084 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.776774855348449, 22.6917289665851705 ], [ 113.776440780685135, 22.6877264868136024 ], [ 113.776358843711705, 22.6865923781460488 ] ] } },
1287
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0035645687103506066 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.776774855348449, 22.6917289665851705 ], [ 113.776894307365993, 22.6917179943271918 ], [ 113.777808113217532, 22.6916340594887913 ], [ 113.780121912677188, 22.6914884073568537 ], [ 113.780330082506993, 22.6914753011502128 ] ] } },
1288
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0047318175407120733 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.806792935949346, 22.6922574582102001 ], [ 113.806773547611868, 22.6922264229916983 ], [ 113.804376111537962, 22.6883884747272404 ], [ 113.80428604264965, 22.6882442820089807 ] ] } },
1289
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0078723230617595806 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.228687848665544, 22.6990976782922154 ], [ 114.228861674566602, 22.6989937247025608 ], [ 114.235217539446253, 22.6951924866492796 ], [ 114.235444061466126, 22.6950570027324403 ] ] } },
1290
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.013501895977478133 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.232877250480897, 22.6899448356033346 ], [ 114.236255712680418, 22.6926840099117122 ], [ 114.237804780643629, 22.6939605154523143 ], [ 114.238878387334537, 22.694897129059779 ], [ 114.239431068730497, 22.6954457250519965 ], [ 114.240331137583794, 22.6964471588261247 ], [ 114.240822889517858, 22.6970686611619961 ], [ 114.241627696113923, 22.6982383030377655 ], [ 114.242245531281796, 22.6993289179245075 ], [ 114.242309395274148, 22.699441651491906 ] ] } },
1291
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.011231103656557322 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.242309395274148, 22.699441651491906 ], [ 114.247924294950963, 22.6983980079968113 ], [ 114.248954596220585, 22.698131673762763 ], [ 114.24963779384079, 22.6978886465867582 ], [ 114.250280420092508, 22.6975891060345987 ], [ 114.251036045497656, 22.6971625502844958 ], [ 114.251667148908467, 22.6967213553084086 ], [ 114.252743676769995, 22.6958515827713825 ] ] } },
1292
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0036650908683395103 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.313152562292871, 22.7007072009256277 ], [ 114.31347943731113, 22.7005394790255401 ], [ 114.316326885541216, 22.6990783892847006 ], [ 114.316413425750241, 22.6990339822951626 ] ] } },
1293
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0077507052493470101 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.236331648197066, 22.695800244649611 ], [ 114.236713362100787, 22.6961361991124093 ], [ 114.237327010962048, 22.69677124403254 ], [ 114.239691588357587, 22.6995190080119329 ], [ 114.239847697323327, 22.6996746856777811 ], [ 114.240059180792159, 22.6997580585022085 ], [ 114.240314618793761, 22.6998018902506296 ], [ 114.242309395274148, 22.699441651491906 ] ] } },
1294
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.003721637413683854 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.271689819905077, 22.7003349277136834 ], [ 114.271924893168858, 22.6999144611815957 ], [ 114.27198268553164, 22.6998791660285484 ], [ 114.273107753873902, 22.699515059702744 ], [ 114.274248799852884, 22.6991636927740714 ], [ 114.274635910873428, 22.6990402053818379 ], [ 114.274837236774729, 22.6989670671780068 ], [ 114.275005287084682, 22.6989174087432914 ] ] } },
1295
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0033876495978764874 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.991797138431167, 22.6961409418268296 ], [ 113.991942551184422, 22.6959717787211375 ], [ 113.992027824682694, 22.6958507564439635 ], [ 113.992373416918113, 22.6949905510530314 ], [ 113.992711536351337, 22.6942176410285263 ], [ 113.992993477413904, 22.6936907997302484 ], [ 113.9932553099339, 22.693269538257308 ], [ 113.993367841479085, 22.6931668727278542 ] ] } },
1296
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0032846030487392441 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.107802555986297, 22.698017963498085 ], [ 114.108989012552868, 22.6977102124580412 ], [ 114.110068618771805, 22.6974416148359843 ], [ 114.11055007930527, 22.6973908595202829 ], [ 114.111012084561224, 22.6973762126990124 ] ] } },
1297
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.003603636355193709 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.081152476095866, 22.6964144291093533 ], [ 114.0831870175125, 22.6971168709238391 ], [ 114.083511910746481, 22.6972379478823463 ], [ 114.08381569000997, 22.6973679608452414 ], [ 114.084020910331674, 22.6974655647866435 ], [ 114.084272188816783, 22.697596515440484 ], [ 114.08450076356992, 22.697727594214534 ] ] } },
1298
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0034489115476490522 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.118094897168348, 22.6968993156987509 ], [ 114.120594288782058, 22.6982767625591464 ], [ 114.120822955044773, 22.6984129262675722 ], [ 114.120887425918454, 22.6984576360061965 ], [ 114.1210932648127, 22.6986003840192048 ] ] } },
1299
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0073505048864226027 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.428119816184164, 22.6972190361614743 ], [ 114.4280661585247, 22.6972755993876412 ], [ 114.427986484592708, 22.6973595892781219 ], [ 114.427219088923493, 22.6995477792347629 ], [ 114.427149774471502, 22.6997985638866311 ], [ 114.427101120155328, 22.7000418051221118 ], [ 114.427090436214542, 22.7002390868921786 ], [ 114.427107682304026, 22.7004359695217701 ], [ 114.427180198325999, 22.7007023755815922 ], [ 114.42727259877789, 22.7009547203475748 ], [ 114.427545786460655, 22.7015720213818817 ], [ 114.427719170641709, 22.7020709374875551 ], [ 114.427839787911068, 22.7022764380223947 ], [ 114.427963897151045, 22.7024245365059798 ], [ 114.428088511726102, 22.7025395823359801 ], [ 114.42830210238634, 22.7026615627582125 ], [ 114.428532440409143, 22.7027722325597416 ], [ 114.429573684071613, 22.7030728813845712 ] ] } },
1300
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0046487304576953983 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.103167596119022, 22.6985966313590417 ], [ 114.103378867473637, 22.698408369557729 ], [ 114.103804708313064, 22.6981393565212954 ], [ 114.104598716947024, 22.6977354903423318 ], [ 114.104962054006052, 22.6975806961067264 ], [ 114.105353924547188, 22.6974408636160341 ], [ 114.105833964812618, 22.6972621285217961 ], [ 114.106133225155901, 22.697142827321052 ], [ 114.106517521016485, 22.6969309632245562 ], [ 114.106923253939797, 22.6967012485861019 ], [ 114.107237443942154, 22.696566385837027 ], [ 114.107309892663906, 22.6965352874508532 ] ] } },
1301
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.022643981433246193 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.887214430878629, 22.673611747351714 ], [ 113.887425128098428, 22.6738673668985911 ], [ 113.887844079668213, 22.6743756384787396 ], [ 113.888224870388044, 22.67512217460785 ], [ 113.888391610771137, 22.6757005101337867 ], [ 113.888469575290955, 22.676172936614801 ], [ 113.888468416130536, 22.6765620337952498 ], [ 113.888435848460077, 22.6769469187523072 ], [ 113.886336471222236, 22.68588286508529 ], [ 113.886158941083295, 22.6867717909779145 ], [ 113.886076323015828, 22.6875798691279442 ], [ 113.886095561669961, 22.6883247737798399 ], [ 113.886197100040576, 22.6891514661117526 ], [ 113.886316444119672, 22.6896334012431922 ], [ 113.886607286021615, 22.6905021407120877 ], [ 113.886844411348946, 22.69102531712754 ], [ 113.887640605873926, 22.692688953651956 ], [ 113.887972711901355, 22.6934408832984111 ], [ 113.888120360180977, 22.6938988090424161 ], [ 113.88819800291364, 22.6943247924039539 ], [ 113.888232461683387, 22.694616016152807 ], [ 113.888242946553589, 22.6949639132175278 ], [ 113.88822606282416, 22.6952384152656101 ] ] } },
1302
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0043716280935133757 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.103250599816391, 22.6991910437133377 ], [ 114.106784189973112, 22.6982769973415053 ], [ 114.107485616374433, 22.6981070022064699 ] ] } },
1303
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.003667941328689848 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.044548727176888, 22.6948529171801283 ], [ 114.044395121105751, 22.6985176407393645 ] ] } },
1304
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0051052035477973457 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.040114281805671, 22.6938648169231669 ], [ 114.040109435832406, 22.6940074352820886 ], [ 114.040089383787759, 22.6945976120830935 ], [ 114.040089103271129, 22.6957917385013985 ], [ 114.040092988867173, 22.6959699294770942 ], [ 114.040112046235976, 22.6960955771770934 ], [ 114.040180862658659, 22.6962220001235835 ], [ 114.040533006964012, 22.6968014602934041 ], [ 114.041259942411159, 22.697888160519927 ], [ 114.0416918365881, 22.698492874338168 ] ] } },
1305
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0052085849037388663 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.134810509851576, 22.7002988535193673 ], [ 114.135482674152087, 22.6996839564218469 ], [ 114.136112662738995, 22.6991558884777724 ], [ 114.136659539966487, 22.6987656374675772 ], [ 114.138101592650273, 22.6978100949614685 ], [ 114.139013461521813, 22.6972430262448164 ] ] } },
1306
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0032674318591464518 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.228687848665544, 22.6990976782922154 ], [ 114.228781590022919, 22.6992521654227062 ], [ 114.230382886221349, 22.7018910559320091 ] ] } },
1307
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0040894181610053289 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.810141050389547, 22.6934399371779243 ], [ 113.812079707475007, 22.6944690108077616 ], [ 113.813673473745254, 22.6953149805751266 ], [ 113.813753139545014, 22.6953572667864201 ] ] } },
1308
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0045892819219715743 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.225061086403969, 22.7019098134342237 ], [ 114.228472585349834, 22.6992645963261346 ], [ 114.228687848665544, 22.6990976782922154 ] ] } },
1309
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0030690000885289651 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.380584925947488, 22.701059304689668 ], [ 114.380579493667852, 22.7018641121218501 ], [ 114.38055499494746, 22.7026518718053723 ], [ 114.380611067282032, 22.7040865400901737 ], [ 114.380612639305767, 22.7041267795535013 ] ] } },
1310
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0099046221337068131 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.366375824987813, 22.7040924795879882 ], [ 114.366559895399504, 22.7035287808728157 ], [ 114.368616054607415, 22.6975291625295874 ], [ 114.368771474188549, 22.6972671031134503 ], [ 114.368940304643246, 22.6970122871419164 ], [ 114.36912215221048, 22.696765303486071 ], [ 114.369316598093846, 22.6965267244210125 ], [ 114.370553324478394, 22.695296202383954 ] ] } },
1311
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0047323449807500761 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.306149339630707, 22.6990677683388888 ], [ 114.306709039309297, 22.6997307580544003 ], [ 114.306795007103872, 22.6998729840047844 ], [ 114.306882837418485, 22.7000581938324721 ], [ 114.306997712246172, 22.7002606534582618 ], [ 114.307113707796759, 22.7005134667696318 ], [ 114.307204292492173, 22.7007730158870551 ], [ 114.307891198461476, 22.7033921267715257 ] ] } },
1312
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0030183304116647523 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.307891198461476, 22.7033921267715257 ], [ 114.307994532761768, 22.7033392382726831 ], [ 114.310472671825323, 22.7020708629202339 ], [ 114.310578045582687, 22.7020169282327124 ] ] } },
1313
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.003747903785251968 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.348185550494989, 22.7016799709650918 ], [ 114.348204649956145, 22.7016983659605742 ], [ 114.349121538672208, 22.7025813506097691 ], [ 114.349806042525472, 22.7031714327987402 ], [ 114.350282857299433, 22.7035417757275404 ], [ 114.351089687745727, 22.7040259878854442 ] ] } },
1314
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0058227847401354487 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.827824859442558, 22.6961401723896188 ], [ 113.827850460545022, 22.6959659463606691 ], [ 113.828087329274197, 22.6943539159512575 ], [ 113.828163792994289, 22.6936860223734094 ], [ 113.828156929338093, 22.6927472146249265 ], [ 113.828092006914659, 22.6922978694908863 ], [ 113.827990072519654, 22.6917948693803488 ], [ 113.827920987858306, 22.6915171349877802 ], [ 113.827671659706738, 22.6907903406388947 ], [ 113.827528489323811, 22.6904335395447987 ] ] } },
1315
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0061703149202554427 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.213621180815338, 22.7025200343145386 ], [ 114.213636903506128, 22.7015594539873113 ], [ 114.213805198842024, 22.7007081634156158 ], [ 114.214036205018033, 22.7001158515893096 ], [ 114.21433426211081, 22.699588840299711 ], [ 114.214751797438439, 22.6990488504512804 ], [ 114.216268746727351, 22.6977539979774576 ], [ 114.216590924601846, 22.6974789843933245 ] ] } },
1316
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0045913340059663956 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.809225519284723, 22.6961514133037667 ], [ 113.806818896472933, 22.6922990161776248 ], [ 113.806792935949346, 22.6922574582102001 ] ] } },
1317
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0082333638916807193 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.935253956674131, 22.6934951007507379 ], [ 113.935522337019009, 22.694876425560885 ], [ 113.935559661301696, 22.6949243540138177 ], [ 113.936071848142333, 22.6954060811097094 ], [ 113.936516064252174, 22.6957807410341132 ], [ 113.936799359427127, 22.6959955532896274 ], [ 113.937573700493914, 22.696662713149383 ], [ 113.93777050029901, 22.6968906603903271 ], [ 113.937937024672976, 22.6970507149451386 ], [ 113.938143236385969, 22.6972410408861407 ], [ 113.938550984821674, 22.6975721603857217 ], [ 113.938853400080035, 22.6978514325395935 ], [ 113.938961550389536, 22.6979295809331383 ], [ 113.939078579820261, 22.6979958025612198 ], [ 113.939202970453238, 22.6980492391882223 ], [ 113.939333106858641, 22.6980891962783424 ], [ 113.939454503627488, 22.6981133148053189 ], [ 113.939800869303966, 22.6981143777964327 ], [ 113.940146904674052, 22.6981284373726844 ], [ 113.940411214930776, 22.6981574079742323 ], [ 113.940586967411946, 22.6981844023399013 ], [ 113.940800942640905, 22.6982300914528352 ], [ 113.940886655897287, 22.698258521349679 ], [ 113.940975774228491, 22.6983170506316974 ], [ 113.941061690371768, 22.6984258507411703 ] ] } },
1318
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0043399801226666496 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.780330082506993, 22.6914753011502128 ], [ 113.780339885919602, 22.6915912926650449 ], [ 113.780682245508359, 22.6956416766834224 ], [ 113.780695616863454, 22.6957998603299842 ] ] } },
1319
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0056394820412523361 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.780695616863454, 22.6957998603299842 ], [ 113.780911065743993, 22.6957839558854388 ], [ 113.784266622789573, 22.6955362147652835 ], [ 113.784853109175259, 22.6955026104137865 ], [ 113.78539543455598, 22.6955021512754307 ], [ 113.786324344956284, 22.6955137678215522 ] ] } },
1320
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0043375815463004433 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.917807466544758, 22.6981066485569762 ], [ 113.920541829387062, 22.6951821914912522 ], [ 113.920789703656283, 22.6949584268171627 ] ] } },
1321
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.003814422938338397 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.206479122806655, 22.6990343227778339 ], [ 114.205714278602855, 22.7012380284496622 ], [ 114.205685874825903, 22.7017970056786922 ], [ 114.205652806216904, 22.7027184764569689 ] ] } },
1322
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0043669407382476069 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.777138109083324, 22.6960807728923797 ], [ 113.776774855348449, 22.6917289665851705 ] ] } },
1323
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0035685814371354133 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.777138109083324, 22.6960807728923797 ], [ 113.777273986879408, 22.6960700444044328 ], [ 113.780510447368371, 22.6958144835704054 ], [ 113.780695616863454, 22.6957998603299842 ] ] } },
1324
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.003152446510410497 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.096787418339488, 22.7013675789003315 ], [ 114.096952540553602, 22.7012825754440932 ], [ 114.097520803026228, 22.7009900347885498 ], [ 114.098099520337954, 22.700729643006202 ], [ 114.098864999304169, 22.7004204536418648 ], [ 114.099684422522543, 22.7001359048376301 ] ] } },
1325
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0035290438340063531 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.315536474709063, 22.7049774834284719 ], [ 114.315749802697738, 22.7048407781061883 ], [ 114.318473803376406, 22.703095130174102 ], [ 114.318507754980601, 22.7030733710552077 ] ] } },
1326
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0033019897474825667 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.220370627852489, 22.7013977439001273 ], [ 114.222503755328674, 22.7035612228420405 ], [ 114.222688938115212, 22.7037490358467196 ] ] } },
1327
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.003001637317630887 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.222688938115212, 22.7037490358467196 ], [ 114.222899332698901, 22.7035859123000279 ], [ 114.225061086403969, 22.7019098134342237 ] ] } },
1328
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0038518046991300927 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.093080804523481, 22.7020154955576068 ], [ 114.093805008511112, 22.7021338222518629 ], [ 114.094353653304594, 22.7021669632693595 ], [ 114.095013955748485, 22.7021221435372418 ], [ 114.095431323117566, 22.7020133108624016 ], [ 114.095865990037169, 22.7018543582888306 ], [ 114.096620109630237, 22.7014556665198839 ], [ 114.09676099538099, 22.7013811815173696 ] ] } },
1329
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0032088551656188147 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.087830520737086, 22.7021131913932805 ], [ 114.088036010000252, 22.7020083181073637 ], [ 114.088203197185976, 22.7019229929669279 ], [ 114.088399999428205, 22.7018225527493627 ], [ 114.089172126198122, 22.701586121191351 ], [ 114.089668654533128, 22.7015247521645378 ], [ 114.090136863473845, 22.7015344550619922 ], [ 114.090919846958045, 22.7016624003270842 ] ] } },
1330
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0037997663577186277 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.989542602615444, 22.7006493344806444 ], [ 113.989552113377172, 22.7006089207930373 ], [ 113.990175167472259, 22.6979611682090372 ], [ 113.990202860706233, 22.6978882709132996 ], [ 113.990622414818873, 22.6971545952582971 ], [ 113.990679518414112, 22.6970547393064521 ] ] } },
1331
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.014300712137242974 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.9596103403006, 22.6868135554426509 ], [ 113.959498343605972, 22.6869885134797791 ], [ 113.959434951837437, 22.6871202797189078 ], [ 113.95937223633922, 22.6872506424750036 ], [ 113.959209804179707, 22.6882313867682974 ], [ 113.958900901666098, 22.6890118567626367 ], [ 113.958754295899197, 22.6895142659310949 ], [ 113.95833872763292, 22.6921917738502401 ], [ 113.958149776822196, 22.693582802541858 ], [ 113.958079274353537, 22.6952423970012731 ], [ 113.958046708901279, 22.6957765655102683 ], [ 113.958033053525369, 22.6967145634983041 ], [ 113.958069377687607, 22.6969485918406484 ], [ 113.958193826948346, 22.697370040460676 ], [ 113.958306467849638, 22.6976075041135488 ], [ 113.958451832774088, 22.6978610419694142 ], [ 113.960097188172497, 22.7002856810364655 ], [ 113.960117392775288, 22.7003154549528361 ] ] } },
1332
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.016406541897550669 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.96022307807344, 22.7004701335609234 ], [ 113.963409591736081, 22.6943698498828788 ], [ 113.963432074153729, 22.6943400177144881 ], [ 113.964379513600349, 22.693082838418853 ], [ 113.96557372983456, 22.69134456479566 ], [ 113.966064677928159, 22.6906679531380782 ], [ 113.966112307756731, 22.6906023104111902 ], [ 113.96616639300882, 22.6905277704334303 ], [ 113.966300191331769, 22.6903433692915648 ], [ 113.969116605643535, 22.6867486666819325 ] ] } },
1333
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0049802500722729752 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.339863375444878, 22.7063582886438624 ], [ 114.339869936841097, 22.7061736080686813 ], [ 114.339906886726496, 22.7061270828577726 ], [ 114.343237795429047, 22.7045534494528489 ], [ 114.344008196611497, 22.7042295787935977 ], [ 114.344207694005533, 22.7041457104525684 ] ] } },
1334
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0032593975647129958 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.108069346780979, 22.7002632583823178 ], [ 114.108076747291889, 22.7002904699795138 ], [ 114.108913024548102, 22.7033654019825413 ], [ 114.108924723318879, 22.7034084139370087 ] ] } },
1335
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0030442295442629163 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.344207694005533, 22.7041457104525684 ], [ 114.344269762403812, 22.7042606235103364 ], [ 114.345654479640757, 22.7068241698686784 ] ] } },
1336
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0067792271396563825 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.92468792873656, 22.6938808358821973 ], [ 113.924742420531658, 22.6940456395052159 ], [ 113.925377916619951, 22.6959676087892106 ], [ 113.925449125468674, 22.6963610470693915 ], [ 113.925479464569662, 22.696835924986317 ], [ 113.925469451488723, 22.6973648818101417 ], [ 113.925329920648608, 22.6985029516747865 ], [ 113.925153980445614, 22.7005253342628919 ] ] } },
1337
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.003902879986520078 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.316351457258577, 22.706459490271282 ], [ 114.319585024375371, 22.7042739661029493 ] ] } },
1338
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.00358401617917196 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.027940213748664, 22.70075721063969 ], [ 114.029627115175245, 22.7014138494184898 ], [ 114.030657790121026, 22.7023208080709828 ], [ 114.030979204366361, 22.7025604463979178 ] ] } },
1339
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0035627243387342483 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.31253678734231, 22.7068996906013467 ], [ 114.315315181643172, 22.7051192917058486 ], [ 114.315536474709063, 22.7049774834284719 ] ] } },
1340
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0040146142393234757 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.915064439136671, 22.701038018224736 ], [ 113.917807466544758, 22.6981066485569762 ] ] } },
1341
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0033674936411713574 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.222688938115212, 22.7037490358467196 ], [ 114.222882029427581, 22.7039251147890191 ], [ 114.225177226043272, 22.7060180525082558 ] ] } },
1342
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.010594017320144649 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.932548729358999, 22.6926651264322388 ], [ 113.932562639165525, 22.6927532636998919 ], [ 113.932663605559881, 22.6933930298083837 ], [ 113.932705848047391, 22.6938126171143786 ], [ 113.932653345426402, 22.694206017528181 ], [ 113.932680692273806, 22.6951262029336078 ], [ 113.932838048419526, 22.6977810752520952 ], [ 113.932910773330846, 22.699307259215221 ], [ 113.932914314017964, 22.699682389902204 ], [ 113.932953285541771, 22.7003280026869412 ], [ 113.933028381411944, 22.7008932320335113 ], [ 113.933055951765979, 22.701011406911018 ], [ 113.933132489357931, 22.7012817341134152 ], [ 113.933235605707196, 22.7015753031430449 ], [ 113.933274020925793, 22.7016404223476798 ], [ 113.93332348963034, 22.701698768661295 ], [ 113.933366065153464, 22.7017363541831827 ], [ 113.933408255730782, 22.701747453902847 ], [ 113.933455370445373, 22.7017477424917935 ], [ 113.93350074369458, 22.7017359628451736 ], [ 113.933697185111825, 22.7016460950900907 ], [ 113.933964038699855, 22.7015465555827234 ], [ 113.934675481549363, 22.7012328496594975 ] ] } },
1343
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0032250276420654721 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.819528086545319, 22.6984403739714935 ], [ 113.819605472387238, 22.6984815194011773 ], [ 113.82223355094844, 22.6998788327719829 ], [ 113.822375644552309, 22.6999543808040016 ] ] } },
1344
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0051209258068358639 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.336681999632248, 22.707178032273017 ], [ 114.339033137589993, 22.7077881074008339 ], [ 114.339902817441626, 22.7079747183376455 ], [ 114.340067114949804, 22.707889624827569 ], [ 114.340197526175771, 22.7074311690942778 ], [ 114.340193707594182, 22.7072161123547396 ], [ 114.340098652004215, 22.7068183953337872 ], [ 114.339863375444878, 22.7063582886438624 ] ] } },
1345
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0034273163832880945 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.309192578469023, 22.7076498669825959 ], [ 114.31253678734231, 22.7068996906013467 ] ] } },
1346
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0031328091053072411 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.789343193840992, 22.6995831323202353 ], [ 113.789480664178086, 22.6995860106654241 ], [ 113.792475317481873, 22.6996486639036057 ] ] } },
1347
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0042455632464150541 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.794997465800421, 22.6996981220634488 ], [ 113.795271325044396, 22.6997017893913196 ], [ 113.798398604413123, 22.6997436344066301 ], [ 113.799242453228231, 22.6997650348860773 ] ] } },
1348
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0030076108330586754 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.799242453228231, 22.6997650348860773 ], [ 113.802068394162333, 22.6998217835851541 ], [ 113.802216379839962, 22.6998247527858865 ], [ 113.802249457859673, 22.6998254175778271 ] ] } },
1349
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0039899647364520828 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.780695616863454, 22.6957998603299842 ], [ 113.780709974026266, 22.6959595186380376 ], [ 113.781040292668337, 22.6996327900578763 ], [ 113.781052972381929, 22.6997737898250236 ] ] } },
1350
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0083002597886645858 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.781052972381929, 22.6997737898250236 ], [ 113.781218974630136, 22.6997621454665186 ], [ 113.784867906649126, 22.6995061552129265 ], [ 113.789203448883129, 22.6995807305574218 ], [ 113.789343193840992, 22.6995831323202353 ] ] } },
1351
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0090498433826097999 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.91591859851448, 22.6935475133464308 ], [ 113.914881882183082, 22.6961809879163496 ], [ 113.914519328101562, 22.697157512454794 ], [ 113.914354103990391, 22.6978046916407337 ], [ 113.914210888879225, 22.6984821722388723 ], [ 113.914124761433598, 22.6991273898051951 ], [ 113.913888949651266, 22.7022852666091559 ] ] } },
1352
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0039993840529532797 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.777471307251233, 22.7000662530120039 ], [ 113.777138109083324, 22.6960807728923797 ] ] } },
1353
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0035935859283276837 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.777471307251233, 22.7000662530120039 ], [ 113.777583386548116, 22.7000571022432034 ], [ 113.780842391622571, 22.6997909866801066 ], [ 113.781052972381929, 22.6997737898250236 ] ] } },
1354
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0043019213333675317 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.205652806216904, 22.7027184764569689 ], [ 114.205649545453326, 22.7028093227122696 ], [ 114.205599393023491, 22.7053375386011922 ], [ 114.205579731228141, 22.7070197269976823 ] ] } },
1355
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0061051761839289549 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.207435168608995, 22.7074091561987998 ], [ 114.213197051316982, 22.7074928138756711 ], [ 114.213539701494653, 22.7074977817249 ] ] } },
1356
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0049784142215228413 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.213539701494653, 22.7074977817249 ], [ 114.213544151536809, 22.7072259396553662 ], [ 114.213621180815338, 22.7025200343145386 ] ] } },
1357
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0056267629338703166 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.827379671314247, 22.7017341481335784 ], [ 113.827338325044948, 22.7009473626156506 ], [ 113.827365388930502, 22.7002731622743852 ], [ 113.827355757437104, 22.6998810553120123 ], [ 113.827437581255069, 22.698816330735319 ], [ 113.827721953394388, 22.6968867219837804 ], [ 113.827801111816157, 22.696312454533782 ], [ 113.827824859442558, 22.6961401723896188 ] ] } },
1358
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0048970744801065487 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.041934699056029, 22.7004098255981219 ], [ 114.04197516071865, 22.7012305191779546 ], [ 114.041977830089181, 22.7018535280739862 ], [ 114.041964251940826, 22.7022298780233669 ], [ 114.041971575679455, 22.7026460630947824 ], [ 114.041964590209886, 22.7030323255668769 ], [ 114.041944705176121, 22.7033002716338963 ], [ 114.041816524704728, 22.7040820945679513 ], [ 114.041705423658641, 22.7046275340101182 ], [ 114.04167516391567, 22.7048554483926779 ], [ 114.041684298113012, 22.704969783811709 ], [ 114.041671453749359, 22.7050516414559169 ], [ 114.041664040189858, 22.7050988903792081 ], [ 114.041542642517513, 22.7052322185595159 ] ] } },
1359
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0068454830510791456 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.213539701494653, 22.7074977817249 ], [ 114.213859068209203, 22.707562658471538 ], [ 114.214804307473528, 22.7077546727555664 ], [ 114.216061097140908, 22.7079737912983184 ], [ 114.216838814825266, 22.7079541396619575 ], [ 114.217606603489983, 22.7077696659750288 ], [ 114.218530671385068, 22.7073964738422944 ], [ 114.219454075135744, 22.706637070016491 ], [ 114.219843410701543, 22.7062930463033616 ] ] } },
1360
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.003759382625412293 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.347367760588739, 22.7098448240937358 ], [ 114.35093653981707, 22.710480964698025 ], [ 114.351068805404253, 22.7105045399399614 ] ] } },
1361
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0037170632710371867 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.203758582360493, 22.7085424950795769 ], [ 114.205059993725698, 22.7076389955562057 ], [ 114.205501400627981, 22.707516105802199 ], [ 114.205923127978679, 22.7073871685617803 ], [ 114.206967304216974, 22.7074023543342136 ], [ 114.207156576565552, 22.7074051063339972 ] ] } },
1362
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0034509293184700617 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.117993198355677, 22.7041641698663703 ], [ 114.11714649790774, 22.7060232382371758 ], [ 114.116719925488113, 22.7069353950458641 ], [ 114.116522117606564, 22.7072843902720827 ] ] } },
1363
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.025155547211344186 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.242309395274148, 22.699441651491906 ], [ 114.242369104517564, 22.6995592764319092 ], [ 114.244736115528298, 22.7042220722555932 ], [ 114.245029253966266, 22.7047411630119846 ], [ 114.245653875532597, 22.7056654751929834 ], [ 114.246301592091484, 22.7063870692809893 ], [ 114.247297091524345, 22.7072918065781799 ], [ 114.248168915161926, 22.7078938006709912 ], [ 114.248805579136402, 22.7082616371849753 ], [ 114.249240584760969, 22.7084914712386627 ], [ 114.249695452667339, 22.7086732645766922 ], [ 114.250708803161672, 22.7090182461384948 ], [ 114.251545094818965, 22.7092299388348025 ], [ 114.252377495408211, 22.7093516676410552 ], [ 114.252865372564287, 22.7093949557038641 ], [ 114.259866185213426, 22.7095481994355417 ], [ 114.262590273647973, 22.7096014262527852 ] ] } },
1364
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0060526386841857228 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.265840350222476, 22.7046552107080082 ], [ 114.264033687262369, 22.7065518216440267 ], [ 114.26348324693268, 22.7072088099771285 ], [ 114.263046105635524, 22.7079763351845045 ], [ 114.262908164671686, 22.708310231173698 ], [ 114.262696168726805, 22.7090253752848987 ], [ 114.262590273647973, 22.7096014262527852 ] ] } },
1365
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0082396285449692786 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.262590273647973, 22.7096014262527852 ], [ 114.270790381024838, 22.7097453423083984 ], [ 114.270828633509197, 22.7097460130985915 ] ] } },
1366
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0068349158446594028 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.270828633509197, 22.7097460130985915 ], [ 114.277662502621098, 22.7098656273326185 ] ] } },
1367
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0030066492030640024 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.351068805404253, 22.7105045399399614 ], [ 114.351218391073417, 22.7105303894899002 ], [ 114.353867732460003, 22.7109881945991212 ], [ 114.35403154672332, 22.7110165001986886 ] ] } },
1368
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0048779964581562385 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.225177226043272, 22.7060180525082558 ], [ 114.226705589501876, 22.7074056918192149 ], [ 114.228525688681572, 22.7090406152953221 ], [ 114.228798786732085, 22.7092859238292846 ] ] } },
1369
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0052640592863470569 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.228798786732085, 22.7092859238292846 ], [ 114.228963028372561, 22.7091468732304662 ], [ 114.23227725776735, 22.7063408710963088 ], [ 114.232818496107157, 22.7058870736532761 ] ] } },
1370
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0064082789035696149 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.030979204366361, 22.7025604463979178 ], [ 114.031566458167404, 22.7029982848830869 ], [ 114.032233654163505, 22.703431753896993 ], [ 114.03421078191738, 22.7043986521149606 ], [ 114.034582554508191, 22.7045906392539756 ], [ 114.03477160061523, 22.7047776205706739 ], [ 114.035688899062066, 22.706439338242614 ], [ 114.035735696200945, 22.7065241122656438 ] ] } },
1371
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0070149544731406156 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.836156544459456, 22.6974428439480072 ], [ 113.837298946871883, 22.6994622047416712 ], [ 113.837986587607745, 22.7006755034592658 ], [ 113.839815751851745, 22.7033526336005416 ], [ 113.839848404885345, 22.7034004220970971 ] ] } },
1372
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0034128097746152193 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.387551861418402, 22.7114003189573488 ], [ 114.388178766425014, 22.7114103691451277 ], [ 114.388520269463385, 22.7114237714721909 ], [ 114.388925982731635, 22.7114530833171564 ], [ 114.389330177161838, 22.711496872894589 ], [ 114.389709776357492, 22.7115514283249311 ], [ 114.390081126118289, 22.7116178085255314 ], [ 114.390505611262569, 22.7117142947750139 ], [ 114.390925411983702, 22.7118270504619595 ] ] } },
1373
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.007738578613568913 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.310019751441956, 22.7109035867070368 ], [ 114.311286560696999, 22.7101167598825739 ], [ 114.316351457258577, 22.706459490271282 ] ] } },
1374
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.012938494938948497 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.844417245302282, 22.7038411702096248 ], [ 113.843358484838063, 22.7013548204994784 ], [ 113.843145522506859, 22.7009010241626576 ], [ 113.842227981941207, 22.6990637278546465 ], [ 113.838451071402218, 22.6923752944017245 ] ] } },
1375
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0042538607253885521 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.812803054984073, 22.7034902211225855 ], [ 113.812717252757054, 22.7029694595229863 ], [ 113.81260283566256, 22.7024534550920407 ], [ 113.81246010436675, 22.7019435603964119 ], [ 113.812289432858009, 22.7014411111728016 ], [ 113.812091268460861, 22.7009474254259018 ], [ 113.811866131957331, 22.7004637971095988 ], [ 113.811614613744567, 22.6999914933534015 ], [ 113.811337372894613, 22.6995317526416969 ] ] } },
1376
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0064906866583752882 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.812803054984073, 22.7034902211225855 ], [ 113.813387115994445, 22.7031686510123123 ], [ 113.814020365078704, 22.7028199942931508 ], [ 113.815620053914444, 22.7020063079164984 ], [ 113.816208452776578, 22.7016915162603112 ], [ 113.8164629395433, 22.7015747311927321 ], [ 113.816916496607845, 22.7014378726613835 ], [ 113.81761199273663, 22.701305232706126 ], [ 113.8183505364632, 22.7011490151014463 ], [ 113.818763730979498, 22.701061614630003 ] ] } },
1377
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0035313841994999359 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.058899442037657, 22.7049684780117111 ], [ 114.059226056051472, 22.7052630733234437 ], [ 114.059582493684559, 22.7057178400923547 ], [ 114.060269613372881, 22.706831287500858 ], [ 114.060934581374255, 22.7078366015703779 ] ] } },
1378
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0075191351999419204 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.380684100779305, 22.7051003594791254 ], [ 114.380690531582431, 22.7051912681602488 ], [ 114.380862736741022, 22.7076252536998133 ], [ 114.381052268312231, 22.7100376325628481 ], [ 114.381126959762582, 22.7112456179216053 ], [ 114.381287449988307, 22.7123803545098646 ], [ 114.381333338415672, 22.7125871183211743 ] ] } },
1379
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.00465257073484362 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.789343193840992, 22.6995831323202353 ], [ 113.789393087513105, 22.6997063124092584 ], [ 113.790552183808089, 22.7025678665820401 ], [ 113.790772202108371, 22.7032130308865838 ], [ 113.790889218883862, 22.7037597992862494 ], [ 113.790929290388064, 22.7039470371426759 ] ] } },
1380
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0043281247282978266 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.799242453228231, 22.6997650348860773 ], [ 113.799243585165499, 22.6998848615645343 ], [ 113.799253485066572, 22.700933208694476 ], [ 113.799175982400513, 22.7032042033372647 ], [ 113.799186641343283, 22.7040917214320395 ] ] } },
1381
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0039604244248615259 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.790929290388064, 22.7039470371426759 ], [ 113.791098179424338, 22.7039501436013644 ], [ 113.794889045713219, 22.7040198340511488 ] ] } },
1382
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0043230717574360899 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.794997465800421, 22.6996981220634488 ], [ 113.794993885732907, 22.6998408130503613 ], [ 113.794889045713219, 22.7040198340511488 ] ] } },
1383
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0042981968306574827 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.794889045713219, 22.7040198340511488 ], [ 113.799186641343283, 22.7040917214320395 ] ] } },
1384
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0033584468472542687 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.836873463933074, 22.7047836065085349 ], [ 113.837517611671089, 22.7047875905613203 ], [ 113.83808288847392, 22.7045016379068016 ], [ 113.839848404885345, 22.7034004220970971 ] ] } },
1385
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.005526612547629416 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.381541584616471, 22.713169803688821 ], [ 114.38167251291955, 22.7129821493586945 ], [ 114.382587665766167, 22.7116704870549988 ], [ 114.382691860073137, 22.7115594115660784 ], [ 114.382810006760124, 22.7114610863714788 ], [ 114.382940306909944, 22.7113770107876789 ], [ 114.383080776229889, 22.7113084630951114 ], [ 114.385076563663446, 22.7113600704623799 ], [ 114.386161021559772, 22.7113777083977837 ] ] } },
1386
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0034224762955769854 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.207156576565552, 22.7074051063339972 ], [ 114.207172326213197, 22.7075831451185941 ], [ 114.207236584666191, 22.7083094929697396 ], [ 114.207254484071484, 22.708832043572361 ], [ 114.207251731002458, 22.7094171014441457 ], [ 114.207268176106325, 22.7101313577180086 ], [ 114.207322921971453, 22.7108213799172027 ] ] } },
1387
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0043714243830688801 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.781052972381929, 22.6997737898250236 ], [ 113.781068011829646, 22.6999542469851647 ], [ 113.781394922371575, 22.7038766942331982 ], [ 113.781416044469793, 22.7041301104968589 ] ] } },
1388
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0095234862594295797 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.781416044469793, 22.7041301104968589 ], [ 113.781795952775511, 22.7041048780626546 ], [ 113.785648798930666, 22.7038489304523168 ], [ 113.790796007082648, 22.7039445624017624 ], [ 113.790929290388064, 22.7039470371426759 ] ] } },
1389
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0053999354841363281 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.390925411983702, 22.7118270504619595 ], [ 114.391279139779726, 22.7119359036029742 ], [ 114.39162849012375, 22.71205631110562 ], [ 114.392213319728711, 22.7122880300120507 ], [ 114.394981156430134, 22.7133011859979668 ], [ 114.395497521549174, 22.7134633955720311 ], [ 114.396023803322976, 22.7135953541476887 ] ] } },
1390
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0034315644444977257 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.346665772478289, 22.709719904218904 ], [ 114.34760141518224, 22.7130214504123238 ] ] } },
1391
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0038219804571597584 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.358856936336593, 22.7121775903683201 ], [ 114.358979847269737, 22.7122146027151501 ], [ 114.362516604197012, 22.7132795730207349 ] ] } },
1392
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0058426990432611523 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.396023803322976, 22.7135953541476887 ], [ 114.396415931281979, 22.7136727824148181 ], [ 114.396811479970822, 22.7137334091542833 ], [ 114.399255064112822, 22.7137648320868593 ], [ 114.401853738983405, 22.7138087361496339 ] ] } },
1393
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.00436811243620038 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.777856499746761, 22.7044173486207761 ], [ 113.777471307251233, 22.7000662530120039 ] ] } },
1394
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0035711152845162328 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.777856499746761, 22.7044173486207761 ], [ 113.778030670753751, 22.7044032949352186 ], [ 113.7810710607434, 22.7041579531427224 ], [ 113.781416044469793, 22.7041301104968589 ] ] } },
1395
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0033785882082890809 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.806864747872723, 22.705229445334183 ], [ 113.806929548869306, 22.7052012986552967 ], [ 113.807052216638809, 22.705148018348897 ], [ 113.807207349541486, 22.7050806372019203 ], [ 113.807402332295297, 22.7049959464384763 ], [ 113.810102702985745, 22.7042846362721065 ] ] } },
1396
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0040833214666390494 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.032670175739526, 22.7091061059436505 ], [ 114.033133553355157, 22.7084791052155772 ], [ 114.033587915567253, 22.7079466233724148 ], [ 114.033982878877367, 22.7075454633201836 ], [ 114.034260587877824, 22.7073223302830236 ], [ 114.034555393541453, 22.7070994646199402 ], [ 114.035068030919504, 22.706811230209766 ], [ 114.035251857213311, 22.706734749689101 ], [ 114.03565955634518, 22.706557259624585 ], [ 114.035735696200945, 22.7065241122656438 ] ] } },
1397
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0045806457914384108 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.043339078893567, 22.7050809150279669 ], [ 114.043106053270193, 22.7055011387946557 ], [ 114.042031063070439, 22.7075000013604722 ], [ 114.041831409248374, 22.707947222870704 ], [ 114.041684640235204, 22.7084825217648856 ], [ 114.041630678583942, 22.7089417651439689 ], [ 114.041632389326864, 22.709265081929118 ] ] } },
1398
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0049197262280148745 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.213539701494653, 22.7074977817249 ], [ 114.213532105620018, 22.7078191476811 ], [ 114.213423449371689, 22.7124161342542052 ] ] } },
1399
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0058788526054870047 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.207546093494642, 22.7123709496359432 ], [ 114.207647150428784, 22.7123626770466238 ], [ 114.207858908000617, 22.7123453415813046 ], [ 114.213168868195282, 22.7124128991883865 ], [ 114.213423449371689, 22.7124161342542052 ] ] } },
1400
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0033204929155521853 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.390925411983702, 22.7118270504619595 ], [ 114.390920095854085, 22.7119910725126104 ], [ 114.390821209597036, 22.7150417093121462 ], [ 114.390817834751488, 22.7151458002779769 ] ] } },
1401
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0043030422801196636 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.371220796832503, 22.7114723138226609 ], [ 114.371219580652053, 22.7114978305502042 ], [ 114.371216864958541, 22.7115548847128927 ], [ 114.371180833999659, 22.7116304754832399 ], [ 114.370632189526106, 22.7123383006205053 ], [ 114.370321454565797, 22.7126557511617229 ], [ 114.370136903414462, 22.712934384680235 ], [ 114.370089020457797, 22.7130721239646043 ], [ 114.370052614950239, 22.7132128531615436 ], [ 114.370029211819741, 22.7133459399993001 ], [ 114.370010520042911, 22.7135208739220396 ], [ 114.369990195791019, 22.7136151549043639 ], [ 114.369944898237478, 22.7137394215208772 ], [ 114.369882886601928, 22.7138503637568618 ], [ 114.369745078714942, 22.7140479754394953 ], [ 114.36896694334277, 22.7150436606410935 ] ] } },
1402
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.018817600558487586 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.046469610395206, 22.7105969780478674 ], [ 114.049693319318735, 22.7011070041291099 ], [ 114.050019174361537, 22.6998937445851894 ], [ 114.050236018591235, 22.6986455418831277 ], [ 114.050332444022857, 22.6975243034533598 ], [ 114.050330069089298, 22.6962262094984979 ], [ 114.050141795682222, 22.6945287912514004 ], [ 114.049782390067307, 22.692418604167834 ] ] } },
1403
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0033725843075706275 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.910362384985561, 22.7073805848308545 ], [ 113.909784581787591, 22.7076034959254791 ], [ 113.907934078258862, 22.7082357610581731 ], [ 113.907229353176533, 22.7086095886410142 ] ] } },
1404
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0034771314408052665 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.131338804471355, 22.7101133413305298 ], [ 114.133744308243649, 22.712624117038974 ] ] } },
1405
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0042889734250577015 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.812489452144646, 22.7077576616635497 ], [ 113.81259238491549, 22.7072485364999892 ], [ 113.812666630745611, 22.7067351329663083 ], [ 113.81269928099394, 22.706401389042643 ], [ 113.812721234336678, 22.7060321776133449 ], [ 113.812763342153175, 22.7055859665378534 ], [ 113.812793629794612, 22.7051389303958118 ], [ 113.812811047405361, 22.7047269330672457 ], [ 113.812818426054079, 22.7043146747342632 ], [ 113.812815760667519, 22.7039023675541287 ], [ 113.812803054984073, 22.7034902211225855 ] ] } },
1406
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0035365178369904868 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.790929290388064, 22.7039470371426759 ], [ 113.790980681036231, 22.7041369734323375 ], [ 113.791008548438811, 22.7042399717879313 ], [ 113.791096508609087, 22.7049594010108784 ], [ 113.791108498498758, 22.7063552936188984 ], [ 113.791092836154519, 22.7074070323900372 ], [ 113.791091935328339, 22.7074674900452003 ] ] } },
1407
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.003741635835841574 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.791091935328339, 22.7074674900452003 ], [ 113.794579009087656, 22.7075303578028027 ], [ 113.794832963281181, 22.707534933235987 ] ] } },
1408
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.00351584415948706 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.794889045713219, 22.7040198340511488 ], [ 113.794878420555733, 22.7060958896839047 ], [ 113.794837612146253, 22.7073877629238581 ], [ 113.794832963281181, 22.707534933235987 ] ] } },
1409
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0050395802013995976 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.794832963281181, 22.707534933235987 ], [ 113.795084522896246, 22.7075393056258719 ], [ 113.799711402303984, 22.7076196667503858 ], [ 113.799871783512231, 22.7076224505782704 ] ] } },
1410
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0049353511134923068 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.819068440545379, 22.7031715857236769 ], [ 113.819792520950102, 22.707931665887056 ], [ 113.819810645013121, 22.7080508093444493 ] ] } },
1411
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0053948585460162979 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.262590273647973, 22.7096014262527852 ], [ 114.261950942484361, 22.7149102852332234 ], [ 114.261945246610509, 22.7149575852172347 ] ] } },
1412
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0032913700262622017 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.34760141518224, 22.7130214504123238 ], [ 114.34853073190996, 22.716178899868666 ] ] } },
1413
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0035650179292316692 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.781416044469793, 22.7041301104968589 ], [ 113.781442592031325, 22.7044453928563073 ], [ 113.781704381166449, 22.7075543784481404 ], [ 113.781715173776149, 22.707682556765814 ] ] } },
1414
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0093881388843174915 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.781715173776149, 22.707682556765814 ], [ 113.781979751880002, 22.7076637699357384 ], [ 113.785949290633397, 22.7073818540658721 ], [ 113.791091935328339, 22.7074674900452003 ] ] } },
1415
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.003786875577468905 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.828641112938882, 22.7085290192219347 ], [ 113.827908795183163, 22.7049331417267481 ], [ 113.827885409792032, 22.7048183131714545 ] ] } },
1416
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0035618980781053919 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.778130529030335, 22.7079686900392481 ], [ 113.777856499746761, 22.7044173486207761 ] ] } },
1417
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0035960464685735158 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.778130529030335, 22.7079686900392481 ], [ 113.778267540133712, 22.7079577561431769 ], [ 113.781461914745591, 22.7077027751390865 ], [ 113.781715173776149, 22.707682556765814 ] ] } },
1418
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0038831640302389153 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.846229654966194, 22.7091284458976688 ], [ 113.845768127853376, 22.7074624853356362 ], [ 113.845432429634926, 22.70648103583218 ], [ 113.845060944951442, 22.7054274251436468 ] ] } },
1419
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.010949726156388508 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.828641112938882, 22.7085290192219347 ], [ 113.828788218917182, 22.7085622607394271 ], [ 113.831513485553259, 22.7091780528992651 ], [ 113.832051559838163, 22.7092830384425959 ], [ 113.832570225752647, 22.7093018284808359 ], [ 113.833175275050621, 22.7092858215389732 ], [ 113.834843470788186, 22.7090871240361842 ], [ 113.836116379319861, 22.7088844794052527 ], [ 113.839403624204138, 22.7081722086319395 ] ] } },
1420
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0030825898431621058 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.310953676984369, 22.7140009611637126 ], [ 114.310939679837546, 22.7141444523502507 ], [ 114.3108892169938, 22.7146617734915566 ], [ 114.309742129288082, 22.7166593969575175 ], [ 114.309684813354522, 22.7167592091445307 ] ] } },
1421
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0036232114111312704 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.24884737597506, 22.7156113199730605 ], [ 114.252299519175082, 22.7159670804394871 ], [ 114.252451499684014, 22.7159827405166439 ] ] } },
1422
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0096841019053240558 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.368858876998459, 22.7151879667835885 ], [ 114.36904033585175, 22.7152404372775472 ], [ 114.377267736399219, 22.7176192192746278 ], [ 114.378055995656709, 22.7178030671072229 ], [ 114.378174229728103, 22.7178306427029106 ] ] } },
1423
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0036575046232378079 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.378174229728103, 22.7178306427029106 ], [ 114.378331998549072, 22.7176283691430889 ], [ 114.378405399775133, 22.7175342635648789 ], [ 114.380290663358906, 22.7148482088010653 ] ] } },
1424
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.00512522347723747 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.378174229728103, 22.7178306427029106 ], [ 114.378404585803736, 22.7178478799530588 ], [ 114.378804330238566, 22.7178777904757112 ], [ 114.38040542411261, 22.717902973231098 ], [ 114.383296430672758, 22.7179813797222607 ] ] } },
1425
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0030870795972901474 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.383296430672758, 22.7179813797222607 ], [ 114.386382348742899, 22.7180660561911338 ] ] } },
1426
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0032745013150628582 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.213423449371689, 22.7124161342542052 ], [ 114.213386609046481, 22.7156904283235868 ] ] } },
1427
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0038730522597672178 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.395922945346086, 22.7183190044439662 ], [ 114.396985089639784, 22.7183527237699785 ], [ 114.399794048486783, 22.7184418632267864 ] ] } },
1428
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0041665005309401105 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.026035651415668, 22.7133267584269767 ], [ 114.026217012846288, 22.7133192378298929 ], [ 114.028996975270971, 22.7129247482390575 ], [ 114.029329246381522, 22.7129478691518969 ], [ 114.029701780707896, 22.7129994974133922 ], [ 114.030156988657211, 22.7131081742445069 ] ] } },
1429
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0031019471747154269 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.017522005558888, 22.7132218556630754 ], [ 114.020623313301826, 22.7131588750444777 ] ] } },
1430
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0041541682356191186 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.368858876998459, 22.7151879667835885 ], [ 114.368704517481305, 22.7153893066398176 ], [ 114.368464296343959, 22.7157026382240268 ], [ 114.368018940053815, 22.7164281498249103 ], [ 114.367426258148711, 22.717238552616525 ], [ 114.36642827570121, 22.71855295926769 ] ] } },
1431
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0042335748157537392 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.094841073695846, 22.7113951619890173 ], [ 114.095030096541706, 22.7115772517458261 ], [ 114.095211923341367, 22.7117655391330224 ], [ 114.095386319840756, 22.7119597839852503 ], [ 114.095553059822663, 22.7121597318095496 ], [ 114.095874448223313, 22.71259129087057 ], [ 114.096172643360774, 22.7130527952941108 ], [ 114.096314522512216, 22.713298615883577 ], [ 114.096447572135219, 22.7135486504833892 ], [ 114.096571646136354, 22.7138026259513666 ], [ 114.096686610177045, 22.7140602648077028 ], [ 114.096785789626068, 22.7143045813716142 ], [ 114.096863257587017, 22.7145211111709777 ], [ 114.09693297671781, 22.7147483244453667 ], [ 114.0969918839412, 22.7149781556522683 ] ] } },
1432
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0048650572100433394 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.802472284459057, 22.7102519240297802 ], [ 113.802553910661601, 22.7102531877813227 ], [ 113.806511776351599, 22.7103143940650867 ], [ 113.807336760190324, 22.710327140491426 ] ] } },
1433
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0038548115120139938 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.790901150931063, 22.7101425630454479 ], [ 113.791255446820472, 22.7101302395204847 ], [ 113.794509243007383, 22.7100818259081016 ], [ 113.794755360747303, 22.7100781614161029 ] ] } },
1434
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0033175987064834028 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.787585555861313, 22.7102578475227475 ], [ 113.790901150931063, 22.7101425630454479 ] ] } },
1435
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0039322415840648221 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.783655189250339, 22.7103792648971066 ], [ 113.787585555861313, 22.7102578475227475 ] ] } },
1436
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0030807585642752726 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.778458059505795, 22.7104668194403843 ], [ 113.778645849209781, 22.7104849533941326 ], [ 113.778846998661777, 22.710504377394745 ], [ 113.779494140034529, 22.7104619790231972 ], [ 113.781535525113085, 22.7104421437046469 ] ] } },
1437
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0038007854844897353 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.353891429421125, 22.718332593495802 ], [ 114.357415538723885, 22.7197561889163175 ] ] } },
1438
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0073866744622609146 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.133744308243649, 22.712624117038974 ], [ 114.136720752451936, 22.715714209569537 ], [ 114.13734096714667, 22.7161414875824619 ], [ 114.137809121252644, 22.7163753717731076 ], [ 114.138674258331079, 22.7165897614563121 ], [ 114.139599918958936, 22.7166617115801408 ] ] } },
1439
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0032201236037970914 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.24362636902741, 22.7162136216027513 ], [ 114.244898710042079, 22.7174297042082571 ], [ 114.24556486720212, 22.7180358034327554 ], [ 114.246004507719832, 22.7183818131549522 ] ] } },
1440
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.004572301120753507 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.34853073190996, 22.716178899868666 ], [ 114.348900266664302, 22.7168621072995336 ], [ 114.350616266597569, 22.7192524454062976 ], [ 114.351032846250234, 22.7199968592509016 ] ] } },
1441
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0035488577906531166 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.847068927559405, 22.7125744422137821 ], [ 113.846659816753984, 22.7106365821261278 ], [ 113.846229654966194, 22.7091284458976688 ] ] } },
1442
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0057058680351565576 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.044099790454993, 22.7157825483245404 ], [ 114.044897912915047, 22.7142222722638643 ], [ 114.045254292316201, 22.7134925973280026 ], [ 114.045633797018539, 22.7126642156127971 ], [ 114.045955467462775, 22.7119132183377914 ], [ 114.046469610395206, 22.7105969780478674 ] ] } },
1443
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0039000283682943822 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.829481737783539, 22.7123354199003522 ], [ 113.829384439418092, 22.7120292412399323 ], [ 113.829315609395195, 22.7117672980195877 ], [ 113.829189515665504, 22.7112195864517332 ], [ 113.828641112938882, 22.7085290192219347 ] ] } },
1444
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0037654558025090575 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.248423220976278, 22.7155687781045366 ], [ 114.247878506828798, 22.7180611880452226 ], [ 114.247711615882778, 22.7192638807220462 ] ] } },
1445
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0034918206654157885 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.251872700030248, 22.7185261918892323 ], [ 114.25198186570357, 22.7185585168229593 ], [ 114.255105295845652, 22.7194833393958007 ], [ 114.255220837453038, 22.7195175482113072 ] ] } },
1446
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0033294081229277681 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.044099790454993, 22.7157825483245404 ], [ 114.045068369122788, 22.7161063706029722 ], [ 114.047243007382605, 22.7168799470035125 ] ] } },
1447
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0032699356882258464 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.840245153726073, 22.7104850897983503 ], [ 113.84049780665481, 22.7111716710252658 ], [ 113.841240880245209, 22.7132938090209464 ], [ 113.84129143494836, 22.7134381822491811 ], [ 113.841336678695896, 22.7135673923966728 ] ] } },
1448
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.024699018589113084 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.277662502621098, 22.7098656273326185 ], [ 114.279404071965615, 22.7100223602066933 ], [ 114.28110665221439, 22.7102995410187312 ], [ 114.282736009212869, 22.7107201631092401 ], [ 114.284365212871208, 22.7112867156396092 ], [ 114.28570521820474, 22.7118741080130171 ], [ 114.287318711741889, 22.7127395281879316 ], [ 114.29248147766873, 22.7160924256435024 ], [ 114.294089599364256, 22.7171652513464757 ], [ 114.297566735057245, 22.7194104455522812 ], [ 114.299483345753714, 22.7206739155878665 ] ] } },
1449
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0039721981073339192 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.030872594074381, 22.7170048956481061 ], [ 114.031787381860426, 22.7166310198423425 ], [ 114.032060954324379, 22.7164951478700949 ], [ 114.032433606847434, 22.7162093118116886 ], [ 114.033268228166847, 22.7155370117159841 ], [ 114.034136120831747, 22.7148022788588406 ] ] } },
1450
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0038474528697512432 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.264422458978288, 22.7192279038433931 ], [ 114.267942999416746, 22.720494031152878 ], [ 114.268039850198122, 22.7205375002162313 ] ] } },
1451
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0041215371747001673 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.359794520258134, 22.7207171380423887 ], [ 114.35996118482025, 22.7207840154405396 ], [ 114.363539791008904, 22.7222199558341735 ], [ 114.363619611026692, 22.7222519830816658 ] ] } },
1452
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0034200317544011817 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.097047526320296, 22.7152532292891891 ], [ 114.097058124223494, 22.7153275667921903 ], [ 114.097090138137631, 22.7155521134550433 ], [ 114.097114646327526, 22.7158527414402869 ], [ 114.097222387379659, 22.7186671799157622 ] ] } },
1453
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0043513643085360534 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.833835830067557, 22.7144929771057562 ], [ 113.838155366404095, 22.7139676418005223 ] ] } },
1454
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.021442363482238509 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.88822606282416, 22.6952384152656101 ], [ 113.88821403729817, 22.6954266241518781 ], [ 113.888138997007658, 22.6958969628359029 ], [ 113.887974211492946, 22.6965040072750242 ], [ 113.887116343109597, 22.6992250701663814 ], [ 113.88639701366175, 22.7015944082541132 ], [ 113.885787662391863, 22.7035122598053967 ], [ 113.88546980406484, 22.7045468600995477 ], [ 113.885030834505287, 22.7059047995508188 ], [ 113.884703465182739, 22.7070481334208978 ], [ 113.884467319122152, 22.7078278204671129 ], [ 113.884343296826756, 22.7083672431963599 ], [ 113.884267634727124, 22.7088239487688419 ], [ 113.884187571076481, 22.7099744726649888 ], [ 113.884240206674178, 22.7107904197168189 ], [ 113.884461197518121, 22.712222844123918 ], [ 113.884676283300351, 22.7129302613099959 ], [ 113.884944787519629, 22.7136216767298826 ], [ 113.885432891367358, 22.7146648735179184 ], [ 113.886063213923748, 22.7156127078781864 ], [ 113.886110639028516, 22.7156840215540328 ] ] } },
1455
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0034335628531662835 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.778458059505795, 22.7104668194403843 ], [ 113.778777798988898, 22.7138854625234785 ] ] } },
1456
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0039112321945857292 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.388685786597847, 22.7194698805880506 ], [ 114.388584159317929, 22.72337979224638 ] ] } },
1457
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0030235846975905267 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.263848882701893, 22.7190336218260711 ], [ 114.263808895447994, 22.7191747311914227 ], [ 114.263070008150194, 22.721782081518004 ], [ 114.26302450293295, 22.7219426530084405 ] ] } },
1458
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0041550615240744859 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.239445176967436, 22.7189461818022771 ], [ 114.239708459824072, 22.7191846034637628 ], [ 114.242525104982377, 22.7217351923241715 ] ] } },
1459
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0047116942197382439 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.800261725193167, 22.710216249999359 ], [ 113.800275292204304, 22.7102944805967013 ], [ 113.800465545212944, 22.7113915339911436 ], [ 113.800735532689188, 22.7128092342902725 ], [ 113.800752319718853, 22.7129334383554458 ], [ 113.800766856788783, 22.7130696756596109 ], [ 113.80076974040395, 22.7136588708986622 ], [ 113.800743997563458, 22.7138517820150483 ], [ 113.800693972778035, 22.7140896650856519 ], [ 113.80051501423479, 22.7147984451130966 ], [ 113.800501449261787, 22.7148521701537973 ] ] } },
1460
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0034713346277022317 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.352847010303506, 22.7213278087818793 ], [ 114.352891369477916, 22.7213603518583476 ], [ 114.355645941213623, 22.7233811353165187 ] ] } },
1461
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0033451220287172368 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.790835034763802, 22.7148026519402109 ], [ 113.790836348993523, 22.7147527819707378 ], [ 113.790871098657789, 22.7134342158075029 ], [ 113.790889139867772, 22.7114580873971903 ] ] } },
1462
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0075924585619614928 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.90504309191401, 22.7105268910421429 ], [ 113.903126361316382, 22.7124164957633958 ], [ 113.902579884145126, 22.7130913692174303 ], [ 113.902319586319734, 22.7135268106277906 ], [ 113.902151292272151, 22.7138700385448011 ], [ 113.902019772381152, 22.7142426309576138 ], [ 113.90191105714996, 22.7146024365547916 ], [ 113.901828289849533, 22.715018014011477 ], [ 113.901812334148246, 22.7154988825785971 ], [ 113.901825531175632, 22.7159330840297642 ], [ 113.901914408856911, 22.7169619254034423 ] ] } },
1463
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0042461391915611961 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.901914408856911, 22.7169619254034423 ], [ 113.902079819725458, 22.716929009290812 ], [ 113.90217912661663, 22.7169093690931412 ], [ 113.902374510593376, 22.7168707281370033 ], [ 113.904352359317556, 22.7164795582561787 ], [ 113.906051076759752, 22.7169434784516895 ] ] } },
1464
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0030256079154694746 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.233590818007485, 22.7193397825025372 ], [ 114.233536089347979, 22.7221865399827685 ], [ 114.233532663074072, 22.7223648314710402 ] ] } },
1465
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0054602666222769896 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.213294781687651, 22.7220795840802907 ], [ 114.213827089758055, 22.7220873001471411 ], [ 114.218754475894187, 22.722158645808026 ] ] } },
1466
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0032721253118160516 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.224248225164217, 22.7222380122520953 ], [ 114.227520052334498, 22.7222821826498915 ] ] } },
1467
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.00387424782114619 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.26302450293295, 22.7219426530084405 ], [ 114.263142266700399, 22.7219793060402608 ], [ 114.266546277383014, 22.7230387252545256 ], [ 114.26672373362571, 22.723093951606181 ] ] } },
1468
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.005266874560404265 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.394837419623627, 22.7196244432697689 ], [ 114.394677925786681, 22.7248889023446417 ] ] } },
1469
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.003132857344855662 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.293253540181794, 22.7235455471673582 ], [ 114.29611760966263, 22.7222759404754413 ] ] } },
1470
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0045115185155949269 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.847747749392511, 22.7170333049820883 ], [ 113.847588971375032, 22.7157130265418417 ], [ 113.847383382941402, 22.7143514635302637 ], [ 113.847275788053068, 22.7136905678239032 ], [ 113.847068927559405, 22.7125744422137821 ] ] } },
1471
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0075733386455876491 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.068306170913559, 22.7209530205735426 ], [ 114.070877467286564, 22.7174823200484646 ], [ 114.071097150505025, 22.7171279041328233 ], [ 114.071216604578979, 22.7167675848537876 ], [ 114.071252850085742, 22.7163950972817474 ], [ 114.071239578605756, 22.7160912702839077 ], [ 114.07097584453733, 22.7144272852797258 ], [ 114.070961095994775, 22.7143342231118694 ] ] } },
1472
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0030668910969577443 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.355645941213623, 22.7233811353165187 ], [ 114.358121694985556, 22.7251912359384072 ] ] } },
1473
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.004886479243268781 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.301571259158862, 22.7220333177851792 ], [ 114.305632769464523, 22.7247502670728743 ] ] } },
1474
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0033118216118700394 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.260531844202703, 22.7210524959644999 ], [ 114.260491715052765, 22.721158476966071 ], [ 114.259359079453375, 22.7241497181443854 ] ] } },
1475
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0040215016372111227 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.363619611026692, 22.7222519830816658 ], [ 114.361691006222557, 22.7257808581046099 ] ] } },
1476
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0046063531054507528 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.820672781627508, 22.7136182387880083 ], [ 113.82077267797824, 22.7138815397036673 ], [ 113.82230681080982, 22.7179250284930419 ] ] } },
1477
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0044032093145547208 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.897600519739626, 22.7194896504092547 ], [ 113.898484908778059, 22.719270902958435 ], [ 113.901799162186791, 22.7184082953146742 ], [ 113.901864484247398, 22.7183912927548057 ] ] } },
1478
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0031224643230134139 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.914697385381558, 22.7193540325017196 ], [ 113.916247237406637, 22.7197880329509623 ], [ 113.916470377876919, 22.719846758575347 ], [ 113.917154578020345, 22.7199614212109289 ], [ 113.917734849367122, 22.7200595662269471 ] ] } },
1479
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.004415215010155296 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.944302683682253, 22.7208517296063732 ], [ 113.944251474660675, 22.720671248488685 ], [ 113.944243352636917, 22.7203884998923051 ], [ 113.944129149229255, 22.7190078100085238 ], [ 113.944094083541614, 22.7187734560504353 ], [ 113.944073332881487, 22.718710830094242 ], [ 113.943985076881219, 22.7185765037305671 ], [ 113.943659147928145, 22.7182183596165785 ], [ 113.94359511748398, 22.7181264151627609 ], [ 113.943213564764136, 22.717799249403388 ], [ 113.943178531105232, 22.717782954967781 ], [ 113.94312069121068, 22.7177656962460865 ], [ 113.943060403629133, 22.7177587010243123 ], [ 113.94276301868851, 22.7177709797706164 ], [ 113.942524873349171, 22.7178015574330345 ], [ 113.942239961999945, 22.7178933833882368 ] ] } },
1480
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.010523721338692924 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.378174229728103, 22.7178306427029106 ], [ 114.378071212007043, 22.7180403289325454 ], [ 114.376622307983268, 22.7209894087629607 ], [ 114.374902334504583, 22.7246252609655173 ], [ 114.373561455759898, 22.727288958868435 ] ] } },
1481
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0033818323873685456 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.818625929164213, 22.7189184051937296 ], [ 113.818680511830124, 22.718903550154387 ], [ 113.821889064101555, 22.7180302944591119 ] ] } },
1482
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.005642483292394849 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.0403491643617, 22.7226781680966603 ], [ 114.042435065512336, 22.718814560909717 ], [ 114.043052093892868, 22.717725441517949 ] ] } },
1483
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0037519234644005197 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.902311135562456, 22.7206249583027109 ], [ 113.902488493180471, 22.7206121815556479 ], [ 113.904873569490306, 22.7204403466358613 ], [ 113.905896369807863, 22.7205032127884152 ], [ 113.906047678895476, 22.7205491113142486 ] ] } },
1484
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0044967040585273633 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.305632769464523, 22.7247502670728743 ], [ 114.306194288864361, 22.7250718233117048 ], [ 114.308331549957273, 22.7262957005128214 ], [ 114.309518145349742, 22.7268695933907132 ], [ 114.309579960709399, 22.7268994894911245 ] ] } },
1485
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0097960951614940849 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.301571259158862, 22.7220333177851792 ], [ 114.302341134502853, 22.7224233482249716 ], [ 114.302424089687165, 22.7224669754809518 ], [ 114.303066505240892, 22.7228048264508935 ], [ 114.303544282682481, 22.7230757356390107 ], [ 114.304073726752321, 22.7233575236590255 ], [ 114.304794673577462, 22.7236596857577489 ], [ 114.305592745075245, 22.7238883332398345 ], [ 114.306565384581333, 22.7241013763497577 ], [ 114.307058032807191, 22.7242362123977095 ], [ 114.307318805657573, 22.7243225592983435 ], [ 114.307473688727967, 22.7243893091211255 ], [ 114.307715208266345, 22.7245076202906553 ], [ 114.307948267281759, 22.7246397329911503 ], [ 114.308267325179628, 22.7248532813255295 ], [ 114.308520460125024, 22.7250604039160251 ], [ 114.308765810868849, 22.7253066911222632 ], [ 114.308982313434285, 22.7255752485710687 ], [ 114.309161486403582, 22.7258524436197256 ], [ 114.309268655971238, 22.726044754400256 ], [ 114.309358346108851, 22.7262290962338867 ], [ 114.309491793155317, 22.7265713878990816 ], [ 114.309579960709399, 22.7268994894911245 ] ] } },
1486
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0039223915498565968 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.922442658344366, 22.7208560276634088 ], [ 113.923016971264261, 22.7209790220142658 ], [ 113.924141800513624, 22.7212555919171884 ], [ 113.924597162801433, 22.72136207525784 ], [ 113.925078688620644, 22.721436196573233 ], [ 113.92580390764509, 22.7216181177166625 ], [ 113.926237271649882, 22.7217268245694797 ], [ 113.926263850150931, 22.7217334919716372 ] ] } },
1487
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0037534807514253499 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.351322102129771, 22.7251957911453815 ], [ 114.351337351887949, 22.7255643118955355 ], [ 114.351518991138434, 22.7261422775504833 ], [ 114.35269847555135, 22.7286583448138799 ] ] } },
1488
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0036382447194356401 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.203510707020627, 22.7254630503118875 ], [ 114.204226131694739, 22.7255672167294094 ], [ 114.204800014821615, 22.7257287408356667 ], [ 114.205758816589054, 22.7262009993510432 ], [ 114.206864400811838, 22.7267848891773276 ] ] } },
1489
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0047697419858172404 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.360821960491691, 22.7271684439467343 ], [ 114.362048668597609, 22.728056361709907 ], [ 114.362404716435094, 22.7282746017454862 ], [ 114.36277741401959, 22.7284674414225059 ], [ 114.3631605919267, 22.7286322186739334 ], [ 114.363555903423645, 22.7287701452102446 ], [ 114.363665421570474, 22.7288029649239967 ], [ 114.36403543001056, 22.728878727949013 ], [ 114.364401490572348, 22.7289694893688079 ], [ 114.364744202145729, 22.7290692111443384 ], [ 114.365082143274066, 22.729182080709041 ] ] } },
1490
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0052739388726992451 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.310702236735764, 22.7273690232140204 ], [ 114.310771591743872, 22.7273928824242226 ], [ 114.312502775387415, 22.7279884230814453 ], [ 114.313398745212226, 22.7282454608150388 ], [ 114.315589904544169, 22.728715140007651 ], [ 114.315784348015399, 22.7287454791620434 ] ] } },
1491
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0030851934263552315 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.097340827393651, 22.7226273220634631 ], [ 114.097434053772531, 22.7257111066409436 ] ] } },
1492
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0035692427206432059 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.928665478987853, 22.7223411302891023 ], [ 113.932129060765789, 22.7232031597934778 ] ] } },
1493
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0034183444783572967 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.822341003279448, 22.7180673396828325 ], [ 113.823117585138107, 22.7213963034239264 ] ] } },
1494
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0032221652408922119 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.79957147166391, 22.7178759210266747 ], [ 113.799556281757134, 22.7179371207774636 ], [ 113.799463887252401, 22.720214888449636 ], [ 113.799501723469135, 22.7204304103700174 ], [ 113.79961943902903, 22.7208649631056439 ], [ 113.799638526553622, 22.720915737019169 ], [ 113.799693491379173, 22.7210619385116672 ] ] } },
1495
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.010150667406234997 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.315784348015399, 22.7287454791620434 ], [ 114.316603505896424, 22.7288732910143487 ], [ 114.318500922754438, 22.7290227988597948 ], [ 114.320009144856243, 22.7290713207786084 ], [ 114.325914891293493, 22.7292761644494945 ] ] } },
1496
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0046151023362493524 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.880315422393764, 22.7223049835670459 ], [ 113.883082327229957, 22.722510358340628 ], [ 113.884502621201506, 22.7225760224469084 ], [ 113.884748875028194, 22.722594577270538 ], [ 113.884920212336269, 22.7226074873322865 ] ] } },
1497
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0033584833568232955 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.325914891293493, 22.7292761644494945 ], [ 114.326247551826526, 22.7292876956300134 ], [ 114.329271178670439, 22.7293975838351585 ] ] } },
1498
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0039245076023005686 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.793719569042352, 22.7174533681837048 ], [ 113.793764918633585, 22.7182898292547399 ], [ 113.793824129331256, 22.7186319281808693 ], [ 113.793905277102084, 22.7189773170821496 ], [ 113.793978414846336, 22.719251144989947 ], [ 113.794555022760264, 22.7208736140477257 ], [ 113.794682117427115, 22.7212312299762402 ] ] } },
1499
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.00312629118407801 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.233491657154474, 22.725250219784968 ], [ 114.233445042986659, 22.728150790032867 ], [ 114.233441422349017, 22.7283761073440402 ] ] } },
1500
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0034523552240537758 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.23549198919261, 22.7284132747440779 ], [ 114.235713442009612, 22.7284155673360075 ], [ 114.238773104599417, 22.7284472100271273 ], [ 114.23894415979467, 22.7284489780663463 ] ] } },
1501
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0031352792192664955 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.073338344089819, 22.7249216857917808 ], [ 114.074722040631187, 22.7253506273166046 ], [ 114.075213643639657, 22.7255598297152872 ], [ 114.075544410387153, 22.7257459008916172 ], [ 114.076197558952003, 22.7261590438944658 ] ] } },
1502
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0035841036071324237 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.218711023178201, 22.7250705662693413 ], [ 114.21870886799897, 22.7251982520058213 ], [ 114.218650541861194, 22.7286541595326668 ] ] } },
1503
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0078529026078050981 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.779482057731812, 22.7217400651101258 ], [ 113.779652930202758, 22.7217339691939131 ], [ 113.782579773585027, 22.7216295275698812 ], [ 113.787329038269831, 22.7214357760622327 ] ] } },
1504
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0059256772996733919 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.35269847555135, 22.7286583448138799 ], [ 114.352835448791453, 22.7287367061085739 ], [ 114.354109594254453, 22.7294656203564926 ], [ 114.354641190705607, 22.7297307771420698 ], [ 114.355118309238605, 22.7298231984922765 ], [ 114.355403043569183, 22.7299136814891973 ], [ 114.355430286995329, 22.7299223379735835 ], [ 114.355483994751651, 22.7299421924736151 ], [ 114.355785080429442, 22.7300534940595753 ], [ 114.356699020119592, 22.7305040522826047 ], [ 114.356913102831683, 22.7305862659634386 ], [ 114.357039039288139, 22.7306185809881747 ], [ 114.357167560036245, 22.7306404542499898 ], [ 114.357699788364798, 22.7306791385974911 ], [ 114.358166896656726, 22.7307469137487637 ] ] } },
1505
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0054843886875673379 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.373561455759898, 22.727288958868435 ], [ 114.373685962444114, 22.7274230704129536 ], [ 114.373845905513591, 22.7275953512382145 ], [ 114.376350535203528, 22.7299325173566267 ], [ 114.377575335358515, 22.7310240426899988 ] ] } },
1506
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0070446426467389144 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.305632769464523, 22.7247502670728743 ], [ 114.306667281753874, 22.7255255254304345 ], [ 114.307642963617667, 22.7261639552275341 ], [ 114.30771589865563, 22.7262227370592704 ], [ 114.307977363134412, 22.7264526323584057 ], [ 114.308221300053347, 22.7266985493593516 ], [ 114.308455248199039, 22.7269701531516297 ], [ 114.30863391765962, 22.7272141319528664 ], [ 114.308830164716028, 22.7275382034449827 ], [ 114.308993727723134, 22.7278775300080156 ], [ 114.309118913206248, 22.7282155871587719 ], [ 114.309229339603519, 22.7286181463897954 ], [ 114.309276682401233, 22.7288916356648159 ], [ 114.309299270774858, 22.7291678353177105 ], [ 114.309304744493645, 22.7293820747144153 ], [ 114.309299202017243, 22.7295549678911897 ], [ 114.309236372742504, 22.7301507924207158 ], [ 114.309286825986632, 22.7301872064700419 ] ] } },
1507
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0033521417982578482 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.309579960709399, 22.7268994894911245 ], [ 114.309629723863793, 22.7271861831769506 ], [ 114.309656044815128, 22.7274755549386107 ], [ 114.309658620510433, 22.7277765394839975 ], [ 114.309640095907014, 22.7280998139009967 ], [ 114.309543653227792, 22.7288617091036969 ], [ 114.309355427220211, 22.7301455411797377 ], [ 114.309286825986632, 22.7301872064700419 ] ] } },
1508
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0052079719921656912 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.774277393398435, 22.7219256491820722 ], [ 113.779225986731376, 22.7217491996371344 ], [ 113.779482057731812, 22.7217400651101258 ] ] } },
1509
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0032623839039106518 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.932129060765789, 22.7232031597934778 ], [ 113.932275816354391, 22.7232522937515498 ], [ 113.932420913988139, 22.723309886631796 ], [ 113.93284186721958, 22.7234951279668564 ], [ 113.93314676824518, 22.7236429140474812 ], [ 113.933497871894886, 22.7238337084549862 ], [ 113.933837706336078, 22.7240413235545269 ], [ 113.934016292715938, 22.7241602941678273 ], [ 113.934339145191061, 22.724415710667369 ], [ 113.935018180784894, 22.7246800919765697 ] ] } },
1510
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0046402301010802678 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.206864400811838, 22.7267848891773276 ], [ 114.210967602041109, 22.7289517936660133 ] ] } },
1511
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.004210669005544552 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.224206480079005, 22.7251499562076518 ], [ 114.224204087177739, 22.7252774921689635 ], [ 114.224127484938023, 22.7293598841455093 ] ] } },
1512
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0032498632166453809 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.051135557356673, 22.72538721937795 ], [ 114.05129877776595, 22.7255526883180927 ], [ 114.051481170535581, 22.725715921058395 ], [ 114.051597081139761, 22.7258057832567637 ], [ 114.051793883407584, 22.725922060919892 ], [ 114.051914804367001, 22.7259847420490182 ], [ 114.052123340498653, 22.7260770874208724 ], [ 114.052239781415238, 22.7261376026677411 ], [ 114.05230884645583, 22.726193189321922 ], [ 114.052397642700697, 22.7262826306352892 ], [ 114.052714052757167, 22.7266597149566607 ], [ 114.052872481083796, 22.7268017527974031 ], [ 114.053235291633371, 22.7270509076255607 ], [ 114.053605538771578, 22.7272298666451498 ], [ 114.053732769066144, 22.7272604490516557 ] ] } },
1513
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0047650019596268151 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.935018180784894, 22.7246800919765697 ], [ 113.935816604196475, 22.7249810744884684 ], [ 113.936480550563218, 22.7251331634430507 ], [ 113.938091779966157, 22.7255317828314247 ], [ 113.93947343887389, 22.7258956125159521 ], [ 113.939609231072865, 22.7259372166582452 ] ] } },
1514
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.004743734178846765 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.03481250969368, 22.7229308951992124 ], [ 114.034457577235159, 22.7243540867104379 ], [ 114.033659257231548, 22.727464215848908 ], [ 114.033642847782161, 22.727528142116423 ] ] } },
1515
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0079144120914647776 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.847979678092315, 22.7249343469747558 ], [ 113.848004483242946, 22.7245557956838553 ], [ 113.84806071871715, 22.7223701843592387 ], [ 113.848016702025859, 22.7202952955477109 ], [ 113.847875542432405, 22.7183199352524134 ], [ 113.847747749392511, 22.7170333049820883 ] ] } },
1516
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0035280039733448553 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.250418945289823, 22.7288235676609673 ], [ 114.250445228192334, 22.7288470359174752 ], [ 114.252646658779923, 22.7308127059832046 ], [ 114.252785074971413, 22.7309698773587847 ], [ 114.252902278710238, 22.7312502811219943 ], [ 114.252913126139845, 22.7312762311813437 ] ] } },
1517
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0036949483436648682 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.841127758494295, 22.7250009941245565 ], [ 113.842545962316876, 22.7244083698112647 ], [ 113.84358211544189, 22.7239878604960168 ], [ 113.84441582986787, 22.7236267426767071 ], [ 113.844536138860946, 22.7235746314149019 ] ] } },
1518
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0055542970862972095 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.213148764715925, 22.7300655040528916 ], [ 114.213502383577691, 22.7301332201839763 ], [ 114.214807628914841, 22.7303831627611217 ], [ 114.218380082034031, 22.7310378836492042 ], [ 114.218609599373266, 22.7310799442703413 ] ] } },
1519
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0039473653688237628 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.815412902619897, 22.7212052235319142 ], [ 113.816992669413423, 22.7245236824181518 ], [ 113.81709660836988, 22.7247751104987756 ] ] } },
1520
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0053253872493031051 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.063555666144467, 22.7287803319689488 ], [ 114.065696319623015, 22.7246559346247707 ], [ 114.066008898933418, 22.7240536631380117 ] ] } },
1521
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0056575586861371775 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.284932914947703, 22.7271721026077529 ], [ 114.285027044780819, 22.7273422692879628 ], [ 114.287545036095878, 22.7318941283559894 ], [ 114.287726291728745, 22.7320822001857969 ] ] } },
1522
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.006287230244478823 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.287726291728745, 22.7320822001857969 ], [ 114.287834541250078, 22.7320046281802881 ], [ 114.288133789744023, 22.7318265279307994 ], [ 114.28918938794645, 22.7309848189244548 ], [ 114.2896988940645, 22.7305376640518944 ], [ 114.291127324397138, 22.7294031254878206 ], [ 114.292748407972667, 22.7284335688153725 ], [ 114.292803980762486, 22.7284003311477036 ] ] } },
1523
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0053487599255671869 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.358166896656726, 22.7307469137487637 ], [ 114.358735365862415, 22.7308488510647031 ], [ 114.359204283833293, 22.7308585869729782 ], [ 114.359752669950083, 22.7308875010681639 ], [ 114.359932978144471, 22.7309600911399805 ], [ 114.360951703654095, 22.7315642857430475 ], [ 114.361128528263706, 22.7316806966891427 ], [ 114.361297638143995, 22.7318059063626166 ], [ 114.361530351418011, 22.7320191920714549 ], [ 114.361747934390536, 22.732245805044947 ], [ 114.362602202605217, 22.733255133857174 ] ] } },
1524
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0048190508945529153 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.292803980762486, 22.7284003311477036 ], [ 114.295517956806989, 22.7323824895516537 ] ] } },
1525
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0045740483644719004 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.939609231072865, 22.7259372166582452 ], [ 113.940511356913333, 22.7261719382067682 ], [ 113.941438247558807, 22.7263947339914196 ], [ 113.942791092382691, 22.7267368305509585 ], [ 113.94376442985228, 22.7269966448807139 ], [ 113.943883327100536, 22.7270453209262655 ], [ 113.94397342025897, 22.7271201692692983 ], [ 113.944004300349761, 22.7271458242529185 ] ] } },
1526
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0068226906669417728 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.944004300349761, 22.7271458242529185 ], [ 113.944025623203828, 22.7270839819852775 ], [ 113.944418012172093, 22.7258338902680102 ], [ 113.944678905358444, 22.7248261875469559 ], [ 113.944738465256307, 22.724669006724195 ], [ 113.944881715179804, 22.7243159731531605 ], [ 113.944978325188472, 22.7241803824253807 ], [ 113.945245938358184, 22.7238833887819922 ], [ 113.945291886932807, 22.7238217891999561 ], [ 113.945331471177028, 22.7237413842807534 ], [ 113.945350592416261, 22.7236772736413606 ], [ 113.945351163390555, 22.7235276617555435 ], [ 113.945317708657868, 22.72328190945451 ], [ 113.945246569248525, 22.7228963173627392 ], [ 113.945172410003508, 22.7225522384115095 ], [ 113.945130521686707, 22.722397784496664 ], [ 113.945024798135577, 22.7221841128377449 ], [ 113.944454326686383, 22.7211982004147259 ], [ 113.944302683682253, 22.7208517296063732 ] ] } },
1527
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0038095890061331217 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.9025205186703, 22.7229379094275963 ], [ 113.90261862102453, 22.7246896645165855 ], [ 113.902652360192874, 22.725477147909448 ], [ 113.902628631585486, 22.7267438089334846 ] ] } },
1528
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0051864805651676768 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.366796897583114, 22.7301124916066328 ], [ 114.367023880460067, 22.7303063095136366 ], [ 114.367240718075621, 22.7305098777726364 ], [ 114.367446925013425, 22.7307227383116448 ], [ 114.36764203753053, 22.7309444161938643 ], [ 114.367798543140367, 22.7311390252647101 ], [ 114.367946496813886, 22.7313393091282911 ], [ 114.368284755256582, 22.731856054726137 ], [ 114.368483609683977, 22.7321342081224849 ], [ 114.368725852512355, 22.7324358809332416 ], [ 114.368986509605037, 22.7327240427593189 ], [ 114.369299924559684, 22.733030196032729 ], [ 114.369634113161851, 22.7333168209709306 ], [ 114.369987667089887, 22.7335827099501628 ], [ 114.370154858234358, 22.7336925558604648 ], [ 114.370359080412399, 22.7338267307969026 ] ] } },
1529
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0072816441754558732 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.373561455759898, 22.727288958868435 ], [ 114.371549181558237, 22.731477860558666 ], [ 114.370478904725587, 22.7336192956586984 ], [ 114.370406030161504, 22.7337651023350453 ], [ 114.370359080412399, 22.7338267307969026 ] ] } },
1530
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0043912722910128795 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.224095152165262, 22.7317928634937907 ], [ 114.22457896961302, 22.7318057028471934 ], [ 114.228484880539469, 22.7319092986005558 ] ] } },
1531
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0077355185151257513 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.035964141687174, 22.7290328588777619 ], [ 114.036714484249217, 22.7281332685488877 ], [ 114.037711610564287, 22.7268396744307708 ], [ 114.038276774601243, 22.7260491526689776 ], [ 114.038733126478689, 22.7253761041604321 ], [ 114.039560915065167, 22.7240636841900425 ], [ 114.039955651605482, 22.723389751715203 ], [ 114.0403491643617, 22.7226781680966603 ] ] } },
1532
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0044059194505575725 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.228974473419612, 22.7319222773218215 ], [ 114.232869199681048, 22.7320163090644165 ], [ 114.233379109502934, 22.7320286125364674 ] ] } },
1533
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0036530366917813047 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.233441422349017, 22.7283761073440402 ], [ 114.233437349928039, 22.7286147806288916 ], [ 114.233382720379154, 22.7318169502596135 ], [ 114.233379109502934, 22.7320286125364674 ] ] } },
1534
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.003449105922491264 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.272067321189908, 22.7314621538398782 ], [ 114.274774924824698, 22.7326334132659831 ], [ 114.275231058178434, 22.7328358243238391 ] ] } },
1535
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0037670691122628258 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.799906663599401, 22.7220727738776738 ], [ 113.800540011468215, 22.7249525884362562 ], [ 113.800712863806865, 22.7256869508817694 ], [ 113.800727527520223, 22.7257492492823694 ] ] } },
1536
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.033230045884671391 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.94395796586214, 22.7281357720915089 ], [ 113.944056073590929, 22.7280659716570632 ], [ 113.94601181262847, 22.7266745160633405 ], [ 113.947534678032255, 22.7256158239048034 ], [ 113.948151443172989, 22.7252016449784122 ], [ 113.94853926444587, 22.7249194131160728 ], [ 113.948971114616498, 22.7245722440931033 ], [ 113.949382753582611, 22.7242045532149781 ], [ 113.949617107154722, 22.7239768261183102 ], [ 113.950078194930569, 22.7234707510753609 ], [ 113.950499142712175, 22.7229712909854982 ], [ 113.950899724068435, 22.7224576215942093 ], [ 113.951279384461984, 22.7219304548168957 ], [ 113.951637595256102, 22.7213905246592454 ], [ 113.951877550240525, 22.7210016418627951 ], [ 113.952106375554209, 22.7206070275533847 ], [ 113.953414370671624, 22.7184568308303803 ], [ 113.954271554626189, 22.7170115394241314 ], [ 113.955115251840354, 22.7155594394913294 ], [ 113.955301761735058, 22.7152710889446681 ], [ 113.955479673001534, 22.7149780992880217 ], [ 113.955693376783529, 22.7145989908102095 ], [ 113.955892686699769, 22.7142131936215605 ], [ 113.956077357517955, 22.7138211761715141 ], [ 113.956247167186163, 22.7134234172145426 ], [ 113.956401907150905, 22.7130204029444407 ], [ 113.956541389253346, 22.7126126225893934 ], [ 113.956665443663951, 22.7122005747004465 ], [ 113.956773920006967, 22.7117847590411479 ], [ 113.956887610106875, 22.7112594128788778 ], [ 113.957027757693567, 22.7106814848773588 ], [ 113.957116415809224, 22.7102661835090913 ], [ 113.957330523744901, 22.7080108037812956 ], [ 113.957429810963035, 22.7071593777683205 ], [ 113.957454098369155, 22.7068947763747211 ], [ 113.957495629674426, 22.7065989217501709 ], [ 113.957552142911766, 22.7063052120863631 ], [ 113.957623511889992, 22.7060143001217192 ], [ 113.95770957941636, 22.7057268308666913 ], [ 113.957852089462875, 22.7053370552280818 ], [ 113.957967003676373, 22.7050717789557055 ], [ 113.958177270544937, 22.7045436244439358 ], [ 113.95864433818636, 22.7034196468990608 ], [ 113.959404654732609, 22.7019392692574016 ], [ 113.959728257793003, 22.7013514752548176 ], [ 113.960066107558248, 22.7007706237055693 ], [ 113.96022307807344, 22.7004701335609234 ] ] } },
1537
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0063932425715972525 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.302655186532633, 22.7335402002173907 ], [ 114.306057528895991, 22.7332352306816787 ], [ 114.306641755596942, 22.733119822665131 ], [ 114.308944788682766, 22.7325125840009363 ] ] } },
1538
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0039807632548261836 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.23888457551098, 22.7321514325580765 ], [ 114.239217440738869, 22.7321663330446739 ], [ 114.240259940346476, 22.7322129958003707 ], [ 114.240663106802671, 22.7322689098823183 ], [ 114.241480798499978, 22.7324672314833975 ], [ 114.242775384941169, 22.7328693396380146 ] ] } },
1539
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0063834979367116251 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.929621479864494, 22.7280871763620276 ], [ 113.929654600204955, 22.7280657866656348 ], [ 113.9304037223108, 22.7275819982589482 ], [ 113.934937618651304, 22.724749630788093 ], [ 113.934993615588652, 22.7247012956216388 ], [ 113.935018180784894, 22.7246800919765697 ] ] } },
1540
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0050743243566342827 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.884920212336269, 22.7226074873322865 ], [ 113.88500499264731, 22.7228676846814572 ], [ 113.886626587381997, 22.7273861798791437 ] ] } },
1541
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0037003815958531958 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.798183527085939, 22.7224406495604256 ], [ 113.79819404910053, 22.7224900841740372 ], [ 113.798942954629297, 22.7260085216104954 ], [ 113.798953902947517, 22.7260599512868211 ] ] } },
1542
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0046350402855599888 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.086951159548576, 22.7287717414206547 ], [ 114.088038277930607, 22.7296902086471491 ], [ 114.088595076815281, 22.7300866254412703 ], [ 114.08890766884933, 22.7302777282734567 ], [ 114.089259575758291, 22.7304378310385076 ], [ 114.089973121289603, 22.7306530372944167 ], [ 114.090986482218497, 22.7308379017803723 ] ] } },
1543
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0058641068967726839 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.377575335358515, 22.7310240426899988 ], [ 114.377888015537565, 22.7313492240850366 ], [ 114.381847661265738, 22.7350399695244967 ] ] } },
1544
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0045664595057903021 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.076197558952003, 22.7261590438944658 ], [ 114.076201927300801, 22.7262746408915 ], [ 114.076369987210924, 22.7307222468171446 ] ] } },
1545
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0030100327432406771 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.837899153437391, 22.7271282836962421 ], [ 113.838631290542423, 22.7267258571826645 ], [ 113.838847133938984, 22.7265586074734856 ], [ 113.839851471734789, 22.7257054779181935 ], [ 113.840080003516618, 22.7255251474223314 ], [ 113.840331558640017, 22.7253756142346042 ] ] } },
1546
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0062433148893374603 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.816605635141428, 22.7268097541063767 ], [ 113.812857247112433, 22.7218169024170606 ] ] } },
1547
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.015251520481050433 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.866653911660819, 22.7276759429762976 ], [ 113.867575200996853, 22.7275308080399974 ], [ 113.86817681609547, 22.7273029715085215 ], [ 113.868981185013808, 22.7268286095719461 ], [ 113.87110806351302, 22.7250996538910535 ], [ 113.872472896830004, 22.7240053319029407 ], [ 113.873393523188938, 22.7233913707954791 ], [ 113.874098655090521, 22.7230116799308952 ], [ 113.875390297447652, 22.7225122620517368 ], [ 113.875974029532827, 22.7223684035948992 ], [ 113.876697043280132, 22.7222388977479746 ], [ 113.877489925139514, 22.7221888290681626 ], [ 113.878165075848969, 22.7221849776164007 ], [ 113.879267575410481, 22.722236383246301 ], [ 113.880315422393764, 22.7223049835670459 ] ] } },
1548
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0037708053506707853 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.353324200706098, 22.7313606636784122 ], [ 114.353816619856204, 22.7338294246955392 ], [ 114.353803713816149, 22.7350201694815546 ], [ 114.353803035067003, 22.735082765400275 ] ] } },
1549
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0030290317496477325 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.937099498772483, 22.7290885640416462 ], [ 113.937470071241478, 22.7286879568998046 ], [ 113.937829994497122, 22.7283555301759357 ], [ 113.938448565993056, 22.7277456002947886 ], [ 113.938535362889212, 22.7275773120201201 ], [ 113.938584980469358, 22.7273017572085934 ], [ 113.938652165572918, 22.7266755955359194 ], [ 113.938654891440549, 22.7266501790385824 ] ] } },
1550
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.003312360179202509 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.213148764715925, 22.7300655040528916 ], [ 114.2131447418883, 22.7302837073379393 ], [ 114.213087694613918, 22.7333773012084244 ] ] } },
1551
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0030774660056546695 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.823798447738298, 22.7243148144364682 ], [ 113.823812359582917, 22.7246287974753152 ], [ 113.823934666575482, 22.7273892642155921 ] ] } },
1552
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0058284827950829607 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.297089424068901, 22.734706016575128 ], [ 114.29717727393249, 22.7346810653263915 ], [ 114.297277626919296, 22.7346525633505117 ], [ 114.297726625928675, 22.7342788465686958 ], [ 114.297891305814971, 22.7341819563589027 ], [ 114.298103391602794, 22.7340908366817942 ], [ 114.298369057114414, 22.7340377528996029 ], [ 114.298560483786773, 22.7340185238386709 ], [ 114.299375103752979, 22.7341419223095826 ], [ 114.299724094506701, 22.7341199683750084 ], [ 114.300840306634527, 22.7339468938786275 ], [ 114.301629444474628, 22.7337853389433526 ], [ 114.301959063687477, 22.7336973588608657 ], [ 114.302655186532633, 22.7335402002173907 ] ] } },
1553
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0039163583468081178 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.862767629269413, 22.7281568589870062 ], [ 113.862864321040306, 22.7281453260261621 ], [ 113.863621526998159, 22.72805503041047 ], [ 113.863966101599814, 22.72802765907036 ], [ 113.864987954754625, 22.7278881341082801 ], [ 113.866653911660819, 22.7276759429762976 ] ] } },
1554
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.023809908592152186 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.329271178670439, 22.7293975838351585 ], [ 114.340547124860151, 22.7298002492830555 ], [ 114.341390714857113, 22.7298615201512817 ], [ 114.342231952922404, 22.7299643202651431 ], [ 114.343191055147869, 22.7301597070979753 ], [ 114.344156300661538, 22.7304320752247833 ], [ 114.345140820055619, 22.7308068960386436 ], [ 114.346027688136971, 22.7312342696986569 ], [ 114.347726361551665, 22.7322983359187951 ], [ 114.348737192932987, 22.7332122134557117 ], [ 114.349228162551213, 22.73372885395327 ], [ 114.34973639001656, 22.7343393962220119 ], [ 114.350237776111655, 22.7350435448749266 ], [ 114.350776480036501, 22.7359739974353126 ] ] } },
1555
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0034525466758947012 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.06186919407061, 22.731790916577129 ], [ 114.061954703251374, 22.7316822555907123 ], [ 114.062888770787339, 22.7299756119527174 ], [ 114.063555666144467, 22.7287803319689488 ] ] } },
1556
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0095772766058280431 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.944276663631186, 22.7285008604614305 ], [ 113.944977575885801, 22.7279943566787317 ], [ 113.945300898378306, 22.7280786349095294 ], [ 113.945835236022404, 22.7282328128479811 ], [ 113.953390615430564, 22.7302585903841923 ] ] } },
1557
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0043790448524401076 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.021258705470515, 22.7270513888832397 ], [ 114.021238672432546, 22.7276314031783926 ], [ 114.021271770324745, 22.7281858407366251 ], [ 114.021481356866047, 22.7296226223207043 ], [ 114.021523917192255, 22.7300207724254086 ], [ 114.021506879889742, 22.7304087427206092 ], [ 114.021396315286211, 22.7310078518406513 ], [ 114.021368365942322, 22.7311955925288416 ], [ 114.021338403882552, 22.731396848732917 ] ] } },
1558
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0059240165868895125 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.021338403882552, 22.731396848732917 ], [ 114.021593089875978, 22.7312716213541499 ], [ 114.026654503502044, 22.7287828369967571 ] ] } },
1559
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0083696589998346581 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.353803035067003, 22.735082765400275 ], [ 114.35392309148969, 22.7350371723200908 ], [ 114.354237673568761, 22.7349177048605782 ], [ 114.354710292686036, 22.7348137168911997 ], [ 114.355282426638098, 22.7348333754809886 ], [ 114.355869559446305, 22.7349673228640619 ], [ 114.359221022119726, 22.7359456021786528 ], [ 114.359737179515989, 22.7360342232151069 ], [ 114.361930914855918, 22.7364407652869893 ] ] } },
1560
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0036916391821106829 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.371903352199695, 22.7347563051964379 ], [ 114.373733503674643, 22.7358577571131981 ], [ 114.375087300312302, 22.736624004612441 ] ] } },
1561
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.006132291553071008 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.377575335358515, 22.7310240426899988 ], [ 114.377521704798426, 22.731147175750106 ], [ 114.375384449503258, 22.7360539696190251 ], [ 114.375250632453273, 22.7363787377988196 ], [ 114.375186850074456, 22.7364745168658757 ], [ 114.375087300312302, 22.736624004612441 ] ] } },
1562
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0035731490909256571 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.258171782606126, 22.735064056103294 ], [ 114.258863009832396, 22.7347498265832861 ], [ 114.259417391294818, 22.7345404955911796 ], [ 114.261372183854149, 22.7338702918028019 ], [ 114.261518590193262, 22.7338200956373981 ] ] } },
1563
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0058391133799675921 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.779482057731812, 22.7217400651101258 ], [ 113.779495909552963, 22.7219433063338379 ], [ 113.779557803803485, 22.7228514324663102 ], [ 113.779937817543797, 22.7275612944406724 ] ] } },
1564
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.012304451830147207 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.779937817543797, 22.7275612944406724 ], [ 113.780101141725723, 22.7275492707248752 ], [ 113.787064946143161, 22.7270364469594384 ], [ 113.792105877734741, 22.7268469894538541 ], [ 113.7922193312194, 22.7268427234480548 ] ] } },
1565
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0040394028318545064 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.81709660836988, 22.7247751104987756 ], [ 113.817218333963652, 22.7250396345197743 ], [ 113.81807156087828, 22.7266851532171934 ], [ 113.818936148754545, 22.7283710247808486 ] ] } },
1566
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0051625805331611246 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.381847661265738, 22.7350399695244967 ], [ 114.382048134083277, 22.7352263549530811 ], [ 114.382395063145836, 22.735465207376599 ], [ 114.383397793597069, 22.7362009940339682 ], [ 114.384164428188114, 22.7367360503254439 ], [ 114.384688559802157, 22.737086959465163 ], [ 114.385066273666865, 22.7373180016712411 ], [ 114.386192507297551, 22.7377752320822815 ] ] } },
1567
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0034731254393019612 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.80700668953088, 22.7255725345598592 ], [ 113.807013545619483, 22.7256530931092229 ], [ 113.807301205597014, 22.7290331501992959 ] ] } },
1568
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0034520496885102779 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.292211692301635, 22.736596382712964 ], [ 114.292424178439589, 22.7362207676513215 ], [ 114.292736635741306, 22.7358799770530062 ], [ 114.292974637411163, 22.7356633169146036 ], [ 114.293310468016756, 22.7354318776775344 ], [ 114.293751687947335, 22.7352568053332398 ], [ 114.294242635028738, 22.7351563345232499 ], [ 114.295084734905714, 22.7350227040320121 ] ] } },
1569
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0037542761269831392 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.28065752531586, 22.7360758967523964 ], [ 114.281810102259243, 22.7362790231453324 ], [ 114.28271954244515, 22.7364924625121994 ], [ 114.282857333137713, 22.7364773351915943 ], [ 114.283046642230204, 22.7364385100754269 ], [ 114.283140212901003, 22.7364269775979899 ], [ 114.283558375886642, 22.7364551480872485 ], [ 114.284320641630188, 22.7364402660883371 ], [ 114.284362751211532, 22.7364394442326123 ] ] } },
1570
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0052257203793906991 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.370359080412399, 22.7338267307969026 ], [ 114.370228291340169, 22.7339934219787381 ], [ 114.367180862538589, 22.7378772234401403 ], [ 114.367133223357158, 22.737937934968695 ] ] } },
1571
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0030418700900463323 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.058999226408417, 22.7336483549020514 ], [ 114.059069488691165, 22.7336368413110641 ], [ 114.059236287961227, 22.7336095084795211 ], [ 114.0599327682162, 22.7333600195367111 ], [ 114.060612104781299, 22.7330235129348601 ], [ 114.061305300112991, 22.7324356381207267 ], [ 114.06158282136056, 22.7321548271186344 ] ] } },
1572
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0062017815945516128 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.037574319257487, 22.7303630569648831 ], [ 114.038029347082627, 22.7307371569655281 ], [ 114.038524240743143, 22.7311276087380989 ], [ 114.039230178348433, 22.7316276197565621 ], [ 114.03956302371553, 22.7318407189787877 ], [ 114.039652761670084, 22.7318981721169351 ], [ 114.039700504217151, 22.7319259088870353 ], [ 114.040320711033672, 22.7322862266358889 ], [ 114.04110055706505, 22.7326833594105082 ], [ 114.04200200349257, 22.7330744739343658 ], [ 114.042781379519383, 22.7333588125283228 ], [ 114.042930465296564, 22.7334033447602337 ] ] } },
1573
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0039603421298728195 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.017752114150312, 22.7330736565941223 ], [ 114.017836541436694, 22.7330374046155264 ], [ 114.019255974720465, 22.7324279119075392 ], [ 114.021194740363839, 22.7314679814999288 ], [ 114.021338403882552, 22.731396848732917 ] ] } },
1574
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0036388005975911894 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.934640857514012, 22.7317710913855713 ], [ 113.936734432160449, 22.7294868825674889 ], [ 113.937099498772483, 22.7290885640416462 ] ] } },
1575
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0031715693574283256 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.800881408123985, 22.7265392653993565 ], [ 113.801027936301566, 22.727261829669402 ], [ 113.801167845677881, 22.7280098022319486 ], [ 113.801481849002286, 22.7293810267399365 ], [ 113.801613697409266, 22.7296127810476136 ] ] } },
1576
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0031921526450960475 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.22400022035761, 22.7360822922921422 ], [ 114.224012492170374, 22.7361051573427062 ], [ 114.224048179461548, 22.7361716464088488 ], [ 114.224121015108793, 22.7362451204255436 ], [ 114.224212994276428, 22.7362969266478636 ], [ 114.224316869480958, 22.7363229877180402 ], [ 114.227091235186009, 22.7363608445539676 ] ] } },
1577
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0038481535945461272 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.055162839811317, 22.7338899394184111 ], [ 114.055224773481854, 22.7338873913504038 ], [ 114.058317147580922, 22.73376012378084 ], [ 114.058935718580855, 22.7336587617663106 ], [ 114.058999226408417, 22.7336483549020514 ] ] } },
1578
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0056540103629071931 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.284362751211532, 22.7364394442326123 ], [ 114.284429212818381, 22.7364381462085205 ], [ 114.285359113133097, 22.7364199856571183 ], [ 114.285594469190627, 22.7364399477456125 ], [ 114.286879292317266, 22.7366413780752552 ], [ 114.288291902293537, 22.7366021623408976 ], [ 114.28858052769354, 22.7366870532786933 ], [ 114.28896127610335, 22.7368808200700414 ], [ 114.289529989199963, 22.7372412473841621 ], [ 114.289736091427102, 22.7374677134460725 ] ] } },
1579
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.003003557190475163 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.835462456416678, 22.7282864723821447 ], [ 113.833665292849204, 22.7301857724321152 ], [ 113.833375545330526, 22.7304449725372564 ] ] } },
1580
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0030037986872817842 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.799140732508661, 22.7269605857992474 ], [ 113.799731885174197, 22.7298377499243358 ], [ 113.799745276775553, 22.7299029203796437 ] ] } },
1581
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0046288221922875751 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.369397621459854, 22.7386456400084462 ], [ 114.369435120173179, 22.7385730569402078 ], [ 114.369598628444137, 22.7382565595231618 ], [ 114.371822031098418, 22.7348798131317409 ], [ 114.371903352199695, 22.7347563051964379 ] ] } },
1582
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.004739139677090224 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.036476956238431, 22.7294608513725791 ], [ 114.036409509589234, 22.7296480938595629 ], [ 114.035540691546061, 22.7320600181565098 ], [ 114.035250701172941, 22.7328307003378853 ], [ 114.035030484739593, 22.7332742251297688 ], [ 114.034787937923852, 22.7336725421523731 ], [ 114.034653657375955, 22.7338090887804398 ] ] } },
1583
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0051227048286533843 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.050043847404339, 22.7340849304399093 ], [ 114.055099054438685, 22.7338923711904322 ], [ 114.055162839811317, 22.7338899394184111 ] ] } },
1584
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0047636102771350837 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.23888457551098, 22.7321514325580765 ], [ 114.238881514141596, 22.7323668523558347 ], [ 114.238816891156191, 22.7369145619601127 ] ] } },
1585
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0043982778609787752 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.375087300312302, 22.736624004612441 ], [ 114.378695069094789, 22.7388558585007345 ], [ 114.378827712400778, 22.7389379116007504 ] ] } },
1586
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.004991948041930299 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.042930465296564, 22.7334033447602337 ], [ 114.043740562612456, 22.733645316211593 ], [ 114.044520404044079, 22.733829588462946 ], [ 114.045133373420356, 22.7339451091238303 ], [ 114.045791512078296, 22.7340412480889995 ], [ 114.046674201248877, 22.7341258626298526 ], [ 114.047550277790222, 22.7341604531805856 ], [ 114.047759028742092, 22.7341576934029739 ], [ 114.047843042147164, 22.7341565829312771 ] ] } },
1587
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0031387236094822515 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.01476257345287, 22.734022788058958 ], [ 114.016051705763431, 22.7336669632976935 ], [ 114.017601172595704, 22.7331384672181969 ], [ 114.01768368537239, 22.7331030386978519 ], [ 114.017752114150312, 22.7330736565941223 ] ] } },
1588
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0048778947246703487 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.97722268412339, 22.732464580134522 ], [ 113.977527057679424, 22.7324520621867414 ], [ 113.977813299210027, 22.7324514068910801 ], [ 113.978805491600298, 22.7325193138708137 ], [ 113.979327937047415, 22.7326309951384644 ], [ 113.979986856449685, 22.7328034758176827 ], [ 113.980918232812996, 22.7331335695215451 ], [ 113.981927963082853, 22.7335414427662279 ] ] } },
1589
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0048769615722468723 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.818973010281624, 22.7310407315888305 ], [ 113.818935699452283, 22.7309337482568488 ], [ 113.818779755307446, 22.730486595749241 ], [ 113.818558416101496, 22.7299415765965875 ], [ 113.818309490719798, 22.7294068963076334 ], [ 113.81803353601471, 22.7288837563700881 ], [ 113.817748420622195, 22.7284009608235422 ], [ 113.817440283523283, 22.7279304941413649 ], [ 113.817174931103864, 22.7275600272863834 ], [ 113.816605635141428, 22.7268097541063767 ] ] } },
1590
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0035902228398009498 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.973838771197563, 22.7335931019413948 ], [ 113.973990319620611, 22.7335098049617876 ], [ 113.975153350880618, 22.7329682843906546 ], [ 113.975938538544426, 22.7327089685830224 ], [ 113.977132781996872, 22.7324887187882752 ], [ 113.97722268412339, 22.732464580134522 ] ] } },
1591
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0040041620989592309 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.827886993426091, 22.7315593212612974 ], [ 113.826522624079217, 22.7311159268415004 ], [ 113.825506515883504, 22.7307857012361403 ], [ 113.824446434157352, 22.7304070416845647 ], [ 113.824092862831762, 22.730280744433621 ] ] } },
1592
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0030916810515914796 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.844626437989547, 22.7288451295128908 ], [ 113.844637674674061, 22.7308885112244425 ], [ 113.844612431185553, 22.7312104798053802 ], [ 113.844549973060779, 22.7314966551577662 ], [ 113.844446740386743, 22.7318275778512842 ], [ 113.844421204261991, 22.7319094363440861 ] ] } },
1593
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0033969073142243317 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.369397621459854, 22.7386456400084462 ], [ 114.369559705322345, 22.7386923553965339 ], [ 114.370625736773619, 22.7389995985603797 ], [ 114.371696820363212, 22.7393521176828521 ], [ 114.371933703993136, 22.7394233523021541 ], [ 114.372041975907294, 22.7395097700954238 ], [ 114.372378305646862, 22.7399745364993322 ], [ 114.37239989579308, 22.7399976245545439 ] ] } },
1594
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.003209378491919765 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.792341481377804, 22.731148732598573 ], [ 113.795325480142566, 22.7309236852580625 ], [ 113.79554177114899, 22.730907370454176 ] ] } },
1595
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0030636223115602873 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.266762947549196, 22.7370462791299879 ], [ 114.266787998075898, 22.737124494284469 ], [ 114.266827564489816, 22.7372480305700968 ], [ 114.267034132178793, 22.737506299299298 ], [ 114.267171144213975, 22.7376592526644039 ], [ 114.267397479171407, 22.7378350453141884 ], [ 114.268122888292297, 22.7381874884160133 ], [ 114.269270049559694, 22.7386104015016954 ] ] } },
1596
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0071763231973366133 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.027603594553298, 22.7304933359276937 ], [ 114.027518088939232, 22.7305454768120434 ], [ 114.027431903939942, 22.7305980314912226 ], [ 114.026506291610289, 22.7310257172140453 ], [ 114.024965291809636, 22.7318577520455669 ], [ 114.023942546879155, 22.7326393227919716 ], [ 114.023285537594106, 22.733334125718482 ], [ 114.022769356796985, 22.7339550660403695 ], [ 114.022375116569179, 22.7346565467928343 ], [ 114.022256827234955, 22.7348523172402217 ], [ 114.022194772039725, 22.7349550188272893 ] ] } },
1597
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.016684667040771338 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.953390615430564, 22.7302585903841923 ], [ 113.954450041440026, 22.7305623803638568 ], [ 113.956346720850476, 22.7311332699356399 ], [ 113.957481146835107, 22.7314483307311974 ], [ 113.958627296127204, 22.7317967924247029 ], [ 113.958838767696932, 22.731896538995418 ], [ 113.959333521885995, 22.7321614540532515 ], [ 113.960300440044747, 22.7326962241160508 ], [ 113.961188262586134, 22.7332585185101372 ], [ 113.961499396877585, 22.7334673347288074 ], [ 113.961663390397092, 22.7335544752567209 ], [ 113.961819193823743, 22.733612885898598 ], [ 113.962014017525945, 22.7336412270864123 ], [ 113.96276583448504, 22.7335734520470218 ], [ 113.963308556955099, 22.7335372482194877 ], [ 113.963457299658501, 22.733513610445975 ], [ 113.963562068340408, 22.7334836905223305 ], [ 113.963703802932969, 22.7334060293941711 ], [ 113.963921329564897, 22.7332403548572124 ], [ 113.964017780071785, 22.7331192106710596 ], [ 113.964268180442801, 22.7326947068078411 ], [ 113.964413912732155, 22.7325528819693545 ], [ 113.96481014352905, 22.7323014033489628 ], [ 113.964959973831782, 22.7322088110703611 ], [ 113.965255382212661, 22.731932811531717 ], [ 113.96532965358206, 22.7319030360667078 ], [ 113.965422149390875, 22.7318981094987045 ], [ 113.965507903093823, 22.7319189137328088 ], [ 113.965585221611164, 22.7319797048776167 ], [ 113.965779568649936, 22.7321968925891937 ], [ 113.96596446813075, 22.7324403554750063 ], [ 113.966003274494057, 22.7325140325154642 ], [ 113.9660823431702, 22.7328472692781496 ], [ 113.966119648927332, 22.7328947996152699 ], [ 113.966192467214057, 22.7329704219865363 ], [ 113.966240746882789, 22.7330094373212006 ], [ 113.966297635009482, 22.7330389171022773 ], [ 113.966518297453703, 22.7330758036354013 ], [ 113.966634894877089, 22.7331061667425445 ], [ 113.966732272782849, 22.7331669899620046 ], [ 113.966827109436693, 22.7332859729128032 ], [ 113.966862620046584, 22.7333603139791265 ], [ 113.966904763138388, 22.7335794887281892 ], [ 113.966949511466467, 22.7337115814428543 ], [ 113.96695367144423, 22.7338368982370191 ], [ 113.966919413304169, 22.7340494308992831 ], [ 113.966919046343449, 22.7341714282960119 ], [ 113.966926565209661, 22.7342794070574996 ], [ 113.966941401721385, 22.7343194231002173 ], [ 113.966981113697656, 22.7344265380153097 ] ] } },
1598
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0034535355729231111 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.365049459760712, 22.7372939117578028 ], [ 114.365089484631369, 22.7373894923768525 ], [ 114.365663283568239, 22.7387597251706772 ], [ 114.366536380812335, 22.7404070397843654 ] ] } },
1599
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0054253031122703192 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.981927963082853, 22.7335414427662279 ], [ 113.982165214561292, 22.7336372791488657 ], [ 113.983111229294821, 22.7340957376298931 ], [ 113.984250782170065, 22.7344928621952356 ], [ 113.984889563859113, 22.7346450828504345 ], [ 113.985829990097741, 22.7348056576422834 ], [ 113.98712217069496, 22.7349543107018555 ] ] } },
1600
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0062667808243681757 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.886626587381997, 22.7273861798791437 ], [ 113.886959393666118, 22.7283673421351864 ], [ 113.887266264832604, 22.7295235746599538 ], [ 113.88738901721203, 22.7306931187752532 ], [ 113.887199838829034, 22.7320514760587038 ], [ 113.886666180054732, 22.7333593306361124 ], [ 113.886638044651562, 22.7334282826485534 ] ] } },
1601
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.005801052481671517 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.002235015403855, 22.7346266360063787 ], [ 114.003714383940149, 22.7345252211274591 ], [ 114.003892287310592, 22.7345257123276028 ], [ 114.004438627577429, 22.7345665255587868 ], [ 114.005289125616642, 22.7347098843707869 ], [ 114.005922571989544, 22.7348852446030634 ], [ 114.006923120644387, 22.7351786049160722 ], [ 114.007928742901342, 22.7354014141569323 ] ] } },
1602
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0050330772470049603 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.007928742901342, 22.7354014141569323 ], [ 114.008341318768714, 22.7354385889591981 ], [ 114.008884834152212, 22.7354421193680629 ], [ 114.009729170729159, 22.7353445056308132 ], [ 114.010892104996003, 22.735065348235274 ], [ 114.012851637404722, 22.734537536627748 ] ] } },
1603
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0071840934972920451 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.966981113697656, 22.7344265380153097 ], [ 113.967029486833383, 22.734436749656119 ], [ 113.96742731199339, 22.7345207293843607 ], [ 113.969083909146889, 22.7348322770869977 ], [ 113.969417078404348, 22.7348869294970051 ], [ 113.9697937558456, 22.7349164471567384 ], [ 113.970143072186232, 22.7349196922078676 ], [ 113.97029680352729, 22.7349136625246402 ], [ 113.970923756159934, 22.7348546404266862 ], [ 113.971461001581787, 22.7347402262116027 ], [ 113.972130641953441, 22.7344921660861843 ], [ 113.972337213701991, 22.7343972081905008 ], [ 113.973838771197563, 22.7335931019413948 ] ] } },
1604
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.014290475865369143 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.98712217069496, 22.7349543107018555 ], [ 113.989693383066665, 22.7352500740608328 ], [ 113.993090063163621, 22.7355671861047099 ], [ 113.994586596157873, 22.7355438866636028 ], [ 113.996304518413453, 22.735351932436668 ], [ 113.999053382434923, 22.7350290651064739 ], [ 114.001332240686239, 22.7347348649878143 ] ] } },
1605
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0055415571288239202 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.276519925185355, 22.7347762970858014 ], [ 114.276849021396814, 22.7367740947660906 ], [ 114.277285782720355, 22.7402637032879049 ] ] } },
1606
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0057811422010550142 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.378827712400778, 22.7389379116007504 ], [ 114.379002173152927, 22.7390458335477952 ], [ 114.380781127814814, 22.7401462738979312 ], [ 114.383702003165453, 22.7418631371607347 ], [ 114.383784858106424, 22.741911836665885 ] ] } },
1607
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0091986329968625196 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.846623525643338, 22.7340185900247072 ], [ 113.846638746380606, 22.7339543285567558 ], [ 113.846822994753197, 22.7331764042377067 ], [ 113.846923992615459, 22.7327499726506979 ], [ 113.847194391417986, 22.7314756459487519 ], [ 113.847482048155186, 22.7298286081567191 ], [ 113.847859087678046, 22.726519245633952 ], [ 113.847979678092315, 22.7249343469747558 ] ] } },
1608
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.003401952540951261 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.055135844382605, 22.7340846667353098 ], [ 114.054698742841509, 22.7358695938156679 ], [ 114.054688033201344, 22.7360575756953551 ], [ 114.054754134181593, 22.7363047129070459 ], [ 114.055007832594256, 22.7373957795044355 ] ] } },
1609
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0036957864469820056 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.24737023318707, 22.7366609800320099 ], [ 114.247357453934455, 22.7390674400158872 ], [ 114.247527806076945, 22.7403454288188023 ] ] } },
1610
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0088815264795920664 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.269270049559694, 22.7386104015016954 ], [ 114.269911968621301, 22.7388470468220838 ], [ 114.270122144985194, 22.7389755876696249 ], [ 114.271693671615324, 22.7403724477478519 ], [ 114.272233547522021, 22.7406884420107502 ], [ 114.272553950480116, 22.7407966384500106 ], [ 114.276703477622831, 22.7407032048365849 ], [ 114.276988331715657, 22.7405390591849397 ], [ 114.277154964962989, 22.7403848042691408 ], [ 114.277285782720355, 22.7402637032879049 ] ] } },
1611
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0043384288520781104 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.022194772039725, 22.7349550188272893 ], [ 114.022391521862133, 22.7350726595474377 ], [ 114.025918386744792, 22.7371813742419882 ] ] } },
1612
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.01436969159880006 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.917438059163146, 22.7357059286561807 ], [ 113.918021703340258, 22.7353508508639486 ], [ 113.922346183486923, 22.7326280344687177 ], [ 113.923615623737234, 22.7318449085577612 ], [ 113.926169837801197, 22.7302321557561058 ], [ 113.927279550558822, 22.729544521952878 ], [ 113.928511439320033, 22.7287647751528574 ], [ 113.929595877541018, 22.7281028052339629 ], [ 113.929621479864494, 22.7280871763620276 ] ] } },
1613
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0037469162928334475 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.780139535966512, 22.7299380995063878 ], [ 113.780509608350471, 22.733666695507047 ] ] } },
1614
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0032432978318701891 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.79554177114899, 22.730907370454176 ], [ 113.795550916008253, 22.7310232695777508 ], [ 113.795774400191419, 22.7338555159213378 ], [ 113.795796897534132, 22.7341406182568981 ] ] } },
1615
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0031749317210381643 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.912299871937151, 22.7363677097393868 ], [ 113.912781708879322, 22.7361492073483369 ], [ 113.91405149479985, 22.7355543499467068 ], [ 113.915115880983308, 22.7350435044321806 ], [ 113.915172698001939, 22.7350162347509368 ] ] } },
1616
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0042820272543158166 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.793848298050861, 22.7342575105524247 ], [ 113.791997301424502, 22.7343826656762324 ], [ 113.789924864521609, 22.7345401319610261 ], [ 113.789576973820473, 22.7345588471022317 ] ] } },
1617
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0075391816506939456 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.787984909098796, 22.7346460517663971 ], [ 113.78081163651575, 22.7337062726506005 ], [ 113.780509608350471, 22.733666695507047 ] ] } },
1618
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.013647205221803869 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.954155988692847, 22.7374704701557491 ], [ 113.954952550291409, 22.7370512514631429 ], [ 113.957453544954191, 22.7357081137844794 ], [ 113.958706652157474, 22.7350569307108508 ], [ 113.959397243645327, 22.7347378099410022 ], [ 113.960076054136081, 22.7344658777017159 ], [ 113.960707371357202, 22.7342817797624122 ], [ 113.961073707957368, 22.7341874090089 ], [ 113.961480306454831, 22.73410621008329 ], [ 113.962204971518162, 22.7339959752595213 ], [ 113.962573025168695, 22.7339682438503843 ], [ 113.963794640176857, 22.7339325959014964 ], [ 113.964583594647976, 22.7339848667257094 ], [ 113.964778203685924, 22.7340140193320934 ], [ 113.965397938243669, 22.7341068538243221 ], [ 113.966931266652708, 22.7344164734223 ], [ 113.966981113697656, 22.7344265380153097 ] ] } },
1619
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0032327980852657574 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.800150799375288, 22.7318938546732525 ], [ 113.800791929277295, 22.734989879820624 ], [ 113.800806344723441, 22.7350594894842502 ] ] } },
1620
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.014226385880573188 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.277482134932328, 22.741877132346918 ], [ 114.277662228498741, 22.7418444466195098 ], [ 114.278082467633538, 22.7417681755201606 ], [ 114.281378361641757, 22.7402104484444969 ], [ 114.281690180481121, 22.7400712743892228 ], [ 114.282284049032839, 22.7399672748308532 ], [ 114.28598212731147, 22.739768519806681 ], [ 114.286828091677435, 22.739754376624866 ], [ 114.287339892991596, 22.7397781990949497 ], [ 114.287564563504915, 22.7397951742959705 ], [ 114.287683534858871, 22.7398313893831343 ], [ 114.28779889029893, 22.7398765567127157 ], [ 114.287909852015659, 22.7399303709721536 ], [ 114.288015667531965, 22.7399924657950123 ], [ 114.288115619304406, 22.7400624220231506 ], [ 114.288209029619168, 22.7401397659689017 ], [ 114.288295266388261, 22.7402239722052926 ], [ 114.288373746925373, 22.7403144708433089 ], [ 114.288444229619998, 22.7404110914326267 ], [ 114.288505868005785, 22.7405127808375873 ], [ 114.288558708661441, 22.7406199063817169 ], [ 114.288599877678365, 22.7407265341281288 ], [ 114.28862960345387, 22.740833643543688 ], [ 114.288648700426279, 22.7409428174535648 ], [ 114.288657011975644, 22.7410531496595709 ], [ 114.288654465371607, 22.7411637243002858 ], [ 114.288635905111079, 22.7413016696821515 ], [ 114.288600471552925, 22.7414367423510058 ], [ 114.288548628682648, 22.7415671742029879 ], [ 114.288481054693648, 22.7416912570283287 ], [ 114.288445697862542, 22.7417446513293449 ], [ 114.288141467362124, 22.7420949351852677 ], [ 114.287930978356329, 22.74236503157206 ], [ 114.28769333522699, 22.7427052440469808 ] ] } },
1621
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0076000203626212584 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.945286601821579, 22.7375915941091549 ], [ 113.945093001101696, 22.737213774836956 ], [ 113.944965730368295, 22.736933036139046 ], [ 113.944862548230915, 22.7367810982307006 ], [ 113.944612426982914, 22.7364546574373527 ], [ 113.944451020671679, 22.7362662594731901 ], [ 113.944130077369223, 22.7359468693478313 ], [ 113.943988669888299, 22.7357915804673603 ], [ 113.943808861721394, 22.7354853999238777 ], [ 113.943695479480311, 22.7350928664259087 ], [ 113.943664767092812, 22.7348464739134855 ], [ 113.943669714503756, 22.7347399987375844 ], [ 113.943689384808565, 22.7346337626660109 ], [ 113.943739116216591, 22.7344952268602327 ], [ 113.943957217498763, 22.7340178930464347 ], [ 113.944056167657209, 22.7337681349904344 ], [ 113.944091380992859, 22.7336184343131578 ], [ 113.944076640790456, 22.7334624624063508 ], [ 113.944005834835849, 22.7331553140991005 ], [ 113.943863419364277, 22.7327404520079739 ], [ 113.943643762470472, 22.7322041255727498 ], [ 113.94348244943177, 22.7318545304016482 ], [ 113.94337105611973, 22.7316696723982083 ], [ 113.943290356569307, 22.7315754723097108 ], [ 113.943067690216949, 22.7313560264365293 ], [ 113.942960491218415, 22.7312613982256906 ], [ 113.942842181996312, 22.7311310719996484 ], [ 113.942756809183734, 22.7309570326132331 ] ] } },
1622
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0048011352661595534 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.836335995109309, 22.7342323271443689 ], [ 113.836242400165489, 22.7342701330201429 ], [ 113.833893192334131, 22.7352190199792297 ], [ 113.832152431024539, 22.7357769113630042 ], [ 113.831813839326614, 22.7357805533008346 ] ] } },
1623
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0030160924984269292 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.807607367896736, 22.7326527030777115 ], [ 113.807537498931438, 22.7326485299986416 ], [ 113.807545239970906, 22.732692428933774 ], [ 113.807978986436922, 22.7351522419089207 ], [ 113.80784774146241, 22.7354024525260847 ], [ 113.807929697350289, 22.7354917661449178 ] ] } },
1624
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0041417083552786589 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.812024982476245, 22.7354431649742565 ], [ 113.810834547022594, 22.7354950476186026 ], [ 113.81077060097347, 22.7354978344054501 ], [ 113.81070466370565, 22.7354998367687102 ], [ 113.808728197160775, 22.7355598472734819 ], [ 113.808043235185934, 22.7355818667693264 ], [ 113.807885841222657, 22.7355869257690948 ] ] } },
1625
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0032728857235113833 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.839815834310883, 22.7364470969198997 ], [ 113.83978256492216, 22.7363366888052454 ], [ 113.839465310151041, 22.735283835767806 ], [ 113.839263457614464, 22.7346608519068667 ], [ 113.839240518725646, 22.7345900547783693 ], [ 113.838793673927157, 22.7333387771156445 ] ] } },
1626
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0057813269667149258 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.383784858106424, 22.741911836665885 ], [ 114.383864540862177, 22.7419586729221557 ], [ 114.386561364228385, 22.7435437488592207 ], [ 114.388816912213883, 22.7447561587577489 ] ] } },
1627
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0041616727471200723 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.886638044651562, 22.7334282826485534 ], [ 113.886609679160813, 22.7334970971843404 ], [ 113.885964503308927, 22.7350622469416379 ], [ 113.885091491957681, 22.7372917472390057 ] ] } },
1628
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.012396418959944082 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.353803035067003, 22.735082765400275 ], [ 114.353802826219081, 22.7351325212085307 ], [ 114.35379786708485, 22.7363100677989749 ], [ 114.35393445177121, 22.7369144230002469 ], [ 114.354139559020282, 22.7374687589757443 ], [ 114.354475526255698, 22.7380839258911678 ], [ 114.355770824121493, 22.7402988560736077 ], [ 114.356074132981405, 22.7407578176389613 ], [ 114.360739671272469, 22.7447516740514608 ] ] } },
1629
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.003746634377235057 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.818243688591963, 22.7329793385679437 ], [ 113.81807703473163, 22.7350119023954278 ], [ 113.817944455737077, 22.7360067054388111 ], [ 113.817798492339875, 22.7364743336087756 ], [ 113.81773052807425, 22.736634209933527 ], [ 113.81771486022312, 22.7366710675028116 ] ] } },
1630
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.003450406092175045 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.951112143336104, 22.7390950998812897 ], [ 113.952060605032571, 22.7385732104888767 ], [ 113.954155988692847, 22.7374704701557491 ] ] } },
1631
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0030365735263515152 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.770991939028562, 22.7333371088627203 ], [ 113.77090564395597, 22.7334787506067144 ], [ 113.770861883725829, 22.7336818424220191 ], [ 113.770682129781292, 22.7358141624657648 ], [ 113.770668648733832, 22.7361205276854044 ], [ 113.770677154658372, 22.7361692582602153 ], [ 113.770715334004748, 22.7362105758060942 ], [ 113.770807607276126, 22.7362717193874033 ] ] } },
1632
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.007012637000667352 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.824092862831762, 22.730280744433621 ], [ 113.824121137756066, 22.7306210625787806 ], [ 113.824673541416075, 22.7372692986535405 ] ] } },
1633
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.012052837631807324 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.350776480036501, 22.7359739974353126 ], [ 114.352872212503073, 22.7405775108292936 ], [ 114.353258309977406, 22.7412789135265392 ], [ 114.353911073839583, 22.7422614191091199 ], [ 114.354549806357255, 22.7430866079963252 ], [ 114.355086029006273, 22.7437115071272657 ], [ 114.355505937632472, 22.7441125759789173 ], [ 114.356692873665537, 22.7451427163236879 ], [ 114.357495337712862, 22.7457314459240507 ] ] } },
1634
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0039907375059759507 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.902541451522026, 22.7350575068992207 ], [ 113.902528987459874, 22.7360767462419417 ], [ 113.902486077911774, 22.7375279681626559 ], [ 113.90244305763899, 22.7382946904962964 ], [ 113.90238580728807, 22.7390441445139793 ] ] } },
1635
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0031734198016719708 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.248145106032268, 22.7418563148672632 ], [ 114.248611704653769, 22.742600567882409 ], [ 114.250005525867621, 22.7443801036152671 ], [ 114.250026848949005, 22.7444073266699576 ] ] } },
1636
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0085430243668976735 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.250026848949005, 22.7444073266699576 ], [ 114.250289849864799, 22.7443602002252305 ], [ 114.25054515901887, 22.7442575814130592 ], [ 114.25175636511662, 22.743497203779139 ], [ 114.251996052146609, 22.7433650578098714 ], [ 114.25229730523435, 22.743265983521237 ], [ 114.252656584281752, 22.7431931541115233 ], [ 114.253216663399542, 22.7431299613402018 ], [ 114.254459282550627, 22.743014241069897 ], [ 114.25471409048879, 22.7430353986113118 ], [ 114.255118861613838, 22.7431317339117598 ], [ 114.25570203606982, 22.7432978108642523 ], [ 114.256053462613224, 22.7433816987087631 ], [ 114.256415325671213, 22.743405836409476 ], [ 114.257002124188006, 22.743352821720336 ], [ 114.257960793702708, 22.743212644986837 ], [ 114.258199639441145, 22.7431777200905749 ] ] } },
1637
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.008884576587292593 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.885428409556965, 22.7385914075269007 ], [ 113.888694218489348, 22.7385729387134639 ], [ 113.891367544233049, 22.7386694059958003 ], [ 113.894255923725325, 22.7392371539085225 ] ] } },
1638
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0043257200628918245 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.258736471091353, 22.7448729600056438 ], [ 114.259007810575582, 22.7448400731643119 ], [ 114.263030757345945, 22.7443524221819722 ] ] } },
1639
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0053349770550924326 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.775534673789849, 22.7368253161200862 ], [ 113.778424538844618, 22.7371991970315328 ], [ 113.780603115551685, 22.7374624336908333 ], [ 113.78082808368795, 22.7374896143518228 ] ] } },
1640
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0038361614974248438 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.780509608350471, 22.733666695507047 ], [ 113.78081186171616, 22.7372948885437793 ], [ 113.78082808368795, 22.7374896143518228 ] ] } },
1641
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0050183506949443134 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.845163553949817, 22.7388160631517771 ], [ 113.845176487211162, 22.7387844007730671 ], [ 113.845243883596865, 22.7386194071058476 ], [ 113.845268282640575, 22.7385596766334608 ], [ 113.845364422620534, 22.7383243130686807 ], [ 113.845619481603464, 22.7375476202430811 ], [ 113.845863043011263, 22.7367677580121139 ], [ 113.84626103037948, 22.7353974088860831 ], [ 113.846539666284627, 22.7343375670538705 ], [ 113.846561640521259, 22.7342539839461892 ], [ 113.846612525935257, 22.7340604301431384 ], [ 113.846623525643338, 22.7340185900247072 ] ] } },
1642
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0077639831562589809 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.90541906264275, 22.7398683795461167 ], [ 113.905630534933792, 22.7397285213093063 ], [ 113.90577655854581, 22.7396335172541946 ], [ 113.907831792458282, 22.7383662725426987 ], [ 113.90823833249955, 22.738078879114056 ], [ 113.908463312030307, 22.737885624045532 ], [ 113.908599972634988, 22.7378158108243404 ], [ 113.909039420655731, 22.7376238544978904 ], [ 113.909497049856654, 22.7374404787148023 ], [ 113.910310273522725, 22.7371197510841334 ], [ 113.910340083338042, 22.7371079946759593 ], [ 113.910376424511981, 22.7370936313252798 ], [ 113.910865318969215, 22.7369004111902875 ], [ 113.912299871937151, 22.7363677097393868 ] ] } },
1643
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0030639160827191816 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.360739671272469, 22.7447516740514608 ], [ 114.363080153340206, 22.746728976621263 ] ] } },
1644
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0042938849990321309 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.082499417541669, 22.7408979537066465 ], [ 114.082668812293093, 22.7412091338176054 ], [ 114.082927579994532, 22.7415714849926793 ], [ 114.083169121628359, 22.7418306122531106 ], [ 114.083443640031845, 22.7420698095087666 ], [ 114.083539561762649, 22.7421351604740885 ], [ 114.083874376484758, 22.7423632697908324 ], [ 114.084207185334932, 22.7425301180354715 ], [ 114.08455503748273, 22.7426561130962952 ], [ 114.084940053411003, 22.7427541539538574 ], [ 114.085315148709029, 22.7428114508996053 ], [ 114.085730005683359, 22.7428276672063987 ], [ 114.085961498569858, 22.7428125900620053 ], [ 114.086049913550923, 22.7428068313237013 ] ] } },
1645
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.003726746611293632 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.78082808368795, 22.7374896143518228 ], [ 113.781048566022477, 22.7375169966305783 ], [ 113.781731492344448, 22.7376018058501046 ], [ 113.782814134686745, 22.7377216217957852 ], [ 113.784527200477157, 22.7379417108031951 ] ] } },
1646
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0080789831869724129 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.894255923725325, 22.7392371539085225 ], [ 113.89594529002882, 22.7394712122341716 ], [ 113.902051412433352, 22.7399714467160443 ], [ 113.902297489643217, 22.7399916013227532 ] ] } },
1647
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0031418837215890852 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.902297489643217, 22.7399916013227532 ], [ 113.902755969662621, 22.7399241293487933 ], [ 113.903762705422125, 22.7397759702272211 ], [ 113.904131509842031, 22.7397630372098902 ], [ 113.905251792160868, 22.7398546815979756 ], [ 113.90541906264275, 22.7398683795461167 ] ] } },
1648
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0070378977718748934 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.784527200477157, 22.7379417108031951 ], [ 113.787667280563866, 22.7383242605570004 ], [ 113.78826880205925, 22.7383907362521285 ], [ 113.788600742096861, 22.7384062591622573 ], [ 113.79152968720247, 22.7381873474976111 ] ] } },
1649
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0034863670705898662 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.910612457415311, 22.7403186996439572 ], [ 113.914085458439686, 22.7406236901939494 ] ] } },
1650
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0030531815332894138 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.943499108068835, 22.7414543302846006 ], [ 113.943542358105532, 22.7413576933335158 ], [ 113.944049659914299, 22.7402241440458184 ], [ 113.944273914982546, 22.7397332494665356 ], [ 113.944365592391009, 22.7395571409939734 ], [ 113.944458827720027, 22.7394548267549688 ], [ 113.944623093984404, 22.7393345352835716 ], [ 113.945133320801119, 22.7391433378244656 ], [ 113.945206327040196, 22.7391099340560991 ] ] } },
1651
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0057288152259182407 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.943499108068835, 22.7414543302846006 ], [ 113.945105726475319, 22.7412208639477278 ], [ 113.945911686084841, 22.7410774299176133 ], [ 113.946679538369438, 22.7409152887198083 ], [ 113.947574297802788, 22.740657256700711 ], [ 113.948945586300297, 22.7401878559214694 ], [ 113.949060338235327, 22.740148574781049 ] ] } },
1652
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0085330045665232834 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.820063093868015, 22.7394897264820841 ], [ 113.819377504450387, 22.7327282129584844 ], [ 113.819300461058248, 22.7323016507393838 ], [ 113.819207283729838, 22.7318778666243766 ], [ 113.81909808784539, 22.7314573863729237 ], [ 113.819004034934423, 22.7311440823675888 ], [ 113.818973010281624, 22.7310407315888305 ] ] } },
1653
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0061128792869184507 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.251806811326801, 22.7464876787440176 ], [ 114.251942472114365, 22.7464115839678627 ], [ 114.253495678850214, 22.7455403366712687 ], [ 114.253682598448776, 22.7454798815093717 ], [ 114.257633996545906, 22.7450035551002792 ] ] } },
1654
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.008993221334877656 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.388816912213883, 22.7447561587577489 ], [ 114.389848903057754, 22.7453108595162057 ], [ 114.396804360591219, 22.7488884323210137 ] ] } },
1655
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0030841313064544702 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.824673541416075, 22.7372692986535405 ], [ 113.824927576941747, 22.7403429498808514 ] ] } },
1656
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0051479529795524356 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.357495337712862, 22.7457314459240507 ], [ 114.361785862711315, 22.7485762332829466 ] ] } },
1657
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0099951356620392642 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.020033651796965, 22.7350609119590139 ], [ 114.019003386647867, 22.736162691923635 ], [ 114.01783613259353, 22.737512994659653 ], [ 114.017594302092789, 22.737846066467494 ], [ 114.017402693321685, 22.7382472925083228 ], [ 114.017319597425157, 22.7385834619914107 ], [ 114.016951801511667, 22.7414447488499043 ], [ 114.016888358178051, 22.7418083247661471 ], [ 114.016841144642385, 22.7419520018699153 ], [ 114.016719836625256, 22.742157770056199 ], [ 114.015675748634294, 22.7436914017256235 ] ] } },
1658
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0049673232076178284 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.917260973116939, 22.7408949418140907 ], [ 113.917362489934362, 22.7409037385453985 ], [ 113.918398982432507, 22.7410857127134101 ], [ 113.919687327390562, 22.7414696113588803 ], [ 113.92067555501373, 22.7418971571902411 ], [ 113.921751680103299, 22.74252941265852 ], [ 113.921875742347169, 22.7426023023544523 ] ] } },
1659
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.01509965334574416 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.921875742347169, 22.7426023023544523 ], [ 113.922157006746517, 22.7425467113225217 ], [ 113.922342009935207, 22.742510145044335 ], [ 113.922765100787331, 22.7423985752805855 ], [ 113.923700191622743, 22.742355815661945 ], [ 113.924764216297064, 22.7423882328345996 ], [ 113.925582413164946, 22.7423511237646672 ], [ 113.92589622939326, 22.7422730541938591 ], [ 113.92605504334955, 22.7422050672715166 ], [ 113.927451976470053, 22.7412030448226616 ], [ 113.930147709291347, 22.739880815738438 ], [ 113.930340476031972, 22.7397503713170686 ], [ 113.9305284615197, 22.7396007671914298 ], [ 113.932160907510422, 22.7377645487597526 ], [ 113.932313639549349, 22.7375087915588843 ], [ 113.932974275578943, 22.7352409295240001 ], [ 113.932984684240196, 22.7350034484952879 ], [ 113.932933927557201, 22.7349416848142845 ], [ 113.932833464012219, 22.7348806994694286 ], [ 113.932796900698577, 22.7348625391733634 ], [ 113.93272221434141, 22.7348254435999202 ] ] } },
1660
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0070713742929727104 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.936829165988215, 22.743671670063506 ], [ 113.938044901121643, 22.7430390829779512 ], [ 113.938598396172083, 22.7427625268630145 ], [ 113.939837317511589, 22.7423543143650981 ], [ 113.940835548149323, 22.7420144867170855 ], [ 113.942032737107539, 22.7417180811011477 ], [ 113.943499108068835, 22.7414543302846006 ] ] } },
1661
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0053079355292000238 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.246339129973407, 22.7442366501652167 ], [ 114.246191797702139, 22.7444483199739871 ], [ 114.243907135716228, 22.7489520082297254 ] ] } },
1662
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0033459898904156207 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.816675476699473, 22.7390174636683113 ], [ 113.816652479415467, 22.7390988343961808 ], [ 113.81654955127118, 22.7394630233698081 ], [ 113.816507904712495, 22.7397107579996671 ], [ 113.816389595827957, 22.7423398638802752 ] ] } },
1663
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0035302769916668759 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.027424292607748, 22.7424975629608532 ], [ 114.02690320820993, 22.7437156516447985 ], [ 114.026634284407535, 22.7442928047701507 ], [ 114.026536659512615, 22.7446868453665623 ], [ 114.026546967921206, 22.7451844654596478 ], [ 114.026623825226395, 22.745575246799639 ], [ 114.026728225111725, 22.7458206991122118 ] ] } },
1664
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0050283884904568079 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.382353077043831, 22.7503750087008214 ], [ 114.383859027014566, 22.7504609413767689 ], [ 114.385359365150165, 22.75082940448873 ], [ 114.387272213369997, 22.7513212439234884 ] ] } },
1665
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0040003792951936925 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.796197577376802, 22.7385754104946436 ], [ 113.796298764005684, 22.7400168552874469 ], [ 113.796540208170072, 22.7425608106805441 ] ] } },
1666
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0059250904500174686 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.884580694779558, 22.7385961903506129 ], [ 113.884539218535409, 22.7387021085203642 ], [ 113.884159814869051, 22.7399882021890498 ], [ 113.884095537528324, 22.7406033079166185 ], [ 113.884087117682142, 22.7410409736004304 ], [ 113.884215075895881, 22.7416592618604092 ], [ 113.884632627408152, 22.7432595469276038 ], [ 113.884963577746703, 22.7443389478605127 ] ] } },
1667
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0036329481114358107 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.363374529521522, 22.7496295235756563 ], [ 114.366402914971616, 22.7516363104467629 ] ] } },
1668
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0046108401773429612 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.791943814381241, 22.7429224065070166 ], [ 113.792089991498571, 22.7429114784019966 ], [ 113.795971712637026, 22.7426212479225356 ], [ 113.796444255982692, 22.7425710112423047 ], [ 113.796540208170072, 22.7425608106805441 ] ] } },
1669
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0030779292102502478 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.271036057200106, 22.7504103242747924 ], [ 114.274107059723036, 22.7506167019079584 ] ] } },
1670
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.005397735694691843 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.825971703592259, 22.743713320400861 ], [ 113.830567057473274, 22.7408816648183461 ] ] } },
1671
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0041409423058299828 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.387272213369997, 22.7513212439234884 ], [ 114.391204411087486, 22.7523322220693451 ], [ 114.39128272588907, 22.7523523561940664 ] ] } },
1672
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.003802444120757077 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.824927576941747, 22.7403429498808514 ], [ 113.825242828354391, 22.7439835053352724 ], [ 113.825255619772591, 22.7441312171882899 ] ] } },
1673
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0069806954539108675 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.784982840366737, 22.7434467630541768 ], [ 113.785142629026467, 22.7434347302242834 ], [ 113.79178370698871, 22.742934470473422 ], [ 113.791943814381241, 22.7429224065070166 ] ] } },
1674
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0036542019204208387 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.781337049385954, 22.7436945528834364 ], [ 113.781476391799188, 22.7436850839376312 ], [ 113.784826594993746, 22.7434573844222747 ], [ 113.784982840366737, 22.7434467630541768 ] ] } },
1675
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0061335641430812987 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.248025104257422, 22.7510806918330424 ], [ 114.249687254681859, 22.7480936401769149 ], [ 114.250030317891017, 22.7475482500720894 ], [ 114.250196431486216, 22.7474179745617633 ], [ 114.251705341840406, 22.7465462977771153 ], [ 114.251806811326801, 22.7464876787440176 ] ] } },
1676
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0049471725658067475 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.921875742347169, 22.7426023023544523 ], [ 113.921949170792473, 22.7426600546037356 ], [ 113.922557732468846, 22.74313868898615 ], [ 113.923000729385663, 22.7435154426821988 ], [ 113.923384936328645, 22.7438926806651871 ], [ 113.924307615919886, 22.7450377702016979 ], [ 113.925144709598797, 22.7462691498323721 ] ] } },
1677
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.026203297763485116 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.925144709598797, 22.7462691498323721 ], [ 113.925572999949466, 22.7457158207715082 ], [ 113.926056866221828, 22.7451419613939692 ], [ 113.927662330187459, 22.743290223939276 ], [ 113.929284917288243, 22.7414513877475457 ], [ 113.930478157371638, 22.7401194737728929 ], [ 113.931485490454591, 22.7390106984043072 ], [ 113.932118802793056, 22.7383480491629371 ], [ 113.93277136278985, 22.7377016697020764 ], [ 113.933271080519603, 22.7372297444117919 ], [ 113.933781060131849, 22.7367673616342714 ], [ 113.934565357383448, 22.7360139137810719 ], [ 113.93522442253537, 22.7354140067383561 ], [ 113.935690849014151, 22.7350065476650514 ], [ 113.936164602217744, 22.7346064259044986 ], [ 113.93664554465002, 22.7342137565712008 ], [ 113.937133541842542, 22.733828649410583 ], [ 113.938455875011186, 22.7326293224189229 ], [ 113.939803269215375, 22.7314542537126307 ], [ 113.940988796409499, 22.7304575558984823 ], [ 113.942192353210444, 22.7294796386822533 ], [ 113.943224404018821, 22.728667180294913 ], [ 113.943914874412926, 22.7281669895219167 ], [ 113.94395796586214, 22.7281357720915089 ] ] } },
1678
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0033129631693002417 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.849874490380714, 22.7423413383722171 ], [ 113.850454615823693, 22.7433606634051237 ], [ 113.851249353656115, 22.7453477444001884 ] ] } },
1679
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0070847101597480734 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.842285040432529, 22.7452844389729805 ], [ 113.842745883126469, 22.7443702706309594 ], [ 113.843169935759477, 22.7435073724795842 ], [ 113.84404332278028, 22.7416105640983162 ], [ 113.844137297268261, 22.7413284004312359 ], [ 113.844617254504129, 22.7401534480624612 ], [ 113.845146935396073, 22.7388567475752694 ], [ 113.845163553949817, 22.7388160631517771 ] ] } },
1680
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.024456316700380242 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.025367614131341, 22.748931521844078 ], [ 114.02489567684276, 22.745903987464505 ], [ 114.024670800436482, 22.7443502773973201 ], [ 114.02464643499701, 22.7434994710629752 ], [ 114.0247025963738, 22.7426018425601235 ], [ 114.024933380743278, 22.7412702057819907 ], [ 114.025446940338128, 22.7397871035360239 ], [ 114.025906412632153, 22.7388788558210777 ], [ 114.026459489138574, 22.7380555832967133 ], [ 114.026664777574368, 22.7377260237538366 ], [ 114.027010875425404, 22.7373247187375966 ], [ 114.027417749350704, 22.7368689035415734 ], [ 114.027823613867312, 22.7364685333204655 ], [ 114.028366873577397, 22.7360217413919408 ], [ 114.029037961261807, 22.7354293158582976 ], [ 114.031624306581264, 22.7333056085015599 ], [ 114.032722841697009, 22.7323503318792923 ], [ 114.033513227066862, 22.7316150352041468 ], [ 114.034148442112823, 22.7309922193640332 ], [ 114.034755563301388, 22.7303681939447415 ], [ 114.035296826502076, 22.729786301313311 ], [ 114.035964141687174, 22.7290328588777619 ] ] } },
1681
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.014857293162108301 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.022194772039725, 22.7349550188272893 ], [ 114.022159465634871, 22.7350134508411621 ], [ 114.022069200660169, 22.7351628383907709 ], [ 114.021908398458407, 22.7356162279644778 ], [ 114.021713738685548, 22.7364710015346425 ], [ 114.020986742325533, 22.7408352877467301 ], [ 114.020845220187638, 22.7418507152550404 ], [ 114.020528524991263, 22.742946554912983 ], [ 114.020127076220973, 22.7440410633105152 ], [ 114.019920744254293, 22.7443870434891302 ], [ 114.019621925908595, 22.7450578690809415 ], [ 114.018155282058729, 22.7480702835775404 ], [ 114.017759809755688, 22.7490028177922845 ] ] } },
1682
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0069429099759973217 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.943499108068835, 22.7414543302846006 ], [ 113.9434398110659, 22.7416113051628273 ], [ 113.9432692993594, 22.7420626884479411 ], [ 113.943215465369647, 22.7422777960093612 ], [ 113.943204851138844, 22.7425334316991048 ], [ 113.943250360234686, 22.7427445472100516 ], [ 113.943553846193396, 22.7438831493359856 ], [ 113.943559934898914, 22.7441960862525328 ], [ 113.943540418455271, 22.7443392110233695 ], [ 113.943502717008755, 22.7444926291656557 ], [ 113.943224638970136, 22.7451218374183028 ], [ 113.943060542617062, 22.7453502757594421 ], [ 113.942835515061731, 22.7456234253126546 ], [ 113.942750264408588, 22.7457580026962134 ], [ 113.942708162145706, 22.7458473027539902 ], [ 113.942678039685021, 22.7459792482030885 ], [ 113.942631741517559, 22.7463426603852206 ], [ 113.94263446698686, 22.7464271821471868 ], [ 113.942655329013405, 22.7465433899182798 ], [ 113.943085816541881, 22.7479087831155411 ], [ 113.943093847865612, 22.7479342580789101 ], [ 113.943123815590354, 22.7479878985953476 ] ] } },
1683
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0043014210538992702 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.025367614131341, 22.748931521844078 ], [ 114.026262686907302, 22.7488103129329353 ], [ 114.026908212107884, 22.7487993795585837 ], [ 114.027383957254543, 22.7488469212417392 ], [ 114.027821419233518, 22.7489561156502127 ], [ 114.02925438358794, 22.7493367820075392 ], [ 114.029372213794005, 22.7493680826732749 ], [ 114.029569019076348, 22.7494641053899187 ] ] } },
1684
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0046282258840785679 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.026728225111725, 22.7458206991122118 ], [ 114.026803469472, 22.7459976072374808 ], [ 114.027200188885331, 22.746561218201176 ], [ 114.029454880339827, 22.7493242377125888 ], [ 114.029569019076348, 22.7494641053899187 ] ] } },
1685
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0041033974894608997 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.042221773191201, 22.7496390663388901 ], [ 114.042607864390135, 22.7496741130727358 ], [ 114.043147009206066, 22.7496898580487965 ], [ 114.043607779311174, 22.7496528792105615 ], [ 114.043973781679767, 22.7495923528382171 ], [ 114.044602023729368, 22.7495064720176714 ], [ 114.044832275390334, 22.7494953364499573 ], [ 114.045141566785361, 22.749500143816757 ], [ 114.045434332117537, 22.7495414812020051 ], [ 114.04579754334388, 22.7496354157892249 ], [ 114.046267579477885, 22.7498010147866907 ] ] } },
1686
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0031061745957463392 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.022355753375322, 22.749668074693119 ], [ 114.023829800445938, 22.7492453637723706 ], [ 114.024603558471952, 22.7490362691477976 ], [ 114.025367614131341, 22.748931521844078 ] ] } },
1687
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0034591852357147923 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.046267579477885, 22.7498010147866907 ], [ 114.047246094170958, 22.7501310534552523 ], [ 114.047644822384029, 22.7501905803618953 ], [ 114.047974472931983, 22.7502236359156527 ], [ 114.048232266037616, 22.7502022398027677 ], [ 114.048720888245271, 22.750136170404808 ], [ 114.048993697380681, 22.7500413517979077 ], [ 114.049410189917722, 22.7498751077907926 ], [ 114.049602079412878, 22.7498087196016456 ] ] } },
1688
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0047343190739526312 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.017759809755688, 22.7490028177922845 ], [ 114.017836988367407, 22.7490345981810052 ], [ 114.019073236901789, 22.7494502620105372 ], [ 114.019546143025764, 22.7495910812072815 ], [ 114.020087980996792, 22.7497524230324863 ], [ 114.020816965405842, 22.7498312172900619 ], [ 114.021325926562426, 22.7498365509313842 ], [ 114.022129112007732, 22.7497330670077531 ], [ 114.022355753375322, 22.749668074693119 ] ] } },
1689
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.005262281531910433 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.037031582167927, 22.750086632960361 ], [ 114.03764551032765, 22.7499146796253839 ], [ 114.03803570845507, 22.7498324713283502 ], [ 114.039651499284744, 22.7495324428722618 ], [ 114.040065086199789, 22.7494726666269713 ], [ 114.040367132710415, 22.7494881899851329 ], [ 114.040818221840553, 22.7494991089771545 ], [ 114.041261932345023, 22.7495280892623697 ], [ 114.041776619506066, 22.7495802456088789 ], [ 114.042221773191201, 22.7496390663388901 ] ] } },
1690
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0071552893887716681 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.82078497913551, 22.7466085078312759 ], [ 113.82077088000942, 22.7464694798862475 ], [ 113.820063093868015, 22.7394897264820841 ] ] } },
1691
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0051116537607065037 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.82078497913551, 22.7466085078312759 ], [ 113.820923782716804, 22.7465308332035008 ], [ 113.824896675436776, 22.7443075460625579 ], [ 113.825032533775229, 22.7442408067609669 ], [ 113.825255619772591, 22.7441312171882899 ] ] } },
1692
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0037713686456238922 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.811010437145768, 22.7465054985429589 ], [ 113.812994876827887, 22.7463919706405235 ], [ 113.814689210583438, 22.7462849238573277 ], [ 113.814775011743805, 22.7462795027637483 ] ] } },
1693
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0099156699847832742 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.852099446459519, 22.7475104469191898 ], [ 113.852370399802751, 22.7475054779629886 ], [ 113.857639082239189, 22.7474087792217041 ], [ 113.862012804289918, 22.7472989285494869 ] ] } },
1694
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0042687325438539921 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.381899436874747, 22.7544082000528647 ], [ 114.383232070993003, 22.7546146145029731 ], [ 114.385973853462261, 22.7556197209396203 ] ] } },
1695
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0044364744073318342 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.847663096029251, 22.7475436135683289 ], [ 113.851765656586593, 22.7475129456637752 ], [ 113.852099446459519, 22.7475104469191898 ] ] } },
1696
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0048490193717660862 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.842814268276683, 22.7475867214976795 ], [ 113.842944542415069, 22.7475855650697021 ], [ 113.847663096029251, 22.7475436135683289 ] ] } },
1697
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0054593517136360603 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.367965268274347, 22.7526794045821532 ], [ 114.370945969714569, 22.7546543882493602 ], [ 114.372492293837382, 22.7556129351642475 ], [ 114.372545215264694, 22.7556496299655109 ] ] } },
1698
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0070882420976867248 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.833562851162881, 22.7476808759007412 ], [ 113.833601176782651, 22.7476810852147437 ], [ 113.840650987854772, 22.7477195317213656 ] ] } },
1699
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0031165247572035645 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.781351023392972, 22.7438415855024267 ], [ 113.781645902913624, 22.7469441284321157 ] ] } },
1700
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0040106444958093778 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.029569019076348, 22.7494641053899187 ], [ 114.029880504790114, 22.7496092817841173 ], [ 114.030879864787906, 22.7500750518248047 ], [ 114.03309565266504, 22.7511953824006525 ], [ 114.033168388628283, 22.7512321588330906 ] ] } },
1701
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0040325694115093732 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.033168388628283, 22.7512321588330906 ], [ 114.03377527508357, 22.7509942173750872 ], [ 114.035925290958161, 22.7503734533097415 ], [ 114.037031582167927, 22.750086632960361 ] ] } },
1702
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.01811317900423003 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.905824419344668, 22.7494583583866259 ], [ 113.906084678002543, 22.7493177098820532 ], [ 113.906284267018904, 22.749248125795603 ], [ 113.906873627163407, 22.7491057509428529 ], [ 113.90705518370288, 22.7490729668994049 ], [ 113.90796202349695, 22.7490005668765818 ], [ 113.908124351523455, 22.7489714798476683 ], [ 113.908244552604231, 22.7489382246746743 ], [ 113.908311143108861, 22.7489132238113889 ], [ 113.908470630161091, 22.7488114639645609 ], [ 113.908910088822566, 22.7484859754810209 ], [ 113.909036149085765, 22.7483562654676099 ], [ 113.909125585942661, 22.7483279575847916 ], [ 113.909278540846486, 22.7483100475499143 ], [ 113.909541143553753, 22.7482991422490386 ], [ 113.909733984987, 22.748271881381843 ], [ 113.910059589645371, 22.7481624473276334 ], [ 113.910136364619191, 22.7481236047642348 ], [ 113.910195464170997, 22.7480734107358202 ], [ 113.91026698866898, 22.7479971467667212 ], [ 113.910510176524625, 22.7476464052085383 ], [ 113.910636182667474, 22.7474985054345247 ], [ 113.910702679238838, 22.7473758155730188 ], [ 113.91074481679226, 22.74731937722688 ], [ 113.910916686924224, 22.7471888908689017 ], [ 113.911044033682742, 22.7471052835786374 ], [ 113.911153602626456, 22.7470118639592336 ], [ 113.911310891962188, 22.7468287682907864 ], [ 113.911476994296535, 22.7465949324652073 ], [ 113.911621251776225, 22.7464603958306171 ], [ 113.911973947745835, 22.7461701855621925 ], [ 113.912383589928126, 22.745855978225304 ], [ 113.912676752222481, 22.745601975193086 ], [ 113.913137010834262, 22.7452744820163133 ], [ 113.913604411098575, 22.7450469178042169 ], [ 113.914202564690413, 22.7448058645530899 ], [ 113.915103312859387, 22.7443514947280505 ], [ 113.91599751806848, 22.7439637953845875 ], [ 113.916835221381334, 22.7435364278067027 ], [ 113.917401854734877, 22.7432145628805138 ], [ 113.917784033060414, 22.7430304875466547 ], [ 113.917937874968601, 22.7429672402718026 ], [ 113.918134257614071, 22.7429039147961589 ], [ 113.918462768604684, 22.7428226317468223 ], [ 113.918747658589183, 22.7427798872926274 ], [ 113.919407192071347, 22.7427612054440154 ], [ 113.91959308500077, 22.7427361991149724 ], [ 113.919829845195338, 22.7426858534592249 ], [ 113.920377271129837, 22.7426200161968701 ], [ 113.920586781222752, 22.7426140343429424 ], [ 113.920832104169378, 22.7426406985302663 ], [ 113.921142607401123, 22.7426925022043314 ], [ 113.921250928790769, 22.7426971030784522 ], [ 113.921318270713698, 22.7426921572151244 ], [ 113.921627415461714, 22.7426423280677419 ], [ 113.921875742347169, 22.7426023023544523 ] ] } },
1703
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0090933109059813094 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.930238463664665, 22.749857274643535 ], [ 113.931410007508134, 22.7485248858046312 ], [ 113.932431000402062, 22.7473045181389004 ], [ 113.933412676760312, 22.7462586519771861 ], [ 113.933823127840952, 22.7459173289048664 ], [ 113.934749234196232, 22.7451067379733374 ], [ 113.935558945269165, 22.7444876339171707 ], [ 113.936829165988215, 22.743671670063506 ] ] } },
1704
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.013702335499274635 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.397194912015294, 22.7490875142924622 ], [ 114.39722402581242, 22.7491023546653501 ], [ 114.404294913038868, 22.75270643472426 ], [ 114.405220421399491, 22.7533002230085515 ], [ 114.406095047286158, 22.7540608218293201 ], [ 114.406736657654562, 22.7548241847518433 ], [ 114.406969137735729, 22.7551781844513847 ], [ 114.407387312105655, 22.7559168995588514 ], [ 114.407597957841006, 22.7564246361880684 ], [ 114.407800523207797, 22.7570478090967931 ] ] } },
1705
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0050779814569902135 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.884894372446396, 22.7480103266597879 ], [ 113.8842904647219, 22.7481994693464635 ], [ 113.882077310678937, 22.7489153037490084 ], [ 113.880088974808402, 22.7496481938096089 ] ] } },
1706
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0052237163497807371 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.816114094500278, 22.7489470570780092 ], [ 113.816328895814365, 22.7488384185088712 ], [ 113.817969391053737, 22.7480086984621757 ], [ 113.820135465055031, 22.7469427117144747 ], [ 113.820645572902251, 22.7466802383856468 ], [ 113.82078497913551, 22.7466085078312759 ] ] } },
1707
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0057807475562031627 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.785422335456502, 22.7484795735241754 ], [ 113.785568695169445, 22.7484694338935753 ], [ 113.786204579960568, 22.7484253803307439 ], [ 113.787206640323461, 22.7483394851813934 ], [ 113.791187476686702, 22.7480563436454162 ] ] } },
1708
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0058323971233311686 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.278225835574133, 22.7517975187132642 ], [ 114.27825685582593, 22.7522872582848663 ], [ 114.278443705039805, 22.7532680133925176 ], [ 114.278637200580562, 22.7537985578243642 ], [ 114.27894628350154, 22.7543585086313698 ], [ 114.279422907608605, 22.7549763766894237 ], [ 114.279798871219256, 22.7553393346016328 ], [ 114.280635502404195, 22.7559340775537962 ], [ 114.281324614687108, 22.7563589413671217 ] ] } },
1709
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0036227754136748678 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.781808720583271, 22.7487370405041425 ], [ 113.781991297822358, 22.7487240333459653 ], [ 113.785262886384686, 22.7484909360462559 ], [ 113.785422335456502, 22.7484795735241754 ] ] } },
1710
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.02781545666579717 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.308944788682766, 22.7325125840009363 ], [ 114.307591868069068, 22.7414932756945021 ], [ 114.307508860459407, 22.7425733445781901 ], [ 114.307527552095905, 22.7434364997543881 ], [ 114.307715385030406, 22.7446742348572428 ], [ 114.308005380050488, 22.7456496316287087 ], [ 114.308428534731917, 22.7466491708688956 ], [ 114.30908836476118, 22.7477233501720875 ], [ 114.316693918817052, 22.7572257093848904 ] ] } },
1711
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0063985305413989052 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.925144709598797, 22.7462691498323721 ], [ 113.928539334542606, 22.7512696064692577 ], [ 113.928617499260881, 22.7513847426948495 ], [ 113.928738556474599, 22.7515630574365488 ] ] } },
1712
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0031485594771895596 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.354895033635259, 22.7580791356750254 ], [ 114.354921180339701, 22.7580688257926305 ], [ 114.355293013007014, 22.7579222085157369 ], [ 114.355695021129961, 22.7577743796141263 ], [ 114.355919502813478, 22.7577049124428257 ], [ 114.356147163485019, 22.7576450004278037 ], [ 114.356414248787189, 22.7575877019533159 ], [ 114.356930228997996, 22.7574972688462793 ], [ 114.357944019545371, 22.7573459077259663 ] ] } },
1713
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0062942978612340397 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.775534398960758, 22.7492329020231452 ], [ 113.776165531766082, 22.7491612474845475 ], [ 113.781580091361121, 22.7487542303062895 ], [ 113.781808720583271, 22.7487370405041425 ] ] } },
1714
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0048423105096410636 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.771189535835845, 22.7475426199538262 ], [ 113.771574109914397, 22.747958036438785 ], [ 113.771796486701405, 22.7482104952834838 ], [ 113.773214549705827, 22.7487874477731218 ], [ 113.77437885925967, 22.749227107369574 ], [ 113.774912295828912, 22.7493007339861997 ], [ 113.775534398960758, 22.7492329020231452 ] ] } },
1715
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0045798495862716063 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.026083068353145, 22.7534543171283694 ], [ 114.025978820464658, 22.7529674511456719 ], [ 114.025367614131341, 22.748931521844078 ] ] } },
1716
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0051608581401305044 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.943123815590354, 22.7479878985953476 ], [ 113.94315383417235, 22.7480416320493433 ], [ 113.943197490534317, 22.7481197751431203 ], [ 113.94355963945867, 22.7485848809798732 ], [ 113.943845796031397, 22.7488944540805242 ], [ 113.944070118746524, 22.7492303349204654 ], [ 113.944193647432115, 22.7496152571072159 ], [ 113.944274004034867, 22.7500380543020135 ], [ 113.944291067936575, 22.7502760474320773 ], [ 113.944277935960613, 22.7504016857682245 ], [ 113.944247354214298, 22.7505390266237519 ], [ 113.94420195304636, 22.7506503005074485 ], [ 113.943771448397442, 22.7512040417148143 ], [ 113.943525606906519, 22.7515724200664593 ], [ 113.943457788716785, 22.751749081919094 ], [ 113.943418276559214, 22.7519092451344243 ], [ 113.943426836524623, 22.7521283767079403 ], [ 113.943491248822539, 22.7523030035033322 ], [ 113.943583823142262, 22.7525141168835034 ] ] } },
1717
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0065008391362202499 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.825255619772591, 22.7441312171882899 ], [ 113.825271910714235, 22.7443190865981357 ], [ 113.825357987714767, 22.7453117428988598 ], [ 113.825758966696426, 22.7504144935554784 ], [ 113.825774432025057, 22.7506112891270824 ] ] } },
1718
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.010921249596542285 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.825774432025057, 22.7506112891270824 ], [ 113.82598556772102, 22.7504491666098083 ], [ 113.827493196666282, 22.7492128158786926 ], [ 113.830045412227506, 22.7469935912884722 ], [ 113.832993901997867, 22.7445179165367009 ], [ 113.833734829644314, 22.7438043154428335 ], [ 113.83398439209229, 22.7435932969495518 ], [ 113.834084197220832, 22.7435309725416062 ] ] } },
1719
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0053745684578718061 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.80940984779744, 22.7504522755879144 ], [ 113.809572884564034, 22.7504060953747285 ], [ 113.812167907473935, 22.7496710167069374 ], [ 113.814527030177061, 22.7492382300854423 ], [ 113.814634732860043, 22.7492184704545899 ] ] } },
1720
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0036355602479608328 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.843282318639055, 22.7511912742726494 ], [ 113.843276664071141, 22.751138683378521 ], [ 113.843129839158195, 22.7497730861396121 ], [ 113.843002430281445, 22.7487929607569868 ], [ 113.842832948672438, 22.7477064741448345 ], [ 113.842814268276683, 22.7475867214976795 ] ] } },
1721
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0043035428787535253 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.852099446459519, 22.7475104469191898 ], [ 113.852124539323711, 22.7475643863738952 ], [ 113.853132938122897, 22.7497320191356032 ], [ 113.853888792143863, 22.7513342273288899 ], [ 113.853916039178046, 22.7514113476431774 ] ] } },
1722
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0072073043267252314 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.278225835574133, 22.7517975187132642 ], [ 114.278043111893339, 22.7521521917809935 ], [ 114.277409961317048, 22.7533811477103498 ], [ 114.277267027194725, 22.7537934918366673 ], [ 114.277142376153975, 22.7542470365468681 ], [ 114.27692763777155, 22.7560411789838248 ], [ 114.276654497468627, 22.7568427878897488 ], [ 114.276462916194987, 22.757569061840762 ], [ 114.276321006034593, 22.7586741425272052 ] ] } },
1723
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0050923403371269885 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.838068487913191, 22.7519496597840067 ], [ 113.838333471590303, 22.7515874424341966 ], [ 113.839175097842841, 22.7503875121248704 ], [ 113.83961122625341, 22.7497423951182327 ], [ 113.840263749587152, 22.7487771747606153 ], [ 113.840901900410046, 22.7477208949968954 ] ] } },
1724
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0035832248148156332 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.351836000809314, 22.7599344145800977 ], [ 114.353330949312465, 22.7589801997745518 ], [ 114.353629068000657, 22.7587713416598163 ], [ 114.353936119983416, 22.7585739338372939 ], [ 114.35443827625744, 22.7582861279559019 ], [ 114.354594141605261, 22.758204974242819 ], [ 114.354762408002244, 22.7581338282336283 ], [ 114.354853439153572, 22.7580962885835305 ], [ 114.354895033635259, 22.7580791356750254 ] ] } },
1725
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0033092768080224787 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.282937598846928, 22.7573646968482421 ], [ 114.285745737411872, 22.7591156025544947 ] ] } },
1726
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0045320972244247701 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.281279468541115, 22.7590448167844137 ], [ 114.281333298154706, 22.7590476571816041 ], [ 114.285550410516947, 22.7592701834368718 ], [ 114.285614159956793, 22.7592399726079613 ], [ 114.285661910179712, 22.7592173445330879 ], [ 114.285745737411872, 22.7591156025544947 ] ] } },
1727
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0030720009793618079 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.816114094500278, 22.7489470570780092 ], [ 113.816091431218439, 22.7490140640909893 ], [ 113.816063933538018, 22.7490953627689478 ], [ 113.815923277310574, 22.7520074098393508 ] ] } },
1728
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0034862014144447307 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.79113526980359, 22.7519286581835516 ], [ 113.793509049312021, 22.751646795352741 ], [ 113.794597985440163, 22.7515248199808617 ] ] } },
1729
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0032015360164775212 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.781808720583271, 22.7487370405041425 ], [ 113.781818864037021, 22.7488982896861529 ], [ 113.782001755800565, 22.7518055473598118 ], [ 113.782009726894373, 22.7519322602661767 ] ] } },
1730
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.017886207612092034 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.372545215264694, 22.7556496299655109 ], [ 114.372571845713907, 22.7556607567514497 ], [ 114.373699129301869, 22.7562540362078494 ], [ 114.374796563754515, 22.7567531484068084 ], [ 114.37626844660069, 22.7572996147386135 ], [ 114.377412620439259, 22.757667072662219 ], [ 114.378830927840724, 22.7580886734212093 ], [ 114.381670191998936, 22.7589326170195854 ], [ 114.385966834306174, 22.760209634848831 ], [ 114.389443951928982, 22.7614207682765191 ] ] } },
1731
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0062556305926144548 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.821416158668953, 22.7528322146453696 ], [ 113.821402019339487, 22.7526927924197508 ], [ 113.820796851513052, 22.7467255802275261 ], [ 113.82078497913551, 22.7466085078312759 ] ] } },
1732
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0048927200360280639 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.821416158668953, 22.7528322146453696 ], [ 113.821556688750547, 22.7527618147375819 ], [ 113.82540524323889, 22.7508337452700502 ], [ 113.825774432025057, 22.7506112891270824 ] ] } },
1733
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0047465585892733624 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.345777548055764, 22.7610934413050749 ], [ 114.349820265866811, 22.7608516907733964 ], [ 114.350435265843146, 22.7607916272483379 ], [ 114.350513586063826, 22.7607839770713625 ] ] } },
1734
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0094062038908109252 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.921295356256792, 22.7548115033884883 ], [ 113.921332757768198, 22.7547124233025855 ], [ 113.922619300963362, 22.7513040926593568 ], [ 113.923394012610942, 22.7492792486356379 ], [ 113.923446285880033, 22.749161942927131 ], [ 113.923623025109009, 22.7487834646234894 ], [ 113.923810188880523, 22.748409323188028 ], [ 113.924007654635901, 22.7480397649536421 ], [ 113.924215291094484, 22.7476750343033238 ], [ 113.924432962198892, 22.7473153710251808 ], [ 113.924660524109484, 22.7469610147792878 ], [ 113.924897825358343, 22.7466121969719843 ], [ 113.925144709598797, 22.7462691498323721 ] ] } },
1735
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0086268326801956403 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.921295356256792, 22.7548115033884883 ], [ 113.922581593223043, 22.7546998162289285 ], [ 113.924199243963741, 22.75453088749952 ], [ 113.925559595700364, 22.754357749310433 ], [ 113.926041577002351, 22.754208949355796 ], [ 113.926919548146643, 22.7537444107334252 ], [ 113.928550980515467, 22.7517880022042647 ], [ 113.928738556474599, 22.7515630574365488 ] ] } },
1736
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0048611165091631608 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.785800886668042, 22.7525576747676439 ], [ 113.786081829873865, 22.752510556531778 ], [ 113.790628039751098, 22.7519870727821214 ] ] } },
1737
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0031303897306123826 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.782009726894373, 22.7519322602661767 ], [ 113.783232180033679, 22.752434796329041 ], [ 113.783746973841886, 22.7525222660639095 ], [ 113.784727738675983, 22.7526333487613677 ], [ 113.785026462764833, 22.7526122840586069 ] ] } },
1738
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0034724700216262868 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.026918385443935, 22.7568232305682265 ], [ 114.02641970102863, 22.755026465616389 ], [ 114.026083068353145, 22.7534543171283694 ] ] } },
1739
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0086599364873322787 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.8877888699827, 22.7493794114186478 ], [ 113.889921216333065, 22.751247752658017 ], [ 113.890419356407563, 22.7517264267564236 ], [ 113.890956355962373, 22.7523207768242592 ], [ 113.891868678797024, 22.7533667699086664 ], [ 113.892098809170676, 22.7535763031476108 ], [ 113.892361647174951, 22.7537939946469727 ], [ 113.894107762907495, 22.7550447348618832 ], [ 113.894218611046099, 22.7551377191764779 ] ] } },
1740
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0052527242340904504 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.939596700629806, 22.7559337301588158 ], [ 113.941123337626323, 22.7546336846178185 ], [ 113.943583823142262, 22.7525141168835034 ] ] } },
1741
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0044613009482188919 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.389443951928982, 22.7614207682765191 ], [ 114.391944471366841, 22.7624274472949928 ], [ 114.393554056731901, 22.7631534670018389 ] ] } },
1742
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0038497220522047135 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.408080796665985, 22.7595871924691266 ], [ 114.408178471193764, 22.7633233031921343 ], [ 114.408181407365873, 22.7634355995897799 ] ] } },
1743
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0034426361815155402 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.030851350631352, 22.7557288348476661 ], [ 114.030897148852361, 22.755805250739698 ], [ 114.031315581787382, 22.7565034036824088 ], [ 114.031814259882466, 22.7573828061564818 ], [ 114.032599919861454, 22.7586941062049064 ] ] } },
1744
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0061471483948907701 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.287790614267394, 22.7603612149507768 ], [ 114.288789875081179, 22.7609451191493264 ], [ 114.289530357415984, 22.7612996894474335 ], [ 114.292311278983789, 22.7621633506947276 ], [ 114.293490403964014, 22.7625984853571666 ] ] } },
1745
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0098230675148353215 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.293490403964014, 22.7625984853571666 ], [ 114.293560845936241, 22.7624733524706357 ], [ 114.294501602323422, 22.7608021681241617 ], [ 114.294839995518629, 22.7604157787975119 ], [ 114.295371311736858, 22.7600726221775673 ], [ 114.295766794674336, 22.7599312749251723 ], [ 114.297733723550948, 22.7594902442473952 ], [ 114.29820014917911, 22.7594166709932537 ], [ 114.298476960443011, 22.7594106548847215 ], [ 114.298839821580614, 22.7595064893742425 ], [ 114.299451358894444, 22.7597957019231174 ], [ 114.301501021719019, 22.7610033378856933 ] ] } },
1746
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0035557457351617834 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.301582075242763, 22.7610510916513284 ], [ 114.30164358414109, 22.7610863920361055 ], [ 114.304640961183878, 22.7628065158742032 ], [ 114.304666069204046, 22.7628209246885831 ] ] } },
1747
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0031101346318263292 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.815906166546441, 22.7525199677030869 ], [ 113.815778076435961, 22.7554376511709222 ], [ 113.815769758040361, 22.755627109500228 ] ] } },
1748
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0041977194737556527 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.815769758040361, 22.755627109500228 ], [ 113.815894098634587, 22.7555662280791395 ], [ 113.81953979318142, 22.7537811182176242 ] ] } },
1749
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0056991986663421004 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.408181407365873, 22.7634355995897799 ], [ 114.409323190272787, 22.7637903758114994 ], [ 114.41019769728814, 22.764003431222946 ], [ 114.410714447382517, 22.7641177944038198 ], [ 114.411509369863779, 22.764308708287281 ], [ 114.413113204787706, 22.7647154002427179 ], [ 114.413699634812957, 22.7648518954687056 ] ] } },
1750
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0085641964247976082 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.338258769865689, 22.7639244655986595 ], [ 114.338288237274298, 22.7638987212667452 ], [ 114.338520882272761, 22.7636954631046855 ], [ 114.338791519384017, 22.7636273528197997 ], [ 114.340109616164654, 22.7635337100851096 ], [ 114.340450929437182, 22.763423069088681 ], [ 114.340731345010354, 22.7632284171372348 ], [ 114.341370571837274, 22.7621838882938654 ], [ 114.341766499774337, 22.7617716293418475 ], [ 114.342178808625988, 22.7615460749355876 ], [ 114.342700534945706, 22.7613512599516916 ], [ 114.343013568525862, 22.7612733432652412 ], [ 114.345777548055764, 22.7610934413050749 ] ] } },
1751
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0044917406311638331 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.276321006034593, 22.7586741425272052 ], [ 114.276030192666951, 22.7609387087630601 ], [ 114.275926643005661, 22.7628089292581421 ], [ 114.275942556072451, 22.762940539724724 ], [ 114.276024761576323, 22.7631260668930899 ] ] } },
1752
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0036525963091864804 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.393554056731901, 22.7631534670018389 ], [ 114.39576835808387, 22.7642301979771595 ], [ 114.396817429053854, 22.7647927534896759 ] ] } },
1753
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.004381607804341086 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.281279468541115, 22.7590448167844137 ], [ 114.28124855228647, 22.7634263155161563 ] ] } },
1754
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0047913366030876868 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.236623115033069, 22.763111718330034 ], [ 114.236697967026871, 22.7630749243878228 ], [ 114.238165812928585, 22.7630189772061016 ], [ 114.23856921553444, 22.7628659670260305 ], [ 114.23876897950926, 22.7627448640180887 ], [ 114.23897853224679, 22.7625445204299801 ], [ 114.239745782953463, 22.7614507986492711 ], [ 114.240324700134494, 22.7607000282631375 ] ] } },
1755
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0041141332879590107 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.854236439797532, 22.753320153993549 ], [ 113.854319000067463, 22.7542037740939094 ], [ 113.854407516615396, 22.7552856166711557 ], [ 113.85447985533159, 22.7561697237770098 ], [ 113.854428287144344, 22.7569108182607494 ], [ 113.854380811418835, 22.7573016173644156 ], [ 113.854366630406915, 22.7574183455829875 ] ] } },
1756
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0064096134266351931 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.930015171196359, 22.7534330913521465 ], [ 113.933619367810621, 22.7587333659718851 ] ] } },
1757
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0033145300270201678 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.81953979318142, 22.7537811182176242 ], [ 113.819542616557072, 22.7539536237290605 ], [ 113.819553215668023, 22.7546012624028791 ], [ 113.819505387690441, 22.7570950798205871 ] ] } },
1758
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0071380437087024164 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.371684823100239, 22.7585025853889213 ], [ 114.370447392250071, 22.7649385502148931 ], [ 114.370414387487799, 22.7653434417502787 ], [ 114.37042075779695, 22.7655212923604395 ] ] } },
1759
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.011291049512456654 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.880088974808402, 22.7496481938096089 ], [ 113.878618936783241, 22.7501446272852625 ], [ 113.877362313097834, 22.7509231793886322 ], [ 113.876854613577208, 22.7512737944716861 ], [ 113.876133492474537, 22.7522434892146528 ], [ 113.875326367586936, 22.7537778825610957 ], [ 113.875140110941715, 22.754414943672554 ], [ 113.874947924950774, 22.7553589695334608 ], [ 113.874531936939519, 22.7567573510039374 ], [ 113.874248212314356, 22.7583482097680125 ] ] } },
1760
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0033228727687064936 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.840279042411439, 22.7578475446944566 ], [ 113.843436568448894, 22.7577275453973229 ], [ 113.84359951808419, 22.757721351415519 ] ] } },
1761
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0031326228649027669 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.396817429053854, 22.7647927534896759 ], [ 114.397796156532081, 22.7653296033985661 ], [ 114.399531330323512, 22.7663566129280959 ] ] } },
1762
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0032594002457288795 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.281223288464346, 22.764791327246698 ], [ 114.281306985262447, 22.764757121464779 ], [ 114.284240429826312, 22.7635582222374886 ] ] } },
1763
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0079234814953600373 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.832897300167232, 22.7579431663058429 ], [ 113.833892139203513, 22.7569458756442771 ], [ 113.834672483647168, 22.7560674575489195 ], [ 113.835597424380083, 22.7550262477866205 ], [ 113.83700385117298, 22.753348261772544 ], [ 113.838068487913191, 22.7519496597840067 ] ] } },
1764
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0041732115184671516 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.894218611046099, 22.7551377191764779 ], [ 113.894209942005162, 22.7551740608103756 ], [ 113.89390100750407, 22.7564691059949418 ], [ 113.893910383075465, 22.7566136453772003 ], [ 113.89431415879038, 22.7581981551068644 ], [ 113.894423412317266, 22.7585870678836706 ], [ 113.894544374976178, 22.7589240898344762 ], [ 113.89468595313312, 22.7591131913362545 ], [ 113.894701661076738, 22.7591341712192481 ] ] } },
1765
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0035440349309916967 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.833102920961821, 22.7581134251822128 ], [ 113.8343936828106, 22.7580882382195746 ], [ 113.836644094738205, 22.7579797095726946 ] ] } },
1766
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0052471682669461483 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.304666069204046, 22.7628209246885831 ], [ 114.304718846216332, 22.7628507135497387 ], [ 114.306933190494817, 22.7641005006692758 ], [ 114.309057641737297, 22.7655653428253473 ], [ 114.309109801970209, 22.7656013069257632 ] ] } },
1767
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.01268854053742155 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.304666069204046, 22.7628209246885831 ], [ 114.30471628556657, 22.7627638901362879 ], [ 114.305026070591637, 22.7624120425969423 ], [ 114.305630559584486, 22.7622580643895489 ], [ 114.305952154144279, 22.7619545777460957 ], [ 114.307437672778164, 22.7611376782247952 ], [ 114.307799573179821, 22.760773081869992 ], [ 114.307926107137718, 22.7607116791769677 ], [ 114.308043835536637, 22.7606874411679456 ], [ 114.308930985013745, 22.7606653052248369 ], [ 114.310131953546843, 22.7610253534963434 ], [ 114.311678593324189, 22.7617697064474811 ], [ 114.310597600142117, 22.7638609769318094 ], [ 114.310009805735959, 22.7650462406303262 ], [ 114.309915293093951, 22.7651809198258128 ], [ 114.309186768533209, 22.7655611384520427 ], [ 114.309109801970209, 22.7656013069257632 ] ] } },
1768
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0032837495104771752 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.032599919861454, 22.7586941062049064 ], [ 114.032657409121271, 22.7587891588278168 ], [ 114.033092156614813, 22.759507971346288 ], [ 114.033408429293104, 22.7599988379698921 ], [ 114.033792489574552, 22.7607365172584757 ], [ 114.033912632749107, 22.7610846859113103 ], [ 114.033987988159595, 22.7614949909735316 ], [ 114.033984262079983, 22.7615668459063194 ], [ 114.033981177216617, 22.761626336080294 ] ] } },
1769
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0044521415201397695 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.293490403964014, 22.7625984853571666 ], [ 114.29424263428244, 22.7630300974089721 ], [ 114.294552866671722, 22.7632517426679932 ], [ 114.295044873240585, 22.763666185592232 ], [ 114.295612330971579, 22.7642391573278466 ], [ 114.295867885174374, 22.7645925017431274 ], [ 114.296370569913591, 22.7655016521806317 ], [ 114.296479791293223, 22.7657583321188604 ] ] } },
1770
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0038513749941054081 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.31281687537836, 22.7665393951833472 ], [ 114.315383718205183, 22.7640220507842592 ], [ 114.315566589968668, 22.7638427010929973 ] ] } },
1771
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0034829270567873056 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.276024761576323, 22.7631260668930899 ], [ 114.277435760849713, 22.7663103818796131 ] ] } },
1772
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0057003536139793084 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.299948286947568, 22.7672861047515589 ], [ 114.300079459776626, 22.7671573889484797 ], [ 114.301013306519579, 22.7662410311539638 ], [ 114.301118785862712, 22.766330649054801 ], [ 114.302814502538226, 22.764729183073559 ], [ 114.303934421297782, 22.763695235429914 ], [ 114.304028577629481, 22.7635419020682761 ], [ 114.30404597341213, 22.7635135746648416 ] ] } },
1773
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0055858627325235432 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.315566589968668, 22.7638427010929973 ], [ 114.315667764721894, 22.7639384249931425 ], [ 114.318992112319421, 22.7670835302268557 ], [ 114.319428584414567, 22.7678061392747431 ], [ 114.319442042993586, 22.7678284231383117 ] ] } },
1774
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0094925085997192935 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.915611559747234, 22.7623130341740811 ], [ 113.91590642224196, 22.7619263563881518 ], [ 113.916212579448029, 22.7615472703275863 ], [ 113.917291397445766, 22.7604353125152237 ], [ 113.918350921767782, 22.75930751896286 ], [ 113.919405813021129, 22.7581474916492077 ], [ 113.919709977727081, 22.7577639608572575 ], [ 113.919959605496587, 22.7574209548150321 ], [ 113.920195145852901, 22.7570694826208282 ], [ 113.920416265071339, 22.7567100455536995 ], [ 113.920622653708023, 22.7563431488994539 ], [ 113.920814014694656, 22.7559693134969194 ], [ 113.920990082005702, 22.7555890670106997 ], [ 113.921150603971157, 22.7552029508836213 ], [ 113.921259367905108, 22.7549088255165586 ], [ 113.921295356256792, 22.7548115033884883 ] ] } },
1775
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.006588444247752432 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.332393957970524, 22.7685878963663058 ], [ 114.333975833666486, 22.7685362308775368 ], [ 114.334339622131751, 22.7684677496486465 ], [ 114.334720963604127, 22.7683121306566001 ], [ 114.335018316944087, 22.7681278445419899 ], [ 114.335335898892154, 22.7678200196025102 ], [ 114.335495641678378, 22.7675541346239676 ], [ 114.336274969448326, 22.7658261052463686 ], [ 114.33639597562842, 22.7656743547151841 ], [ 114.337140955938082, 22.7649606901977783 ] ] } },
1776
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0032364492764547625 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.30449885837767, 22.7683355872137589 ], [ 114.307152093274482, 22.7664822258077173 ] ] } },
1777
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0032795733170317568 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.326956428021447, 22.7686777253849826 ], [ 114.32703684493589, 22.7686766592812582 ], [ 114.330235713125731, 22.7686342472685794 ] ] } },
1778
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0083248427299078293 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.319235719106828, 22.7607450394435737 ], [ 114.319652638561479, 22.7614880803204436 ], [ 114.32017139908082, 22.7625599817192992 ], [ 114.320455747473588, 22.7632685304430531 ], [ 114.320667315197298, 22.7637957212551356 ], [ 114.321035648770845, 22.7648901747673023 ], [ 114.321430572955279, 22.7667640641272158 ], [ 114.321662580266619, 22.7686303317437257 ] ] } },
1779
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0041075727319423274 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.321662580266619, 22.7686303317437257 ], [ 114.322103155672849, 22.7685868695459526 ], [ 114.325767372170787, 22.7686554790761626 ] ] } },
1780
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0032967592188462369 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.934608562738575, 22.7601674820864162 ], [ 113.934674609604514, 22.760264137787857 ], [ 113.936468555935917, 22.7628894384881377 ] ] } },
1781
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0086918519555299091 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.286540846065577, 22.7641712921874415 ], [ 114.288938682215971, 22.7664206133311566 ], [ 114.289175981056388, 22.7666175803001352 ], [ 114.289426272520387, 22.7668001935099689 ], [ 114.289663709807755, 22.7669528103786725 ], [ 114.28998506298322, 22.7671247780246127 ], [ 114.291176231728002, 22.767677864316191 ], [ 114.291831498140198, 22.7678336747323691 ], [ 114.292721292953701, 22.7683476346727893 ], [ 114.293520753063888, 22.768888415403282 ], [ 114.293572833831917, 22.7689495872311234 ], [ 114.293624208440121, 22.7690099309578962 ] ] } },
1782
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0044336258834529931 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.293624208440121, 22.7690099309578962 ], [ 114.293705183405294, 22.7689798105244137 ], [ 114.293824805284913, 22.7689353148040823 ], [ 114.293889950993119, 22.7688366868789061 ], [ 114.296293215529303, 22.766432260930074 ], [ 114.296381325171254, 22.766219559833349 ], [ 114.296429557054736, 22.7659936339912008 ], [ 114.296479791293223, 22.7657583321188604 ] ] } },
1783
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0050032920218244913 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.854366630406915, 22.7574183455829875 ], [ 113.854352407085642, 22.7575466560291879 ], [ 113.854291559086221, 22.75809556845822 ], [ 113.854557363397006, 22.7593586020431715 ], [ 113.854590825499116, 22.7595969368776174 ], [ 113.854845058664424, 22.760849241673089 ], [ 113.85509676421141, 22.7621992752040967 ], [ 113.85512231477027, 22.7623363144418711 ] ] } },
1784
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0030800969987380684 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.85512231477027, 22.7623363144418711 ], [ 113.85537842267307, 22.762280672287055 ], [ 113.858132188029529, 22.7616823568861015 ] ] } },
1785
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0041319293600210515 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.803083312937247, 22.7615493011991425 ], [ 113.804866112612416, 22.7608487608204761 ], [ 113.805135205031959, 22.76072111731634 ], [ 113.806405517061279, 22.7602194822803767 ], [ 113.806645850528568, 22.7601138041801185 ], [ 113.806911583403433, 22.7599969582162061 ] ] } },
1786
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0053338954442560347 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.930092782066168, 22.7639987155971006 ], [ 113.93416265808483, 22.7605510279948113 ] ] } },
1787
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0052499764823770723 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.281223288464346, 22.764791327246698 ], [ 114.281248192309292, 22.7648475270722344 ], [ 114.281834121598791, 22.7661697791991635 ], [ 114.28203924336016, 22.7674673538678149 ], [ 114.282164597262522, 22.7678762511837505 ], [ 114.282348980578462, 22.7681632617839718 ], [ 114.282571212374961, 22.768427306198987 ], [ 114.282724067183935, 22.7685437894359985 ], [ 114.282846813688039, 22.7687325916071437 ], [ 114.283011291265751, 22.7689292905764589 ], [ 114.283248325491783, 22.7691756054282273 ], [ 114.28344376441666, 22.7694018972823571 ] ] } },
1788
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0038625800897026134 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.940689292659982, 22.7652029677895023 ], [ 113.940800627922584, 22.7650571607688015 ], [ 113.940942706501247, 22.7649219739508055 ], [ 113.941212870712022, 22.7646998975490931 ], [ 113.941526473132257, 22.7644866116054345 ], [ 113.941935821118221, 22.764282963471647 ], [ 113.943136335332667, 22.7637443527826981 ], [ 113.943453225682248, 22.7635877290332758 ], [ 113.943932766609393, 22.763279921832023 ], [ 113.943981328600955, 22.7632487504115417 ] ] } },
1789
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0040232964230392312 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.799372239475559, 22.7631032792780097 ], [ 113.803083312937247, 22.7615493011991425 ] ] } },
1790
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0042684384118021603 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.033651155280268, 22.7628882248057991 ], [ 114.033608037586006, 22.7630194455748907 ], [ 114.033231370142005, 22.763947713764118 ], [ 114.032917507324498, 22.7648993036330722 ], [ 114.032906287214743, 22.7653384560183838 ], [ 114.03297502224801, 22.7662923518553022 ], [ 114.032961480356988, 22.7665406886772637 ], [ 114.032832435021717, 22.7668486601982316 ], [ 114.032729767213894, 22.766955587477721 ] ] } },
1791
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.011568573985223556 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.03142470466743, 22.7674682992387609 ], [ 114.030989896041206, 22.7665756791819227 ], [ 114.028771675559341, 22.7617208190153093 ], [ 114.028052739010363, 22.7599936799819353 ], [ 114.026918385443935, 22.7568232305682265 ] ] } },
1792
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0036197506517978372 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.31385426976891, 22.7691887625719716 ], [ 114.313937984862918, 22.7692687429590954 ], [ 114.316377815529719, 22.7715996530848912 ], [ 114.316471574517379, 22.7716892246562033 ] ] } },
1793
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.005506796664407905 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.316471574517379, 22.7716892246562033 ], [ 114.316600286064386, 22.7715998645407254 ], [ 114.319437220862682, 22.7696302019630785 ], [ 114.320828884127025, 22.7687077021025459 ], [ 114.321054333928629, 22.7686830331243044 ] ] } },
1794
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.012217916350594177 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.824910804548765, 22.7642631562989877 ], [ 113.824594561440861, 22.7639012812727017 ], [ 113.82417515787688, 22.7633644047958263 ], [ 113.823786991197494, 22.7628076834418138 ], [ 113.823431154198047, 22.7622326830413506 ], [ 113.823108644274939, 22.761641013862274 ], [ 113.822820366172436, 22.7610343396844996 ], [ 113.822567128413056, 22.7604143614799348 ], [ 113.8223496413558, 22.7597828173770083 ], [ 113.822236075014629, 22.7593972986258493 ], [ 113.821433671893061, 22.7529724436495187 ], [ 113.821416158668953, 22.7528322146453696 ] ] } },
1795
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0044953821401028157 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.806911583403433, 22.7599969582162061 ], [ 113.806999924001516, 22.7601967264630929 ], [ 113.808659536586461, 22.7639495331700381 ], [ 113.808729732289891, 22.764108259130996 ] ] } },
1796
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.010192178130283626 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.825044046028424, 22.7644168308648744 ], [ 113.827953711845737, 22.7622999849171315 ], [ 113.828641625686373, 22.7617554086111653 ], [ 113.829578366490068, 22.7609968529579447 ], [ 113.831381923054025, 22.7594002821136243 ], [ 113.832706030342905, 22.75812101374202 ], [ 113.832800558328529, 22.7580401451280387 ], [ 113.832897300167232, 22.7579431663058429 ] ] } },
1797
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.012210383391640172 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.399531330323512, 22.7663566129280959 ], [ 114.399639383678533, 22.7664205652739753 ], [ 114.401299606665717, 22.7674699236414497 ], [ 114.402289587035611, 22.7681392004904311 ], [ 114.4095363619398, 22.7733501421802877 ] ] } },
1798
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0042591759774012142 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.278716447998505, 22.7688445120927163 ], [ 114.279174207878299, 22.7694041275698886 ], [ 114.279396637678801, 22.7696238107505877 ], [ 114.279892792389987, 22.7699251813293451 ], [ 114.280340408118619, 22.7701078475210039 ], [ 114.280679493887405, 22.7704053769729668 ], [ 114.281118759830136, 22.7708977369908538 ], [ 114.281763122139452, 22.7717250654373693 ] ] } },
1799
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0054480580507032554 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.309702416209191, 22.7727159776214911 ], [ 114.313784446157797, 22.7692562245044101 ], [ 114.31385426976891, 22.7691887625719716 ] ] } },
1800
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.003983170712051896 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.805032683912003, 22.7655904765449151 ], [ 113.805190382109174, 22.7655261538143634 ], [ 113.806780418085836, 22.7648775832349486 ], [ 113.808453408309092, 22.7642173169402646 ], [ 113.808729732289891, 22.764108259130996 ] ] } },
1801
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.007062155956737981 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.946062925208196, 22.7609108668017655 ], [ 113.946212582630992, 22.7621599242523978 ], [ 113.946487352502558, 22.7650575339258445 ], [ 113.946547282529252, 22.766039853542452 ], [ 113.946590228602162, 22.767508939858434 ], [ 113.946592248808997, 22.7678804853535013 ], [ 113.946592618299775, 22.7679486299336808 ] ] } },
1802
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0047914026924262398 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.819370615169632, 22.7625234372851537 ], [ 113.819370537697367, 22.7625837829864288 ], [ 113.819368649098692, 22.7640583591862402 ], [ 113.820456715470712, 22.7670814652582827 ], [ 113.820483235019324, 22.7671159816892335 ] ] } },
1803
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0052756091888705482 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.820621790977555, 22.7672933701803331 ], [ 113.821947874156166, 22.7664451802948555 ], [ 113.822130935934297, 22.7663197322913504 ], [ 113.825044046028424, 22.7644168308648744 ] ] } },
1804
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0064019726571157365 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.790260605508976, 22.7667800206875732 ], [ 113.796190873397478, 22.7643681382955272 ] ] } },
1805
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.003578719678634558 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.857513244393672, 22.7684217589734139 ], [ 113.861089393087923, 22.7682861306030162 ] ] } },
1806
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0051281447722356091 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.283262058798485, 22.7739626814316516 ], [ 114.283360760926939, 22.7740362355472463 ], [ 114.283531389209784, 22.7741633919029915 ], [ 114.283785721019413, 22.7743029554441456 ], [ 114.284056416493883, 22.7743954050936708 ], [ 114.285410557895091, 22.7746205926641672 ], [ 114.287855537835767, 22.7749975690112301 ], [ 114.288217106550192, 22.7750736613249387 ] ] } },
1807
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0052077475567854038 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.855103664170457, 22.7632791437211246 ], [ 113.855058079626488, 22.7682267252837249 ], [ 113.855054616975707, 22.7682708016713029 ], [ 113.85503771943435, 22.7684858827369681 ] ] } },
1808
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.003537457835520199 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.288217106550192, 22.7750736613249387 ], [ 114.29056335120525, 22.7754718941829886 ], [ 114.291712213058659, 22.7756143213682698 ] ] } },
1809
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0042396232960239507 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.828301849333855, 22.7684865503748135 ], [ 113.832405694442897, 22.7688475079750177 ], [ 113.832474477254138, 22.7688535572833501 ], [ 113.832525290656164, 22.7688562796258331 ] ] } },
1810
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0031747072950291302 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.894383311005228, 22.7690923331437567 ], [ 113.894842836234631, 22.7691779178161582 ], [ 113.89637595917128, 22.7696506795562357 ], [ 113.897436647295976, 22.7699529616110077 ] ] } },
1811
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0037727943715070555 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.898669982366499, 22.7663874515530367 ], [ 113.897436647295976, 22.7699529616110077 ] ] } },
1812
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0034796161373111547 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.832525290656164, 22.7688562796258331 ], [ 113.832660015297151, 22.7688683852712757 ], [ 113.83453982611654, 22.7690186041189797 ], [ 113.835045961718393, 22.7690666972494071 ], [ 113.835985471865783, 22.7692083574147262 ] ] } },
1813
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0096198114757649611 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.912861569308376, 22.7713144390612925 ], [ 113.912861822239563, 22.7707359559965745 ], [ 113.912874808481831, 22.7701575991278915 ], [ 113.912900523320431, 22.7695796077110728 ], [ 113.912938953209988, 22.7690022244670089 ], [ 113.912973427167188, 22.7686116438786463 ], [ 113.913022737514027, 22.7682157734245969 ], [ 113.913085837059185, 22.7678232679713268 ], [ 113.913162832819594, 22.7674328991695702 ], [ 113.913261798556277, 22.7670130191940814 ], [ 113.913376842304842, 22.7665966752757818 ], [ 113.91350781457129, 22.7661843977927276 ], [ 113.91365454841268, 22.7657767132206352 ], [ 113.913816774887266, 22.7653743396355708 ], [ 113.913994354677058, 22.7649775808801884 ], [ 113.914161336512649, 22.7646384824778174 ], [ 113.914395399057767, 22.7642013374005927 ], [ 113.914675053935738, 22.7637160720727501 ], [ 113.914971171349706, 22.763239277898446 ], [ 113.915283451950444, 22.762771429464955 ], [ 113.915611559747234, 22.7623130341740811 ] ] } },
1814
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0034095907515981085 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.897436647295976, 22.7699529616110077 ], [ 113.900602158902814, 22.7712197865240711 ] ] } },
1815
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0037335543346138271 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.309940029667786, 22.7780281948341035 ], [ 114.310053641944677, 22.7779080261304649 ], [ 114.312504982664251, 22.7753151809942196 ] ] } },
1816
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0042299662262020319 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.29494705684094, 22.7760106850033388 ], [ 114.295107161292179, 22.7760303230101435 ], [ 114.298536892661417, 22.7782191474359479 ] ] } },
1817
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.015236663821301113 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.874248212314356, 22.7583482097680125 ], [ 113.874227070797446, 22.7584667458187262 ], [ 113.873004063476102, 22.7605388417178247 ], [ 113.87240790586884, 22.7612229768003402 ], [ 113.870991149439959, 22.7623829457382421 ], [ 113.868281292317391, 22.7680851734470089 ], [ 113.868139250506474, 22.7685422920690534 ], [ 113.868078836040198, 22.7693716683131484 ], [ 113.867818090450555, 22.7710962191191477 ], [ 113.867764991248464, 22.7716977706776404 ] ] } },
1818
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0090158573076289713 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.792931403064117, 22.770511999450207 ], [ 113.801146146339576, 22.7671925849575416 ], [ 113.801290611483722, 22.7671342313163976 ] ] } },
1819
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0036701462105446251 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.925147598563768, 22.7727989616595643 ], [ 113.927794470560144, 22.7714941728920266 ], [ 113.928419070223555, 22.7711377384167868 ] ] } },
1820
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0030456239795158841 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.814890584342493, 22.7710269313506934 ], [ 113.815706194736038, 22.7704661789400333 ], [ 113.816214014880188, 22.7701356596187736 ], [ 113.817429229555117, 22.7693447301967424 ] ] } },
1821
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0045242242043292647 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.827868769387749, 22.7708792936280737 ], [ 113.832256901351826, 22.7714106987497154 ], [ 113.832360179620935, 22.7714232042532423 ] ] } },
1822
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0073876710747341826 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.818489084703913, 22.7704203430683627 ], [ 113.825819616741683, 22.7713373948399074 ] ] } },
1823
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0038079323315728321 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.832360179620935, 22.7714232042532423 ], [ 113.832436141083619, 22.7714324020552894 ], [ 113.832732358918435, 22.7714682694379214 ], [ 113.833512200255171, 22.7715939449493021 ], [ 113.835324757478602, 22.771814013037222 ], [ 113.83598434929452, 22.7718843500996222 ], [ 113.836138212794154, 22.7718797535371387 ] ] } },
1824
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0041195280115528862 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.832129033965003, 22.7720608326469929 ], [ 113.832187175222955, 22.7720559188433676 ], [ 113.833166913351945, 22.7719731054580699 ], [ 113.833469957086606, 22.7719734526897213 ], [ 113.835744228296406, 22.7722630988744719 ], [ 113.836222627081696, 22.7723240214393527 ] ] } },
1825
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0031559652966581513 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.309940029667786, 22.7780281948341035 ], [ 114.310045830092804, 22.7781253868629463 ], [ 114.310414806492417, 22.7784643393199282 ], [ 114.310854527531731, 22.7788136166563504 ], [ 114.312460997545941, 22.7799184312901737 ] ] } },
1826
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0038524326519636422 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.845861959936713, 22.7729354144437686 ], [ 113.842591386616164, 22.7719632554281617 ], [ 113.842156179893053, 22.7718956081179229 ] ] } },
1827
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0037018356742753566 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.811882423156831, 22.7731837204428373 ], [ 113.813663140500054, 22.7718752397109689 ], [ 113.814159166739216, 22.771529792440905 ], [ 113.814890584342493, 22.7710269313506934 ] ] } },
1828
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0060343532490497445 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.920223696436821, 22.7761476610011506 ], [ 113.921646458795948, 22.7753163663809843 ], [ 113.921808222506257, 22.7752000572526434 ], [ 113.921948201800149, 22.7750775917338331 ], [ 113.922229590851984, 22.7747572502360036 ], [ 113.922367487094178, 22.7745796277943526 ], [ 113.922732390560199, 22.7741446013100202 ], [ 113.922987160856678, 22.7739079596731315 ], [ 113.923256908841807, 22.7737063753689384 ], [ 113.923386512841333, 22.7736359593332658 ], [ 113.923708492807819, 22.7734845447341598 ], [ 113.924140651084514, 22.7732972107018945 ], [ 113.925147598563768, 22.7727989616595643 ] ] } },
1829
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0030806546014644585 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.832129033965003, 22.7720608326469929 ], [ 113.832104419985029, 22.7721287318039636 ], [ 113.83132649980891, 22.7742746201254036 ], [ 113.831107163999718, 22.7748583284333534 ], [ 113.831071168253175, 22.7749541215367195 ] ] } },
1830
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0044954394218844418 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.308390665455207, 22.7800078917713584 ], [ 114.311153744527772, 22.7818486231880435 ], [ 114.311886903541392, 22.7823431253977269 ], [ 114.312123260754746, 22.7825129233612138 ] ] } },
1831
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0038137768585763407 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.891019565488847, 22.7744607958521357 ], [ 113.891147920926429, 22.7745328270040162 ], [ 113.891311993705926, 22.7746249013133522 ], [ 113.89176608520215, 22.7748797262181029 ], [ 113.893548753925671, 22.7758474634573282 ], [ 113.89422993974307, 22.7761993315940998 ], [ 113.8943744412569, 22.7762739735359254 ] ] } },
1832
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0044041205887568064 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.88713322685426, 22.7762221966646976 ], [ 113.887323348339024, 22.7761593631983779 ], [ 113.890633034144017, 22.7750655020940478 ], [ 113.890855115011263, 22.7747411101315471 ], [ 113.890950228923359, 22.7745789817147752 ], [ 113.891019565488847, 22.7744607958521357 ] ] } },
1833
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0040335873708400175 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.8246207613726, 22.7751867338942127 ], [ 113.82564991136762, 22.7720411481496789 ], [ 113.825819616741683, 22.7713373948399074 ] ] } },
1834
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.00364470353170461 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.817181335393556, 22.7757366993016959 ], [ 113.817301020254959, 22.7757579735164839 ], [ 113.8197311027685, 22.7761899008698308 ], [ 113.82020276750626, 22.7762290562315357 ], [ 113.820784008087841, 22.7762518052303733 ] ] } },
1835
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0037496194808369783 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.853218243098411, 22.7773909095794451 ], [ 113.852699246675726, 22.7766288745473311 ], [ 113.85231997695297, 22.7761179146647592 ], [ 113.851965260373959, 22.7757280044020902 ], [ 113.851663246022625, 22.7754284323911946 ], [ 113.851444099315174, 22.7752385756597278 ], [ 113.851087712155689, 22.774958438701475 ], [ 113.850677085529483, 22.774681062406767 ] ] } },
1836
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0035671446404631217 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.854532099723357, 22.774159503646878 ], [ 113.854480201132148, 22.7747328334197192 ], [ 113.854366251931907, 22.7754294859570692 ], [ 113.854293049060004, 22.7756558983443007 ], [ 113.854174180552079, 22.775937251003505 ], [ 113.85358142057467, 22.776917023308755 ], [ 113.853318509484893, 22.7772600796653073 ], [ 113.853218243098411, 22.7773909095794451 ] ] } },
1837
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0093078377840728702 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.946568459892973, 22.769925675174651 ], [ 113.946564957466208, 22.7699851466042489 ], [ 113.946441657173949, 22.7720789057947428 ], [ 113.946173892821449, 22.7746478978101834 ], [ 113.945734797424294, 22.7791441535912682 ], [ 113.945729906642697, 22.7791942378157408 ] ] } },
1838
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0038380395415962701 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.8943744412569, 22.7762739735359254 ], [ 113.894226833168759, 22.7764507465348132 ], [ 113.89385377647659, 22.7768975150790745 ], [ 113.893497693899292, 22.7772444026574412 ], [ 113.893154987859063, 22.7775386235194404 ], [ 113.892643921160555, 22.7779178725613427 ], [ 113.892071165901299, 22.7782724406920565 ], [ 113.891390949129942, 22.7786265529721632 ] ] } },
1839
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0039318206712340995 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.894521699776874, 22.7760952456466192 ], [ 113.89475514129947, 22.7763613014318516 ], [ 113.896274207984021, 22.7780925612604221 ], [ 113.897003877775518, 22.7789771316557861 ], [ 113.897085307288819, 22.7790758471614971 ] ] } },
1840
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0049188948193605161 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.878981891716109, 22.7789413292538114 ], [ 113.879061232568276, 22.7789132715949734 ], [ 113.88182751338536, 22.7779349622330116 ], [ 113.883517062352311, 22.777328536422484 ], [ 113.883616337914418, 22.7772929030147644 ] ] } },
1841
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0036569245023683099 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.900028420536074, 22.7768715411405118 ], [ 113.900219043182759, 22.7770868383584464 ], [ 113.900607782795447, 22.7775258922627053 ], [ 113.902437657856595, 22.7796226405437494 ] ] } },
1842
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0051974407852048085 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.837118875355884, 22.7787461254780581 ], [ 113.839856519398253, 22.77438027572639 ], [ 113.839880028549189, 22.7743427831385681 ] ] } },
1843
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0036136872063609496 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.848685058882523, 22.7761249972879654 ], [ 113.848727118806607, 22.7762966005551952 ], [ 113.849134033530305, 22.7779568003983286 ], [ 113.849226284031687, 22.7783996764769512 ], [ 113.849311094856148, 22.7788554954309248 ], [ 113.849321527969096, 22.7791432688714472 ], [ 113.849298287532037, 22.7796664313513304 ] ] } },
1844
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.005204877890300396 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.867393556249823, 22.7751662675336704 ], [ 113.867390133477571, 22.7751984213828678 ], [ 113.866842604596769, 22.780341903352479 ] ] } },
1845
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0036346338120531525 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.837118875355884, 22.7787461254780581 ], [ 113.837445810631877, 22.7788569850895044 ], [ 113.839538822735449, 22.7795666731157453 ], [ 113.840563535397337, 22.7799057508900837 ] ] } },
1846
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0031676586296241018 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.888404691917572, 22.7798056582801749 ], [ 113.888189552715161, 22.779890316123101 ], [ 113.885457023090765, 22.7809655331360084 ] ] } },
1847
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0083359167699829633 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.804334158518529, 22.7797196145776866 ], [ 113.80581121224894, 22.7783230403260895 ], [ 113.806184832934164, 22.7779568466444822 ], [ 113.806790026119671, 22.7773973205555613 ], [ 113.808546268086374, 22.7758628030831325 ], [ 113.809467879100211, 22.7750925575293373 ], [ 113.810218198762314, 22.7744799935956976 ], [ 113.810574567552123, 22.7741989093226032 ] ] } },
1848
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0037314821537641572 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.894107463857708, 22.781324492879147 ], [ 113.896883664726914, 22.7792281163874222 ], [ 113.897085307288819, 22.7790758471614971 ] ] } },
1849
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0034062197809538192 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.914140353432813, 22.7820683712912029 ], [ 113.915128236563945, 22.7819970722915386 ], [ 113.917540760177815, 22.7818719315161289 ] ] } },
1850
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.020231868936052437 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.321662580266619, 22.7686303317437257 ], [ 114.322570546702622, 22.7761541927837392 ], [ 114.32295997959109, 22.7787483062548297 ], [ 114.323398650908373, 22.7808959137447289 ], [ 114.324095058767341, 22.7835636633551566 ], [ 114.324488648308446, 22.7848478020665688 ], [ 114.325586564930475, 22.7883919113748519 ], [ 114.325594780072279, 22.7884184291834622 ] ] } },
1851
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.003596942674662085 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.945729906642697, 22.7791942378157408 ], [ 113.945722475704102, 22.779266969742956 ], [ 113.945374076900265, 22.7826769044353199 ], [ 113.945364303830402, 22.7827725518305293 ] ] } },
1852
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.011026860955324088 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.912459451363517, 22.7822820581659613 ], [ 113.912467948594411, 22.7822395371823703 ], [ 113.912877280331628, 22.7801913551557647 ], [ 113.912950368868792, 22.7795063339993433 ], [ 113.913009803771914, 22.7788201798286067 ], [ 113.913055563319176, 22.7781331235056896 ], [ 113.913087635440633, 22.7774454005630105 ], [ 113.913105075744994, 22.776810376002075 ], [ 113.913110844555334, 22.7761751748226224 ], [ 113.913104940681691, 22.7755399704082997 ], [ 113.913087364606341, 22.7749049506180441 ], [ 113.913056837549846, 22.7742471997544307 ], [ 113.912972754590484, 22.7734678161561135 ], [ 113.912911932031705, 22.7726865751531982 ], [ 113.91287778808298, 22.772000788982421 ], [ 113.912861569308376, 22.7713144390612925 ] ] } },
1853
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0069318805582555447 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.858266667073622, 22.7821280570589053 ], [ 113.857147432751091, 22.781642064082277 ], [ 113.856264268561347, 22.7811876554381243 ], [ 113.855831616285755, 22.7808410458767021 ], [ 113.855445854067028, 22.7805033252302636 ], [ 113.85520988661429, 22.7802605804486085 ], [ 113.854897815932816, 22.7798966191430878 ], [ 113.85453353748828, 22.7793978508795902 ], [ 113.853908800902843, 22.7784274703495733 ], [ 113.853320815436447, 22.7775434493621383 ] ] } },
1854
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0068969279730063749 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.294612004890411, 22.7823488679232504 ], [ 114.294622610634107, 22.7826536175638026 ], [ 114.294604037571602, 22.7829878826942185 ], [ 114.294558162878246, 22.7833122557646632 ], [ 114.29448515850946, 22.7836323248213368 ], [ 114.29429045945119, 22.7842017913452146 ], [ 114.294006350506734, 22.7847640790840664 ], [ 114.293533413702193, 22.7855342206116909 ], [ 114.293439630205441, 22.7857593558345002 ], [ 114.293371895262666, 22.7859923852290791 ], [ 114.293302884934278, 22.7863403611185831 ], [ 114.293088828958886, 22.7889560435810559 ] ] } },
1855
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0033780415840811606 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.89140029343578, 22.7833442259456689 ], [ 113.891521662920638, 22.7832676133478245 ], [ 113.894107463857708, 22.781324492879147 ] ] } },
1856
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0089853536904585685 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.840563535397337, 22.7799057508900837 ], [ 113.843776822736217, 22.7809689756929039 ], [ 113.848986744816088, 22.7827368021085661 ], [ 113.84908054350916, 22.7827686277020121 ] ] } },
1857
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0066459935961537386 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.850323236726169, 22.782803367688615 ], [ 113.850370230853486, 22.7828003846151645 ], [ 113.850599141618389, 22.7827858497745908 ], [ 113.851110053000752, 22.7826705398681746 ], [ 113.851556191093167, 22.7824155358834091 ], [ 113.852169880960261, 22.7818655889149859 ], [ 113.852517055967013, 22.781320230046969 ], [ 113.853269374677566, 22.7777851763290471 ], [ 113.853320815436447, 22.7775434493621383 ] ] } },
1858
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0046595927367813796 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.90709700427864, 22.7838937115101423 ], [ 113.907341989263145, 22.7839042063290442 ], [ 113.907685875333655, 22.7839189373422819 ], [ 113.911752329889524, 22.7840930803364152 ] ] } },
1859
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0067131348835633466 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.912088958746168, 22.7841074915497721 ], [ 113.918795956734144, 22.7843944723055714 ] ] } },
1860
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0032768292975931335 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.918795956734144, 22.7843944723055714 ], [ 113.922069794879476, 22.7845344510315577 ] ] } },
1861
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.003273643962324207 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.834907865418884, 22.7831070623024132 ], [ 113.835166806193456, 22.7822132911835951 ], [ 113.835298409897007, 22.7819192989311361 ], [ 113.835983581416485, 22.780606643870005 ], [ 113.836262855251434, 22.7801441207482753 ] ] } },
1862
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0058604849732141924 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.918987886088132, 22.7822251934068269 ], [ 113.919116630115155, 22.78229636270855 ], [ 113.919328239124738, 22.7824389408895485 ], [ 113.920528683811227, 22.7834125202979898 ], [ 113.920787719443467, 22.7835652324298898 ], [ 113.921003077539453, 22.7836795595202055 ], [ 113.922230670225673, 22.7841738101385509 ], [ 113.922551841557578, 22.78425067687688 ], [ 113.923944444028891, 22.7843787163508047 ], [ 113.924071961781777, 22.7844678531252498 ], [ 113.924095427279411, 22.7844842555088043 ], [ 113.924127962557975, 22.7846119719177551 ] ] } },
1863
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.003454788794741293 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.880512128740449, 22.782912760815055 ], [ 113.880399423840785, 22.7829569772948126 ], [ 113.877295978493891, 22.7841744831330715 ] ] } },
1864
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0049213085433065518 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.810887469011504, 22.7844201501706038 ], [ 113.811950991171145, 22.784000578810538 ], [ 113.812848423620935, 22.7834693136658224 ], [ 113.813698829761876, 22.7829424521743391 ], [ 113.813844326103151, 22.7829139105483165 ], [ 113.813986005907509, 22.7829223115617268 ], [ 113.815302205584757, 22.7830933496723702 ], [ 113.815418498220637, 22.7831084614024597 ] ] } },
1865
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.003237572257224145 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.87700913320532, 22.7842839967460122 ], [ 113.874086884387069, 22.7854598946429867 ], [ 113.874005609024877, 22.7854925978456997 ] ] } },
1866
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0052454196576028839 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.899267363305611, 22.7814229665661081 ], [ 113.89932670440524, 22.7817466995296165 ], [ 113.899354448358082, 22.7828107313310788 ], [ 113.899263166631158, 22.7865823594967587 ], [ 113.899261250874019, 22.7866615031947823 ] ] } },
1867
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0041833037680374125 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.870286480160161, 22.7866154034474029 ], [ 113.870021761890143, 22.7865742842635122 ], [ 113.869672836340669, 22.7864934141531918 ], [ 113.869116668705146, 22.786289646927937 ], [ 113.866344307503994, 22.7852385807916562 ] ] } },
1868
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0034111691416308203 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.895918349487289, 22.78733829900575 ], [ 113.896030235399678, 22.7873243938988566 ], [ 113.896824580204182, 22.7871730886143702 ], [ 113.899261250874019, 22.7866615031947823 ] ] } },
1869
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0080839143643036994 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.798913178439776, 22.7857108371491073 ], [ 113.800419122739925, 22.7838955684227109 ], [ 113.800931250976362, 22.7833119627117533 ], [ 113.801634212022392, 22.7825377345798188 ], [ 113.802529046812424, 22.7815680673941579 ], [ 113.802873540091312, 22.781215350020954 ], [ 113.804334158518529, 22.7797196145776866 ] ] } },
1870
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0042929854929548488 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.891639114196408, 22.7873996877564409 ], [ 113.89329725872382, 22.7872651013230225 ], [ 113.893605527298163, 22.7872748986259914 ], [ 113.894416328887701, 22.7873359155743422 ], [ 113.894944570590368, 22.787392272310619 ], [ 113.895556299855613, 22.7873832936872276 ], [ 113.895918349487289, 22.78733829900575 ] ] } },
1871
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0035927766191269314 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.326379515457958, 22.7909388054437834 ], [ 114.327453982829908, 22.7943311984640289 ], [ 114.327464337154154, 22.7943638902197279 ] ] } },
1872
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0033435542775552213 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.875042227329516, 22.7877294418031688 ], [ 113.875149057136895, 22.7877562210147033 ], [ 113.875341720007697, 22.7878045166068723 ], [ 113.87619386098028, 22.787917036941888 ], [ 113.876645417011815, 22.7879321938150028 ], [ 113.877095845790365, 22.7878630272688376 ], [ 113.878294341335689, 22.7874497834547789 ] ] } },
1873
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0039248566923902875 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.323898350488378, 22.7917267319826848 ], [ 114.32469827181049, 22.7926065507884239 ], [ 114.325054355038347, 22.7930749704519329 ], [ 114.325656748233598, 22.7940724193485345 ], [ 114.326029864702519, 22.7949021940573004 ], [ 114.32605952264214, 22.7949681507768496 ] ] } },
1874
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0041260826110612898 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.931641889904228, 22.7875527974529781 ], [ 113.93232885952969, 22.7878381266182828 ], [ 113.933101484275582, 22.7882410169179366 ], [ 113.933548552756164, 22.788508128884903 ], [ 113.934444550992808, 22.789141121584894 ], [ 113.935124288084026, 22.7897203084785964 ] ] } },
1875
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.01058758229053049 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.820620132050493, 22.7887283655967181 ], [ 113.820973258110953, 22.787381755850987 ], [ 113.821934526663611, 22.7841081096651656 ], [ 113.822146357506625, 22.7834162066956409 ], [ 113.823191825361704, 22.7795540014243194 ], [ 113.823521079557196, 22.7785477251466624 ] ] } },
1876
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0096605165333867055 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.945364303830402, 22.7827725518305293 ], [ 113.945358375705553, 22.7828300331546885 ], [ 113.944451505615433, 22.7916228397027858 ], [ 113.944349482789136, 22.7923792718428224 ] ] } },
1877
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.003637407826848908 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.881649772824929, 22.7893464888404687 ], [ 113.881663628585741, 22.7901367166413991 ], [ 113.881698569433865, 22.7903641550870937 ], [ 113.881715256107, 22.7906391525811038 ], [ 113.881689056924984, 22.7907592951499929 ], [ 113.881690811113387, 22.7910252053174602 ], [ 113.881779513408119, 22.7916085034299876 ], [ 113.881773251506189, 22.7917266541934964 ], [ 113.881680664292816, 22.7921256385349729 ], [ 113.881701897537269, 22.7922298132700085 ], [ 113.881821868215297, 22.7926372959884596 ], [ 113.881925963074181, 22.7928508159500787 ], [ 113.881954895154664, 22.7929101630903261 ] ] } },
1878
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0041415461678263928 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.881954895154664, 22.7929101630903261 ], [ 113.881998135795754, 22.7929004107747772 ], [ 113.883689002412581, 22.792519058087489 ], [ 113.886000976098671, 22.7920263977850901 ] ] } },
1879
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0034593131914214285 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.936782067956841, 22.7915490979781303 ], [ 113.9377210381884, 22.7925892997736561 ], [ 113.939069457119018, 22.7941440091569056 ] ] } },
1880
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0040285214768230855 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.876105353620758, 22.7902274494707875 ], [ 113.877705005422868, 22.7935717091034284 ], [ 113.877791531348592, 22.7937610322863335 ], [ 113.877838591301739, 22.7938640012123841 ] ] } },
1881
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0042259089152404845 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.877838591301739, 22.7938640012123841 ], [ 113.877910497957146, 22.7938511002112989 ], [ 113.87820048303287, 22.793799073487456 ], [ 113.880126983702979, 22.7933350666515331 ], [ 113.881897127559114, 22.7929235917710713 ], [ 113.881954895154664, 22.7929101630903261 ] ] } },
1882
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0066757689314507294 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.84877243566379, 22.7870289171228428 ], [ 113.84873533208696, 22.7875465369607397 ], [ 113.848751919849462, 22.7878257503235311 ], [ 113.849439058021488, 22.7900592106446034 ], [ 113.849492827464559, 22.7904151799546675 ], [ 113.849278800338084, 22.7929547276061122 ], [ 113.849200616841358, 22.7935816566428429 ] ] } },
1883
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0043499759144149499 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.814920336775543, 22.790363023678136 ], [ 113.814937079751232, 22.7914034439704274 ], [ 113.814994333410795, 22.7917696084144339 ], [ 113.815386218896563, 22.7925383734453177 ], [ 113.815702733028203, 22.7928841284644932 ], [ 113.816140333711601, 22.7932381869491287 ], [ 113.816727424671697, 22.7935451509746123 ], [ 113.817095523471465, 22.7936464237493261 ] ] } },
1884
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0039773007765961611 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.874086755605845, 22.7951786974380006 ], [ 113.877704654197032, 22.7938880305831688 ], [ 113.877735682605589, 22.793882464345991 ], [ 113.877838591301739, 22.7938640012123841 ] ] } },
1885
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.00348809976567061 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.831796675287777, 22.7945539334657852 ], [ 113.831866881560572, 22.7943867329389747 ], [ 113.832062238700829, 22.7938032803166166 ], [ 113.832268747725607, 22.7928142028624094 ], [ 113.832507644188283, 22.7911502021796579 ] ] } },
1886
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0048517844982224872 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.820424535014922, 22.7952150710999959 ], [ 113.820400461810806, 22.7951586181047539 ], [ 113.820316947711675, 22.7949627769569858 ], [ 113.820074310813396, 22.7941171752843665 ], [ 113.820024821558135, 22.7938289826296057 ], [ 113.819985994114802, 22.7935393892318245 ], [ 113.819957871420954, 22.7932487336057967 ], [ 113.819940486622102, 22.7929573568077259 ], [ 113.819936085166091, 22.7924413324494459 ], [ 113.819965342460179, 22.7919260040767782 ], [ 113.820076362907599, 22.7913433947983108 ], [ 113.820228418715715, 22.7904522886239143 ] ] } },
1887
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0043473991163519195 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.939198244864855, 22.7943113688371284 ], [ 113.940313155475025, 22.7955129874005138 ], [ 113.941132830827115, 22.7963151114595881 ], [ 113.942378466768048, 22.7972565226796462 ] ] } },
1888
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0035753456592841197 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.827028259638169, 22.7958310800511228 ], [ 113.828890113042419, 22.7957910788241058 ], [ 113.830526125138178, 22.7961057118792105 ], [ 113.83057234859929, 22.796114601619081 ] ] } },
1889
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0033820361926937314 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.849200616841358, 22.7935816566428429 ], [ 113.849034365760943, 22.7949147662895584 ], [ 113.849034332813275, 22.7950506057113564 ], [ 113.849044855643072, 22.7951817703939312 ], [ 113.849094096406716, 22.7953351152972807 ], [ 113.849173950901474, 22.7954710296667606 ], [ 113.849264811188306, 22.795598033790121 ], [ 113.850195869514195, 22.7965000203948094 ] ] } },
1890
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0043405506631639858 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.892554480885977, 22.7939223506515809 ], [ 113.895042883119146, 22.7973673382325934 ], [ 113.895075894108516, 22.7974519622919161 ] ] } },
1891
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.019779352765701103 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.90709700427864, 22.7838937115101423 ], [ 113.907082986864467, 22.7841398696989792 ], [ 113.907076574372397, 22.7842524753051876 ], [ 113.906983796436649, 22.7858817401786915 ], [ 113.906872681703518, 22.7882462336573965 ], [ 113.906865714968689, 22.7882861269075043 ], [ 113.906812289662227, 22.7885325163447199 ], [ 113.906741640860332, 22.7887751497116078 ], [ 113.906654072637409, 22.7890129924549356 ], [ 113.906549956841005, 22.7892450319010109 ], [ 113.906429736954024, 22.7894702791257835 ], [ 113.906293926045194, 22.7896877743407487 ], [ 113.906143100841916, 22.7898965913122602 ], [ 113.905977904583438, 22.7900958410215466 ], [ 113.905755321810162, 22.7903272427507169 ], [ 113.905479442568719, 22.7905738327816891 ], [ 113.905171372471713, 22.7908284033771444 ], [ 113.904851264794672, 22.7910698680166988 ], [ 113.904585031105526, 22.7912545534341433 ], [ 113.901752043514549, 22.7931395761221047 ], [ 113.900475356201454, 22.7943221451908258 ], [ 113.899105984619894, 22.7957479714053015 ], [ 113.89873557614321, 22.7960166579679857 ], [ 113.898379428980647, 22.7962412203982261 ], [ 113.89800857520116, 22.7964442916885268 ], [ 113.897393649521788, 22.7966989553591191 ], [ 113.896042978088474, 22.7971458968249507 ], [ 113.895139482254194, 22.7974318376051102 ], [ 113.895075894108516, 22.7974519622919161 ] ] } },
1892
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0034311930016347773 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.832625805419624, 22.796471475421022 ], [ 113.835225971813699, 22.7970391744381544 ], [ 113.835710935961202, 22.797132424312057 ], [ 113.835981899375156, 22.7971845243228977 ] ] } },
1893
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0042479564051307187 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.943261655535608, 22.797741804295832 ], [ 113.943812254983328, 22.7979982801391863 ], [ 113.944179329879816, 22.7981388823395577 ], [ 113.945376035363168, 22.798531838977226 ], [ 113.947296711708731, 22.7990444297017127 ] ] } },
1894
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.003023284957142824 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.865435204977771, 22.7987915897176237 ], [ 113.86550953731853, 22.7987942561847348 ], [ 113.868456548056074, 22.7988999314696876 ] ] } },
1895
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0043846823521386073 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.8393187006142, 22.7979021240605739 ], [ 113.841515100116951, 22.7984470703602646 ], [ 113.843545881780742, 22.7990614738183126 ] ] } },
1896
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0032240297607722592 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.870300086187129, 22.7987941240378582 ], [ 113.871406194312826, 22.798730629299687 ], [ 113.871757714954171, 22.7987322572855327 ], [ 113.871975078974046, 22.7987620635511163 ], [ 113.872179110169284, 22.7988552619840021 ], [ 113.872302593522051, 22.7989396370852937 ], [ 113.873218761824219, 22.7996694364575418 ] ] } },
1897
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0069575813282340441 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.825746763642073, 22.7991132557251497 ], [ 113.825719891253726, 22.7991076334289851 ], [ 113.824819112091049, 22.7989191950216856 ], [ 113.824644833483973, 22.7988764735576055 ], [ 113.824257613128097, 22.7987641067842439 ], [ 113.823878664662161, 22.7986296687722465 ], [ 113.823474905952267, 22.7984577500174979 ], [ 113.823084685835099, 22.7982607829373762 ], [ 113.82293098956967, 22.7981701337010101 ], [ 113.822709807074588, 22.7980396814322503 ], [ 113.822352006011172, 22.7977954657657804 ], [ 113.822279615716823, 22.7977382807032427 ], [ 113.821983515452331, 22.7975043753368958 ], [ 113.821639287039076, 22.7971887842709187 ], [ 113.821321210471936, 22.7968504262700229 ], [ 113.821031031720395, 22.7964911581428922 ], [ 113.82087599894875, 22.7962737594752767 ], [ 113.820437065072099, 22.7952444552179792 ], [ 113.820424535014922, 22.7952150710999959 ] ] } },
1898
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0048064687627568667 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.846903282201978, 22.799504697108965 ], [ 113.851321461425641, 22.7986574597313307 ], [ 113.851489168521766, 22.7986252981935671 ], [ 113.851623742083618, 22.7985994896891313 ] ] } },
1899
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.016547923925986405 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.884681827726098, 22.800154315046246 ], [ 113.884637214452013, 22.8001519676295175 ], [ 113.880998475440734, 22.7999604299927441 ], [ 113.876756070341315, 22.799477128160639 ], [ 113.873891512506447, 22.7978903284802144 ], [ 113.872450590111072, 22.7970216798728771 ], [ 113.869117726576476, 22.7955771799605706 ] ] } },
1900
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0038860673581556579 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.883406430793798, 22.7964974388443729 ], [ 113.883502604659057, 22.796741121652655 ], [ 113.883622742462393, 22.7970944582027997 ], [ 113.884023269508276, 22.7985836954480483 ], [ 113.884442631060111, 22.7997127079354875 ], [ 113.884559507168845, 22.7999609384004636 ], [ 113.884598526186934, 22.8000438090040376 ], [ 113.884681827726098, 22.800154315046246 ] ] } },
1901
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0082447995307553448 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.892643483444431, 22.7981969811628424 ], [ 113.888212989242547, 22.7995258470627569 ], [ 113.885613964587876, 22.8002033678325944 ], [ 113.884746531320914, 22.8001577200090857 ], [ 113.884681827726098, 22.800154315046246 ] ] } },
1902
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0034469391125839795 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.843545881780742, 22.7990614738183126 ], [ 113.843922937501688, 22.7991755465293373 ], [ 113.84493379617706, 22.7994979154817798 ], [ 113.845332820757122, 22.7995989609207932 ], [ 113.845527083773774, 22.7996175848753637 ], [ 113.845884057733244, 22.7996278230275813 ], [ 113.846296626637979, 22.7996050296244768 ], [ 113.846903282201978, 22.799504697108965 ] ] } },
1903
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0045845441112223008 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.82814713587878, 22.7998280814836001 ], [ 113.828200822605552, 22.7997567673009058 ], [ 113.830850886102482, 22.7962364747780342 ], [ 113.830904412978995, 22.7961653683225443 ] ] } },
1904
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0041151956426768157 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.851623742083618, 22.7985994896891313 ], [ 113.851731886173809, 22.7986859116198488 ], [ 113.85198852545588, 22.798891001500202 ], [ 113.852175508845079, 22.7990404257980508 ], [ 113.854098132736411, 22.7998111388923199 ], [ 113.85436195659257, 22.799958142596271 ], [ 113.85468412707489, 22.800176508890452 ], [ 113.85511758866258, 22.8005974319852882 ], [ 113.855157301548218, 22.8006114583619208 ] ] } },
1905
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0031870678488467104 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.873218761824219, 22.7996694364575418 ], [ 113.874460759857271, 22.8006550308499065 ], [ 113.874684418615715, 22.8008181529372358 ], [ 113.874891232470333, 22.8009063788493336 ], [ 113.875973198865054, 22.8011039159562081 ] ] } },
1906
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0077736138363421921 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.888226244288617, 22.8013128384248702 ], [ 113.89552845879723, 22.7989893114893896 ], [ 113.895633892532501, 22.7989557598154882 ] ] } },
1907
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0039884838847809596 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.855396253420821, 22.8006958516749272 ], [ 113.855501321890017, 22.8007440949450455 ], [ 113.855721682759935, 22.8008452743207179 ], [ 113.856013181891029, 22.8008688171163847 ], [ 113.85618432809315, 22.8008609495374124 ], [ 113.859092131833165, 22.7997979958826207 ], [ 113.859158457214178, 22.7997737496160227 ] ] } },
1908
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0041938485884877369 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.875973198865054, 22.8011039159562081 ], [ 113.877245530123076, 22.8012438147406975 ], [ 113.880156666502941, 22.8013695207032931 ] ] } },
1909
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0034298111404335672 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.88188486347947, 22.801452198157719 ], [ 113.883337233090757, 22.8015202508178305 ], [ 113.884348731144883, 22.8016495348907178 ], [ 113.885167974292585, 22.8017703919670041 ], [ 113.885290440814771, 22.8018076599518196 ] ] } },
1910
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0030033803085809099 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.885290440814771, 22.8018076599518196 ], [ 113.88546052828292, 22.8018715335914557 ], [ 113.886211607882075, 22.8017312496346882 ], [ 113.888226244288617, 22.8013128384248702 ] ] } },
1911
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.021361915157046579 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.903355681655214, 22.8030634685465579 ], [ 113.90377873215462, 22.8027126107409686 ], [ 113.904188800033197, 22.8023487555551405 ], [ 113.904585427489707, 22.8019723083086561 ], [ 113.904968162117385, 22.8015836987956071 ], [ 113.905299383916017, 22.8012250338004989 ], [ 113.905618770868543, 22.8008572589691916 ], [ 113.906523831739577, 22.7997358889819175 ], [ 113.90687395032495, 22.7992711539197899 ], [ 113.907211032838603, 22.7987982060432444 ], [ 113.907534859124695, 22.7983173561163959 ], [ 113.907845207771373, 22.7978289302346369 ], [ 113.908105953101298, 22.7973949023968423 ], [ 113.908356056511778, 22.7969555237469699 ], [ 113.90860670983578, 22.796469343746967 ], [ 113.908842511660978, 22.7959768164654371 ], [ 113.909169330439255, 22.7952236437862688 ], [ 113.909461433440768, 22.7944583096576388 ], [ 113.909959424342091, 22.7930126120206928 ], [ 113.910126752060521, 22.7924765031126668 ], [ 113.910281190346723, 22.7919370904826017 ], [ 113.910577490644528, 22.7908460243007127 ], [ 113.910850738453661, 22.7895347535363264 ], [ 113.911141874142288, 22.7882267952341486 ], [ 113.911450850301733, 22.7869223625734456 ], [ 113.911777618693705, 22.7856216614891949 ], [ 113.912088958746168, 22.7841074915497721 ] ] } },
1912
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0039273372256154728 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.86249834353633, 22.7987084999700365 ], [ 113.862511191464975, 22.7987715769945005 ], [ 113.862556333702031, 22.7989931984365626 ], [ 113.863674026630946, 22.8024071037144047 ], [ 113.863687898654305, 22.8024494713521904 ] ] } },
1913
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0035057704776415397 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.83283494904488, 22.8020769347557355 ], [ 113.832906225217386, 22.8019493207400679 ], [ 113.834544441971502, 22.7990162059902737 ] ] } },
1914
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.010692241065209261 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.949956783024476, 22.7997465145071807 ], [ 113.950064883530942, 22.7997765303409707 ], [ 113.951092700899423, 22.8001871271946115 ], [ 113.952368623253136, 22.8007737536792128 ], [ 113.953382615934387, 22.8012840062671742 ], [ 113.959415646745867, 22.8043635172555241 ], [ 113.959549035861869, 22.8044523426175658 ] ] } },
1915
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.016037349028908209 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.32605952264214, 22.7949681507768496 ], [ 114.326069737127455, 22.7949945985331226 ], [ 114.326254324655366, 22.795472513931049 ], [ 114.326489807839721, 22.7964503606502049 ], [ 114.326615239136586, 22.7973984489845876 ], [ 114.326638823234774, 22.7985636609574556 ], [ 114.326539455265277, 22.806590752092923 ], [ 114.326619604249913, 22.8076614646485858 ], [ 114.326869413381544, 22.8085540962320259 ], [ 114.327439145626371, 22.8103016623233792 ], [ 114.327626283784426, 22.8107681639114865 ] ] } },
1916
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0052068505577181857 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.851623742083618, 22.7985994896891313 ], [ 113.851643524363567, 22.7987343667066789 ], [ 113.851672254541313, 22.7989302522628954 ], [ 113.852379359873282, 22.8037512209016775 ] ] } },
1917
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.017119629857154976 }, "geometry": { "type": "LineString", "coordinates": [ [ 114.327464337154154, 22.7943638902197279 ], [ 114.327473849345381, 22.7943974093535608 ], [ 114.327912514179957, 22.7959431094352567 ], [ 114.328108887020207, 22.7976636778699984 ], [ 114.328154511831002, 22.7988114983034684 ], [ 114.328024441400174, 22.8002733681283694 ], [ 114.327877295911819, 22.8010837019598931 ], [ 114.327696310559261, 22.8018517513718528 ], [ 114.327241369463081, 22.8035648487907885 ], [ 114.327070410111617, 22.8045116712026434 ], [ 114.326974503364767, 22.8054045022675957 ], [ 114.326975166837599, 22.8067526162504848 ], [ 114.327042708002438, 22.8072896708234722 ], [ 114.327267495369, 22.8086177965588064 ], [ 114.328053770529422, 22.8111466565237997 ] ] } },
1918
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0051995623921272808 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.896250182211688, 22.7998805496329666 ], [ 113.896242978208932, 22.7999254645027634 ], [ 113.895964724022335, 22.8016603421655191 ], [ 113.89591017200155, 22.8018864490545319 ], [ 113.895755687508156, 22.8024135852189502 ], [ 113.89566964465233, 22.8026449940424634 ], [ 113.895582710308759, 22.8029229542708691 ], [ 113.895532313600185, 22.8032597222356692 ], [ 113.895502639655575, 22.8034978812313653 ], [ 113.895486552110853, 22.8040098346655888 ], [ 113.895569903675849, 22.8049017705993791 ], [ 113.895590719048315, 22.8049877361109843 ] ] } },
1919
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0038489782211102636 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.959549035861869, 22.8044523426175658 ], [ 113.960192502333015, 22.8048808319110528 ], [ 113.961155684307812, 22.8057881719206605 ], [ 113.962244106981061, 22.8071618967321612 ] ] } },
1920
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0067417462922945114 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.898080155628747, 22.8072610310113291 ], [ 113.900512904350492, 22.8053386957425488 ], [ 113.903355681655214, 22.8030634685465579 ] ] } },
1921
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0035353694637210208 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.840680478947746, 22.8058788856936552 ], [ 113.840733086768566, 22.8059020809141373 ], [ 113.84214547947667, 22.8065248100722897 ], [ 113.842453900625245, 22.8066157388014794 ], [ 113.843138523843109, 22.8067175664928179 ], [ 113.843340776532273, 22.8067334768930472 ], [ 113.843670390656101, 22.8067338583356509 ], [ 113.844058248088231, 22.8067476131037061 ] ] } },
1922
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0067364391726926444 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.846108848676636, 22.8067432499588456 ], [ 113.846143361448384, 22.8067440513803312 ], [ 113.852684089762391, 22.8068957599223836 ], [ 113.852843476595197, 22.8068994534328198 ] ] } },
1923
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0031822590092108263 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.852379359873282, 22.8037512209016775 ], [ 113.852816164162732, 22.8067141859780556 ], [ 113.852843476595197, 22.8068994534328198 ] ] } },
1924
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0060461510043107762 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.852843476595197, 22.8068994534328198 ], [ 113.852974696083024, 22.8069019084764442 ], [ 113.858784365864636, 22.8070104863847831 ], [ 113.858888571946125, 22.8070124320351937 ] ] } },
1925
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0041386164157160427 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.860209609814092, 22.8069977741122294 ], [ 113.861561118125437, 22.8071720435734058 ], [ 113.862762427565315, 22.8074454365631532 ], [ 113.863454174556978, 22.8076216760526052 ], [ 113.864115303714854, 22.8080091312920352 ], [ 113.864170303970866, 22.8080413647789015 ] ] } },
1926
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0056127892694975076 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.863687898654305, 22.8024494713521904 ], [ 113.863693318385216, 22.8025102044492769 ], [ 113.86379468716919, 22.803646085886534 ], [ 113.864012778200518, 22.8061410602517185 ], [ 113.864035606851218, 22.8065142734063571 ], [ 113.864151781837663, 22.8078313733504103 ], [ 113.864170303970866, 22.8080413647789015 ] ] } },
1927
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0054474652661723709 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.898080155628747, 22.8072610310113291 ], [ 113.898481245599541, 22.8075971263660406 ], [ 113.899829395011153, 22.8087142632747408 ], [ 113.900145560056259, 22.80898984408093 ], [ 113.901985922557955, 22.8110385186537457 ] ] } },
1928
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0074990256840688149 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.864170303970866, 22.8080413647789015 ], [ 113.86421902550498, 22.8080677811781172 ], [ 113.866602652961149, 22.8093601649795374 ], [ 113.870636920742612, 22.8118336250781013 ] ] } },
1929
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0093081849817950642 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.868847542190295, 22.8039958303318677 ], [ 113.868526125570611, 22.8061077748963221 ], [ 113.86834776884082, 22.807279677137128 ], [ 113.868346233549161, 22.8074067504744811 ], [ 113.868360911077716, 22.8075324318671662 ], [ 113.868629493697284, 22.8083323101131263 ], [ 113.868768648748386, 22.8086489063449385 ], [ 113.868846637270039, 22.8087916233078225 ], [ 113.869059522433247, 22.8091465103812681 ], [ 113.869448592270501, 22.8096979186822608 ], [ 113.870926363054139, 22.8114233883943918 ], [ 113.871067901321496, 22.8115570501210065 ], [ 113.871220702430151, 22.8116708789384148 ], [ 113.871491300033739, 22.8118261776113407 ], [ 113.871730662898315, 22.811915614937508 ], [ 113.871793848060477, 22.8119392230848526 ] ] } },
1930
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0038597178026222971 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.871793848060477, 22.8119392230848526 ], [ 113.871868881692791, 22.8119568271496895 ], [ 113.872081040698717, 22.8120066017039349 ], [ 113.872396016873665, 22.8120253140121001 ], [ 113.872599721791147, 22.8120095479013827 ], [ 113.87287600617843, 22.8119573786872429 ], [ 113.873302051415422, 22.8118345087789685 ], [ 113.873840610647321, 22.8116375673669687 ], [ 113.875413326269481, 22.8110215384971937 ], [ 113.875467150599718, 22.8110004547995757 ] ] } },
1931
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0039324145174435901 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.864170303970866, 22.8080413647789015 ], [ 113.864188470021247, 22.8082473168102808 ], [ 113.864511787148956, 22.8119126726773302 ], [ 113.864515835281892, 22.8119585694008329 ] ] } },
1932
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0039603127953120746 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.837856914651923, 22.8117479766105191 ], [ 113.837938062943635, 22.8117445957762577 ], [ 113.839877577419159, 22.8116637614255637 ], [ 113.841761876669381, 22.8116899945153371 ], [ 113.841815285517967, 22.8116907378988358 ] ] } },
1933
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0051966161869004684 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.858888571946125, 22.8070124320351937 ], [ 113.858932672197597, 22.8071303538075618 ], [ 113.859047515511079, 22.8074374345940498 ], [ 113.859078514549495, 22.8077886073397238 ], [ 113.859114602939925, 22.8114347154741672 ], [ 113.859130133134101, 22.8121785932696 ] ] } },
1934
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0071192176682400733 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.834187633426808, 22.8052769488963492 ], [ 113.836253042715924, 22.8102512224018064 ], [ 113.836570702659515, 22.8118541017540437 ], [ 113.836584622602885, 22.8119522546436464 ] ] } },
1935
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0045454171209756483 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.853179513937661, 22.8091440212124255 ], [ 113.853663393360591, 22.8124508868377518 ], [ 113.853785320388894, 22.8134489041918158 ], [ 113.8538147567929, 22.8136446020585488 ] ] } },
1936
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0070593695094473725 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.963944905473411, 22.8095504596584 ], [ 113.966421068010632, 22.812911484438029 ], [ 113.966972820899031, 22.813795491208829 ], [ 113.967244810328538, 22.814445601411002 ], [ 113.967453930320033, 22.8150267301263909 ], [ 113.967537722563236, 22.8153052244743968 ], [ 113.967603841827881, 22.8155249774031432 ] ] } },
1937
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0032545173786007794 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.836584622602885, 22.8119522546436464 ], [ 113.837176762882976, 22.8151049149167378 ], [ 113.837178808810606, 22.8151516005693935 ] ] } },
1938
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0051877078593313515 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.864515835281892, 22.8119585694008329 ], [ 113.864524391338421, 22.8120224352958409 ], [ 113.864925045731354, 22.8150129011644474 ], [ 113.865238422648858, 22.8169882994116442 ], [ 113.86525502832464, 22.8170929752175979 ] ] } },
1939
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0050578012394943122 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.878885494269213, 22.8184933208339373 ], [ 113.87992930213106, 22.8207881205687393 ], [ 113.880260511940563, 22.8214266626348454 ], [ 113.881865776609871, 22.8222788260248315 ] ] } },
1940
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0056037303315514299 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.865165869956968, 22.8226932199618702 ], [ 113.865167457036023, 22.8226113230330832 ], [ 113.865273121717394, 22.817158658115531 ], [ 113.86525502832464, 22.8170929752175979 ] ] } },
1941
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0046553337390629846 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.865165869956968, 22.8226932199618702 ], [ 113.865065312419659, 22.8226915687566461 ], [ 113.86374381166506, 22.8226698605981433 ], [ 113.863454941995656, 22.8226345361726501 ], [ 113.860621404514376, 22.8218428323801135 ] ] } },
1942
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.004870271998374618 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.873978015987021, 22.8204157427234477 ], [ 113.874610810598057, 22.8226890985845436 ], [ 113.874743201566105, 22.8229731968602181 ], [ 113.876195773757615, 22.8243800660533829 ], [ 113.876326953540328, 22.8244956992460395 ] ] } },
1943
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0036686191891634988 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.876326953540328, 22.8244956992460395 ], [ 113.876687603562985, 22.8248109292763921 ], [ 113.877233229823318, 22.8250809591000063 ], [ 113.877986331940178, 22.825297022799667 ], [ 113.879748596527605, 22.8256504181990358 ] ] } },
1944
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.02618581458676017 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.879748596527605, 22.8256504181990358 ], [ 113.87979887505648, 22.8255935919637203 ], [ 113.879924859006863, 22.8254512027798029 ], [ 113.882134621894195, 22.8224215413696356 ], [ 113.882474517351994, 22.8219767679557854 ], [ 113.884656775005695, 22.8189587870754416 ], [ 113.885267090402053, 22.8182318117492535 ], [ 113.885585459946114, 22.8177480356415288 ], [ 113.885927970799926, 22.8172786432060626 ], [ 113.886195103856949, 22.8169428912176642 ], [ 113.886474592890892, 22.816615896698103 ], [ 113.88676610298927, 22.8162980514318505 ], [ 113.887069285858999, 22.8159897343378688 ], [ 113.887451798962701, 22.8156294194296692 ], [ 113.888988219627251, 22.8143798244458402 ], [ 113.890533840291994, 22.8131399896472047 ], [ 113.893056559429084, 22.8111527334321238 ], [ 113.895602862237808, 22.8091915224720623 ], [ 113.898080155628747, 22.8072610310113291 ] ] } },
1945
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.016761809648951131 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.860621404514376, 22.8218428323801135 ], [ 113.86070026569125, 22.8219491971051482 ], [ 113.860747251710592, 22.8220125684014157 ], [ 113.861023380418061, 22.822158226506442 ], [ 113.86129423029125, 22.8222855118593344 ], [ 113.861486666467101, 22.8223879794967743 ], [ 113.861948716155581, 22.8228266748012025 ], [ 113.862094359734172, 22.8230171709158327 ], [ 113.862199959441142, 22.8232383434648263 ], [ 113.862242929705275, 22.8234924276747932 ], [ 113.862246795940635, 22.8238738496782254 ], [ 113.862303445635916, 22.8241490580983566 ], [ 113.862420719971297, 22.8243495291289982 ], [ 113.862592173656097, 22.824516946367357 ], [ 113.862718000330162, 22.824712336012567 ], [ 113.862762999209096, 22.8248619726347108 ], [ 113.862677587335696, 22.8251975006582768 ], [ 113.862499166228019, 22.8255340892317307 ], [ 113.862337617939616, 22.8257272967036648 ], [ 113.862111431586172, 22.8259115900766503 ], [ 113.861810353823572, 22.8260345574124237 ], [ 113.861680599760419, 22.8261865025355419 ], [ 113.861574678269534, 22.8264172056543941 ], [ 113.861555523947729, 22.8266780899848314 ], [ 113.86158466166323, 22.8269188830924179 ], [ 113.861596340943933, 22.8271881175440399 ], [ 113.86151422687611, 22.8276438533827815 ], [ 113.861358024977847, 22.829012564637658 ], [ 113.861306384280724, 22.8292049930351624 ], [ 113.860933992143799, 22.8298073825227341 ], [ 113.860781698648609, 22.8299589516453452 ], [ 113.860210719029851, 22.8306184435396595 ], [ 113.859671249715419, 22.8312209373405679 ], [ 113.859106028729343, 22.8317903858292972 ], [ 113.85888128657389, 22.8320393855751469 ], [ 113.858695835600258, 22.8320770543221876 ], [ 113.858449147525874, 22.8320973936880343 ], [ 113.858252607669712, 22.8318005913316391 ], [ 113.857653565720852, 22.8309426368902137 ], [ 113.857464078022957, 22.8307356371879635 ], [ 113.857157267701979, 22.8306815893540502 ], [ 113.856902423638203, 22.8306691774421466 ], [ 113.856685838553489, 22.8309509239429396 ], [ 113.856077027262472, 22.8319517590066177 ] ] } },
1946
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.011451298085910935 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.872128365245118, 22.8341961624596941 ], [ 113.872280498080301, 22.8340499184710346 ], [ 113.873723606974153, 22.8323831892809608 ], [ 113.874503590498378, 22.8315507903879507 ], [ 113.875267979186816, 22.8307181279503411 ], [ 113.877940148145157, 22.8277261997405958 ], [ 113.879694011199803, 22.825713072382694 ], [ 113.879748596527605, 22.8256504181990358 ] ] } },
1947
+ { "type": "Feature", "properties": { "mpLayer": 0, "mpLength": 0.0050642306144887813 }, "geometry": { "type": "LineString", "coordinates": [ [ 113.86873189318554, 22.8379517526340479 ], [ 113.871962792273862, 22.8343553236755277 ], [ 113.872128365245118, 22.8341961624596941 ] ] } }
1948
+ ]
1949
+ }