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,3634 @@
1
+ {
2
+ "pedestrian-polygon": {
3
+ "width": 128,
4
+ "height": 128,
5
+ "x": 0,
6
+ "y": 0,
7
+ "pixelRatio": 2,
8
+ "visible": true
9
+ },
10
+ "turning-circle-outline": {
11
+ "width": 92,
12
+ "height": 92,
13
+ "x": 128,
14
+ "y": 0,
15
+ "pixelRatio": 2,
16
+ "visible": true
17
+ },
18
+ "turning-circle": {
19
+ "width": 84,
20
+ "height": 84,
21
+ "x": 0,
22
+ "y": 128,
23
+ "pixelRatio": 2,
24
+ "visible": true
25
+ },
26
+ "us-interstate-truck-2": {
27
+ "width": 40,
28
+ "height": 80,
29
+ "x": 84,
30
+ "y": 128,
31
+ "pixelRatio": 2,
32
+ "visible": true
33
+ },
34
+ "us-interstate-truck-3": {
35
+ "width": 52,
36
+ "height": 80,
37
+ "x": 124,
38
+ "y": 128,
39
+ "pixelRatio": 2,
40
+ "visible": true
41
+ },
42
+ "us-highway-business-2": {
43
+ "width": 40,
44
+ "height": 76,
45
+ "x": 176,
46
+ "y": 128,
47
+ "pixelRatio": 2,
48
+ "visible": true
49
+ },
50
+ "us-highway-business-3": {
51
+ "width": 52,
52
+ "height": 76,
53
+ "x": 216,
54
+ "y": 128,
55
+ "pixelRatio": 2,
56
+ "visible": true
57
+ },
58
+ "us-highway-bypass-2": {
59
+ "width": 40,
60
+ "height": 76,
61
+ "x": 268,
62
+ "y": 128,
63
+ "pixelRatio": 2,
64
+ "visible": true
65
+ },
66
+ "us-highway-bypass-3": {
67
+ "width": 52,
68
+ "height": 76,
69
+ "x": 308,
70
+ "y": 128,
71
+ "pixelRatio": 2,
72
+ "visible": true
73
+ },
74
+ "us-highway-truck-2": {
75
+ "width": 40,
76
+ "height": 76,
77
+ "x": 360,
78
+ "y": 128,
79
+ "pixelRatio": 2,
80
+ "visible": true
81
+ },
82
+ "us-highway-truck-3": {
83
+ "width": 52,
84
+ "height": 76,
85
+ "x": 400,
86
+ "y": 128,
87
+ "pixelRatio": 2,
88
+ "visible": true
89
+ },
90
+ "ae-f-route-3": {
91
+ "width": 48,
92
+ "height": 54,
93
+ "x": 452,
94
+ "y": 128,
95
+ "pixelRatio": 2,
96
+ "visible": true
97
+ },
98
+ "ae-s-route-4": {
99
+ "width": 76,
100
+ "height": 52,
101
+ "x": 220,
102
+ "y": 0,
103
+ "pixelRatio": 2,
104
+ "visible": true
105
+ },
106
+ "pe-national-2": {
107
+ "width": 36,
108
+ "height": 52,
109
+ "x": 296,
110
+ "y": 0,
111
+ "pixelRatio": 2,
112
+ "visible": true
113
+ },
114
+ "pe-national-3": {
115
+ "width": 44,
116
+ "height": 52,
117
+ "x": 332,
118
+ "y": 0,
119
+ "pixelRatio": 2,
120
+ "visible": true
121
+ },
122
+ "ae-national-3": {
123
+ "width": 52,
124
+ "height": 50,
125
+ "x": 376,
126
+ "y": 0,
127
+ "pixelRatio": 2,
128
+ "visible": true
129
+ },
130
+ "ae-national-4": {
131
+ "width": 64,
132
+ "height": 50,
133
+ "x": 428,
134
+ "y": 0,
135
+ "pixelRatio": 2,
136
+ "visible": true
137
+ },
138
+ "ae-d-route-3": {
139
+ "width": 48,
140
+ "height": 48,
141
+ "x": 0,
142
+ "y": 212,
143
+ "pixelRatio": 2,
144
+ "visible": true
145
+ },
146
+ "ae-d-route-4": {
147
+ "width": 60,
148
+ "height": 48,
149
+ "x": 48,
150
+ "y": 212,
151
+ "pixelRatio": 2,
152
+ "visible": true
153
+ },
154
+ "tw-provincial-2": {
155
+ "width": 44,
156
+ "height": 48,
157
+ "x": 108,
158
+ "y": 212,
159
+ "pixelRatio": 2,
160
+ "visible": true
161
+ },
162
+ "tw-provincial-3": {
163
+ "width": 56,
164
+ "height": 48,
165
+ "x": 152,
166
+ "y": 212,
167
+ "pixelRatio": 2,
168
+ "visible": true
169
+ },
170
+ "tw-provincial-expy-2": {
171
+ "width": 44,
172
+ "height": 48,
173
+ "x": 208,
174
+ "y": 212,
175
+ "pixelRatio": 2,
176
+ "visible": true
177
+ },
178
+ "tw-provincial-expy-3": {
179
+ "width": 56,
180
+ "height": 48,
181
+ "x": 252,
182
+ "y": 212,
183
+ "pixelRatio": 2,
184
+ "visible": true
185
+ },
186
+ "za-provincial-2": {
187
+ "width": 48,
188
+ "height": 48,
189
+ "x": 308,
190
+ "y": 212,
191
+ "pixelRatio": 2,
192
+ "visible": true
193
+ },
194
+ "cn-nths-expy-2": {
195
+ "width": 40,
196
+ "height": 46,
197
+ "x": 356,
198
+ "y": 212,
199
+ "pixelRatio": 2,
200
+ "visible": true
201
+ },
202
+ "cn-nths-expy-3": {
203
+ "width": 52,
204
+ "height": 46,
205
+ "x": 396,
206
+ "y": 212,
207
+ "pixelRatio": 2,
208
+ "visible": true
209
+ },
210
+ "cn-nths-expy-4": {
211
+ "width": 64,
212
+ "height": 46,
213
+ "x": 448,
214
+ "y": 212,
215
+ "pixelRatio": 2,
216
+ "visible": true
217
+ },
218
+ "cn-nths-expy-5": {
219
+ "width": 76,
220
+ "height": 46,
221
+ "x": 0,
222
+ "y": 260,
223
+ "pixelRatio": 2,
224
+ "visible": true
225
+ },
226
+ "cn-provincial-expy-2": {
227
+ "width": 40,
228
+ "height": 46,
229
+ "x": 76,
230
+ "y": 260,
231
+ "pixelRatio": 2,
232
+ "visible": true
233
+ },
234
+ "cn-provincial-expy-3": {
235
+ "width": 52,
236
+ "height": 46,
237
+ "x": 116,
238
+ "y": 260,
239
+ "pixelRatio": 2,
240
+ "visible": true
241
+ },
242
+ "cn-provincial-expy-4": {
243
+ "width": 64,
244
+ "height": 46,
245
+ "x": 168,
246
+ "y": 260,
247
+ "pixelRatio": 2,
248
+ "visible": true
249
+ },
250
+ "cn-provincial-expy-5": {
251
+ "width": 76,
252
+ "height": 46,
253
+ "x": 232,
254
+ "y": 260,
255
+ "pixelRatio": 2,
256
+ "visible": true
257
+ },
258
+ "br-federal-3": {
259
+ "width": 52,
260
+ "height": 44,
261
+ "x": 308,
262
+ "y": 260,
263
+ "pixelRatio": 2,
264
+ "visible": true
265
+ },
266
+ "hk-strategic-route-2": {
267
+ "width": 36,
268
+ "height": 44,
269
+ "x": 360,
270
+ "y": 260,
271
+ "pixelRatio": 2,
272
+ "visible": true
273
+ },
274
+ "in-national-2": {
275
+ "width": 32,
276
+ "height": 44,
277
+ "x": 396,
278
+ "y": 260,
279
+ "pixelRatio": 2,
280
+ "visible": true
281
+ },
282
+ "in-national-3": {
283
+ "width": 40,
284
+ "height": 44,
285
+ "x": 428,
286
+ "y": 260,
287
+ "pixelRatio": 2,
288
+ "visible": true
289
+ },
290
+ "in-national-4": {
291
+ "width": 48,
292
+ "height": 44,
293
+ "x": 0,
294
+ "y": 306,
295
+ "pixelRatio": 2,
296
+ "visible": true
297
+ },
298
+ "in-state-2": {
299
+ "width": 32,
300
+ "height": 44,
301
+ "x": 48,
302
+ "y": 306,
303
+ "pixelRatio": 2,
304
+ "visible": true
305
+ },
306
+ "in-state-3": {
307
+ "width": 40,
308
+ "height": 44,
309
+ "x": 80,
310
+ "y": 306,
311
+ "pixelRatio": 2,
312
+ "visible": true
313
+ },
314
+ "kr-natl-expy-2": {
315
+ "width": 40,
316
+ "height": 44,
317
+ "x": 120,
318
+ "y": 306,
319
+ "pixelRatio": 2,
320
+ "visible": true
321
+ },
322
+ "kr-natl-expy-3": {
323
+ "width": 52,
324
+ "height": 44,
325
+ "x": 160,
326
+ "y": 306,
327
+ "pixelRatio": 2,
328
+ "visible": true
329
+ },
330
+ "mx-federal-2": {
331
+ "width": 36,
332
+ "height": 44,
333
+ "x": 212,
334
+ "y": 306,
335
+ "pixelRatio": 2,
336
+ "visible": true
337
+ },
338
+ "mx-federal-3": {
339
+ "width": 46,
340
+ "height": 44,
341
+ "x": 248,
342
+ "y": 306,
343
+ "pixelRatio": 2,
344
+ "visible": true
345
+ },
346
+ "mx-federal-4": {
347
+ "width": 56,
348
+ "height": 44,
349
+ "x": 294,
350
+ "y": 306,
351
+ "pixelRatio": 2,
352
+ "visible": true
353
+ },
354
+ "mx-state-2": {
355
+ "width": 36,
356
+ "height": 44,
357
+ "x": 350,
358
+ "y": 306,
359
+ "pixelRatio": 2,
360
+ "visible": true
361
+ },
362
+ "mx-state-3": {
363
+ "width": 46,
364
+ "height": 44,
365
+ "x": 386,
366
+ "y": 306,
367
+ "pixelRatio": 2,
368
+ "visible": true
369
+ },
370
+ "mx-state-4": {
371
+ "width": 56,
372
+ "height": 44,
373
+ "x": 432,
374
+ "y": 306,
375
+ "pixelRatio": 2,
376
+ "visible": true
377
+ },
378
+ "pe-regional-3": {
379
+ "width": 46,
380
+ "height": 44,
381
+ "x": 0,
382
+ "y": 350,
383
+ "pixelRatio": 2,
384
+ "visible": true
385
+ },
386
+ "pe-regional-4": {
387
+ "width": 56,
388
+ "height": 44,
389
+ "x": 46,
390
+ "y": 350,
391
+ "pixelRatio": 2,
392
+ "visible": true
393
+ },
394
+ "tw-national-2": {
395
+ "width": 42,
396
+ "height": 44,
397
+ "x": 102,
398
+ "y": 350,
399
+ "pixelRatio": 2,
400
+ "visible": true
401
+ },
402
+ "us-interstate-2": {
403
+ "width": 40,
404
+ "height": 44,
405
+ "x": 144,
406
+ "y": 350,
407
+ "pixelRatio": 2,
408
+ "visible": true
409
+ },
410
+ "us-interstate-3": {
411
+ "width": 52,
412
+ "height": 44,
413
+ "x": 184,
414
+ "y": 350,
415
+ "pixelRatio": 2,
416
+ "visible": true
417
+ },
418
+ "us-interstate-4": {
419
+ "width": 64,
420
+ "height": 44,
421
+ "x": 236,
422
+ "y": 350,
423
+ "pixelRatio": 2,
424
+ "visible": true
425
+ },
426
+ "us-interstate-business-2": {
427
+ "width": 40,
428
+ "height": 44,
429
+ "x": 300,
430
+ "y": 350,
431
+ "pixelRatio": 2,
432
+ "visible": true
433
+ },
434
+ "us-interstate-business-3": {
435
+ "width": 52,
436
+ "height": 44,
437
+ "x": 340,
438
+ "y": 350,
439
+ "pixelRatio": 2,
440
+ "visible": true
441
+ },
442
+ "us-interstate-duplex-4": {
443
+ "width": 64,
444
+ "height": 44,
445
+ "x": 392,
446
+ "y": 350,
447
+ "pixelRatio": 2,
448
+ "visible": true
449
+ },
450
+ "us-interstate-duplex-5": {
451
+ "width": 76,
452
+ "height": 44,
453
+ "x": 0,
454
+ "y": 394,
455
+ "pixelRatio": 2,
456
+ "visible": true
457
+ },
458
+ "airfield-15": {
459
+ "width": 42,
460
+ "height": 42,
461
+ "x": 456,
462
+ "y": 350,
463
+ "pixelRatio": 2,
464
+ "visible": true
465
+ },
466
+ "airport-15": {
467
+ "width": 42,
468
+ "height": 42,
469
+ "x": 76,
470
+ "y": 394,
471
+ "pixelRatio": 2,
472
+ "visible": true
473
+ },
474
+ "alcohol-shop-15": {
475
+ "width": 42,
476
+ "height": 42,
477
+ "x": 118,
478
+ "y": 394,
479
+ "pixelRatio": 2,
480
+ "visible": true
481
+ },
482
+ "american-football-15": {
483
+ "width": 42,
484
+ "height": 42,
485
+ "x": 160,
486
+ "y": 394,
487
+ "pixelRatio": 2,
488
+ "visible": true
489
+ },
490
+ "amusement-park-15": {
491
+ "width": 42,
492
+ "height": 42,
493
+ "x": 202,
494
+ "y": 394,
495
+ "pixelRatio": 2,
496
+ "visible": true
497
+ },
498
+ "aquarium-15": {
499
+ "width": 42,
500
+ "height": 42,
501
+ "x": 244,
502
+ "y": 394,
503
+ "pixelRatio": 2,
504
+ "visible": true
505
+ },
506
+ "art-gallery-15": {
507
+ "width": 42,
508
+ "height": 42,
509
+ "x": 286,
510
+ "y": 394,
511
+ "pixelRatio": 2,
512
+ "visible": true
513
+ },
514
+ "attraction-15": {
515
+ "width": 42,
516
+ "height": 42,
517
+ "x": 328,
518
+ "y": 394,
519
+ "pixelRatio": 2,
520
+ "visible": true
521
+ },
522
+ "au-tourist-2": {
523
+ "width": 40,
524
+ "height": 42,
525
+ "x": 370,
526
+ "y": 394,
527
+ "pixelRatio": 2,
528
+ "visible": true
529
+ },
530
+ "au-tourist-3": {
531
+ "width": 56,
532
+ "height": 42,
533
+ "x": 410,
534
+ "y": 394,
535
+ "pixelRatio": 2,
536
+ "visible": true
537
+ },
538
+ "bakery-15": {
539
+ "width": 42,
540
+ "height": 42,
541
+ "x": 466,
542
+ "y": 394,
543
+ "pixelRatio": 2,
544
+ "visible": true
545
+ },
546
+ "bank-15": {
547
+ "width": 42,
548
+ "height": 42,
549
+ "x": 468,
550
+ "y": 260,
551
+ "pixelRatio": 2,
552
+ "visible": true
553
+ },
554
+ "bar-15": {
555
+ "width": 42,
556
+ "height": 42,
557
+ "x": 0,
558
+ "y": 438,
559
+ "pixelRatio": 2,
560
+ "visible": true
561
+ },
562
+ "basketball-15": {
563
+ "width": 42,
564
+ "height": 42,
565
+ "x": 42,
566
+ "y": 438,
567
+ "pixelRatio": 2,
568
+ "visible": true
569
+ },
570
+ "beach-15": {
571
+ "width": 42,
572
+ "height": 42,
573
+ "x": 84,
574
+ "y": 438,
575
+ "pixelRatio": 2,
576
+ "visible": true
577
+ },
578
+ "beer-15": {
579
+ "width": 42,
580
+ "height": 42,
581
+ "x": 126,
582
+ "y": 438,
583
+ "pixelRatio": 2,
584
+ "visible": true
585
+ },
586
+ "bicycle-15": {
587
+ "width": 42,
588
+ "height": 42,
589
+ "x": 168,
590
+ "y": 438,
591
+ "pixelRatio": 2,
592
+ "visible": true
593
+ },
594
+ "bowling-alley-15": {
595
+ "width": 42,
596
+ "height": 42,
597
+ "x": 210,
598
+ "y": 438,
599
+ "pixelRatio": 2,
600
+ "visible": true
601
+ },
602
+ "bridge-15": {
603
+ "width": 42,
604
+ "height": 42,
605
+ "x": 252,
606
+ "y": 438,
607
+ "pixelRatio": 2,
608
+ "visible": true
609
+ },
610
+ "cafe-15": {
611
+ "width": 42,
612
+ "height": 42,
613
+ "x": 294,
614
+ "y": 438,
615
+ "pixelRatio": 2,
616
+ "visible": true
617
+ },
618
+ "campsite-15": {
619
+ "width": 42,
620
+ "height": 42,
621
+ "x": 336,
622
+ "y": 438,
623
+ "pixelRatio": 2,
624
+ "visible": true
625
+ },
626
+ "car-15": {
627
+ "width": 42,
628
+ "height": 42,
629
+ "x": 378,
630
+ "y": 438,
631
+ "pixelRatio": 2,
632
+ "visible": true
633
+ },
634
+ "car-rental-15": {
635
+ "width": 42,
636
+ "height": 42,
637
+ "x": 420,
638
+ "y": 438,
639
+ "pixelRatio": 2,
640
+ "visible": true
641
+ },
642
+ "car-repair-15": {
643
+ "width": 42,
644
+ "height": 42,
645
+ "x": 462,
646
+ "y": 438,
647
+ "pixelRatio": 2,
648
+ "visible": true
649
+ },
650
+ "casino-15": {
651
+ "width": 42,
652
+ "height": 42,
653
+ "x": 504,
654
+ "y": 438,
655
+ "pixelRatio": 2,
656
+ "visible": true
657
+ },
658
+ "castle-15": {
659
+ "width": 42,
660
+ "height": 42,
661
+ "x": 546,
662
+ "y": 438,
663
+ "pixelRatio": 2,
664
+ "visible": true
665
+ },
666
+ "cemetery-15": {
667
+ "width": 42,
668
+ "height": 42,
669
+ "x": 588,
670
+ "y": 438,
671
+ "pixelRatio": 2,
672
+ "visible": true
673
+ },
674
+ "charging-station-15": {
675
+ "width": 42,
676
+ "height": 42,
677
+ "x": 630,
678
+ "y": 438,
679
+ "pixelRatio": 2,
680
+ "visible": true
681
+ },
682
+ "cinema-15": {
683
+ "width": 42,
684
+ "height": 42,
685
+ "x": 672,
686
+ "y": 438,
687
+ "pixelRatio": 2,
688
+ "visible": true
689
+ },
690
+ "clothing-store-15": {
691
+ "width": 42,
692
+ "height": 42,
693
+ "x": 714,
694
+ "y": 438,
695
+ "pixelRatio": 2,
696
+ "visible": true
697
+ },
698
+ "college-15": {
699
+ "width": 42,
700
+ "height": 42,
701
+ "x": 756,
702
+ "y": 438,
703
+ "pixelRatio": 2,
704
+ "visible": true
705
+ },
706
+ "communications-tower-15": {
707
+ "width": 42,
708
+ "height": 42,
709
+ "x": 798,
710
+ "y": 438,
711
+ "pixelRatio": 2,
712
+ "visible": true
713
+ },
714
+ "confectionery-15": {
715
+ "width": 42,
716
+ "height": 42,
717
+ "x": 840,
718
+ "y": 438,
719
+ "pixelRatio": 2,
720
+ "visible": true
721
+ },
722
+ "convenience-15": {
723
+ "width": 42,
724
+ "height": 42,
725
+ "x": 882,
726
+ "y": 438,
727
+ "pixelRatio": 2,
728
+ "visible": true
729
+ },
730
+ "dentist-15": {
731
+ "width": 42,
732
+ "height": 42,
733
+ "x": 924,
734
+ "y": 438,
735
+ "pixelRatio": 2,
736
+ "visible": true
737
+ },
738
+ "doctor-15": {
739
+ "width": 42,
740
+ "height": 42,
741
+ "x": 966,
742
+ "y": 438,
743
+ "pixelRatio": 2,
744
+ "visible": true
745
+ },
746
+ "dog-park-15": {
747
+ "width": 42,
748
+ "height": 42,
749
+ "x": 488,
750
+ "y": 306,
751
+ "pixelRatio": 2,
752
+ "visible": true
753
+ },
754
+ "drinking-water-15": {
755
+ "width": 42,
756
+ "height": 42,
757
+ "x": 530,
758
+ "y": 306,
759
+ "pixelRatio": 2,
760
+ "visible": true
761
+ },
762
+ "embassy-15": {
763
+ "width": 42,
764
+ "height": 42,
765
+ "x": 572,
766
+ "y": 306,
767
+ "pixelRatio": 2,
768
+ "visible": true
769
+ },
770
+ "farm-15": {
771
+ "width": 42,
772
+ "height": 42,
773
+ "x": 614,
774
+ "y": 306,
775
+ "pixelRatio": 2,
776
+ "visible": true
777
+ },
778
+ "fast-food-15": {
779
+ "width": 42,
780
+ "height": 42,
781
+ "x": 656,
782
+ "y": 306,
783
+ "pixelRatio": 2,
784
+ "visible": true
785
+ },
786
+ "fire-station-15": {
787
+ "width": 42,
788
+ "height": 42,
789
+ "x": 698,
790
+ "y": 306,
791
+ "pixelRatio": 2,
792
+ "visible": true
793
+ },
794
+ "fitness-centre-15": {
795
+ "width": 42,
796
+ "height": 42,
797
+ "x": 740,
798
+ "y": 306,
799
+ "pixelRatio": 2,
800
+ "visible": true
801
+ },
802
+ "fuel-15": {
803
+ "width": 42,
804
+ "height": 42,
805
+ "x": 782,
806
+ "y": 306,
807
+ "pixelRatio": 2,
808
+ "visible": true
809
+ },
810
+ "furniture-15": {
811
+ "width": 42,
812
+ "height": 42,
813
+ "x": 824,
814
+ "y": 306,
815
+ "pixelRatio": 2,
816
+ "visible": true
817
+ },
818
+ "garden-15": {
819
+ "width": 42,
820
+ "height": 42,
821
+ "x": 866,
822
+ "y": 306,
823
+ "pixelRatio": 2,
824
+ "visible": true
825
+ },
826
+ "globe-15": {
827
+ "width": 42,
828
+ "height": 42,
829
+ "x": 908,
830
+ "y": 306,
831
+ "pixelRatio": 2,
832
+ "visible": true
833
+ },
834
+ "golf-15": {
835
+ "width": 42,
836
+ "height": 42,
837
+ "x": 950,
838
+ "y": 306,
839
+ "pixelRatio": 2,
840
+ "visible": true
841
+ },
842
+ "grocery-15": {
843
+ "width": 42,
844
+ "height": 42,
845
+ "x": 498,
846
+ "y": 350,
847
+ "pixelRatio": 2,
848
+ "visible": true
849
+ },
850
+ "harbor-15": {
851
+ "width": 42,
852
+ "height": 42,
853
+ "x": 540,
854
+ "y": 350,
855
+ "pixelRatio": 2,
856
+ "visible": true
857
+ },
858
+ "hardware-15": {
859
+ "width": 42,
860
+ "height": 42,
861
+ "x": 582,
862
+ "y": 350,
863
+ "pixelRatio": 2,
864
+ "visible": true
865
+ },
866
+ "heliport-15": {
867
+ "width": 42,
868
+ "height": 42,
869
+ "x": 624,
870
+ "y": 350,
871
+ "pixelRatio": 2,
872
+ "visible": true
873
+ },
874
+ "horse-riding-15": {
875
+ "width": 42,
876
+ "height": 42,
877
+ "x": 666,
878
+ "y": 350,
879
+ "pixelRatio": 2,
880
+ "visible": true
881
+ },
882
+ "hospital-15": {
883
+ "width": 42,
884
+ "height": 42,
885
+ "x": 708,
886
+ "y": 350,
887
+ "pixelRatio": 2,
888
+ "visible": true
889
+ },
890
+ "ice-cream-15": {
891
+ "width": 42,
892
+ "height": 42,
893
+ "x": 750,
894
+ "y": 350,
895
+ "pixelRatio": 2,
896
+ "visible": true
897
+ },
898
+ "information-15": {
899
+ "width": 42,
900
+ "height": 42,
901
+ "x": 792,
902
+ "y": 350,
903
+ "pixelRatio": 2,
904
+ "visible": true
905
+ },
906
+ "jewelry-store-15": {
907
+ "width": 42,
908
+ "height": 42,
909
+ "x": 834,
910
+ "y": 350,
911
+ "pixelRatio": 2,
912
+ "visible": true
913
+ },
914
+ "laundry-15": {
915
+ "width": 42,
916
+ "height": 42,
917
+ "x": 876,
918
+ "y": 350,
919
+ "pixelRatio": 2,
920
+ "visible": true
921
+ },
922
+ "library-15": {
923
+ "width": 42,
924
+ "height": 42,
925
+ "x": 918,
926
+ "y": 350,
927
+ "pixelRatio": 2,
928
+ "visible": true
929
+ },
930
+ "lodging-15": {
931
+ "width": 42,
932
+ "height": 42,
933
+ "x": 960,
934
+ "y": 350,
935
+ "pixelRatio": 2,
936
+ "visible": true
937
+ },
938
+ "mobile-phone-15": {
939
+ "width": 42,
940
+ "height": 42,
941
+ "x": 508,
942
+ "y": 394,
943
+ "pixelRatio": 2,
944
+ "visible": true
945
+ },
946
+ "monument-15": {
947
+ "width": 42,
948
+ "height": 42,
949
+ "x": 550,
950
+ "y": 394,
951
+ "pixelRatio": 2,
952
+ "visible": true
953
+ },
954
+ "mountain-15": {
955
+ "width": 42,
956
+ "height": 42,
957
+ "x": 592,
958
+ "y": 394,
959
+ "pixelRatio": 2,
960
+ "visible": true
961
+ },
962
+ "museum-15": {
963
+ "width": 42,
964
+ "height": 42,
965
+ "x": 634,
966
+ "y": 394,
967
+ "pixelRatio": 2,
968
+ "visible": true
969
+ },
970
+ "music-15": {
971
+ "width": 42,
972
+ "height": 42,
973
+ "x": 676,
974
+ "y": 394,
975
+ "pixelRatio": 2,
976
+ "visible": true
977
+ },
978
+ "optician-15": {
979
+ "width": 42,
980
+ "height": 42,
981
+ "x": 718,
982
+ "y": 394,
983
+ "pixelRatio": 2,
984
+ "visible": true
985
+ },
986
+ "park-15": {
987
+ "width": 42,
988
+ "height": 42,
989
+ "x": 760,
990
+ "y": 394,
991
+ "pixelRatio": 2,
992
+ "visible": true
993
+ },
994
+ "parking-15": {
995
+ "width": 42,
996
+ "height": 42,
997
+ "x": 802,
998
+ "y": 394,
999
+ "pixelRatio": 2,
1000
+ "visible": true
1001
+ },
1002
+ "parking-garage-15": {
1003
+ "width": 42,
1004
+ "height": 42,
1005
+ "x": 844,
1006
+ "y": 394,
1007
+ "pixelRatio": 2,
1008
+ "visible": true
1009
+ },
1010
+ "pharmacy-15": {
1011
+ "width": 42,
1012
+ "height": 42,
1013
+ "x": 886,
1014
+ "y": 394,
1015
+ "pixelRatio": 2,
1016
+ "visible": true
1017
+ },
1018
+ "picnic-site-15": {
1019
+ "width": 42,
1020
+ "height": 42,
1021
+ "x": 928,
1022
+ "y": 394,
1023
+ "pixelRatio": 2,
1024
+ "visible": true
1025
+ },
1026
+ "pitch-15": {
1027
+ "width": 42,
1028
+ "height": 42,
1029
+ "x": 970,
1030
+ "y": 394,
1031
+ "pixelRatio": 2,
1032
+ "visible": true
1033
+ },
1034
+ "place-of-worship-15": {
1035
+ "width": 42,
1036
+ "height": 42,
1037
+ "x": 510,
1038
+ "y": 260,
1039
+ "pixelRatio": 2,
1040
+ "visible": true
1041
+ },
1042
+ "playground-15": {
1043
+ "width": 42,
1044
+ "height": 42,
1045
+ "x": 552,
1046
+ "y": 260,
1047
+ "pixelRatio": 2,
1048
+ "visible": true
1049
+ },
1050
+ "police-15": {
1051
+ "width": 42,
1052
+ "height": 42,
1053
+ "x": 594,
1054
+ "y": 260,
1055
+ "pixelRatio": 2,
1056
+ "visible": true
1057
+ },
1058
+ "post-15": {
1059
+ "width": 42,
1060
+ "height": 42,
1061
+ "x": 636,
1062
+ "y": 260,
1063
+ "pixelRatio": 2,
1064
+ "visible": true
1065
+ },
1066
+ "prison-15": {
1067
+ "width": 42,
1068
+ "height": 42,
1069
+ "x": 678,
1070
+ "y": 260,
1071
+ "pixelRatio": 2,
1072
+ "visible": true
1073
+ },
1074
+ "ranger-station-15": {
1075
+ "width": 42,
1076
+ "height": 42,
1077
+ "x": 720,
1078
+ "y": 260,
1079
+ "pixelRatio": 2,
1080
+ "visible": true
1081
+ },
1082
+ "religious-buddhist-15": {
1083
+ "width": 42,
1084
+ "height": 42,
1085
+ "x": 762,
1086
+ "y": 260,
1087
+ "pixelRatio": 2,
1088
+ "visible": true
1089
+ },
1090
+ "religious-christian-15": {
1091
+ "width": 42,
1092
+ "height": 42,
1093
+ "x": 804,
1094
+ "y": 260,
1095
+ "pixelRatio": 2,
1096
+ "visible": true
1097
+ },
1098
+ "religious-jewish-15": {
1099
+ "width": 42,
1100
+ "height": 42,
1101
+ "x": 846,
1102
+ "y": 260,
1103
+ "pixelRatio": 2,
1104
+ "visible": true
1105
+ },
1106
+ "religious-muslim-15": {
1107
+ "width": 42,
1108
+ "height": 42,
1109
+ "x": 888,
1110
+ "y": 260,
1111
+ "pixelRatio": 2,
1112
+ "visible": true
1113
+ },
1114
+ "restaurant-15": {
1115
+ "width": 42,
1116
+ "height": 42,
1117
+ "x": 930,
1118
+ "y": 260,
1119
+ "pixelRatio": 2,
1120
+ "visible": true
1121
+ },
1122
+ "restaurant-noodle-15": {
1123
+ "width": 42,
1124
+ "height": 42,
1125
+ "x": 972,
1126
+ "y": 260,
1127
+ "pixelRatio": 2,
1128
+ "visible": true
1129
+ },
1130
+ "restaurant-pizza-15": {
1131
+ "width": 42,
1132
+ "height": 42,
1133
+ "x": 512,
1134
+ "y": 212,
1135
+ "pixelRatio": 2,
1136
+ "visible": true
1137
+ },
1138
+ "restaurant-seafood-15": {
1139
+ "width": 42,
1140
+ "height": 42,
1141
+ "x": 554,
1142
+ "y": 212,
1143
+ "pixelRatio": 2,
1144
+ "visible": true
1145
+ },
1146
+ "rocket-15": {
1147
+ "width": 42,
1148
+ "height": 42,
1149
+ "x": 596,
1150
+ "y": 212,
1151
+ "pixelRatio": 2,
1152
+ "visible": true
1153
+ },
1154
+ "school-15": {
1155
+ "width": 42,
1156
+ "height": 42,
1157
+ "x": 638,
1158
+ "y": 212,
1159
+ "pixelRatio": 2,
1160
+ "visible": true
1161
+ },
1162
+ "shoe-15": {
1163
+ "width": 42,
1164
+ "height": 42,
1165
+ "x": 680,
1166
+ "y": 212,
1167
+ "pixelRatio": 2,
1168
+ "visible": true
1169
+ },
1170
+ "shop-15": {
1171
+ "width": 42,
1172
+ "height": 42,
1173
+ "x": 722,
1174
+ "y": 212,
1175
+ "pixelRatio": 2,
1176
+ "visible": true
1177
+ },
1178
+ "skateboard-15": {
1179
+ "width": 42,
1180
+ "height": 42,
1181
+ "x": 764,
1182
+ "y": 212,
1183
+ "pixelRatio": 2,
1184
+ "visible": true
1185
+ },
1186
+ "skiing-15": {
1187
+ "width": 42,
1188
+ "height": 42,
1189
+ "x": 806,
1190
+ "y": 212,
1191
+ "pixelRatio": 2,
1192
+ "visible": true
1193
+ },
1194
+ "slipway-15": {
1195
+ "width": 42,
1196
+ "height": 42,
1197
+ "x": 848,
1198
+ "y": 212,
1199
+ "pixelRatio": 2,
1200
+ "visible": true
1201
+ },
1202
+ "stadium-15": {
1203
+ "width": 42,
1204
+ "height": 42,
1205
+ "x": 890,
1206
+ "y": 212,
1207
+ "pixelRatio": 2,
1208
+ "visible": true
1209
+ },
1210
+ "suitcase-15": {
1211
+ "width": 42,
1212
+ "height": 42,
1213
+ "x": 932,
1214
+ "y": 212,
1215
+ "pixelRatio": 2,
1216
+ "visible": true
1217
+ },
1218
+ "swimming-15": {
1219
+ "width": 42,
1220
+ "height": 42,
1221
+ "x": 974,
1222
+ "y": 212,
1223
+ "pixelRatio": 2,
1224
+ "visible": true
1225
+ },
1226
+ "table-tennis-15": {
1227
+ "width": 42,
1228
+ "height": 42,
1229
+ "x": 500,
1230
+ "y": 128,
1231
+ "pixelRatio": 2,
1232
+ "visible": true
1233
+ },
1234
+ "tennis-15": {
1235
+ "width": 42,
1236
+ "height": 42,
1237
+ "x": 542,
1238
+ "y": 128,
1239
+ "pixelRatio": 2,
1240
+ "visible": true
1241
+ },
1242
+ "theatre-15": {
1243
+ "width": 42,
1244
+ "height": 42,
1245
+ "x": 584,
1246
+ "y": 128,
1247
+ "pixelRatio": 2,
1248
+ "visible": true
1249
+ },
1250
+ "toilet-15": {
1251
+ "width": 42,
1252
+ "height": 42,
1253
+ "x": 626,
1254
+ "y": 128,
1255
+ "pixelRatio": 2,
1256
+ "visible": true
1257
+ },
1258
+ "town-hall-15": {
1259
+ "width": 42,
1260
+ "height": 42,
1261
+ "x": 668,
1262
+ "y": 128,
1263
+ "pixelRatio": 2,
1264
+ "visible": true
1265
+ },
1266
+ "veterinary-15": {
1267
+ "width": 42,
1268
+ "height": 42,
1269
+ "x": 710,
1270
+ "y": 128,
1271
+ "pixelRatio": 2,
1272
+ "visible": true
1273
+ },
1274
+ "viewpoint-15": {
1275
+ "width": 42,
1276
+ "height": 42,
1277
+ "x": 752,
1278
+ "y": 128,
1279
+ "pixelRatio": 2,
1280
+ "visible": true
1281
+ },
1282
+ "volcano-15": {
1283
+ "width": 42,
1284
+ "height": 42,
1285
+ "x": 794,
1286
+ "y": 128,
1287
+ "pixelRatio": 2,
1288
+ "visible": true
1289
+ },
1290
+ "volleyball-15": {
1291
+ "width": 42,
1292
+ "height": 42,
1293
+ "x": 836,
1294
+ "y": 128,
1295
+ "pixelRatio": 2,
1296
+ "visible": true
1297
+ },
1298
+ "watch-15": {
1299
+ "width": 42,
1300
+ "height": 42,
1301
+ "x": 878,
1302
+ "y": 128,
1303
+ "pixelRatio": 2,
1304
+ "visible": true
1305
+ },
1306
+ "waterfall-15": {
1307
+ "width": 42,
1308
+ "height": 42,
1309
+ "x": 920,
1310
+ "y": 128,
1311
+ "pixelRatio": 2,
1312
+ "visible": true
1313
+ },
1314
+ "watermill-15": {
1315
+ "width": 42,
1316
+ "height": 42,
1317
+ "x": 962,
1318
+ "y": 128,
1319
+ "pixelRatio": 2,
1320
+ "visible": true
1321
+ },
1322
+ "windmill-15": {
1323
+ "width": 42,
1324
+ "height": 42,
1325
+ "x": 492,
1326
+ "y": 0,
1327
+ "pixelRatio": 2,
1328
+ "visible": true
1329
+ },
1330
+ "zoo-15": {
1331
+ "width": 42,
1332
+ "height": 42,
1333
+ "x": 534,
1334
+ "y": 0,
1335
+ "pixelRatio": 2,
1336
+ "visible": true
1337
+ },
1338
+ "au-national-highway-2": {
1339
+ "width": 40,
1340
+ "height": 40,
1341
+ "x": 576,
1342
+ "y": 0,
1343
+ "pixelRatio": 2,
1344
+ "visible": true
1345
+ },
1346
+ "au-national-highway-3": {
1347
+ "width": 52,
1348
+ "height": 40,
1349
+ "x": 616,
1350
+ "y": 0,
1351
+ "pixelRatio": 2,
1352
+ "visible": true
1353
+ },
1354
+ "au-national-route-2": {
1355
+ "width": 40,
1356
+ "height": 40,
1357
+ "x": 668,
1358
+ "y": 0,
1359
+ "pixelRatio": 2,
1360
+ "visible": true
1361
+ },
1362
+ "au-national-route-3": {
1363
+ "width": 52,
1364
+ "height": 40,
1365
+ "x": 708,
1366
+ "y": 0,
1367
+ "pixelRatio": 2,
1368
+ "visible": true
1369
+ },
1370
+ "au-national-route-4": {
1371
+ "width": 64,
1372
+ "height": 40,
1373
+ "x": 760,
1374
+ "y": 0,
1375
+ "pixelRatio": 2,
1376
+ "visible": true
1377
+ },
1378
+ "au-national-route-5": {
1379
+ "width": 76,
1380
+ "height": 40,
1381
+ "x": 824,
1382
+ "y": 0,
1383
+ "pixelRatio": 2,
1384
+ "visible": true
1385
+ },
1386
+ "au-national-route-6": {
1387
+ "width": 86,
1388
+ "height": 40,
1389
+ "x": 900,
1390
+ "y": 0,
1391
+ "pixelRatio": 2,
1392
+ "visible": true
1393
+ },
1394
+ "au-state-2": {
1395
+ "width": 36,
1396
+ "height": 40,
1397
+ "x": 986,
1398
+ "y": 0,
1399
+ "pixelRatio": 2,
1400
+ "visible": true
1401
+ },
1402
+ "au-state-3": {
1403
+ "width": 46,
1404
+ "height": 40,
1405
+ "x": 0,
1406
+ "y": 480,
1407
+ "pixelRatio": 2,
1408
+ "visible": true
1409
+ },
1410
+ "au-state-4": {
1411
+ "width": 58,
1412
+ "height": 40,
1413
+ "x": 46,
1414
+ "y": 480,
1415
+ "pixelRatio": 2,
1416
+ "visible": true
1417
+ },
1418
+ "au-state-5": {
1419
+ "width": 68,
1420
+ "height": 40,
1421
+ "x": 104,
1422
+ "y": 480,
1423
+ "pixelRatio": 2,
1424
+ "visible": true
1425
+ },
1426
+ "au-state-6": {
1427
+ "width": 78,
1428
+ "height": 40,
1429
+ "x": 172,
1430
+ "y": 480,
1431
+ "pixelRatio": 2,
1432
+ "visible": true
1433
+ },
1434
+ "br-state-2": {
1435
+ "width": 40,
1436
+ "height": 40,
1437
+ "x": 250,
1438
+ "y": 480,
1439
+ "pixelRatio": 2,
1440
+ "visible": true
1441
+ },
1442
+ "br-state-3": {
1443
+ "width": 56,
1444
+ "height": 40,
1445
+ "x": 290,
1446
+ "y": 480,
1447
+ "pixelRatio": 2,
1448
+ "visible": true
1449
+ },
1450
+ "circle-white-2": {
1451
+ "width": 40,
1452
+ "height": 40,
1453
+ "x": 346,
1454
+ "y": 480,
1455
+ "pixelRatio": 2,
1456
+ "visible": true
1457
+ },
1458
+ "circle-white-3": {
1459
+ "width": 52,
1460
+ "height": 40,
1461
+ "x": 386,
1462
+ "y": 480,
1463
+ "pixelRatio": 2,
1464
+ "visible": true
1465
+ },
1466
+ "circle-white-4": {
1467
+ "width": 64,
1468
+ "height": 40,
1469
+ "x": 438,
1470
+ "y": 480,
1471
+ "pixelRatio": 2,
1472
+ "visible": true
1473
+ },
1474
+ "hu-main-2": {
1475
+ "width": 40,
1476
+ "height": 40,
1477
+ "x": 502,
1478
+ "y": 480,
1479
+ "pixelRatio": 2,
1480
+ "visible": true
1481
+ },
1482
+ "hu-main-3": {
1483
+ "width": 52,
1484
+ "height": 40,
1485
+ "x": 542,
1486
+ "y": 480,
1487
+ "pixelRatio": 2,
1488
+ "visible": true
1489
+ },
1490
+ "hu-main-4": {
1491
+ "width": 64,
1492
+ "height": 40,
1493
+ "x": 594,
1494
+ "y": 480,
1495
+ "pixelRatio": 2,
1496
+ "visible": true
1497
+ },
1498
+ "hu-main-5": {
1499
+ "width": 76,
1500
+ "height": 40,
1501
+ "x": 658,
1502
+ "y": 480,
1503
+ "pixelRatio": 2,
1504
+ "visible": true
1505
+ },
1506
+ "hu-motorway-2": {
1507
+ "width": 40,
1508
+ "height": 40,
1509
+ "x": 734,
1510
+ "y": 480,
1511
+ "pixelRatio": 2,
1512
+ "visible": true
1513
+ },
1514
+ "hu-motorway-3": {
1515
+ "width": 52,
1516
+ "height": 40,
1517
+ "x": 774,
1518
+ "y": 480,
1519
+ "pixelRatio": 2,
1520
+ "visible": true
1521
+ },
1522
+ "marker-15": {
1523
+ "width": 24,
1524
+ "height": 40,
1525
+ "x": 826,
1526
+ "y": 480,
1527
+ "pixelRatio": 2,
1528
+ "visible": true
1529
+ },
1530
+ "nz-state-2": {
1531
+ "width": 36,
1532
+ "height": 40,
1533
+ "x": 850,
1534
+ "y": 480,
1535
+ "pixelRatio": 2,
1536
+ "visible": true
1537
+ },
1538
+ "nz-state-3": {
1539
+ "width": 46,
1540
+ "height": 40,
1541
+ "x": 886,
1542
+ "y": 480,
1543
+ "pixelRatio": 2,
1544
+ "visible": true
1545
+ },
1546
+ "ro-communal-2": {
1547
+ "width": 40,
1548
+ "height": 40,
1549
+ "x": 932,
1550
+ "y": 480,
1551
+ "pixelRatio": 2,
1552
+ "visible": true
1553
+ },
1554
+ "ro-communal-3": {
1555
+ "width": 52,
1556
+ "height": 40,
1557
+ "x": 972,
1558
+ "y": 480,
1559
+ "pixelRatio": 2,
1560
+ "visible": true
1561
+ },
1562
+ "ro-communal-4": {
1563
+ "width": 64,
1564
+ "height": 40,
1565
+ "x": 0,
1566
+ "y": 520,
1567
+ "pixelRatio": 2,
1568
+ "visible": true
1569
+ },
1570
+ "ro-county-3": {
1571
+ "width": 52,
1572
+ "height": 40,
1573
+ "x": 64,
1574
+ "y": 520,
1575
+ "pixelRatio": 2,
1576
+ "visible": true
1577
+ },
1578
+ "ro-county-4": {
1579
+ "width": 64,
1580
+ "height": 40,
1581
+ "x": 116,
1582
+ "y": 520,
1583
+ "pixelRatio": 2,
1584
+ "visible": true
1585
+ },
1586
+ "ro-national-2": {
1587
+ "width": 40,
1588
+ "height": 40,
1589
+ "x": 180,
1590
+ "y": 520,
1591
+ "pixelRatio": 2,
1592
+ "visible": true
1593
+ },
1594
+ "ro-national-3": {
1595
+ "width": 52,
1596
+ "height": 40,
1597
+ "x": 220,
1598
+ "y": 520,
1599
+ "pixelRatio": 2,
1600
+ "visible": true
1601
+ },
1602
+ "tw-county-township-2": {
1603
+ "width": 40,
1604
+ "height": 40,
1605
+ "x": 272,
1606
+ "y": 520,
1607
+ "pixelRatio": 2,
1608
+ "visible": true
1609
+ },
1610
+ "tw-county-township-3": {
1611
+ "width": 52,
1612
+ "height": 40,
1613
+ "x": 312,
1614
+ "y": 520,
1615
+ "pixelRatio": 2,
1616
+ "visible": true
1617
+ },
1618
+ "tw-county-township-4": {
1619
+ "width": 64,
1620
+ "height": 40,
1621
+ "x": 364,
1622
+ "y": 520,
1623
+ "pixelRatio": 2,
1624
+ "visible": true
1625
+ },
1626
+ "tw-county-township-5": {
1627
+ "width": 76,
1628
+ "height": 40,
1629
+ "x": 428,
1630
+ "y": 520,
1631
+ "pixelRatio": 2,
1632
+ "visible": true
1633
+ },
1634
+ "tw-county-township-6": {
1635
+ "width": 88,
1636
+ "height": 40,
1637
+ "x": 504,
1638
+ "y": 520,
1639
+ "pixelRatio": 2,
1640
+ "visible": true
1641
+ },
1642
+ "us-bia-2": {
1643
+ "width": 40,
1644
+ "height": 40,
1645
+ "x": 592,
1646
+ "y": 520,
1647
+ "pixelRatio": 2,
1648
+ "visible": true
1649
+ },
1650
+ "us-bia-3": {
1651
+ "width": 52,
1652
+ "height": 40,
1653
+ "x": 632,
1654
+ "y": 520,
1655
+ "pixelRatio": 2,
1656
+ "visible": true
1657
+ },
1658
+ "us-bia-4": {
1659
+ "width": 60,
1660
+ "height": 40,
1661
+ "x": 684,
1662
+ "y": 520,
1663
+ "pixelRatio": 2,
1664
+ "visible": true
1665
+ },
1666
+ "us-highway-2": {
1667
+ "width": 40,
1668
+ "height": 40,
1669
+ "x": 744,
1670
+ "y": 520,
1671
+ "pixelRatio": 2,
1672
+ "visible": true
1673
+ },
1674
+ "us-highway-3": {
1675
+ "width": 52,
1676
+ "height": 40,
1677
+ "x": 784,
1678
+ "y": 520,
1679
+ "pixelRatio": 2,
1680
+ "visible": true
1681
+ },
1682
+ "us-highway-4": {
1683
+ "width": 64,
1684
+ "height": 40,
1685
+ "x": 836,
1686
+ "y": 520,
1687
+ "pixelRatio": 2,
1688
+ "visible": true
1689
+ },
1690
+ "us-highway-alternate-2": {
1691
+ "width": 40,
1692
+ "height": 40,
1693
+ "x": 900,
1694
+ "y": 520,
1695
+ "pixelRatio": 2,
1696
+ "visible": true
1697
+ },
1698
+ "us-highway-alternate-3": {
1699
+ "width": 52,
1700
+ "height": 40,
1701
+ "x": 940,
1702
+ "y": 520,
1703
+ "pixelRatio": 2,
1704
+ "visible": true
1705
+ },
1706
+ "us-highway-duplex-3": {
1707
+ "width": 52,
1708
+ "height": 40,
1709
+ "x": 0,
1710
+ "y": 560,
1711
+ "pixelRatio": 2,
1712
+ "visible": true
1713
+ },
1714
+ "us-highway-duplex-4": {
1715
+ "width": 64,
1716
+ "height": 40,
1717
+ "x": 52,
1718
+ "y": 560,
1719
+ "pixelRatio": 2,
1720
+ "visible": true
1721
+ },
1722
+ "us-highway-duplex-5": {
1723
+ "width": 76,
1724
+ "height": 40,
1725
+ "x": 116,
1726
+ "y": 560,
1727
+ "pixelRatio": 2,
1728
+ "visible": true
1729
+ },
1730
+ "za-national-2": {
1731
+ "width": 40,
1732
+ "height": 40,
1733
+ "x": 192,
1734
+ "y": 560,
1735
+ "pixelRatio": 2,
1736
+ "visible": true
1737
+ },
1738
+ "za-national-3": {
1739
+ "width": 56,
1740
+ "height": 40,
1741
+ "x": 232,
1742
+ "y": 560,
1743
+ "pixelRatio": 2,
1744
+ "visible": true
1745
+ },
1746
+ "barcelona-metro": {
1747
+ "width": 38,
1748
+ "height": 38,
1749
+ "x": 288,
1750
+ "y": 560,
1751
+ "pixelRatio": 2,
1752
+ "visible": true
1753
+ },
1754
+ "boston-t": {
1755
+ "width": 38,
1756
+ "height": 38,
1757
+ "x": 326,
1758
+ "y": 560,
1759
+ "pixelRatio": 2,
1760
+ "visible": true
1761
+ },
1762
+ "de-s-bahn": {
1763
+ "width": 38,
1764
+ "height": 38,
1765
+ "x": 364,
1766
+ "y": 560,
1767
+ "pixelRatio": 2,
1768
+ "visible": true
1769
+ },
1770
+ "de-s-bahn.de-u-bahn": {
1771
+ "width": 70,
1772
+ "height": 38,
1773
+ "x": 402,
1774
+ "y": 560,
1775
+ "pixelRatio": 2,
1776
+ "visible": true
1777
+ },
1778
+ "delhi-metro": {
1779
+ "width": 38,
1780
+ "height": 38,
1781
+ "x": 472,
1782
+ "y": 560,
1783
+ "pixelRatio": 2,
1784
+ "visible": true
1785
+ },
1786
+ "kiev-metro": {
1787
+ "width": 38,
1788
+ "height": 38,
1789
+ "x": 510,
1790
+ "y": 560,
1791
+ "pixelRatio": 2,
1792
+ "visible": true
1793
+ },
1794
+ "kr-metro-expy-2": {
1795
+ "width": 40,
1796
+ "height": 38,
1797
+ "x": 548,
1798
+ "y": 560,
1799
+ "pixelRatio": 2,
1800
+ "visible": true
1801
+ },
1802
+ "kr-metro-expy-3": {
1803
+ "width": 52,
1804
+ "height": 38,
1805
+ "x": 588,
1806
+ "y": 560,
1807
+ "pixelRatio": 2,
1808
+ "visible": true
1809
+ },
1810
+ "kr-metro-expy-4": {
1811
+ "width": 64,
1812
+ "height": 38,
1813
+ "x": 640,
1814
+ "y": 560,
1815
+ "pixelRatio": 2,
1816
+ "visible": true
1817
+ },
1818
+ "madrid-metro": {
1819
+ "width": 38,
1820
+ "height": 38,
1821
+ "x": 704,
1822
+ "y": 560,
1823
+ "pixelRatio": 2,
1824
+ "visible": true
1825
+ },
1826
+ "new-york-subway": {
1827
+ "width": 38,
1828
+ "height": 38,
1829
+ "x": 742,
1830
+ "y": 560,
1831
+ "pixelRatio": 2,
1832
+ "visible": true
1833
+ },
1834
+ "oslo-metro": {
1835
+ "width": 38,
1836
+ "height": 38,
1837
+ "x": 780,
1838
+ "y": 560,
1839
+ "pixelRatio": 2,
1840
+ "visible": true
1841
+ },
1842
+ "paris-metro": {
1843
+ "width": 38,
1844
+ "height": 38,
1845
+ "x": 818,
1846
+ "y": 560,
1847
+ "pixelRatio": 2,
1848
+ "visible": true
1849
+ },
1850
+ "paris-metro.paris-rer": {
1851
+ "width": 74,
1852
+ "height": 38,
1853
+ "x": 856,
1854
+ "y": 560,
1855
+ "pixelRatio": 2,
1856
+ "visible": true
1857
+ },
1858
+ "paris-rer": {
1859
+ "width": 38,
1860
+ "height": 38,
1861
+ "x": 930,
1862
+ "y": 560,
1863
+ "pixelRatio": 2,
1864
+ "visible": true
1865
+ },
1866
+ "paris-rer.paris-transilien": {
1867
+ "width": 70,
1868
+ "height": 38,
1869
+ "x": 0,
1870
+ "y": 600,
1871
+ "pixelRatio": 2,
1872
+ "visible": true
1873
+ },
1874
+ "road-closure": {
1875
+ "width": 38,
1876
+ "height": 38,
1877
+ "x": 70,
1878
+ "y": 600,
1879
+ "pixelRatio": 2,
1880
+ "visible": true
1881
+ },
1882
+ "stockholm-metro": {
1883
+ "width": 38,
1884
+ "height": 38,
1885
+ "x": 108,
1886
+ "y": 600,
1887
+ "pixelRatio": 2,
1888
+ "visible": true
1889
+ },
1890
+ "taipei-metro": {
1891
+ "width": 38,
1892
+ "height": 38,
1893
+ "x": 146,
1894
+ "y": 600,
1895
+ "pixelRatio": 2,
1896
+ "visible": true
1897
+ },
1898
+ "vienna-u-bahn": {
1899
+ "width": 38,
1900
+ "height": 38,
1901
+ "x": 184,
1902
+ "y": 600,
1903
+ "pixelRatio": 2,
1904
+ "visible": true
1905
+ },
1906
+ "kr-natl-hwy-2": {
1907
+ "width": 44,
1908
+ "height": 36,
1909
+ "x": 222,
1910
+ "y": 600,
1911
+ "pixelRatio": 2,
1912
+ "visible": true
1913
+ },
1914
+ "airfield-11": {
1915
+ "width": 34,
1916
+ "height": 34,
1917
+ "x": 266,
1918
+ "y": 600,
1919
+ "pixelRatio": 2,
1920
+ "visible": true
1921
+ },
1922
+ "airport-11": {
1923
+ "width": 34,
1924
+ "height": 34,
1925
+ "x": 300,
1926
+ "y": 600,
1927
+ "pixelRatio": 2,
1928
+ "visible": true
1929
+ },
1930
+ "alcohol-shop-11": {
1931
+ "width": 34,
1932
+ "height": 34,
1933
+ "x": 334,
1934
+ "y": 600,
1935
+ "pixelRatio": 2,
1936
+ "visible": true
1937
+ },
1938
+ "american-football-11": {
1939
+ "width": 34,
1940
+ "height": 34,
1941
+ "x": 368,
1942
+ "y": 600,
1943
+ "pixelRatio": 2,
1944
+ "visible": true
1945
+ },
1946
+ "amusement-park-11": {
1947
+ "width": 34,
1948
+ "height": 34,
1949
+ "x": 402,
1950
+ "y": 600,
1951
+ "pixelRatio": 2,
1952
+ "visible": true
1953
+ },
1954
+ "aquarium-11": {
1955
+ "width": 34,
1956
+ "height": 34,
1957
+ "x": 436,
1958
+ "y": 600,
1959
+ "pixelRatio": 2,
1960
+ "visible": true
1961
+ },
1962
+ "art-gallery-11": {
1963
+ "width": 34,
1964
+ "height": 34,
1965
+ "x": 470,
1966
+ "y": 600,
1967
+ "pixelRatio": 2,
1968
+ "visible": true
1969
+ },
1970
+ "attraction-11": {
1971
+ "width": 34,
1972
+ "height": 34,
1973
+ "x": 504,
1974
+ "y": 600,
1975
+ "pixelRatio": 2,
1976
+ "visible": true
1977
+ },
1978
+ "bakery-11": {
1979
+ "width": 34,
1980
+ "height": 34,
1981
+ "x": 538,
1982
+ "y": 600,
1983
+ "pixelRatio": 2,
1984
+ "visible": true
1985
+ },
1986
+ "bank-11": {
1987
+ "width": 34,
1988
+ "height": 34,
1989
+ "x": 572,
1990
+ "y": 600,
1991
+ "pixelRatio": 2,
1992
+ "visible": true
1993
+ },
1994
+ "bar-11": {
1995
+ "width": 34,
1996
+ "height": 34,
1997
+ "x": 606,
1998
+ "y": 600,
1999
+ "pixelRatio": 2,
2000
+ "visible": true
2001
+ },
2002
+ "basketball-11": {
2003
+ "width": 34,
2004
+ "height": 34,
2005
+ "x": 640,
2006
+ "y": 600,
2007
+ "pixelRatio": 2,
2008
+ "visible": true
2009
+ },
2010
+ "beach-11": {
2011
+ "width": 34,
2012
+ "height": 34,
2013
+ "x": 674,
2014
+ "y": 600,
2015
+ "pixelRatio": 2,
2016
+ "visible": true
2017
+ },
2018
+ "beer-11": {
2019
+ "width": 34,
2020
+ "height": 34,
2021
+ "x": 708,
2022
+ "y": 600,
2023
+ "pixelRatio": 2,
2024
+ "visible": true
2025
+ },
2026
+ "bicycle-11": {
2027
+ "width": 34,
2028
+ "height": 34,
2029
+ "x": 742,
2030
+ "y": 600,
2031
+ "pixelRatio": 2,
2032
+ "visible": true
2033
+ },
2034
+ "bicycle-share": {
2035
+ "width": 34,
2036
+ "height": 34,
2037
+ "x": 776,
2038
+ "y": 600,
2039
+ "pixelRatio": 2,
2040
+ "visible": true
2041
+ },
2042
+ "bowling-alley-11": {
2043
+ "width": 34,
2044
+ "height": 34,
2045
+ "x": 810,
2046
+ "y": 600,
2047
+ "pixelRatio": 2,
2048
+ "visible": true
2049
+ },
2050
+ "bridge-11": {
2051
+ "width": 34,
2052
+ "height": 34,
2053
+ "x": 844,
2054
+ "y": 600,
2055
+ "pixelRatio": 2,
2056
+ "visible": true
2057
+ },
2058
+ "bus": {
2059
+ "width": 34,
2060
+ "height": 34,
2061
+ "x": 878,
2062
+ "y": 600,
2063
+ "pixelRatio": 2,
2064
+ "visible": true
2065
+ },
2066
+ "cafe-11": {
2067
+ "width": 34,
2068
+ "height": 34,
2069
+ "x": 912,
2070
+ "y": 600,
2071
+ "pixelRatio": 2,
2072
+ "visible": true
2073
+ },
2074
+ "campsite-11": {
2075
+ "width": 34,
2076
+ "height": 34,
2077
+ "x": 946,
2078
+ "y": 600,
2079
+ "pixelRatio": 2,
2080
+ "visible": true
2081
+ },
2082
+ "car-11": {
2083
+ "width": 34,
2084
+ "height": 34,
2085
+ "x": 980,
2086
+ "y": 600,
2087
+ "pixelRatio": 2,
2088
+ "visible": true
2089
+ },
2090
+ "car-rental-11": {
2091
+ "width": 34,
2092
+ "height": 34,
2093
+ "x": 968,
2094
+ "y": 560,
2095
+ "pixelRatio": 2,
2096
+ "visible": true
2097
+ },
2098
+ "car-repair-11": {
2099
+ "width": 34,
2100
+ "height": 34,
2101
+ "x": 0,
2102
+ "y": 638,
2103
+ "pixelRatio": 2,
2104
+ "visible": true
2105
+ },
2106
+ "casino-11": {
2107
+ "width": 34,
2108
+ "height": 34,
2109
+ "x": 34,
2110
+ "y": 638,
2111
+ "pixelRatio": 2,
2112
+ "visible": true
2113
+ },
2114
+ "castle-11": {
2115
+ "width": 34,
2116
+ "height": 34,
2117
+ "x": 68,
2118
+ "y": 638,
2119
+ "pixelRatio": 2,
2120
+ "visible": true
2121
+ },
2122
+ "cemetery-11": {
2123
+ "width": 34,
2124
+ "height": 34,
2125
+ "x": 102,
2126
+ "y": 638,
2127
+ "pixelRatio": 2,
2128
+ "visible": true
2129
+ },
2130
+ "charging-station-11": {
2131
+ "width": 34,
2132
+ "height": 34,
2133
+ "x": 136,
2134
+ "y": 638,
2135
+ "pixelRatio": 2,
2136
+ "visible": true
2137
+ },
2138
+ "chongqing-rail-transit": {
2139
+ "width": 50,
2140
+ "height": 34,
2141
+ "x": 170,
2142
+ "y": 638,
2143
+ "pixelRatio": 2,
2144
+ "visible": true
2145
+ },
2146
+ "cinema-11": {
2147
+ "width": 34,
2148
+ "height": 34,
2149
+ "x": 220,
2150
+ "y": 638,
2151
+ "pixelRatio": 2,
2152
+ "visible": true
2153
+ },
2154
+ "clothing-store-11": {
2155
+ "width": 34,
2156
+ "height": 34,
2157
+ "x": 254,
2158
+ "y": 638,
2159
+ "pixelRatio": 2,
2160
+ "visible": true
2161
+ },
2162
+ "college-11": {
2163
+ "width": 34,
2164
+ "height": 34,
2165
+ "x": 288,
2166
+ "y": 638,
2167
+ "pixelRatio": 2,
2168
+ "visible": true
2169
+ },
2170
+ "communications-tower-11": {
2171
+ "width": 34,
2172
+ "height": 34,
2173
+ "x": 322,
2174
+ "y": 638,
2175
+ "pixelRatio": 2,
2176
+ "visible": true
2177
+ },
2178
+ "confectionery-11": {
2179
+ "width": 34,
2180
+ "height": 34,
2181
+ "x": 356,
2182
+ "y": 638,
2183
+ "pixelRatio": 2,
2184
+ "visible": true
2185
+ },
2186
+ "convenience-11": {
2187
+ "width": 34,
2188
+ "height": 34,
2189
+ "x": 390,
2190
+ "y": 638,
2191
+ "pixelRatio": 2,
2192
+ "visible": true
2193
+ },
2194
+ "de-u-bahn": {
2195
+ "width": 34,
2196
+ "height": 34,
2197
+ "x": 424,
2198
+ "y": 638,
2199
+ "pixelRatio": 2,
2200
+ "visible": true
2201
+ },
2202
+ "dentist-11": {
2203
+ "width": 34,
2204
+ "height": 34,
2205
+ "x": 458,
2206
+ "y": 638,
2207
+ "pixelRatio": 2,
2208
+ "visible": true
2209
+ },
2210
+ "doctor-11": {
2211
+ "width": 34,
2212
+ "height": 34,
2213
+ "x": 492,
2214
+ "y": 638,
2215
+ "pixelRatio": 2,
2216
+ "visible": true
2217
+ },
2218
+ "dog-park-11": {
2219
+ "width": 34,
2220
+ "height": 34,
2221
+ "x": 526,
2222
+ "y": 638,
2223
+ "pixelRatio": 2,
2224
+ "visible": true
2225
+ },
2226
+ "drinking-water-11": {
2227
+ "width": 34,
2228
+ "height": 34,
2229
+ "x": 560,
2230
+ "y": 638,
2231
+ "pixelRatio": 2,
2232
+ "visible": true
2233
+ },
2234
+ "embassy-11": {
2235
+ "width": 34,
2236
+ "height": 34,
2237
+ "x": 594,
2238
+ "y": 638,
2239
+ "pixelRatio": 2,
2240
+ "visible": true
2241
+ },
2242
+ "entrance": {
2243
+ "width": 34,
2244
+ "height": 34,
2245
+ "x": 628,
2246
+ "y": 638,
2247
+ "pixelRatio": 2,
2248
+ "visible": true
2249
+ },
2250
+ "farm-11": {
2251
+ "width": 34,
2252
+ "height": 34,
2253
+ "x": 662,
2254
+ "y": 638,
2255
+ "pixelRatio": 2,
2256
+ "visible": true
2257
+ },
2258
+ "fast-food-11": {
2259
+ "width": 34,
2260
+ "height": 34,
2261
+ "x": 696,
2262
+ "y": 638,
2263
+ "pixelRatio": 2,
2264
+ "visible": true
2265
+ },
2266
+ "ferry": {
2267
+ "width": 34,
2268
+ "height": 34,
2269
+ "x": 730,
2270
+ "y": 638,
2271
+ "pixelRatio": 2,
2272
+ "visible": true
2273
+ },
2274
+ "fire-station-11": {
2275
+ "width": 34,
2276
+ "height": 34,
2277
+ "x": 764,
2278
+ "y": 638,
2279
+ "pixelRatio": 2,
2280
+ "visible": true
2281
+ },
2282
+ "fitness-centre-11": {
2283
+ "width": 34,
2284
+ "height": 34,
2285
+ "x": 798,
2286
+ "y": 638,
2287
+ "pixelRatio": 2,
2288
+ "visible": true
2289
+ },
2290
+ "fuel-11": {
2291
+ "width": 34,
2292
+ "height": 34,
2293
+ "x": 832,
2294
+ "y": 638,
2295
+ "pixelRatio": 2,
2296
+ "visible": true
2297
+ },
2298
+ "furniture-11": {
2299
+ "width": 34,
2300
+ "height": 34,
2301
+ "x": 866,
2302
+ "y": 638,
2303
+ "pixelRatio": 2,
2304
+ "visible": true
2305
+ },
2306
+ "garden-11": {
2307
+ "width": 34,
2308
+ "height": 34,
2309
+ "x": 900,
2310
+ "y": 638,
2311
+ "pixelRatio": 2,
2312
+ "visible": true
2313
+ },
2314
+ "globe-11": {
2315
+ "width": 34,
2316
+ "height": 34,
2317
+ "x": 934,
2318
+ "y": 638,
2319
+ "pixelRatio": 2,
2320
+ "visible": true
2321
+ },
2322
+ "golf-11": {
2323
+ "width": 34,
2324
+ "height": 34,
2325
+ "x": 968,
2326
+ "y": 638,
2327
+ "pixelRatio": 2,
2328
+ "visible": true
2329
+ },
2330
+ "grocery-11": {
2331
+ "width": 34,
2332
+ "height": 34,
2333
+ "x": 0,
2334
+ "y": 672,
2335
+ "pixelRatio": 2,
2336
+ "visible": true
2337
+ },
2338
+ "harbor-11": {
2339
+ "width": 34,
2340
+ "height": 34,
2341
+ "x": 34,
2342
+ "y": 672,
2343
+ "pixelRatio": 2,
2344
+ "visible": true
2345
+ },
2346
+ "hardware-11": {
2347
+ "width": 34,
2348
+ "height": 34,
2349
+ "x": 68,
2350
+ "y": 672,
2351
+ "pixelRatio": 2,
2352
+ "visible": true
2353
+ },
2354
+ "heliport-11": {
2355
+ "width": 34,
2356
+ "height": 34,
2357
+ "x": 102,
2358
+ "y": 672,
2359
+ "pixelRatio": 2,
2360
+ "visible": true
2361
+ },
2362
+ "hong-kong-mtr": {
2363
+ "width": 38,
2364
+ "height": 34,
2365
+ "x": 136,
2366
+ "y": 672,
2367
+ "pixelRatio": 2,
2368
+ "visible": true
2369
+ },
2370
+ "horse-riding-11": {
2371
+ "width": 34,
2372
+ "height": 34,
2373
+ "x": 174,
2374
+ "y": 672,
2375
+ "pixelRatio": 2,
2376
+ "visible": true
2377
+ },
2378
+ "hospital-11": {
2379
+ "width": 34,
2380
+ "height": 34,
2381
+ "x": 208,
2382
+ "y": 672,
2383
+ "pixelRatio": 2,
2384
+ "visible": true
2385
+ },
2386
+ "ice-cream-11": {
2387
+ "width": 34,
2388
+ "height": 34,
2389
+ "x": 242,
2390
+ "y": 672,
2391
+ "pixelRatio": 2,
2392
+ "visible": true
2393
+ },
2394
+ "information-11": {
2395
+ "width": 34,
2396
+ "height": 34,
2397
+ "x": 276,
2398
+ "y": 672,
2399
+ "pixelRatio": 2,
2400
+ "visible": true
2401
+ },
2402
+ "jewelry-store-11": {
2403
+ "width": 34,
2404
+ "height": 34,
2405
+ "x": 310,
2406
+ "y": 672,
2407
+ "pixelRatio": 2,
2408
+ "visible": true
2409
+ },
2410
+ "laundry-11": {
2411
+ "width": 34,
2412
+ "height": 34,
2413
+ "x": 344,
2414
+ "y": 672,
2415
+ "pixelRatio": 2,
2416
+ "visible": true
2417
+ },
2418
+ "library-11": {
2419
+ "width": 34,
2420
+ "height": 34,
2421
+ "x": 378,
2422
+ "y": 672,
2423
+ "pixelRatio": 2,
2424
+ "visible": true
2425
+ },
2426
+ "lodging-11": {
2427
+ "width": 34,
2428
+ "height": 34,
2429
+ "x": 412,
2430
+ "y": 672,
2431
+ "pixelRatio": 2,
2432
+ "visible": true
2433
+ },
2434
+ "marker-11": {
2435
+ "width": 24,
2436
+ "height": 34,
2437
+ "x": 446,
2438
+ "y": 672,
2439
+ "pixelRatio": 2,
2440
+ "visible": true
2441
+ },
2442
+ "mexico-city-metro": {
2443
+ "width": 34,
2444
+ "height": 34,
2445
+ "x": 470,
2446
+ "y": 672,
2447
+ "pixelRatio": 2,
2448
+ "visible": true
2449
+ },
2450
+ "milan-metro": {
2451
+ "width": 34,
2452
+ "height": 34,
2453
+ "x": 504,
2454
+ "y": 672,
2455
+ "pixelRatio": 2,
2456
+ "visible": true
2457
+ },
2458
+ "mobile-phone-11": {
2459
+ "width": 34,
2460
+ "height": 34,
2461
+ "x": 538,
2462
+ "y": 672,
2463
+ "pixelRatio": 2,
2464
+ "visible": true
2465
+ },
2466
+ "monument-11": {
2467
+ "width": 34,
2468
+ "height": 34,
2469
+ "x": 572,
2470
+ "y": 672,
2471
+ "pixelRatio": 2,
2472
+ "visible": true
2473
+ },
2474
+ "moscow-metro": {
2475
+ "width": 34,
2476
+ "height": 34,
2477
+ "x": 606,
2478
+ "y": 672,
2479
+ "pixelRatio": 2,
2480
+ "visible": true
2481
+ },
2482
+ "mountain-11": {
2483
+ "width": 34,
2484
+ "height": 34,
2485
+ "x": 640,
2486
+ "y": 672,
2487
+ "pixelRatio": 2,
2488
+ "visible": true
2489
+ },
2490
+ "museum-11": {
2491
+ "width": 34,
2492
+ "height": 34,
2493
+ "x": 674,
2494
+ "y": 672,
2495
+ "pixelRatio": 2,
2496
+ "visible": true
2497
+ },
2498
+ "music-11": {
2499
+ "width": 34,
2500
+ "height": 34,
2501
+ "x": 708,
2502
+ "y": 672,
2503
+ "pixelRatio": 2,
2504
+ "visible": true
2505
+ },
2506
+ "optician-11": {
2507
+ "width": 34,
2508
+ "height": 34,
2509
+ "x": 742,
2510
+ "y": 672,
2511
+ "pixelRatio": 2,
2512
+ "visible": true
2513
+ },
2514
+ "osaka-subway": {
2515
+ "width": 40,
2516
+ "height": 34,
2517
+ "x": 776,
2518
+ "y": 672,
2519
+ "pixelRatio": 2,
2520
+ "visible": true
2521
+ },
2522
+ "paris-transilien": {
2523
+ "width": 34,
2524
+ "height": 34,
2525
+ "x": 816,
2526
+ "y": 672,
2527
+ "pixelRatio": 2,
2528
+ "visible": true
2529
+ },
2530
+ "park-11": {
2531
+ "width": 34,
2532
+ "height": 34,
2533
+ "x": 850,
2534
+ "y": 672,
2535
+ "pixelRatio": 2,
2536
+ "visible": true
2537
+ },
2538
+ "parking-11": {
2539
+ "width": 34,
2540
+ "height": 34,
2541
+ "x": 884,
2542
+ "y": 672,
2543
+ "pixelRatio": 2,
2544
+ "visible": true
2545
+ },
2546
+ "parking-garage-11": {
2547
+ "width": 34,
2548
+ "height": 34,
2549
+ "x": 918,
2550
+ "y": 672,
2551
+ "pixelRatio": 2,
2552
+ "visible": true
2553
+ },
2554
+ "pharmacy-11": {
2555
+ "width": 34,
2556
+ "height": 34,
2557
+ "x": 952,
2558
+ "y": 672,
2559
+ "pixelRatio": 2,
2560
+ "visible": true
2561
+ },
2562
+ "philadelphia-septa": {
2563
+ "width": 38,
2564
+ "height": 34,
2565
+ "x": 986,
2566
+ "y": 672,
2567
+ "pixelRatio": 2,
2568
+ "visible": true
2569
+ },
2570
+ "picnic-site-11": {
2571
+ "width": 34,
2572
+ "height": 34,
2573
+ "x": 0,
2574
+ "y": 706,
2575
+ "pixelRatio": 2,
2576
+ "visible": true
2577
+ },
2578
+ "pitch-11": {
2579
+ "width": 34,
2580
+ "height": 34,
2581
+ "x": 34,
2582
+ "y": 706,
2583
+ "pixelRatio": 2,
2584
+ "visible": true
2585
+ },
2586
+ "place-of-worship-11": {
2587
+ "width": 34,
2588
+ "height": 34,
2589
+ "x": 68,
2590
+ "y": 706,
2591
+ "pixelRatio": 2,
2592
+ "visible": true
2593
+ },
2594
+ "playground-11": {
2595
+ "width": 34,
2596
+ "height": 34,
2597
+ "x": 102,
2598
+ "y": 706,
2599
+ "pixelRatio": 2,
2600
+ "visible": true
2601
+ },
2602
+ "police-11": {
2603
+ "width": 34,
2604
+ "height": 34,
2605
+ "x": 136,
2606
+ "y": 706,
2607
+ "pixelRatio": 2,
2608
+ "visible": true
2609
+ },
2610
+ "post-11": {
2611
+ "width": 34,
2612
+ "height": 34,
2613
+ "x": 170,
2614
+ "y": 706,
2615
+ "pixelRatio": 2,
2616
+ "visible": true
2617
+ },
2618
+ "prison-11": {
2619
+ "width": 34,
2620
+ "height": 34,
2621
+ "x": 204,
2622
+ "y": 706,
2623
+ "pixelRatio": 2,
2624
+ "visible": true
2625
+ },
2626
+ "rail": {
2627
+ "width": 34,
2628
+ "height": 34,
2629
+ "x": 238,
2630
+ "y": 706,
2631
+ "pixelRatio": 2,
2632
+ "visible": true
2633
+ },
2634
+ "rail-light": {
2635
+ "width": 34,
2636
+ "height": 34,
2637
+ "x": 272,
2638
+ "y": 706,
2639
+ "pixelRatio": 2,
2640
+ "visible": true
2641
+ },
2642
+ "rail-metro": {
2643
+ "width": 34,
2644
+ "height": 34,
2645
+ "x": 306,
2646
+ "y": 706,
2647
+ "pixelRatio": 2,
2648
+ "visible": true
2649
+ },
2650
+ "ranger-station-11": {
2651
+ "width": 34,
2652
+ "height": 34,
2653
+ "x": 340,
2654
+ "y": 706,
2655
+ "pixelRatio": 2,
2656
+ "visible": true
2657
+ },
2658
+ "religious-buddhist-11": {
2659
+ "width": 34,
2660
+ "height": 34,
2661
+ "x": 374,
2662
+ "y": 706,
2663
+ "pixelRatio": 2,
2664
+ "visible": true
2665
+ },
2666
+ "religious-christian-11": {
2667
+ "width": 34,
2668
+ "height": 34,
2669
+ "x": 408,
2670
+ "y": 706,
2671
+ "pixelRatio": 2,
2672
+ "visible": true
2673
+ },
2674
+ "religious-jewish-11": {
2675
+ "width": 34,
2676
+ "height": 34,
2677
+ "x": 442,
2678
+ "y": 706,
2679
+ "pixelRatio": 2,
2680
+ "visible": true
2681
+ },
2682
+ "religious-muslim-11": {
2683
+ "width": 34,
2684
+ "height": 34,
2685
+ "x": 476,
2686
+ "y": 706,
2687
+ "pixelRatio": 2,
2688
+ "visible": true
2689
+ },
2690
+ "restaurant-11": {
2691
+ "width": 34,
2692
+ "height": 34,
2693
+ "x": 510,
2694
+ "y": 706,
2695
+ "pixelRatio": 2,
2696
+ "visible": true
2697
+ },
2698
+ "restaurant-noodle-11": {
2699
+ "width": 34,
2700
+ "height": 34,
2701
+ "x": 544,
2702
+ "y": 706,
2703
+ "pixelRatio": 2,
2704
+ "visible": true
2705
+ },
2706
+ "restaurant-pizza-11": {
2707
+ "width": 34,
2708
+ "height": 34,
2709
+ "x": 578,
2710
+ "y": 706,
2711
+ "pixelRatio": 2,
2712
+ "visible": true
2713
+ },
2714
+ "restaurant-seafood-11": {
2715
+ "width": 34,
2716
+ "height": 34,
2717
+ "x": 612,
2718
+ "y": 706,
2719
+ "pixelRatio": 2,
2720
+ "visible": true
2721
+ },
2722
+ "rocket-11": {
2723
+ "width": 34,
2724
+ "height": 34,
2725
+ "x": 646,
2726
+ "y": 706,
2727
+ "pixelRatio": 2,
2728
+ "visible": true
2729
+ },
2730
+ "san-francisco-bart": {
2731
+ "width": 34,
2732
+ "height": 34,
2733
+ "x": 680,
2734
+ "y": 706,
2735
+ "pixelRatio": 2,
2736
+ "visible": true
2737
+ },
2738
+ "school-11": {
2739
+ "width": 34,
2740
+ "height": 34,
2741
+ "x": 714,
2742
+ "y": 706,
2743
+ "pixelRatio": 2,
2744
+ "visible": true
2745
+ },
2746
+ "shoe-11": {
2747
+ "width": 34,
2748
+ "height": 34,
2749
+ "x": 748,
2750
+ "y": 706,
2751
+ "pixelRatio": 2,
2752
+ "visible": true
2753
+ },
2754
+ "shop-11": {
2755
+ "width": 34,
2756
+ "height": 34,
2757
+ "x": 782,
2758
+ "y": 706,
2759
+ "pixelRatio": 2,
2760
+ "visible": true
2761
+ },
2762
+ "singapore-mrt": {
2763
+ "width": 34,
2764
+ "height": 34,
2765
+ "x": 816,
2766
+ "y": 706,
2767
+ "pixelRatio": 2,
2768
+ "visible": true
2769
+ },
2770
+ "skateboard-11": {
2771
+ "width": 34,
2772
+ "height": 34,
2773
+ "x": 850,
2774
+ "y": 706,
2775
+ "pixelRatio": 2,
2776
+ "visible": true
2777
+ },
2778
+ "skiing-11": {
2779
+ "width": 34,
2780
+ "height": 34,
2781
+ "x": 884,
2782
+ "y": 706,
2783
+ "pixelRatio": 2,
2784
+ "visible": true
2785
+ },
2786
+ "slipway-11": {
2787
+ "width": 34,
2788
+ "height": 34,
2789
+ "x": 918,
2790
+ "y": 706,
2791
+ "pixelRatio": 2,
2792
+ "visible": true
2793
+ },
2794
+ "stadium-11": {
2795
+ "width": 34,
2796
+ "height": 34,
2797
+ "x": 952,
2798
+ "y": 706,
2799
+ "pixelRatio": 2,
2800
+ "visible": true
2801
+ },
2802
+ "suitcase-11": {
2803
+ "width": 34,
2804
+ "height": 34,
2805
+ "x": 986,
2806
+ "y": 706,
2807
+ "pixelRatio": 2,
2808
+ "visible": true
2809
+ },
2810
+ "swimming-11": {
2811
+ "width": 34,
2812
+ "height": 34,
2813
+ "x": 0,
2814
+ "y": 740,
2815
+ "pixelRatio": 2,
2816
+ "visible": true
2817
+ },
2818
+ "table-tennis-11": {
2819
+ "width": 34,
2820
+ "height": 34,
2821
+ "x": 34,
2822
+ "y": 740,
2823
+ "pixelRatio": 2,
2824
+ "visible": true
2825
+ },
2826
+ "tennis-11": {
2827
+ "width": 34,
2828
+ "height": 34,
2829
+ "x": 68,
2830
+ "y": 740,
2831
+ "pixelRatio": 2,
2832
+ "visible": true
2833
+ },
2834
+ "theatre-11": {
2835
+ "width": 34,
2836
+ "height": 34,
2837
+ "x": 102,
2838
+ "y": 740,
2839
+ "pixelRatio": 2,
2840
+ "visible": true
2841
+ },
2842
+ "toilet-11": {
2843
+ "width": 34,
2844
+ "height": 34,
2845
+ "x": 136,
2846
+ "y": 740,
2847
+ "pixelRatio": 2,
2848
+ "visible": true
2849
+ },
2850
+ "tokyo-metro": {
2851
+ "width": 34,
2852
+ "height": 34,
2853
+ "x": 170,
2854
+ "y": 740,
2855
+ "pixelRatio": 2,
2856
+ "visible": true
2857
+ },
2858
+ "town-hall-11": {
2859
+ "width": 34,
2860
+ "height": 34,
2861
+ "x": 204,
2862
+ "y": 740,
2863
+ "pixelRatio": 2,
2864
+ "visible": true
2865
+ },
2866
+ "traffic-signal": {
2867
+ "width": 16,
2868
+ "height": 34,
2869
+ "x": 1002,
2870
+ "y": 638,
2871
+ "pixelRatio": 2,
2872
+ "visible": true
2873
+ },
2874
+ "veterinary-11": {
2875
+ "width": 34,
2876
+ "height": 34,
2877
+ "x": 238,
2878
+ "y": 740,
2879
+ "pixelRatio": 2,
2880
+ "visible": true
2881
+ },
2882
+ "viewpoint-11": {
2883
+ "width": 34,
2884
+ "height": 34,
2885
+ "x": 272,
2886
+ "y": 740,
2887
+ "pixelRatio": 2,
2888
+ "visible": true
2889
+ },
2890
+ "volcano-11": {
2891
+ "width": 34,
2892
+ "height": 34,
2893
+ "x": 306,
2894
+ "y": 740,
2895
+ "pixelRatio": 2,
2896
+ "visible": true
2897
+ },
2898
+ "volleyball-11": {
2899
+ "width": 34,
2900
+ "height": 34,
2901
+ "x": 340,
2902
+ "y": 740,
2903
+ "pixelRatio": 2,
2904
+ "visible": true
2905
+ },
2906
+ "washington-metro": {
2907
+ "width": 34,
2908
+ "height": 34,
2909
+ "x": 374,
2910
+ "y": 740,
2911
+ "pixelRatio": 2,
2912
+ "visible": true
2913
+ },
2914
+ "watch-11": {
2915
+ "width": 34,
2916
+ "height": 34,
2917
+ "x": 408,
2918
+ "y": 740,
2919
+ "pixelRatio": 2,
2920
+ "visible": true
2921
+ },
2922
+ "waterfall-11": {
2923
+ "width": 34,
2924
+ "height": 34,
2925
+ "x": 442,
2926
+ "y": 740,
2927
+ "pixelRatio": 2,
2928
+ "visible": true
2929
+ },
2930
+ "watermill-11": {
2931
+ "width": 34,
2932
+ "height": 34,
2933
+ "x": 476,
2934
+ "y": 740,
2935
+ "pixelRatio": 2,
2936
+ "visible": true
2937
+ },
2938
+ "windmill-11": {
2939
+ "width": 34,
2940
+ "height": 34,
2941
+ "x": 510,
2942
+ "y": 740,
2943
+ "pixelRatio": 2,
2944
+ "visible": true
2945
+ },
2946
+ "zoo-11": {
2947
+ "width": 34,
2948
+ "height": 34,
2949
+ "x": 544,
2950
+ "y": 740,
2951
+ "pixelRatio": 2,
2952
+ "visible": true
2953
+ },
2954
+ "ch-motorway-2": {
2955
+ "width": 44,
2956
+ "height": 32,
2957
+ "x": 578,
2958
+ "y": 740,
2959
+ "pixelRatio": 2,
2960
+ "visible": true
2961
+ },
2962
+ "ch-motorway-3": {
2963
+ "width": 56,
2964
+ "height": 32,
2965
+ "x": 622,
2966
+ "y": 740,
2967
+ "pixelRatio": 2,
2968
+ "visible": true
2969
+ },
2970
+ "de-motorway-2": {
2971
+ "width": 44,
2972
+ "height": 32,
2973
+ "x": 678,
2974
+ "y": 740,
2975
+ "pixelRatio": 2,
2976
+ "visible": true
2977
+ },
2978
+ "de-motorway-3": {
2979
+ "width": 56,
2980
+ "height": 32,
2981
+ "x": 722,
2982
+ "y": 740,
2983
+ "pixelRatio": 2,
2984
+ "visible": true
2985
+ },
2986
+ "gb-national-rail.london-dlr": {
2987
+ "width": 72,
2988
+ "height": 32,
2989
+ "x": 778,
2990
+ "y": 740,
2991
+ "pixelRatio": 2,
2992
+ "visible": true
2993
+ },
2994
+ "gb-national-rail.london-dlr.london-overground.london-tfl-rail.london-underground": {
2995
+ "width": 186,
2996
+ "height": 32,
2997
+ "x": 0,
2998
+ "y": 774,
2999
+ "pixelRatio": 2,
3000
+ "visible": true
3001
+ },
3002
+ "gb-national-rail.london-dlr.london-overground.london-underground": {
3003
+ "width": 148,
3004
+ "height": 32,
3005
+ "x": 186,
3006
+ "y": 774,
3007
+ "pixelRatio": 2,
3008
+ "visible": true
3009
+ },
3010
+ "gb-national-rail.london-dlr.london-underground": {
3011
+ "width": 110,
3012
+ "height": 32,
3013
+ "x": 334,
3014
+ "y": 774,
3015
+ "pixelRatio": 2,
3016
+ "visible": true
3017
+ },
3018
+ "gb-national-rail.london-overground": {
3019
+ "width": 72,
3020
+ "height": 32,
3021
+ "x": 444,
3022
+ "y": 774,
3023
+ "pixelRatio": 2,
3024
+ "visible": true
3025
+ },
3026
+ "gb-national-rail.london-overground.london-tfl-rail.london-underground": {
3027
+ "width": 148,
3028
+ "height": 32,
3029
+ "x": 516,
3030
+ "y": 774,
3031
+ "pixelRatio": 2,
3032
+ "visible": true
3033
+ },
3034
+ "gb-national-rail.london-overground.london-underground": {
3035
+ "width": 110,
3036
+ "height": 32,
3037
+ "x": 664,
3038
+ "y": 774,
3039
+ "pixelRatio": 2,
3040
+ "visible": true
3041
+ },
3042
+ "gb-national-rail.london-tfl-rail": {
3043
+ "width": 72,
3044
+ "height": 32,
3045
+ "x": 774,
3046
+ "y": 774,
3047
+ "pixelRatio": 2,
3048
+ "visible": true
3049
+ },
3050
+ "gb-national-rail.london-tfl-rail.london-overground": {
3051
+ "width": 110,
3052
+ "height": 32,
3053
+ "x": 846,
3054
+ "y": 774,
3055
+ "pixelRatio": 2,
3056
+ "visible": true
3057
+ },
3058
+ "gb-national-rail.london-tfl-rail.london-underground": {
3059
+ "width": 110,
3060
+ "height": 32,
3061
+ "x": 850,
3062
+ "y": 740,
3063
+ "pixelRatio": 2,
3064
+ "visible": true
3065
+ },
3066
+ "gb-national-rail.london-underground": {
3067
+ "width": 72,
3068
+ "height": 32,
3069
+ "x": 0,
3070
+ "y": 806,
3071
+ "pixelRatio": 2,
3072
+ "visible": true
3073
+ },
3074
+ "gr-motorway-2": {
3075
+ "width": 44,
3076
+ "height": 32,
3077
+ "x": 956,
3078
+ "y": 774,
3079
+ "pixelRatio": 2,
3080
+ "visible": true
3081
+ },
3082
+ "gr-motorway-3": {
3083
+ "width": 56,
3084
+ "height": 32,
3085
+ "x": 72,
3086
+ "y": 806,
3087
+ "pixelRatio": 2,
3088
+ "visible": true
3089
+ },
3090
+ "gr-motorway-4": {
3091
+ "width": 68,
3092
+ "height": 32,
3093
+ "x": 128,
3094
+ "y": 806,
3095
+ "pixelRatio": 2,
3096
+ "visible": true
3097
+ },
3098
+ "hr-motorway-3": {
3099
+ "width": 56,
3100
+ "height": 32,
3101
+ "x": 196,
3102
+ "y": 806,
3103
+ "pixelRatio": 2,
3104
+ "visible": true
3105
+ },
3106
+ "hr-motorway-4": {
3107
+ "width": 68,
3108
+ "height": 32,
3109
+ "x": 252,
3110
+ "y": 806,
3111
+ "pixelRatio": 2,
3112
+ "visible": true
3113
+ },
3114
+ "kr-metropolitan-2": {
3115
+ "width": 40,
3116
+ "height": 32,
3117
+ "x": 320,
3118
+ "y": 806,
3119
+ "pixelRatio": 2,
3120
+ "visible": true
3121
+ },
3122
+ "kr-metropolitan-3": {
3123
+ "width": 52,
3124
+ "height": 32,
3125
+ "x": 360,
3126
+ "y": 806,
3127
+ "pixelRatio": 2,
3128
+ "visible": true
3129
+ },
3130
+ "kr-metropolitan-4": {
3131
+ "width": 64,
3132
+ "height": 32,
3133
+ "x": 412,
3134
+ "y": 806,
3135
+ "pixelRatio": 2,
3136
+ "visible": true
3137
+ },
3138
+ "kr-metropolitan-5": {
3139
+ "width": 76,
3140
+ "height": 32,
3141
+ "x": 476,
3142
+ "y": 806,
3143
+ "pixelRatio": 2,
3144
+ "visible": true
3145
+ },
3146
+ "kr-metropolitan-6": {
3147
+ "width": 88,
3148
+ "height": 32,
3149
+ "x": 552,
3150
+ "y": 806,
3151
+ "pixelRatio": 2,
3152
+ "visible": true
3153
+ },
3154
+ "london-dlr": {
3155
+ "width": 40,
3156
+ "height": 32,
3157
+ "x": 640,
3158
+ "y": 806,
3159
+ "pixelRatio": 2,
3160
+ "visible": true
3161
+ },
3162
+ "london-dlr.london-tfl-rail": {
3163
+ "width": 78,
3164
+ "height": 32,
3165
+ "x": 680,
3166
+ "y": 806,
3167
+ "pixelRatio": 2,
3168
+ "visible": true
3169
+ },
3170
+ "london-dlr.london-tfl-rail.london-underground": {
3171
+ "width": 116,
3172
+ "height": 32,
3173
+ "x": 758,
3174
+ "y": 806,
3175
+ "pixelRatio": 2,
3176
+ "visible": true
3177
+ },
3178
+ "london-dlr.london-underground": {
3179
+ "width": 78,
3180
+ "height": 32,
3181
+ "x": 874,
3182
+ "y": 806,
3183
+ "pixelRatio": 2,
3184
+ "visible": true
3185
+ },
3186
+ "london-overground": {
3187
+ "width": 40,
3188
+ "height": 32,
3189
+ "x": 952,
3190
+ "y": 806,
3191
+ "pixelRatio": 2,
3192
+ "visible": true
3193
+ },
3194
+ "london-overground.london-tfl-rail": {
3195
+ "width": 78,
3196
+ "height": 32,
3197
+ "x": 0,
3198
+ "y": 838,
3199
+ "pixelRatio": 2,
3200
+ "visible": true
3201
+ },
3202
+ "london-overground.london-tfl-rail.london-underground": {
3203
+ "width": 116,
3204
+ "height": 32,
3205
+ "x": 78,
3206
+ "y": 838,
3207
+ "pixelRatio": 2,
3208
+ "visible": true
3209
+ },
3210
+ "london-overground.london-underground": {
3211
+ "width": 78,
3212
+ "height": 32,
3213
+ "x": 194,
3214
+ "y": 838,
3215
+ "pixelRatio": 2,
3216
+ "visible": true
3217
+ },
3218
+ "london-tfl-rail": {
3219
+ "width": 40,
3220
+ "height": 32,
3221
+ "x": 272,
3222
+ "y": 838,
3223
+ "pixelRatio": 2,
3224
+ "visible": true
3225
+ },
3226
+ "london-tfl-rail.london-underground": {
3227
+ "width": 78,
3228
+ "height": 32,
3229
+ "x": 312,
3230
+ "y": 838,
3231
+ "pixelRatio": 2,
3232
+ "visible": true
3233
+ },
3234
+ "london-underground": {
3235
+ "width": 40,
3236
+ "height": 32,
3237
+ "x": 390,
3238
+ "y": 838,
3239
+ "pixelRatio": 2,
3240
+ "visible": true
3241
+ },
3242
+ "si-motorway-2": {
3243
+ "width": 44,
3244
+ "height": 32,
3245
+ "x": 430,
3246
+ "y": 838,
3247
+ "pixelRatio": 2,
3248
+ "visible": true
3249
+ },
3250
+ "wetland": {
3251
+ "width": 32,
3252
+ "height": 32,
3253
+ "x": 992,
3254
+ "y": 806,
3255
+ "pixelRatio": 2,
3256
+ "visible": true
3257
+ },
3258
+ "level-crossing": {
3259
+ "width": 30,
3260
+ "height": 30,
3261
+ "x": 474,
3262
+ "y": 838,
3263
+ "pixelRatio": 2,
3264
+ "visible": true
3265
+ },
3266
+ "default-2": {
3267
+ "width": 40,
3268
+ "height": 28,
3269
+ "x": 504,
3270
+ "y": 838,
3271
+ "pixelRatio": 2,
3272
+ "visible": true
3273
+ },
3274
+ "default-3": {
3275
+ "width": 52,
3276
+ "height": 28,
3277
+ "x": 544,
3278
+ "y": 838,
3279
+ "pixelRatio": 2,
3280
+ "visible": true
3281
+ },
3282
+ "default-4": {
3283
+ "width": 64,
3284
+ "height": 28,
3285
+ "x": 596,
3286
+ "y": 838,
3287
+ "pixelRatio": 2,
3288
+ "visible": true
3289
+ },
3290
+ "default-5": {
3291
+ "width": 76,
3292
+ "height": 28,
3293
+ "x": 660,
3294
+ "y": 838,
3295
+ "pixelRatio": 2,
3296
+ "visible": true
3297
+ },
3298
+ "default-6": {
3299
+ "width": 88,
3300
+ "height": 28,
3301
+ "x": 736,
3302
+ "y": 838,
3303
+ "pixelRatio": 2,
3304
+ "visible": true
3305
+ },
3306
+ "gb-national-rail": {
3307
+ "width": 34,
3308
+ "height": 28,
3309
+ "x": 824,
3310
+ "y": 838,
3311
+ "pixelRatio": 2,
3312
+ "visible": true
3313
+ },
3314
+ "intersection": {
3315
+ "width": 52,
3316
+ "height": 28,
3317
+ "x": 858,
3318
+ "y": 838,
3319
+ "pixelRatio": 2,
3320
+ "visible": true
3321
+ },
3322
+ "motorway-exit-1": {
3323
+ "width": 40,
3324
+ "height": 28,
3325
+ "x": 910,
3326
+ "y": 838,
3327
+ "pixelRatio": 2,
3328
+ "visible": true
3329
+ },
3330
+ "motorway-exit-2": {
3331
+ "width": 40,
3332
+ "height": 28,
3333
+ "x": 950,
3334
+ "y": 838,
3335
+ "pixelRatio": 2,
3336
+ "visible": true
3337
+ },
3338
+ "motorway-exit-3": {
3339
+ "width": 52,
3340
+ "height": 28,
3341
+ "x": 960,
3342
+ "y": 740,
3343
+ "pixelRatio": 2,
3344
+ "visible": true
3345
+ },
3346
+ "motorway-exit-4": {
3347
+ "width": 64,
3348
+ "height": 28,
3349
+ "x": 0,
3350
+ "y": 870,
3351
+ "pixelRatio": 2,
3352
+ "visible": true
3353
+ },
3354
+ "motorway-exit-5": {
3355
+ "width": 76,
3356
+ "height": 28,
3357
+ "x": 64,
3358
+ "y": 870,
3359
+ "pixelRatio": 2,
3360
+ "visible": true
3361
+ },
3362
+ "motorway-exit-6": {
3363
+ "width": 88,
3364
+ "height": 28,
3365
+ "x": 140,
3366
+ "y": 870,
3367
+ "pixelRatio": 2,
3368
+ "visible": true
3369
+ },
3370
+ "motorway-exit-7": {
3371
+ "width": 100,
3372
+ "height": 28,
3373
+ "x": 228,
3374
+ "y": 870,
3375
+ "pixelRatio": 2,
3376
+ "visible": true
3377
+ },
3378
+ "motorway-exit-8": {
3379
+ "width": 112,
3380
+ "height": 28,
3381
+ "x": 328,
3382
+ "y": 870,
3383
+ "pixelRatio": 2,
3384
+ "visible": true
3385
+ },
3386
+ "motorway-exit-9": {
3387
+ "width": 124,
3388
+ "height": 28,
3389
+ "x": 440,
3390
+ "y": 870,
3391
+ "pixelRatio": 2,
3392
+ "visible": true
3393
+ },
3394
+ "rectangle-blue-2": {
3395
+ "width": 40,
3396
+ "height": 28,
3397
+ "x": 564,
3398
+ "y": 870,
3399
+ "pixelRatio": 2,
3400
+ "visible": true
3401
+ },
3402
+ "rectangle-blue-3": {
3403
+ "width": 52,
3404
+ "height": 28,
3405
+ "x": 604,
3406
+ "y": 870,
3407
+ "pixelRatio": 2,
3408
+ "visible": true
3409
+ },
3410
+ "rectangle-blue-4": {
3411
+ "width": 64,
3412
+ "height": 28,
3413
+ "x": 656,
3414
+ "y": 870,
3415
+ "pixelRatio": 2,
3416
+ "visible": true
3417
+ },
3418
+ "rectangle-green-2": {
3419
+ "width": 40,
3420
+ "height": 28,
3421
+ "x": 720,
3422
+ "y": 870,
3423
+ "pixelRatio": 2,
3424
+ "visible": true
3425
+ },
3426
+ "rectangle-green-3": {
3427
+ "width": 52,
3428
+ "height": 28,
3429
+ "x": 760,
3430
+ "y": 870,
3431
+ "pixelRatio": 2,
3432
+ "visible": true
3433
+ },
3434
+ "rectangle-green-4": {
3435
+ "width": 64,
3436
+ "height": 28,
3437
+ "x": 812,
3438
+ "y": 870,
3439
+ "pixelRatio": 2,
3440
+ "visible": true
3441
+ },
3442
+ "rectangle-green-5": {
3443
+ "width": 76,
3444
+ "height": 28,
3445
+ "x": 876,
3446
+ "y": 870,
3447
+ "pixelRatio": 2,
3448
+ "visible": true
3449
+ },
3450
+ "rectangle-green-6": {
3451
+ "width": 88,
3452
+ "height": 28,
3453
+ "x": 0,
3454
+ "y": 898,
3455
+ "pixelRatio": 2,
3456
+ "visible": true
3457
+ },
3458
+ "rectangle-red-2": {
3459
+ "width": 40,
3460
+ "height": 28,
3461
+ "x": 952,
3462
+ "y": 870,
3463
+ "pixelRatio": 2,
3464
+ "visible": true
3465
+ },
3466
+ "rectangle-red-3": {
3467
+ "width": 52,
3468
+ "height": 28,
3469
+ "x": 88,
3470
+ "y": 898,
3471
+ "pixelRatio": 2,
3472
+ "visible": true
3473
+ },
3474
+ "rectangle-red-4": {
3475
+ "width": 64,
3476
+ "height": 28,
3477
+ "x": 140,
3478
+ "y": 898,
3479
+ "pixelRatio": 2,
3480
+ "visible": true
3481
+ },
3482
+ "rectangle-white-2": {
3483
+ "width": 40,
3484
+ "height": 28,
3485
+ "x": 204,
3486
+ "y": 898,
3487
+ "pixelRatio": 2,
3488
+ "visible": true
3489
+ },
3490
+ "rectangle-white-3": {
3491
+ "width": 52,
3492
+ "height": 28,
3493
+ "x": 244,
3494
+ "y": 898,
3495
+ "pixelRatio": 2,
3496
+ "visible": true
3497
+ },
3498
+ "rectangle-white-4": {
3499
+ "width": 64,
3500
+ "height": 28,
3501
+ "x": 296,
3502
+ "y": 898,
3503
+ "pixelRatio": 2,
3504
+ "visible": true
3505
+ },
3506
+ "rectangle-white-5": {
3507
+ "width": 76,
3508
+ "height": 28,
3509
+ "x": 360,
3510
+ "y": 898,
3511
+ "pixelRatio": 2,
3512
+ "visible": true
3513
+ },
3514
+ "rectangle-white-6": {
3515
+ "width": 88,
3516
+ "height": 28,
3517
+ "x": 436,
3518
+ "y": 898,
3519
+ "pixelRatio": 2,
3520
+ "visible": true
3521
+ },
3522
+ "rectangle-yellow-2": {
3523
+ "width": 40,
3524
+ "height": 28,
3525
+ "x": 524,
3526
+ "y": 898,
3527
+ "pixelRatio": 2,
3528
+ "visible": true
3529
+ },
3530
+ "rectangle-yellow-3": {
3531
+ "width": 52,
3532
+ "height": 28,
3533
+ "x": 564,
3534
+ "y": 898,
3535
+ "pixelRatio": 2,
3536
+ "visible": true
3537
+ },
3538
+ "rectangle-yellow-4": {
3539
+ "width": 64,
3540
+ "height": 28,
3541
+ "x": 616,
3542
+ "y": 898,
3543
+ "pixelRatio": 2,
3544
+ "visible": true
3545
+ },
3546
+ "rectangle-yellow-5": {
3547
+ "width": 76,
3548
+ "height": 28,
3549
+ "x": 680,
3550
+ "y": 898,
3551
+ "pixelRatio": 2,
3552
+ "visible": true
3553
+ },
3554
+ "rectangle-yellow-6": {
3555
+ "width": 88,
3556
+ "height": 28,
3557
+ "x": 756,
3558
+ "y": 898,
3559
+ "pixelRatio": 2,
3560
+ "visible": true
3561
+ },
3562
+ "border-dot-13": {
3563
+ "width": 26,
3564
+ "height": 26,
3565
+ "x": 992,
3566
+ "y": 870,
3567
+ "pixelRatio": 2,
3568
+ "visible": true
3569
+ },
3570
+ "dot-10": {
3571
+ "width": 22,
3572
+ "height": 22,
3573
+ "x": 844,
3574
+ "y": 898,
3575
+ "pixelRatio": 2,
3576
+ "visible": true
3577
+ },
3578
+ "dot-11": {
3579
+ "width": 22,
3580
+ "height": 22,
3581
+ "x": 866,
3582
+ "y": 898,
3583
+ "pixelRatio": 2,
3584
+ "visible": true
3585
+ },
3586
+ "dot-9": {
3587
+ "width": 22,
3588
+ "height": 22,
3589
+ "x": 888,
3590
+ "y": 898,
3591
+ "pixelRatio": 2,
3592
+ "visible": true
3593
+ },
3594
+ "cliff": {
3595
+ "width": 16,
3596
+ "height": 14,
3597
+ "x": 910,
3598
+ "y": 898,
3599
+ "pixelRatio": 2,
3600
+ "visible": true
3601
+ },
3602
+ "oneway-large": {
3603
+ "width": 28,
3604
+ "height": 12,
3605
+ "x": 926,
3606
+ "y": 898,
3607
+ "pixelRatio": 2,
3608
+ "visible": true
3609
+ },
3610
+ "oneway-white-large": {
3611
+ "width": 28,
3612
+ "height": 12,
3613
+ "x": 954,
3614
+ "y": 898,
3615
+ "pixelRatio": 2,
3616
+ "visible": true
3617
+ },
3618
+ "oneway-small": {
3619
+ "width": 22,
3620
+ "height": 10,
3621
+ "x": 982,
3622
+ "y": 898,
3623
+ "pixelRatio": 2,
3624
+ "visible": true
3625
+ },
3626
+ "oneway-white-small": {
3627
+ "width": 22,
3628
+ "height": 10,
3629
+ "x": 1000,
3630
+ "y": 774,
3631
+ "pixelRatio": 2,
3632
+ "visible": true
3633
+ }
3634
+ }