@eyeon/map 2.0.2 → 2.0.3
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.
- package/dist/assets/MapViewer.css +1 -1
- package/dist/assets/index.css +1 -1
- package/dist/chunks/MapViewer.js +1332 -1091
- package/dist/chunks/MapViewer.js.map +1 -1
- package/dist/chunks/graph-tools.js +246 -0
- package/dist/chunks/graph-tools.js.map +1 -0
- package/dist/chunks/stacking.js +885 -780
- package/dist/chunks/stacking.js.map +1 -1
- package/dist/core/filletPolygon.d.ts +10 -0
- package/dist/core/filletPolygon.d.ts.map +1 -0
- package/dist/core/import/index.d.ts +4 -0
- package/dist/core/import/index.d.ts.map +1 -1
- package/dist/core/index.d.ts +3 -0
- package/dist/core/index.d.ts.map +1 -1
- package/dist/core/index.js +89 -220
- package/dist/core/index.js.map +1 -1
- package/dist/core/layerStyles.d.ts +16 -0
- package/dist/core/layerStyles.d.ts.map +1 -1
- package/dist/core/mediaUrl.d.ts +3 -0
- package/dist/core/mediaUrl.d.ts.map +1 -0
- package/dist/core/outdoorDecoration.d.ts +16 -0
- package/dist/core/outdoorDecoration.d.ts.map +1 -0
- package/dist/core/routing/graph-tools.d.ts +23 -1
- package/dist/core/routing/graph-tools.d.ts.map +1 -1
- package/dist/core/routing/pathfinding.d.ts.map +1 -1
- package/dist/core/types.d.ts +5 -1
- package/dist/core/types.d.ts.map +1 -1
- package/dist/editor/MapEditor.d.ts +1 -1
- package/dist/editor/MapEditor.d.ts.map +1 -1
- package/dist/editor/canvas/EditorCanvas.d.ts +45 -7
- package/dist/editor/canvas/EditorCanvas.d.ts.map +1 -1
- package/dist/editor/canvas/OutdoorSvgUnderlay.d.ts +7 -0
- package/dist/editor/canvas/OutdoorSvgUnderlay.d.ts.map +1 -0
- package/dist/editor/canvas/coords.d.ts +30 -0
- package/dist/editor/canvas/coords.d.ts.map +1 -1
- package/dist/editor/canvas/editorFill.d.ts +10 -0
- package/dist/editor/canvas/editorFill.d.ts.map +1 -0
- package/dist/editor/canvas/editorHover.d.ts +14 -0
- package/dist/editor/canvas/editorHover.d.ts.map +1 -0
- package/dist/editor/canvas/underlayHint.d.ts +5 -0
- package/dist/editor/canvas/underlayHint.d.ts.map +1 -0
- package/dist/editor/connectorAssignments.d.ts +64 -0
- package/dist/editor/connectorAssignments.d.ts.map +1 -0
- package/dist/editor/draftOps.d.ts +4 -1
- package/dist/editor/draftOps.d.ts.map +1 -1
- package/dist/editor/editorSectionReturn.d.ts +12 -0
- package/dist/editor/editorSectionReturn.d.ts.map +1 -0
- package/dist/editor/floorsListReturn.d.ts +5 -0
- package/dist/editor/floorsListReturn.d.ts.map +1 -0
- package/dist/editor/geometryEdit.d.ts +23 -3
- package/dist/editor/geometryEdit.d.ts.map +1 -1
- package/dist/editor/hexColor.d.ts +4 -0
- package/dist/editor/hexColor.d.ts.map +1 -0
- package/dist/editor/history.d.ts +31 -0
- package/dist/editor/history.d.ts.map +1 -0
- package/dist/editor/index.css +270 -52
- package/dist/editor/index.d.ts +4 -4
- package/dist/editor/index.d.ts.map +1 -1
- package/dist/editor/index.js +5746 -1678
- package/dist/editor/index.js.map +1 -1
- package/dist/editor/labelText.d.ts +15 -0
- package/dist/editor/labelText.d.ts.map +1 -0
- package/dist/editor/panels/ConnectorAssign.d.ts +12 -0
- package/dist/editor/panels/ConnectorAssign.d.ts.map +1 -0
- package/dist/editor/panels/FloorsPanel.d.ts +4 -0
- package/dist/editor/panels/FloorsPanel.d.ts.map +1 -1
- package/dist/editor/panels/ImportReviewPanel.d.ts.map +1 -1
- package/dist/editor/panels/Inspector.d.ts +3 -2
- package/dist/editor/panels/Inspector.d.ts.map +1 -1
- package/dist/editor/panels/LeftRail.d.ts +9 -7
- package/dist/editor/panels/LeftRail.d.ts.map +1 -1
- package/dist/editor/pathRings.d.ts +79 -0
- package/dist/editor/pathRings.d.ts.map +1 -0
- package/dist/editor/portalSurface.d.ts +29 -3
- package/dist/editor/portalSurface.d.ts.map +1 -1
- package/dist/editor/railAssignments.d.ts +22 -0
- package/dist/editor/railAssignments.d.ts.map +1 -0
- package/dist/editor/routeStubs.d.ts +103 -0
- package/dist/editor/routeStubs.d.ts.map +1 -0
- package/dist/editor/snapPoint.d.ts +5 -0
- package/dist/editor/snapPoint.d.ts.map +1 -0
- package/dist/editor/splitJoin.d.ts +78 -0
- package/dist/editor/splitJoin.d.ts.map +1 -0
- package/dist/editor/tools.d.ts +35 -6
- package/dist/editor/tools.d.ts.map +1 -1
- package/dist/test-maps/shops-at-south-town/BASE - Shops At South Town.ai +6326 -6407
- package/dist/test-maps/shops-at-south-town/LF - Shops At South Town.ai +458 -484
- package/dist/test-maps/shops-at-south-town/SVG/BASE - Shops At South Town.svg +6 -6
- package/dist/test-maps/shops-at-south-town/SVG/LF - Shops At South Town.svg +52 -52
- package/dist/test-maps/shops-at-south-town/SVG/UF - Shops At South Town.svg +74 -74
- package/dist/test-maps/shops-at-south-town/UF - Shops At South Town.ai +341 -436
- package/dist/ui/ModernSelect.d.ts +14 -0
- package/dist/ui/ModernSelect.d.ts.map +1 -0
- package/dist/ui/selectSearch.d.ts +9 -0
- package/dist/ui/selectSearch.d.ts.map +1 -0
- package/dist/viewer/camera.d.ts +3 -0
- package/dist/viewer/camera.d.ts.map +1 -1
- package/dist/viewer/components/CameraRig.d.ts.map +1 -1
- package/dist/viewer/components/LevelMeshes.d.ts.map +1 -1
- package/dist/viewer/components/MapScene.d.ts.map +1 -1
- package/dist/viewer/components/SvgVectorLayer.d.ts +2 -2
- package/dist/viewer/components/SvgVectorLayer.d.ts.map +1 -1
- package/dist/viewer/index.css +115 -5
- package/dist/viewer/index.d.ts +1 -1
- package/dist/viewer/index.d.ts.map +1 -1
- package/dist/viewer/index.js +3 -3
- package/dist/viewer/ui/MapControls.d.ts +11 -3
- package/dist/viewer/ui/MapControls.d.ts.map +1 -1
- package/dist/viewer/ui/RuntimeChrome.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -499,18 +499,18 @@
|
|
|
499
499
|
<g id="INTERACTIVE">
|
|
500
500
|
<polygon id="store-67" class="cls-11" points="2010.68 3271.09 2010.68 3088.13 2326.29 3088.13 2326.62 3271.09 2010.68 3271.09"/>
|
|
501
501
|
<rect id="store-66" class="cls-11" x="2010.68" y="2961.75" width="315.55" height="121.93"/>
|
|
502
|
-
<
|
|
503
|
-
<
|
|
504
|
-
<
|
|
505
|
-
<
|
|
506
|
-
<rect id="store-61" class="cls-11" x="1038.81" y="952.78" width="269.57" height="237.66"
|
|
502
|
+
<polygon id="store-65" class="cls-11" points="202.1 1463.57 202.1 954.94 1034.36 952.79 1034.36 1463.57 202.1 1463.57"/>
|
|
503
|
+
<rect id="store-64" class="cls-11" x="1129.71" y="1194.88" width="366.14" height="230.12"/>
|
|
504
|
+
<polygon id="store-63" class="cls-11" points="1129.71 1688.61 1129.71 1429.45 1495.85 1429.45 1496.58 1688.61 1129.71 1688.61"/>
|
|
505
|
+
<polygon id="store-62" class="cls-11" points="1312.82 1190.44 1312.82 1014.37 1471.65 1014.91 1471.65 1190.44 1312.82 1190.44"/>
|
|
506
|
+
<rect id="store-61" class="cls-11" x="1038.81" y="952.78" width="269.57" height="237.66"/>
|
|
507
507
|
<polygon id="store-60" class="cls-11" points="3181.67 364.6 2982.98 364.6 2982.98 131.2 3181.68 131.58 3181.67 364.6"/>
|
|
508
508
|
<rect id="store-59" class="cls-11" x="2531.79" y="136.16" width="78.34" height="77.23"/>
|
|
509
509
|
<polygon id="store-58" class="cls-11" points="2189.05 409.1 2189.05 541.4 2043.9 541.4 2044.28 409.1 2189.05 409.1"/>
|
|
510
510
|
<rect id="store-57" class="cls-11" x="155.48" y="173.58" width="168.82" height="74.87"/>
|
|
511
511
|
<polygon id="store-56" class="cls-11" points="4738.35 145.78 4738.35 267.53 4598.58 267.53 4598.67 145.78 4738.35 145.78"/>
|
|
512
512
|
<rect id="store-55" class="cls-11" x="3844.81" y="146.13" width="132.74" height="102.28"/>
|
|
513
|
-
<polygon id="store-54" class="cls-11" points="4940.7 569.9 4940.7 498.46
|
|
513
|
+
<polygon id="store-54" class="cls-11" points="4940.7 569.9 4940.7 498.46 5101.82 498.48 5101.82 569.9 4940.7 569.9"/>
|
|
514
514
|
<polygon id="store-53" class="cls-11" points="4946.22 151.77 5082.97 151.22 5082.97 216.65 4946.22 216.65 4946.22 151.77"/>
|
|
515
515
|
<rect id="store-52" class="cls-11" x="4975.79" y="814.66" width="122.34" height="191.07"/>
|
|
516
516
|
<rect id="store-51" class="cls-11" x="3620.13" y="149.14" width="105.92" height="91"/>
|
|
@@ -31,60 +31,60 @@
|
|
|
31
31
|
</style>
|
|
32
32
|
</defs>
|
|
33
33
|
<g id="INTERACTIVE">
|
|
34
|
-
<
|
|
35
|
-
<
|
|
36
|
-
<
|
|
37
|
-
<
|
|
38
|
-
<
|
|
39
|
-
<
|
|
40
|
-
<
|
|
41
|
-
<
|
|
42
|
-
<path id="store-39" class="cls-5" d="M2864.62,
|
|
43
|
-
<
|
|
44
|
-
<
|
|
45
|
-
<
|
|
46
|
-
<
|
|
47
|
-
<
|
|
48
|
-
<path id="store-33" class="cls-5" d="
|
|
49
|
-
<path id="store-32" class="cls-5" d="M3123.58,1794.85v-.22s0-4.
|
|
50
|
-
<
|
|
51
|
-
<
|
|
52
|
-
<
|
|
53
|
-
<
|
|
54
|
-
<rect id="store-27" class="cls-5" x="2959.12" y="1894.6" width="89.31" height="24.71"
|
|
55
|
-
<path id="store-26" class="cls-5" d="M2959.12,
|
|
56
|
-
<
|
|
57
|
-
<rect id="store-24" class="cls-5" x="3765.09" y="1400.64" width="42.96" height="145.53"
|
|
58
|
-
<rect id="store-23" class="cls-5" x="3718.34" y="1400.64" width="42.3" height="145.53"
|
|
59
|
-
<rect id="store-22" class="cls-5" x="3391.96" y="1275.69" width="23.6" height="73.35"
|
|
60
|
-
<rect id="store-21" class="cls-5" x="3902.31" y="1463.86" width="47.27" height="27.5"
|
|
61
|
-
<rect id="store-20" class="cls-5" x="3902.31" y="1421.4" width="47.27" height="38.02"
|
|
62
|
-
<
|
|
63
|
-
<rect id="store-18" class="cls-5" x="3711.8" y="1210.44" width="96.46" height="138.6"
|
|
64
|
-
<rect id="store-17" class="cls-5" x="3578.96" y="1210.44" width="65.29" height="138.6"
|
|
65
|
-
<rect id="store-16" class="cls-5" x="3648.69" y="1210.44" width="19.94" height="138.6"
|
|
66
|
-
<rect id="store-15" class="cls-5" x="3505.72" y="1210.44" width="68.8" height="138.6"
|
|
67
|
-
<
|
|
68
|
-
<rect id="store-13" class="cls-5" x="3673.09" y="1210.44" width="34.26" height="138.6"
|
|
69
|
-
<
|
|
70
|
-
<
|
|
71
|
-
<
|
|
72
|
-
<
|
|
73
|
-
<rect id="store-8" class="cls-5" x="3812.5" y="1472.42" width="44.84" height="73.76"
|
|
74
|
-
<rect id="store-7" class="cls-5" x="3625.4" y="1400.64" width="42.39" height="92"
|
|
75
|
-
<
|
|
76
|
-
<
|
|
34
|
+
<polygon id="store-46" class="cls-5" points="3294.97 1574.15 3333.87 1535.59 3383.76 1585.89 3408.1 1561.77 3464.16 1618.27 3400.95 1680.96 3294.97 1574.15"/>
|
|
35
|
+
<polygon id="store-45" class="cls-5" points="3423.23 1570.72 3446.76 1547.39 3391.81 1491.98 3436.07 1448.1 3517 1529.74 3517.19 1565 3467.05 1614.88 3423.23 1570.72"/>
|
|
36
|
+
<polygon id="store-44" class="cls-5" points="3361.38 1508.32 3382.04 1487.79 3440.48 1547.35 3420.1 1567.56 3361.38 1508.32"/>
|
|
37
|
+
<polygon id="store-43" class="cls-5" points="3337.03 1532.46 3358.22 1511.45 3404.97 1558.61 3383.79 1579.6 3337.03 1532.46"/>
|
|
38
|
+
<polygon id="store-42" class="cls-5" points="2847.44 2345.86 2847.44 2084.13 3056.95 2084.13 3101.49 2247.53 3096.67 2251.47 3091 2256.75 3085.7 2262.4 3080.79 2268.38 3076.28 2274.68 3072.2 2281.27 3068.56 2288.1 3065.39 2295.17 3062.69 2302.43 3060.47 2309.85 3058.75 2317.4 3057.54 2325.05 3056.83 2332.76 3056.64 2340.51 3056.86 2345.86 2847.44 2345.86"/>
|
|
39
|
+
<polygon id="store-41-1-lf" class="cls-5" points="3131.87 2182.14 3149.97 2248.5 3170.67 2248.5 3191.02 2321.61 3255.16 2321.61 3255.16 2182.14 3131.87 2182.14"/>
|
|
40
|
+
<polygon id="store-41" class="cls-5" points="3255.16 2177.69 3255.16 2085.75 3105.6 2085.75 3130.66 2177.69 3255.16 2177.69"/>
|
|
41
|
+
<polygon id="store-40" class="cls-5" points="3122.62 2068.95 3122.62 2026.82 3100.25 2004.26 3100.25 1935.57 3208.65 1935.57 3208.65 2068.95 3122.62 2068.95"/>
|
|
42
|
+
<path id="store-39" class="cls-5" d="M2864.62,1919.31v-124.76s0,0,0,0h112.91s0-.01,0-.01l.1,2.89c0,.06,0,.12.01.18l.54,5.09h0s.91,5.13.91,5.13h0s1.27,5.05,1.27,5.05h0s1.63,4.95,1.63,4.95h0s1.97,4.82,1.97,4.82h0s2.31,4.67,2.31,4.67h0s2.63,4.5,2.63,4.5h0s2.97,4.34,2.97,4.34h0s3.21,3.7,3.21,3.7l2.13,2.52s0,0,0,0l-42.55,42.18s0,0,0,0v34.75s0,0,0,0h-90.05s0,0,0,0Z"/>
|
|
43
|
+
<polygon id="store-38" class="cls-5" points="2864.62 2022.89 2864.62 1935.71 3048.43 1935.71 3048.43 1977.02 2954.22 1977.02 2954.22 2022.89 2864.62 2022.89"/>
|
|
44
|
+
<polygon id="store-37" class="cls-5" points="2958.67 2022.89 2958.67 1981.47 3048.43 1981.47 3048.43 2001.08 3026.43 2022.89 2958.67 2022.89"/>
|
|
45
|
+
<polygon id="store-36" class="cls-5" points="2946.65 1544.95 2946.65 1537.6 2898.35 1488.67 2992.88 1393.73 3040.02 1440.88 3149.42 1440.88 2995.2 1593.89 2946.65 1544.95"/>
|
|
46
|
+
<polygon id="store-35" class="cls-5" points="3227.52 1373.75 3251.04 1350.31 3340.65 1440.21 3340.53 1456.68 3325.27 1471.82 3227.52 1373.75"/>
|
|
47
|
+
<polygon id="store-34" class="cls-5" points="3167.57 1512.08 3200.83 1479.07 3166.22 1444.26 3228.75 1382.26 3322.1 1474.96 3225.68 1570.65 3167.57 1512.08"/>
|
|
48
|
+
<path id="store-33" class="cls-5" d="M3119.83,1844.87h-18.87s0,0,0,0l2.05-1.96,3.29-3.6,3.04-3.81,2.78-4.01,2.5-4.18,2.21-4.34,1.92-4.48,1.61-4.6,1.29-4.7.96-4.72s.02-.08.02-.12l.49-3.65,56.59,57.09-23.74,23.54-36.13-36.45Z"/>
|
|
49
|
+
<path id="store-32" class="cls-5" d="M3123.58,1794.85v-.22s0-4.8,0-4.8l-.33-4.87-.66-4.83-.98-4.78-1.3-4.7-1.62-4.6-1.92-4.48-2.17-4.24c-.03-.07-.07-.13-.11-.2l-1.52-2.53,79.05-78.69,107.07,107.38-94.07,93.53-81.46-81.99Z"/>
|
|
50
|
+
<polygon id="store-31" class="cls-5" points="3254.19 1347.17 3268.41 1332.99 3288.09 1352.64 3340.92 1405.58 3340.7 1433.95 3254.19 1347.17"/>
|
|
51
|
+
<polygon id="store-30" class="cls-5" points="3099.8 1510.16 3163.07 1447.39 3194.54 1479.05 3161.28 1512.05 3222.52 1573.78 3192.49 1603.58 3099.8 1510.16"/>
|
|
52
|
+
<polygon id="store-29" class="cls-5" points="2864.62 1743.04 2864.62 1592.43 2972.13 1592.43 2994.32 1614.81 3096.64 1513.29 3189.34 1606.72 3073.29 1721.89 3069.73 1720.84 3064.74 1719.73 3059.7 1718.98 3054.61 1718.57 3049.51 1718.52 3044.41 1718.82 3039.35 1719.47 3034.34 1720.46 3029.42 1721.81 3024.6 1723.49 3019.91 1725.49 3015.37 1727.82 3011 1730.45 3006.82 1733.39 3002.86 1736.6 2999.12 1740.08 2996.35 1743.04 2864.62 1743.04"/>
|
|
53
|
+
<polygon id="store-28" class="cls-5" points="3100.25 1931.12 3100.25 1849.32 3117.97 1849.32 3155.93 1887.61 3182.9 1860.94 3208.65 1886.74 3208.65 1931.12 3100.25 1931.12"/>
|
|
54
|
+
<rect id="store-27" class="cls-5" x="2959.12" y="1894.6" width="89.31" height="24.71"/>
|
|
55
|
+
<path id="store-26" class="cls-5" d="M2959.12,1890.15v-3.74s41.22-40.86,41.22-40.86l2.53,2.25,3.6,3.19,4.34,3.07,4.51,2.73,4.69,2.4,4.85,2.06,4.99,1.71,5.1,1.35,5.18.98,5.15.6c.06,0,.13.01.19.02l2.97.13v24.1h-89.31Z"/>
|
|
56
|
+
<polygon id="store-25" class="cls-5" points="3902.31 1495.81 3949.58 1495.81 3949.58 1527.97 3902.31 1528.05 3902.31 1495.81"/>
|
|
57
|
+
<rect id="store-24" class="cls-5" x="3765.09" y="1400.64" width="42.96" height="145.53"/>
|
|
58
|
+
<rect id="store-23" class="cls-5" x="3718.34" y="1400.64" width="42.3" height="145.53"/>
|
|
59
|
+
<rect id="store-22" class="cls-5" x="3391.96" y="1275.69" width="23.6" height="73.35"/>
|
|
60
|
+
<rect id="store-21" class="cls-5" x="3902.31" y="1463.86" width="47.27" height="27.5"/>
|
|
61
|
+
<rect id="store-20" class="cls-5" x="3902.31" y="1421.4" width="47.27" height="38.02"/>
|
|
62
|
+
<polygon id="store-19" class="cls-5" points="3812.71 1349.04 3812.71 1210.44 3949.58 1210.44 3949.58 1332.78 3903.15 1332.58 3886.55 1349.04 3812.71 1349.04"/>
|
|
63
|
+
<rect id="store-18" class="cls-5" x="3711.8" y="1210.44" width="96.46" height="138.6"/>
|
|
64
|
+
<rect id="store-17" class="cls-5" x="3578.96" y="1210.44" width="65.29" height="138.6"/>
|
|
65
|
+
<rect id="store-16" class="cls-5" x="3648.69" y="1210.44" width="19.94" height="138.6"/>
|
|
66
|
+
<rect id="store-15" class="cls-5" x="3505.72" y="1210.44" width="68.8" height="138.6"/>
|
|
67
|
+
<polygon id="store-14" class="cls-5" points="3420.01 1349.04 3420.01 1271.24 3391.96 1271.24 3391.96 1243.16 3374.97 1226.78 3405.35 1196.49 3421.42 1210.44 3501.27 1210.44 3501.27 1349.04 3420.01 1349.04"/>
|
|
68
|
+
<rect id="store-13" class="cls-5" x="3673.09" y="1210.44" width="34.26" height="138.6"/>
|
|
69
|
+
<polygon id="store-12" class="cls-5" points="3812.5 1467.97 3812.5 1401.22 3857.34 1445.65 3857.34 1467.97 3812.5 1467.97"/>
|
|
70
|
+
<polygon id="store-11" class="cls-5" points="3532.26 1546.18 3532 1400.64 3620.96 1400.64 3621.21 1546.18 3532.26 1546.18"/>
|
|
71
|
+
<polygon id="store-10" class="cls-5" points="3625.4 1546.18 3625.4 1497.09 3672.24 1497.09 3672.24 1400.64 3713.89 1400.64 3713.89 1546.18 3625.4 1546.18"/>
|
|
72
|
+
<polygon id="store-9" class="cls-5" points="3368.55 1326.73 3368.55 1297.8 3387.51 1278.83 3387.51 1345.86 3368.55 1326.73"/>
|
|
73
|
+
<rect id="store-8" class="cls-5" x="3812.5" y="1472.42" width="44.84" height="73.76"/>
|
|
74
|
+
<rect id="store-7" class="cls-5" x="3625.4" y="1400.64" width="42.39" height="92"/>
|
|
75
|
+
<polygon id="store-6" class="cls-5" points="3485.25 1491.39 3485.25 1400.64 3517.67 1400.64 3517.03 1523.45 3485.25 1491.39"/>
|
|
76
|
+
<polygon id="store-5" class="cls-5" points="3439.23 1444.97 3480.8 1403.76 3480.8 1486.9 3439.23 1444.97"/>
|
|
77
77
|
<rect id="store-4" class="cls-5" x="3301.44" y="1520.56" width="11.14" height="11.14" transform="translate(-116.0601 2770.3111) rotate(-44.7472)"/>
|
|
78
78
|
<rect id="store-3" class="cls-5" x="3531.24" y="1369.23" width="14.32" height="11.05"/>
|
|
79
|
-
<
|
|
80
|
-
<
|
|
81
|
-
<
|
|
82
|
-
<
|
|
83
|
-
<path id="store-71" class="cls-5" d="M2846.54,
|
|
84
|
-
<path id="store-70" class="cls-5" d="M3047.08,2485.55l59.
|
|
85
|
-
<
|
|
86
|
-
<
|
|
87
|
-
<
|
|
79
|
+
<polygon id="store-2" class="cls-5" points="3228.37 1639.7 3264.14 1604.7 3370.18 1711.19 3334.24 1746.84 3228.37 1639.7"/>
|
|
80
|
+
<polygon id="store-1" class="cls-5" points="3267.3 1601.58 3291.82 1577.28 3397.74 1683.86 3373.34 1708.06 3267.3 1601.58"/>
|
|
81
|
+
<polygon id="store-73-lf" class="cls-5" points="3954.03 1286.92 3954.03 1611.71 3954.03 1611.71 4438.96 1611.71 4438.96 1611.71 4439.24 1454.71 4439.24 1454.71 4597.55 1293.87 4597.56 1293.87 4778.52 1293.75 4778.53 1293.74 4778.53 922.53 4778.52 922.52 4375.26 922.52 4375.26 922.53 4375.26 1065.49 4375.25 1065.5 4306.02 1066.25 4306.02 1066.25 4306.02 1286.92 4306.01 1286.92 3954.03 1286.92 3954.03 1286.92"/>
|
|
82
|
+
<polygon id="store-72" class="cls-5" points="4299.77 1280.58 4298.1 1063.99 4192.49 1065.15 4192.49 813.24 3919.38 813.56 3919.38 1113.77 3972.23 1113.77 3972.23 1282.07 4299.77 1280.58"/>
|
|
83
|
+
<path id="store-71" class="cls-5" d="M2846.54,2661.14l.9-298.98h211.46l1.33,6.11,2.27,7.8,2.81,7.63,3.33,7.41,3.84,7.17,4.32,6.88,4.79,6.56,5.24,6.21,5.66,5.84,6.05,5.43,4.19,3.27-60.09,51.02c-.75.63-1.18,1.56-1.18,2.54l-.89,175.11h-194.02Z"/>
|
|
84
|
+
<path id="store-70" class="cls-5" d="M3047.08,2485.55l59.98-50.93h148.02l-.82,226.46h-209.25l.9-172.98c0-.98.43-1.91,1.18-2.54Z"/>
|
|
85
|
+
<polygon id="store-69" class="cls-5" points="2912.25 1124.61 3124.56 912.98 3403.47 1192.08 3191.16 1403.72 2912.25 1124.61"/>
|
|
86
|
+
<polygon id="store-68" class="cls-5" points="2540.33 1914.91 2538.03 1605.57 2848.25 1606.02 2848.25 1916.34 2540.33 1914.91"/>
|
|
87
|
+
<polygon id="store-72-2" data-name="store-72" class="cls-5" points="3912.9 1112.09 3913.38 813.04 3913.38 813.03 3712.62 813.27 3712.62 813.28 3712.61 893.02 3712.61 893.02 3647.7 893.02 3647.69 893.03 3648.24 1113.13 3648.24 1113.14 3912.89 1112.09 3912.9 1112.09"/>
|
|
88
88
|
</g>
|
|
89
89
|
<g id="KIOSK">
|
|
90
90
|
<rect id="kiosk-1" class="cls-4" x="3120.55" y="2241.07" width="11.56" height="11.56" transform="translate(-432.21 777.48) rotate(-13.27)"/>
|
|
@@ -27,78 +27,78 @@
|
|
|
27
27
|
</style>
|
|
28
28
|
</defs>
|
|
29
29
|
<g id="INTERACTIVE">
|
|
30
|
-
<path id="store-2405-1-uf" class="cls-5" d="M2849.43,
|
|
31
|
-
<
|
|
32
|
-
<rect id="store-spensers" class="cls-5" x="3664.68" y="1210.82" width="26.13" height="122"
|
|
33
|
-
<
|
|
34
|
-
<
|
|
35
|
-
<rect id="store-2402" class="cls-5" x="3112.29" y="1984.37" width="94.09" height="29.19"
|
|
36
|
-
<rect id="store-2400" class="cls-5" x="3112.29" y="1926.36" width="94.09" height="53.61"
|
|
37
|
-
<
|
|
38
|
-
<
|
|
39
|
-
<rect id="store-2213" class="cls-5" x="3642.08" y="1419.64" width="18.5" height="56.66"
|
|
40
|
-
<
|
|
41
|
-
<
|
|
42
|
-
<
|
|
43
|
-
<
|
|
44
|
-
<
|
|
45
|
-
<rect id="store-shoe-dept" class="cls-5" x="3695.21" y="1210.82" width="227.91" height="122"
|
|
46
|
-
<rect id="store-2122" class="cls-5" x="3637.5" y="1210.82" width="22.79" height="122"
|
|
47
|
-
<rect id="store-2116" class="cls-5" x="3527.7" y="1276.16" width="22.69" height="56.66"
|
|
48
|
-
<
|
|
49
|
-
<
|
|
50
|
-
<
|
|
51
|
-
<rect id="store-hotdog" class="cls-5" x="2961.93" y="1525.5" width="31.48" height="29.19"
|
|
52
|
-
<
|
|
53
|
-
<
|
|
54
|
-
<
|
|
55
|
-
<
|
|
56
|
-
<
|
|
57
|
-
<rect id="store-2306" class="cls-5" x="3112.29" y="1877.94" width="94.44" height="32.57"
|
|
58
|
-
<
|
|
59
|
-
<rect id="store-2316" class="cls-5" x="2855.61" y="1807.3" width="50.79" height="68.87"
|
|
60
|
-
<path id="store-2314" class="cls-5" d="M2910.79,
|
|
61
|
-
<path id="store-2312" class="cls-5" d="M2932.93,
|
|
62
|
-
<rect id="store-2315" class="cls-5" x="2855.61" y="1880.57" width="50.79" height="31.48"
|
|
63
|
-
<rect id="store-2240" class="cls-5" x="3316.37" y="1584.43" width="41.4" height="125.94"
|
|
64
|
-
<
|
|
65
|
-
<rect id="store-22238" class="cls-5" x="3348.69" y="1552.11" width="41.4" height="125.94"
|
|
66
|
-
<
|
|
67
|
-
<
|
|
68
|
-
<path id="store-dummy-45" class="cls-5" d="
|
|
69
|
-
<rect id="store-panda-express" class="cls-5" x="3101.56" y="1490.57" width="37.04" height="30.98"
|
|
70
|
-
<rect id="store-meltway" class="cls-5" x="3143" y="1490.57" width="36.44" height="30.98"
|
|
71
|
-
<rect id="store-2117" class="cls-5" x="3554.78" y="1276.16" width="36.81" height="56.66"
|
|
72
|
-
<
|
|
73
|
-
<
|
|
74
|
-
<
|
|
75
|
-
<
|
|
76
|
-
<
|
|
77
|
-
<rect id="store-dummy-40" class="cls-5" x="3184.25" y="1628.55" width="26.64" height="14.43"
|
|
78
|
-
<rect id="store-dummy-39" class="cls-5" x="3343.32" y="1476.89" width="6.97" height="18.5"
|
|
79
|
-
<rect id="store-dummy-38" class="cls-5" x="3266.09" y="1552.17" width="10.87" height="18.5"
|
|
80
|
-
<
|
|
81
|
-
<rect id="store-2408" class="cls-5" x="2849.43" y="1926.36" width="176.04" height="132.42"
|
|
82
|
-
<rect id="store-2232" class="cls-5" x="3381.07" y="1519.73" width="41.4" height="125.95"
|
|
83
|
-
<rect id="store-2220" class="cls-5" x="3573.45" y="1419.64" width="64.29" height="121.64"
|
|
84
|
-
<
|
|
85
|
-
<rect id="store-2120" class="cls-5" x="3527.7" y="1210.82" width="105.4" height="60.94"
|
|
86
|
-
<rect id="store-2118" class="cls-5" x="3595.99" y="1276.16" width="37.11" height="56.66"
|
|
87
|
-
<
|
|
88
|
-
<
|
|
89
|
-
<
|
|
90
|
-
<
|
|
91
|
-
<
|
|
92
|
-
<
|
|
93
|
-
<rect id="store-2326" class="cls-5" x="2909.03" y="1651.6" width="43.17" height="68.88"
|
|
94
|
-
<rect id="store-2324" class="cls-5" x="2864.36" y="1651.6" width="39.5" height="68.88"
|
|
95
|
-
<
|
|
96
|
-
<
|
|
97
|
-
<
|
|
98
|
-
<
|
|
99
|
-
<
|
|
100
|
-
<path id="store-uf" class="cls-5" d="
|
|
101
|
-
<
|
|
30
|
+
<path id="store-2405-1-uf" class="cls-5" d="M2849.43,2399.64v-336.46s176.56,0,176.56,0l51.63,188.44c-60.15,26.2-71.47,76.75-40.78,148.24l-187.41-.22Z"/>
|
|
31
|
+
<polygon id="store-2110" class="cls-5" points="3478.46 1259.56 3478.46 1210.82 3523.3 1210.82 3523.31 1259.62 3478.46 1259.56"/>
|
|
32
|
+
<rect id="store-spensers" class="cls-5" x="3664.68" y="1210.82" width="26.13" height="122"/>
|
|
33
|
+
<polygon id="store-dummy-58" class="cls-5" points="3108.57 2091.99 3108.57 2080.1 3252.34 2080.22 3252.34 2173.51 3131.48 2173.51 3108.57 2091.99"/>
|
|
34
|
+
<polygon id="store-2404" class="cls-5" points="3112.29 2017.95 3206.38 2017.95 3206.38 2059.21 3112.29 2059.34 3112.29 2017.95"/>
|
|
35
|
+
<rect id="store-2402" class="cls-5" x="3112.29" y="1984.37" width="94.09" height="29.19"/>
|
|
36
|
+
<rect id="store-2400" class="cls-5" x="3112.29" y="1926.36" width="94.09" height="53.61"/>
|
|
37
|
+
<polygon id="store-2228" class="cls-5" points="3412.12 1496.64 3439.77 1468.98 3481.17 1510.38 3475.02 1559.54 3412.12 1496.64"/>
|
|
38
|
+
<polygon id="store-2224" class="cls-5" points="3478.96 1563.48 3485.8 1508.8 3442.88 1465.88 3489.12 1419.64 3568.99 1419.64 3568.98 1541.28 3532.25 1541.28 3494.5 1579.02 3478.96 1563.48"/>
|
|
39
|
+
<rect id="store-2213" class="cls-5" x="3642.08" y="1419.64" width="18.5" height="56.66"/>
|
|
40
|
+
<polygon id="store-2214" class="cls-5" points="3642.19 1541.28 3642.08 1480.69 3664.97 1480.69 3664.97 1419.64 3706.37 1419.64 3706.5 1541.3 3642.19 1541.28"/>
|
|
41
|
+
<polygon id="store-2210" class="cls-5" points="3756.43 1541.28 3756.56 1419.64 3782.69 1419.64 3782.56 1541.28 3756.43 1541.28"/>
|
|
42
|
+
<polygon id="store-2208" class="cls-5" points="3786.95 1541.28 3787.08 1419.64 3814.44 1419.64 3814.31 1541.28 3786.95 1541.28"/>
|
|
43
|
+
<polygon id="store-2206" class="cls-5" points="3818.7 1541.28 3818.83 1419.64 3847.38 1419.67 3846.98 1541.28 3818.7 1541.28"/>
|
|
44
|
+
<polygon id="store-2204" class="cls-5" points="3938.56 1524.65 3938.56 1419.64 3851.77 1419.67 3851.52 1524.68 3938.56 1524.65"/>
|
|
45
|
+
<rect id="store-shoe-dept" class="cls-5" x="3695.21" y="1210.82" width="227.91" height="122"/>
|
|
46
|
+
<rect id="store-2122" class="cls-5" x="3637.5" y="1210.82" width="22.79" height="122"/>
|
|
47
|
+
<rect id="store-2116" class="cls-5" x="3527.7" y="1276.16" width="22.69" height="56.66"/>
|
|
48
|
+
<polygon id="store-2104" class="cls-5" points="3390.22 1332.82 3390.22 1298.72 3345.03 1298.72 3345.03 1286.84 3434.67 1286.84 3434.67 1332.82 3390.22 1332.82"/>
|
|
49
|
+
<polygon id="store-2102" class="cls-5" points="3349.39 1303.12 3385.82 1303.12 3385.82 1330.61 3349.39 1303.12"/>
|
|
50
|
+
<polygon id="store-2030" class="cls-5" points="3218.64 1493.24 3247.93 1464.12 3276.52 1492.87 3247.25 1522.14 3218.64 1493.24"/>
|
|
51
|
+
<rect id="store-hotdog" class="cls-5" x="2961.93" y="1525.5" width="31.48" height="29.19" transform="translate(-216.8749 2556.6146) rotate(-45)"/>
|
|
52
|
+
<polygon id="store-special-courses" class="cls-5" points="2979.97 1564.65 3002.23 1542.4 3031.49 1571.66 3009.07 1593.75 2979.97 1564.65"/>
|
|
53
|
+
<polygon id="store-osaka-japan" class="cls-5" points="3012.18 1596.86 3034.59 1574.77 3063.88 1604.05 3041.62 1626.31 3012.18 1596.86"/>
|
|
54
|
+
<polygon id="store-dairy-queen" class="cls-5" points="3059.35 1659.84 3064.14 1655.05 3073.98 1664.88 3099.37 1639.54 3112.49 1652.66 3083.04 1683.52 3059.35 1659.84"/>
|
|
55
|
+
<polygon id="store-2250" class="cls-5" points="3192.96 1702.45 3211.89 1683.52 3300.58 1773.22 3281.94 1791.64 3192.96 1702.45"/>
|
|
56
|
+
<polygon id="store-2302" class="cls-5" points="3112.29 1873.56 3112.29 1782.09 3144.03 1750.74 3233.41 1840.11 3206.72 1866.8 3206.73 1873.57 3112.29 1873.56"/>
|
|
57
|
+
<rect id="store-2306" class="cls-5" x="3112.29" y="1877.94" width="94.44" height="32.57"/>
|
|
58
|
+
<polygon id="store-2254" class="cls-5" points="3147.15 1747.65 3189.84 1705.55 3278.82 1794.73 3236.38 1837 3147.15 1747.65"/>
|
|
59
|
+
<rect id="store-2316" class="cls-5" x="2855.61" y="1807.3" width="50.79" height="68.87"/>
|
|
60
|
+
<path id="store-2314" class="cls-5" d="M2910.79,1912.04v-104.75h65.79l.98,3.08c.02.07.05.14.08.21l1.81,4.56,2.16,4.53,2.46,4.37,2.76,4.2,1.44,1.89,3.08,3.53,2.2,2.31-40.84,40.95h-24.18v35.11h-17.74Z"/>
|
|
61
|
+
<path id="store-2312" class="cls-5" d="M2932.93,1912.04v-30.71h21.61l42.15-42.27,5.91,5.41,1.9,1.45,4.2,2.76,4.37,2.46,4.53,2.16,4.57,1.81c.07.03.14.05.21.07l3.08.98v55.87h-92.54Z"/>
|
|
62
|
+
<rect id="store-2315" class="cls-5" x="2855.61" y="1880.57" width="50.79" height="31.48"/>
|
|
63
|
+
<rect id="store-2240" class="cls-5" x="3316.37" y="1584.43" width="41.4" height="125.94" transform="translate(-187.4951 2842.1438) rotate(-44.9995)"/>
|
|
64
|
+
<polygon id="store-2242" class="cls-5" points="3258.25 1668.08 3258.25 1637.16 3274.76 1620.65 3363.88 1709.64 3331.91 1741.61 3258.25 1668.08"/>
|
|
65
|
+
<rect id="store-22238" class="cls-5" x="3348.69" y="1552.11" width="41.4" height="125.94" transform="translate(-155.156 2855.5946) rotate(-45.0005)"/>
|
|
66
|
+
<polygon id="store-white-barn" class="cls-5" points="3375.03 1520.41 3395.59 1500.13 3484.44 1589.08 3464.01 1609.52 3375.03 1520.41"/>
|
|
67
|
+
<polygon id="store-subway" class="cls-5" points="3013.97 1483.16 3039.37 1457.76 3065.55 1483.94 3050.67 1519.86 3013.97 1483.16"/>
|
|
68
|
+
<path id="store-dummy-45" class="cls-5" d="M3054.73,1521.55l14.18-34.24s2.56,2.56,2.56,2.56c.45.45,1.07.71,1.71.71h23.99v30.98h-42.44Z"/>
|
|
69
|
+
<rect id="store-panda-express" class="cls-5" x="3101.56" y="1490.57" width="37.04" height="30.98"/>
|
|
70
|
+
<rect id="store-meltway" class="cls-5" x="3143" y="1490.57" width="36.44" height="30.98"/>
|
|
71
|
+
<rect id="store-2117" class="cls-5" x="3554.78" y="1276.16" width="36.81" height="56.66"/>
|
|
72
|
+
<polygon id="store-2112" class="cls-5" points="3478.46 1332.83 3478.46 1263.95 3523.31 1264.01 3523.31 1332.83 3478.46 1332.83"/>
|
|
73
|
+
<polygon id="store-2103" class="cls-5" points="3345.03 1282.45 3345.03 1259.47 3405.35 1199.59 3416.55 1210.82 3434.67 1210.82 3434.67 1282.45 3345.03 1282.45"/>
|
|
74
|
+
<polygon id="store-2036" class="cls-5" points="3218.4 1385.7 3274.32 1330 3319.62 1374.45 3280.25 1374.45 3253.06 1401.54 3243.65 1410.95 3218.4 1385.7"/>
|
|
75
|
+
<polygon id="store-sbarro" class="cls-5" points="3217.88 1542.49 3216.61 1542.36 3215.34 1542.15 3214.09 1541.85 3212.87 1541.47 3211.67 1541.01 3210.51 1540.47 3209.38 1539.85 3208.3 1539.16 3207.28 1538.39 3206.3 1537.56 3205.38 1536.66 3204.53 1535.7 3203.74 1534.69 3203.02 1533.63 3202.37 1532.52 3201.81 1531.37 3201.32 1530.18 3200.91 1528.97 3200.58 1527.73 3200.34 1526.46 3200.19 1525.24 3200.04 1493.93 3206.79 1487.59 3243.22 1524.33 3227.24 1540.3 3226.98 1540.54 3226.7 1540.77 3226.41 1540.96 3226.11 1541.14 3225.79 1541.3 3225.46 1541.43 3224.24 1541.82 3222.99 1542.12 3221.73 1542.34 3220.45 1542.48 3219.17 1542.52 3217.88 1542.49"/>
|
|
76
|
+
<polygon id="store-dummy-41" class="cls-5" points="3130.97 1694.28 3141.74 1683.51 3151.6 1693.34 3140.82 1704.12 3130.97 1694.28"/>
|
|
77
|
+
<rect id="store-dummy-40" class="cls-5" x="3184.25" y="1628.55" width="26.64" height="14.43" transform="translate(-220.1461 2740.032) rotate(-44.9984)"/>
|
|
78
|
+
<rect id="store-dummy-39" class="cls-5" x="3343.32" y="1476.89" width="6.97" height="18.5" transform="translate(-70.6744 2801.6413) rotate(-44.9969)"/>
|
|
79
|
+
<rect id="store-dummy-38" class="cls-5" x="3266.09" y="1552.17" width="10.87" height="18.5" transform="translate(-145.9646 2770.4081) rotate(-44.996)"/>
|
|
80
|
+
<polygon id="store-dummy-37" class="cls-5" points="3107.14 1718.12 3120.8 1704.45 3130.65 1714.29 3116.98 1727.96 3107.14 1718.12"/>
|
|
81
|
+
<rect id="store-2408" class="cls-5" x="2849.43" y="1926.36" width="176.04" height="132.42"/>
|
|
82
|
+
<rect id="store-2232" class="cls-5" x="3381.07" y="1519.73" width="41.4" height="125.95" transform="translate(-122.7981 2868.9425) rotate(-44.9995)"/>
|
|
83
|
+
<rect id="store-2220" class="cls-5" x="3573.45" y="1419.64" width="64.29" height="121.64"/>
|
|
84
|
+
<polygon id="store-2212" class="cls-5" points="3710.64 1541.28 3710.77 1419.64 3752.16 1419.64 3752.03 1541.28 3710.64 1541.28"/>
|
|
85
|
+
<rect id="store-2120" class="cls-5" x="3527.7" y="1210.82" width="105.4" height="60.94"/>
|
|
86
|
+
<rect id="store-2118" class="cls-5" x="3595.99" y="1276.16" width="37.11" height="56.66"/>
|
|
87
|
+
<polygon id="store-dummy-33" class="cls-5" points="3324.76 1279.68 3340.64 1263.85 3340.64 1295.6 3324.76 1279.68"/>
|
|
88
|
+
<polygon id="store-2034" class="cls-5" points="3257.72 1403.1 3282.06 1378.85 3320.87 1378.85 3320.87 1448.52 3312 1457.39 3257.72 1403.1"/>
|
|
89
|
+
<polygon id="store-2032" class="cls-5" points="3225.49 1435.32 3254.61 1406.21 3308.9 1460.49 3279.63 1489.76 3225.49 1435.32"/>
|
|
90
|
+
<polygon id="store-dummy-32" class="cls-5" points="3077.65 1477.34 3060.95 1460.63 3060.95 1442.47 3143.27 1442.47 3143.3 1477.34 3077.65 1477.34"/>
|
|
91
|
+
<polygon id="store-charleys" class="cls-5" points="3044.73 1629.42 3066.99 1607.16 3096.26 1636.43 3073.98 1658.66 3044.73 1629.42"/>
|
|
92
|
+
<polygon id="store-2328" class="cls-5" points="2956.59 1720.47 2956.59 1602.12 2969.31 1602.12 2982.36 1589.06 3080 1686.7 3047.77 1720.47 2956.59 1720.47"/>
|
|
93
|
+
<rect id="store-2326" class="cls-5" x="2909.03" y="1651.6" width="43.17" height="68.88"/>
|
|
94
|
+
<rect id="store-2324" class="cls-5" x="2864.36" y="1651.6" width="39.5" height="68.88"/>
|
|
95
|
+
<polygon id="store-2405-7" class="cls-5" points="3168.56 2306.06 3132.71 2177.9 3252.34 2177.9 3252.34 2306.06 3168.56 2306.06"/>
|
|
96
|
+
<polygon id="store-73-lf" class="cls-5" points="3954.03 1286.92 3954.03 1611.71 4438.96 1611.71 4439.24 1454.71 4597.56 1293.87 4778.53 1293.75 4778.53 922.52 4375.26 922.52 4375.26 1065.5 4306.02 1066.25 4306.02 1286.92 3954.03 1286.92"/>
|
|
97
|
+
<polygon id="store-72" class="cls-5" points="4299.77 1280.58 4298.1 1063.99 4192.49 1065.15 4192.49 813.24 3919.38 813.56 3919.38 1113.77 3972.23 1113.77 3972.23 1282.07 4299.77 1280.58"/>
|
|
98
|
+
<polygon id="store-72-2" data-name="store-72" class="cls-5" points="3912.9 1112.09 3913.38 813.03 3712.62 813.27 3712.61 893.02 3647.69 893.02 3648.24 1113.14 3912.9 1112.09"/>
|
|
99
|
+
<polygon id="store-2300-uf" class="cls-5" points="2545.95 1906.98 2543.67 1601.29 2850.23 1601.74 2850.23 1908.42 2545.95 1906.98"/>
|
|
100
|
+
<path id="store-uf" class="cls-5" d="M2849.43,2404.04l270.24.2c7.48,4.45,17.84,8.3,31.77,11.39,0,0,0,0,0,0h100.9s0,251.77,0,251.77l-402.91,2.48v-265.84Z"/>
|
|
101
|
+
<polygon id="store-2100-uf" class="cls-5" points="2913.48 1126.01 3123.28 916.88 3402.25 1196.48 3192.53 1405.26 2913.48 1126.01"/>
|
|
102
102
|
</g>
|
|
103
103
|
<g id="KIOSK">
|
|
104
104
|
<rect id="kiosk-5-uf" class="cls-4" x="3062.01" y="2031.06" width="13.73" height="13.73"/>
|
|
@@ -124,8 +124,8 @@
|
|
|
124
124
|
<rect id="amenity-13" class="cls-1" x="3857.75" y="1368.94" width="12.95" height="12.95"/>
|
|
125
125
|
<rect id="amenity-12" class="cls-1" x="3062.01" y="1900.51" width="13.73" height="13.73"/>
|
|
126
126
|
<rect id="amenity-11" class="cls-1" x="2855.61" y="1576.84" width="96.56" height="61.62"/>
|
|
127
|
-
<
|
|
128
|
-
<
|
|
127
|
+
<polygon id="amenity-10" class="cls-1" points="3200.9 1475.46 3217.84 1458.52 3210.08 1450.76 3222.39 1438.43 3244.83 1461 3215.54 1490.12 3200.9 1475.46"/>
|
|
128
|
+
<polygon id="amenity-9" class="cls-1" points="3155.85 1476.88 3155.85 1447.34 3178.27 1425.09 3211.63 1458.52 3193.27 1476.88 3155.85 1476.88"/>
|
|
129
129
|
</g>
|
|
130
130
|
<g id="ROUTES">
|
|
131
131
|
<line id="route-path" class="cls-3" x1="3127.87" y1="2380.37" x2="3127.87" y2="2408.76"/>
|