@nuxt/scripts 1.3.6 → 2.0.0-beta.1
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/THIRD_PARTY_LICENSES.md +124 -0
- package/dist/devtools-client/200.html +1 -1
- package/dist/devtools-client/404.html +1 -1
- package/dist/devtools-client/_nuxt/{B551Pnuh.js → 2p1_IuX2.js} +1 -1
- package/dist/devtools-client/_nuxt/{KxC4Q3ev.js → 9elIQxwW.js} +1 -1
- package/dist/devtools-client/_nuxt/{DTP8MRtW.js → BNPn63Jz.js} +1 -1
- package/dist/devtools-client/_nuxt/BjRLaDIG.js +152 -0
- package/dist/devtools-client/_nuxt/BtNUYBXT.js +8 -0
- package/dist/devtools-client/_nuxt/CDDBpkXG.js +3 -0
- package/dist/devtools-client/_nuxt/Cpb0XAYP.js +1 -0
- package/dist/devtools-client/_nuxt/DAsiyhPm.js +6 -0
- package/dist/devtools-client/_nuxt/{VICyrUSM.js → DabLKy7M.js} +1 -1
- package/dist/devtools-client/_nuxt/Dat651Oh.js +1 -0
- package/dist/devtools-client/_nuxt/DcG2ZXvY.js +1 -0
- package/dist/devtools-client/_nuxt/DmlGWZ2X.js +1 -0
- package/dist/devtools-client/_nuxt/KsX6Az5B.js +1 -0
- package/dist/devtools-client/_nuxt/RL1np866.js +28 -0
- package/dist/devtools-client/_nuxt/UmWNrBO5.js +2 -0
- package/dist/devtools-client/_nuxt/builds/latest.json +1 -1
- package/dist/devtools-client/_nuxt/builds/meta/e28b96f1-78e8-41a4-ad6f-904cd078f85e.json +1 -0
- package/dist/devtools-client/_nuxt/{entry.CYUdJFoE.css → entry.9HJPJ6Hp.css} +1 -1
- package/dist/devtools-client/_nuxt/error-404.DnwL1N6v.css +1 -0
- package/dist/devtools-client/_nuxt/error-500.DEbXRLdm.css +1 -0
- package/dist/devtools-client/docs/index.html +1 -1
- package/dist/devtools-client/first-party/index.html +1 -1
- package/dist/devtools-client/index.html +1 -1
- package/dist/devtools-client/registry/index.html +1 -1
- package/dist/module.d.mts +2 -86
- package/dist/module.d.ts +2 -86
- package/dist/module.json +3 -3
- package/dist/module.mjs +71 -328
- package/dist/registry.mjs +54 -22
- package/dist/runtime/components/GoogleMaps/ScriptGoogleMaps.d.vue.ts +1 -28
- package/dist/runtime/components/GoogleMaps/ScriptGoogleMaps.vue +7 -50
- package/dist/runtime/components/GoogleMaps/ScriptGoogleMaps.vue.d.ts +1 -28
- package/dist/runtime/components/GoogleMaps/ScriptGoogleMapsOverlayView.d.vue.ts +0 -8
- package/dist/runtime/components/GoogleMaps/ScriptGoogleMapsOverlayView.vue +1 -13
- package/dist/runtime/components/GoogleMaps/ScriptGoogleMapsOverlayView.vue.d.ts +0 -8
- package/dist/runtime/components/GoogleMaps/ScriptGoogleMapsStaticMap.d.vue.ts +4 -4
- package/dist/runtime/components/GoogleMaps/ScriptGoogleMapsStaticMap.vue +9 -15
- package/dist/runtime/components/GoogleMaps/ScriptGoogleMapsStaticMap.vue.d.ts +4 -4
- package/dist/runtime/components/GoogleMaps/useGoogleMapsResource.d.ts +0 -22
- package/dist/runtime/components/GoogleMaps/useGoogleMapsResource.js +0 -31
- package/dist/runtime/components/Leaflet/ScriptLeafletGeoJson.d.vue.ts +31 -0
- package/dist/runtime/components/Leaflet/ScriptLeafletGeoJson.vue +43 -0
- package/dist/runtime/components/Leaflet/ScriptLeafletGeoJson.vue.d.ts +31 -0
- package/dist/runtime/components/Leaflet/ScriptLeafletMap.d.vue.ts +90 -0
- package/dist/runtime/components/Leaflet/ScriptLeafletMap.vue +171 -0
- package/dist/runtime/components/Leaflet/ScriptLeafletMap.vue.d.ts +90 -0
- package/dist/runtime/components/Leaflet/ScriptLeafletMarker.d.vue.ts +47 -0
- package/dist/runtime/components/Leaflet/ScriptLeafletMarker.vue +70 -0
- package/dist/runtime/components/Leaflet/ScriptLeafletMarker.vue.d.ts +47 -0
- package/dist/runtime/components/Leaflet/ScriptLeafletPopup.d.vue.ts +31 -0
- package/dist/runtime/components/Leaflet/ScriptLeafletPopup.vue +81 -0
- package/dist/runtime/components/Leaflet/ScriptLeafletPopup.vue.d.ts +31 -0
- package/dist/runtime/components/Leaflet/ScriptLeafletTileLayer.d.vue.ts +26 -0
- package/dist/runtime/components/Leaflet/ScriptLeafletTileLayer.vue +38 -0
- package/dist/runtime/components/Leaflet/ScriptLeafletTileLayer.vue.d.ts +26 -0
- package/dist/runtime/components/Leaflet/useLeafletResource.d.ts +30 -0
- package/dist/runtime/components/Leaflet/useLeafletResource.js +46 -0
- package/dist/runtime/components/MapLibre/ScriptMapLibreGeoJson.d.vue.ts +39 -0
- package/dist/runtime/components/MapLibre/ScriptMapLibreGeoJson.vue +84 -0
- package/dist/runtime/components/MapLibre/ScriptMapLibreGeoJson.vue.d.ts +39 -0
- package/dist/runtime/components/MapLibre/ScriptMapLibreMap.d.vue.ts +122 -0
- package/dist/runtime/components/MapLibre/ScriptMapLibreMap.vue +214 -0
- package/dist/runtime/components/MapLibre/ScriptMapLibreMap.vue.d.ts +122 -0
- package/dist/runtime/components/MapLibre/ScriptMapLibreMarker.d.vue.ts +35 -0
- package/dist/runtime/components/MapLibre/ScriptMapLibreMarker.vue +98 -0
- package/dist/runtime/components/MapLibre/ScriptMapLibreMarker.vue.d.ts +35 -0
- package/dist/runtime/components/MapLibre/ScriptMapLibreNavigationControl.d.vue.ts +12 -0
- package/dist/runtime/components/MapLibre/ScriptMapLibreNavigationControl.vue +23 -0
- package/dist/runtime/components/MapLibre/ScriptMapLibreNavigationControl.vue.d.ts +12 -0
- package/dist/runtime/components/MapLibre/ScriptMapLibrePopup.d.vue.ts +31 -0
- package/dist/runtime/components/MapLibre/ScriptMapLibrePopup.vue +99 -0
- package/dist/runtime/components/MapLibre/ScriptMapLibrePopup.vue.d.ts +31 -0
- package/dist/runtime/components/MapLibre/useMapLibreResource.d.ts +23 -0
- package/dist/runtime/components/MapLibre/useMapLibreResource.js +41 -0
- package/dist/runtime/components/ScriptCrisp.vue +20 -18
- package/dist/runtime/components/ScriptDeskCrew.d.vue.ts +40 -0
- package/dist/runtime/components/ScriptDeskCrew.vue +82 -0
- package/dist/runtime/components/ScriptDeskCrew.vue.d.ts +40 -0
- package/dist/runtime/components/ScriptIntercom.vue +21 -19
- package/dist/runtime/components/ScriptLoadingIndicator.d.vue.ts +1 -1
- package/dist/runtime/components/ScriptLoadingIndicator.vue.d.ts +1 -1
- package/dist/runtime/components/ScriptPayPalButtons.vue +7 -3
- package/dist/runtime/components/ScriptPayPalMessages.vue +8 -4
- package/dist/runtime/composables/useScript.js +96 -49
- package/dist/runtime/composables/useScriptProxyUrl.d.ts +4 -8
- package/dist/runtime/composables/useScriptProxyUrl.js +0 -7
- package/dist/runtime/composables/useScriptTriggerIdleTimeout.d.ts +2 -1
- package/dist/runtime/composables/useScriptTriggerIdleTimeout.js +3 -34
- package/dist/runtime/composables/useScriptTriggerInteraction.d.ts +2 -1
- package/dist/runtime/composables/useScriptTriggerInteraction.js +13 -46
- package/dist/runtime/composables/useScriptTriggerServiceWorker.d.ts +2 -1
- package/dist/runtime/composables/useScriptTriggerServiceWorker.js +5 -38
- package/dist/runtime/leaflet-styles.d.ts +13 -0
- package/dist/runtime/leaflet-styles.js +684 -0
- package/dist/runtime/maplibre-styles.d.ts +7 -0
- package/dist/runtime/maplibre-styles.js +25 -0
- package/dist/runtime/npm-script-api-state.d.ts +4 -0
- package/dist/runtime/npm-script-api-state.js +13 -0
- package/dist/runtime/registry/crisp.d.ts +1 -1
- package/dist/runtime/registry/crisp.js +30 -18
- package/dist/runtime/registry/deskcrew.d.ts +52 -0
- package/dist/runtime/registry/deskcrew.js +31 -0
- package/dist/runtime/registry/google-analytics.d.ts +0 -2
- package/dist/runtime/registry/google-maps.d.ts +2 -11
- package/dist/runtime/registry/google-maps.js +31 -10
- package/dist/runtime/registry/google-tag-manager.d.ts +0 -2
- package/dist/runtime/registry/leaflet.d.ts +13 -0
- package/dist/runtime/registry/leaflet.js +29 -0
- package/dist/runtime/registry/maplibre.d.ts +13 -0
- package/dist/runtime/registry/maplibre.js +29 -0
- package/dist/runtime/registry/matomo-analytics.js +1 -8
- package/dist/runtime/registry/plausible-analytics.d.ts +4 -16
- package/dist/runtime/registry/plausible-analytics.js +15 -58
- package/dist/runtime/registry/rybbit-analytics.d.ts +0 -4
- package/dist/runtime/registry/rybbit-analytics.js +1 -4
- package/dist/runtime/registry/schemas.d.ts +61 -5
- package/dist/runtime/registry/schemas.js +64 -5
- package/dist/runtime/registry/tiktok-pixel.d.ts +2 -12
- package/dist/runtime/registry/tiktok-pixel.js +1 -1
- package/dist/runtime/registry/usercentrics.js +46 -6
- package/dist/runtime/registry/youtube-player.d.ts +3 -4
- package/dist/runtime/registry/youtube-player.js +30 -23
- package/dist/runtime/server/bluesky-embed-image.d.ts +1 -1
- package/dist/runtime/server/bluesky-embed.d.ts +1 -1
- package/dist/runtime/server/bluesky-embed.js +3 -6
- package/dist/runtime/server/gravatar-proxy.d.ts +1 -1
- package/dist/runtime/server/gravatar-proxy.js +2 -3
- package/dist/runtime/server/instagram-embed-asset.d.ts +1 -1
- package/dist/runtime/server/instagram-embed-image.d.ts +1 -1
- package/dist/runtime/server/instagram-embed.d.ts +1 -1
- package/dist/runtime/server/instagram-embed.js +4 -7
- package/dist/runtime/server/utils/cached-upstream.d.ts +4 -11
- package/dist/runtime/server/utils/embed-rewriters.d.ts +3 -5
- package/dist/runtime/server/utils/embed-rewriters.js +8 -8
- package/dist/runtime/server/utils/image-proxy.d.ts +1 -1
- package/dist/runtime/server/utils/image-proxy.js +2 -3
- package/dist/runtime/server/utils/instagram-embed.d.ts +6 -6
- package/dist/runtime/server/utils/instagram-embed.js +18 -19
- package/dist/runtime/server/utils/proxy-url.d.ts +5 -6
- package/dist/runtime/server/utils/proxy-url.js +1 -4
- package/dist/runtime/server/x-embed-image.d.ts +1 -1
- package/dist/runtime/server/x-embed.d.ts +48 -1
- package/dist/runtime/server/x-embed.js +3 -6
- package/dist/runtime/types.d.ts +13 -13
- package/dist/runtime/utils/abortable-promise.js +26 -5
- package/dist/runtime/utils/nuxt-ready-script-trigger.d.ts +3 -0
- package/dist/runtime/utils/nuxt-ready-script-trigger.js +16 -0
- package/dist/runtime/utils.js +21 -32
- package/dist/stats.mjs +13 -0
- package/dist/types-source.mjs +1173 -100
- package/dist/types.d.mts +2 -2
- package/package.json +34 -21
- package/LICENSE.md +0 -9
- package/bin/cli.mjs +0 -2
- package/dist/cli.d.mts +0 -2
- package/dist/cli.d.ts +0 -2
- package/dist/cli.mjs +0 -50
- package/dist/devtools-client/_nuxt/8ltZ0o6d.js +0 -1
- package/dist/devtools-client/_nuxt/B8_EBdhg.js +0 -152
- package/dist/devtools-client/_nuxt/BKdLzFmX.js +0 -3
- package/dist/devtools-client/_nuxt/Bf2Kt1P0.js +0 -28
- package/dist/devtools-client/_nuxt/CC0GKROJ.js +0 -1
- package/dist/devtools-client/_nuxt/CH5oUfNi.js +0 -1
- package/dist/devtools-client/_nuxt/CMXzQxJZ.js +0 -1
- package/dist/devtools-client/_nuxt/CP7c-Js6.js +0 -8
- package/dist/devtools-client/_nuxt/C_v3_O0R.js +0 -6
- package/dist/devtools-client/_nuxt/CxN78VhB.js +0 -1
- package/dist/devtools-client/_nuxt/Dkc7iTdR.js +0 -1
- package/dist/devtools-client/_nuxt/builds/meta/35e54cbc-079c-4313-8838-34632d9dac97.json +0 -1
- package/dist/devtools-client/_nuxt/error-404.Bq2JQbJs.css +0 -1
- package/dist/devtools-client/_nuxt/error-500.5E_FOzlc.css +0 -1
- package/dist/runtime/components/GoogleMaps/ScriptGoogleMapsAdvancedMarkerElement.d.vue.ts +0 -13
- package/dist/runtime/components/GoogleMaps/ScriptGoogleMapsAdvancedMarkerElement.vue +0 -15
- package/dist/runtime/components/GoogleMaps/ScriptGoogleMapsAdvancedMarkerElement.vue.d.ts +0 -13
- package/dist/runtime/components/GoogleMaps/ScriptGoogleMapsHeatmapLayer.d.vue.ts +0 -27
- package/dist/runtime/components/GoogleMaps/ScriptGoogleMapsHeatmapLayer.vue +0 -34
- package/dist/runtime/components/GoogleMaps/ScriptGoogleMapsHeatmapLayer.vue.d.ts +0 -27
- package/dist/runtime/components/GoogleMaps/ScriptGoogleMapsPinElement.d.vue.ts +0 -13
- package/dist/runtime/components/GoogleMaps/ScriptGoogleMapsPinElement.vue +0 -11
- package/dist/runtime/components/GoogleMaps/ScriptGoogleMapsPinElement.vue.d.ts +0 -13
- package/dist/runtime/components/GoogleMaps/bindGoogleMapsEvents.d.ts +0 -13
- package/dist/runtime/components/GoogleMaps/bindGoogleMapsEvents.js +0 -8
- package/dist/runtime/components/GoogleMaps/injectionKeys.d.ts +0 -10
- package/dist/runtime/components/GoogleMaps/injectionKeys.js +0 -2
- package/dist/runtime/composables/useScriptProxyToken.d.ts +0 -12
- package/dist/runtime/composables/useScriptProxyToken.js +0 -4
- package/dist/runtime/npm-script-stub.d.ts +0 -20
- package/dist/runtime/npm-script-stub.js +0 -72
- package/dist/runtime/plugins/proxy-token.server.d.ts +0 -10
- package/dist/runtime/plugins/proxy-token.server.js +0 -17
- package/dist/runtime/server/google-maps-geocode-proxy.d.ts +0 -2
- package/dist/runtime/server/google-maps-geocode-proxy.js +0 -43
- package/dist/runtime/server/google-static-maps-proxy.d.ts +0 -2
- package/dist/runtime/server/google-static-maps-proxy.js +0 -56
- package/dist/runtime/server/utils/proxy-query.d.ts +0 -2
- package/dist/runtime/server/utils/proxy-query.js +0 -10
- package/dist/runtime/server/utils/sign-constants.d.ts +0 -16
- package/dist/runtime/server/utils/sign-constants.js +0 -5
- package/dist/runtime/server/utils/sign.d.ts +0 -101
- package/dist/runtime/server/utils/sign.js +0 -91
- package/dist/runtime/server/utils/withSigning.d.ts +0 -23
- package/dist/runtime/server/utils/withSigning.js +0 -19
- package/dist/runtime/unhead-features.d.ts +0 -1
- package/dist/runtime/unhead-features.js +0 -3
|
@@ -0,0 +1,684 @@
|
|
|
1
|
+
const LEAFLET_STYLE_ID = "nuxt-scripts-leaflet-styles";
|
|
2
|
+
export const LEAFLET_CSS = `/* required styles */\r
|
|
3
|
+
\r
|
|
4
|
+
.leaflet-pane,\r
|
|
5
|
+
.leaflet-tile,\r
|
|
6
|
+
.leaflet-marker-icon,\r
|
|
7
|
+
.leaflet-marker-shadow,\r
|
|
8
|
+
.leaflet-tile-container,\r
|
|
9
|
+
.leaflet-pane > svg,\r
|
|
10
|
+
.leaflet-pane > canvas,\r
|
|
11
|
+
.leaflet-zoom-box,\r
|
|
12
|
+
.leaflet-image-layer,\r
|
|
13
|
+
.leaflet-layer {\r
|
|
14
|
+
position: absolute;\r
|
|
15
|
+
left: 0;\r
|
|
16
|
+
top: 0;\r
|
|
17
|
+
}\r
|
|
18
|
+
.leaflet-container {\r
|
|
19
|
+
overflow: hidden;\r
|
|
20
|
+
}\r
|
|
21
|
+
.leaflet-tile,\r
|
|
22
|
+
.leaflet-marker-icon,\r
|
|
23
|
+
.leaflet-marker-shadow {\r
|
|
24
|
+
-webkit-user-select: none;\r
|
|
25
|
+
-moz-user-select: none;\r
|
|
26
|
+
user-select: none;\r
|
|
27
|
+
-webkit-user-drag: none;\r
|
|
28
|
+
}\r
|
|
29
|
+
/* Prevents IE11 from highlighting tiles in blue */\r
|
|
30
|
+
.leaflet-tile::selection {\r
|
|
31
|
+
background: transparent;\r
|
|
32
|
+
}\r
|
|
33
|
+
/* Safari renders non-retina tile on retina better with this, but Chrome is worse */\r
|
|
34
|
+
.leaflet-safari .leaflet-tile {\r
|
|
35
|
+
image-rendering: -webkit-optimize-contrast;\r
|
|
36
|
+
}\r
|
|
37
|
+
/* hack that prevents hw layers "stretching" when loading new tiles */\r
|
|
38
|
+
.leaflet-safari .leaflet-tile-container {\r
|
|
39
|
+
width: 1600px;\r
|
|
40
|
+
height: 1600px;\r
|
|
41
|
+
-webkit-transform-origin: 0 0;\r
|
|
42
|
+
}\r
|
|
43
|
+
.leaflet-marker-icon,\r
|
|
44
|
+
.leaflet-marker-shadow {\r
|
|
45
|
+
display: block;\r
|
|
46
|
+
}\r
|
|
47
|
+
/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */\r
|
|
48
|
+
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */\r
|
|
49
|
+
.leaflet-container .leaflet-overlay-pane svg {\r
|
|
50
|
+
max-width: none !important;\r
|
|
51
|
+
max-height: none !important;\r
|
|
52
|
+
}\r
|
|
53
|
+
.leaflet-container .leaflet-marker-pane img,\r
|
|
54
|
+
.leaflet-container .leaflet-shadow-pane img,\r
|
|
55
|
+
.leaflet-container .leaflet-tile-pane img,\r
|
|
56
|
+
.leaflet-container img.leaflet-image-layer,\r
|
|
57
|
+
.leaflet-container .leaflet-tile {\r
|
|
58
|
+
max-width: none !important;\r
|
|
59
|
+
max-height: none !important;\r
|
|
60
|
+
width: auto;\r
|
|
61
|
+
padding: 0;\r
|
|
62
|
+
}\r
|
|
63
|
+
\r
|
|
64
|
+
.leaflet-container img.leaflet-tile {\r
|
|
65
|
+
/* See: https://bugs.chromium.org/p/chromium/issues/detail?id=600120 */\r
|
|
66
|
+
mix-blend-mode: plus-lighter;\r
|
|
67
|
+
}\r
|
|
68
|
+
\r
|
|
69
|
+
.leaflet-container.leaflet-touch-zoom {\r
|
|
70
|
+
-ms-touch-action: pan-x pan-y;\r
|
|
71
|
+
touch-action: pan-x pan-y;\r
|
|
72
|
+
}\r
|
|
73
|
+
.leaflet-container.leaflet-touch-drag {\r
|
|
74
|
+
-ms-touch-action: pinch-zoom;\r
|
|
75
|
+
/* Fallback for FF which doesn't support pinch-zoom */\r
|
|
76
|
+
touch-action: none;\r
|
|
77
|
+
touch-action: pinch-zoom;\r
|
|
78
|
+
}\r
|
|
79
|
+
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {\r
|
|
80
|
+
-ms-touch-action: none;\r
|
|
81
|
+
touch-action: none;\r
|
|
82
|
+
}\r
|
|
83
|
+
.leaflet-container {\r
|
|
84
|
+
-webkit-tap-highlight-color: transparent;\r
|
|
85
|
+
}\r
|
|
86
|
+
.leaflet-container a {\r
|
|
87
|
+
-webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);\r
|
|
88
|
+
}\r
|
|
89
|
+
.leaflet-tile {\r
|
|
90
|
+
filter: inherit;\r
|
|
91
|
+
visibility: hidden;\r
|
|
92
|
+
}\r
|
|
93
|
+
.leaflet-tile-loaded {\r
|
|
94
|
+
visibility: inherit;\r
|
|
95
|
+
}\r
|
|
96
|
+
.leaflet-zoom-box {\r
|
|
97
|
+
width: 0;\r
|
|
98
|
+
height: 0;\r
|
|
99
|
+
-moz-box-sizing: border-box;\r
|
|
100
|
+
box-sizing: border-box;\r
|
|
101
|
+
z-index: 800;\r
|
|
102
|
+
}\r
|
|
103
|
+
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */\r
|
|
104
|
+
.leaflet-overlay-pane svg {\r
|
|
105
|
+
-moz-user-select: none;\r
|
|
106
|
+
}\r
|
|
107
|
+
\r
|
|
108
|
+
.leaflet-pane { z-index: 400; }\r
|
|
109
|
+
\r
|
|
110
|
+
.leaflet-tile-pane { z-index: 200; }\r
|
|
111
|
+
.leaflet-overlay-pane { z-index: 400; }\r
|
|
112
|
+
.leaflet-shadow-pane { z-index: 500; }\r
|
|
113
|
+
.leaflet-marker-pane { z-index: 600; }\r
|
|
114
|
+
.leaflet-tooltip-pane { z-index: 650; }\r
|
|
115
|
+
.leaflet-popup-pane { z-index: 700; }\r
|
|
116
|
+
\r
|
|
117
|
+
.leaflet-map-pane canvas { z-index: 100; }\r
|
|
118
|
+
.leaflet-map-pane svg { z-index: 200; }\r
|
|
119
|
+
\r
|
|
120
|
+
.leaflet-vml-shape {\r
|
|
121
|
+
width: 1px;\r
|
|
122
|
+
height: 1px;\r
|
|
123
|
+
}\r
|
|
124
|
+
.lvml {\r
|
|
125
|
+
behavior: url(#default#VML);\r
|
|
126
|
+
display: inline-block;\r
|
|
127
|
+
position: absolute;\r
|
|
128
|
+
}\r
|
|
129
|
+
\r
|
|
130
|
+
\r
|
|
131
|
+
/* control positioning */\r
|
|
132
|
+
\r
|
|
133
|
+
.leaflet-control {\r
|
|
134
|
+
position: relative;\r
|
|
135
|
+
z-index: 800;\r
|
|
136
|
+
pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */\r
|
|
137
|
+
pointer-events: auto;\r
|
|
138
|
+
}\r
|
|
139
|
+
.leaflet-top,\r
|
|
140
|
+
.leaflet-bottom {\r
|
|
141
|
+
position: absolute;\r
|
|
142
|
+
z-index: 1000;\r
|
|
143
|
+
pointer-events: none;\r
|
|
144
|
+
}\r
|
|
145
|
+
.leaflet-top {\r
|
|
146
|
+
top: 0;\r
|
|
147
|
+
}\r
|
|
148
|
+
.leaflet-right {\r
|
|
149
|
+
right: 0;\r
|
|
150
|
+
}\r
|
|
151
|
+
.leaflet-bottom {\r
|
|
152
|
+
bottom: 0;\r
|
|
153
|
+
}\r
|
|
154
|
+
.leaflet-left {\r
|
|
155
|
+
left: 0;\r
|
|
156
|
+
}\r
|
|
157
|
+
.leaflet-control {\r
|
|
158
|
+
float: left;\r
|
|
159
|
+
clear: both;\r
|
|
160
|
+
}\r
|
|
161
|
+
.leaflet-right .leaflet-control {\r
|
|
162
|
+
float: right;\r
|
|
163
|
+
}\r
|
|
164
|
+
.leaflet-top .leaflet-control {\r
|
|
165
|
+
margin-top: 10px;\r
|
|
166
|
+
}\r
|
|
167
|
+
.leaflet-bottom .leaflet-control {\r
|
|
168
|
+
margin-bottom: 10px;\r
|
|
169
|
+
}\r
|
|
170
|
+
.leaflet-left .leaflet-control {\r
|
|
171
|
+
margin-left: 10px;\r
|
|
172
|
+
}\r
|
|
173
|
+
.leaflet-right .leaflet-control {\r
|
|
174
|
+
margin-right: 10px;\r
|
|
175
|
+
}\r
|
|
176
|
+
\r
|
|
177
|
+
\r
|
|
178
|
+
/* zoom and fade animations */\r
|
|
179
|
+
\r
|
|
180
|
+
.leaflet-fade-anim .leaflet-popup {\r
|
|
181
|
+
opacity: 0;\r
|
|
182
|
+
-webkit-transition: opacity 0.2s linear;\r
|
|
183
|
+
-moz-transition: opacity 0.2s linear;\r
|
|
184
|
+
transition: opacity 0.2s linear;\r
|
|
185
|
+
}\r
|
|
186
|
+
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {\r
|
|
187
|
+
opacity: 1;\r
|
|
188
|
+
}\r
|
|
189
|
+
.leaflet-zoom-animated {\r
|
|
190
|
+
-webkit-transform-origin: 0 0;\r
|
|
191
|
+
-ms-transform-origin: 0 0;\r
|
|
192
|
+
transform-origin: 0 0;\r
|
|
193
|
+
}\r
|
|
194
|
+
svg.leaflet-zoom-animated {\r
|
|
195
|
+
will-change: transform;\r
|
|
196
|
+
}\r
|
|
197
|
+
\r
|
|
198
|
+
.leaflet-zoom-anim .leaflet-zoom-animated {\r
|
|
199
|
+
-webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);\r
|
|
200
|
+
-moz-transition: -moz-transform 0.25s cubic-bezier(0,0,0.25,1);\r
|
|
201
|
+
transition: transform 0.25s cubic-bezier(0,0,0.25,1);\r
|
|
202
|
+
}\r
|
|
203
|
+
.leaflet-zoom-anim .leaflet-tile,\r
|
|
204
|
+
.leaflet-pan-anim .leaflet-tile {\r
|
|
205
|
+
-webkit-transition: none;\r
|
|
206
|
+
-moz-transition: none;\r
|
|
207
|
+
transition: none;\r
|
|
208
|
+
}\r
|
|
209
|
+
\r
|
|
210
|
+
.leaflet-zoom-anim .leaflet-zoom-hide {\r
|
|
211
|
+
visibility: hidden;\r
|
|
212
|
+
}\r
|
|
213
|
+
\r
|
|
214
|
+
\r
|
|
215
|
+
/* cursors */\r
|
|
216
|
+
\r
|
|
217
|
+
.leaflet-interactive {\r
|
|
218
|
+
cursor: pointer;\r
|
|
219
|
+
}\r
|
|
220
|
+
.leaflet-grab {\r
|
|
221
|
+
cursor: -webkit-grab;\r
|
|
222
|
+
cursor: -moz-grab;\r
|
|
223
|
+
cursor: grab;\r
|
|
224
|
+
}\r
|
|
225
|
+
.leaflet-crosshair,\r
|
|
226
|
+
.leaflet-crosshair .leaflet-interactive {\r
|
|
227
|
+
cursor: crosshair;\r
|
|
228
|
+
}\r
|
|
229
|
+
.leaflet-popup-pane,\r
|
|
230
|
+
.leaflet-control {\r
|
|
231
|
+
cursor: auto;\r
|
|
232
|
+
}\r
|
|
233
|
+
.leaflet-dragging .leaflet-grab,\r
|
|
234
|
+
.leaflet-dragging .leaflet-grab .leaflet-interactive,\r
|
|
235
|
+
.leaflet-dragging .leaflet-marker-draggable {\r
|
|
236
|
+
cursor: move;\r
|
|
237
|
+
cursor: -webkit-grabbing;\r
|
|
238
|
+
cursor: -moz-grabbing;\r
|
|
239
|
+
cursor: grabbing;\r
|
|
240
|
+
}\r
|
|
241
|
+
\r
|
|
242
|
+
/* marker & overlays interactivity */\r
|
|
243
|
+
.leaflet-marker-icon,\r
|
|
244
|
+
.leaflet-marker-shadow,\r
|
|
245
|
+
.leaflet-image-layer,\r
|
|
246
|
+
.leaflet-pane > svg path,\r
|
|
247
|
+
.leaflet-tile-container {\r
|
|
248
|
+
pointer-events: none;\r
|
|
249
|
+
}\r
|
|
250
|
+
\r
|
|
251
|
+
.leaflet-marker-icon.leaflet-interactive,\r
|
|
252
|
+
.leaflet-image-layer.leaflet-interactive,\r
|
|
253
|
+
.leaflet-pane > svg path.leaflet-interactive,\r
|
|
254
|
+
svg.leaflet-image-layer.leaflet-interactive path {\r
|
|
255
|
+
pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */\r
|
|
256
|
+
pointer-events: auto;\r
|
|
257
|
+
}\r
|
|
258
|
+
\r
|
|
259
|
+
/* visual tweaks */\r
|
|
260
|
+
\r
|
|
261
|
+
.leaflet-container {\r
|
|
262
|
+
background: #ddd;\r
|
|
263
|
+
outline-offset: 1px;\r
|
|
264
|
+
}\r
|
|
265
|
+
.leaflet-container a {\r
|
|
266
|
+
color: #0078A8;\r
|
|
267
|
+
}\r
|
|
268
|
+
.leaflet-zoom-box {\r
|
|
269
|
+
border: 2px dotted #38f;\r
|
|
270
|
+
background: rgba(255,255,255,0.5);\r
|
|
271
|
+
}\r
|
|
272
|
+
\r
|
|
273
|
+
\r
|
|
274
|
+
/* general typography */\r
|
|
275
|
+
.leaflet-container {\r
|
|
276
|
+
font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;\r
|
|
277
|
+
font-size: 12px;\r
|
|
278
|
+
font-size: 0.75rem;\r
|
|
279
|
+
line-height: 1.5;\r
|
|
280
|
+
}\r
|
|
281
|
+
\r
|
|
282
|
+
\r
|
|
283
|
+
/* general toolbar styles */\r
|
|
284
|
+
\r
|
|
285
|
+
.leaflet-bar {\r
|
|
286
|
+
box-shadow: 0 1px 5px rgba(0,0,0,0.65);\r
|
|
287
|
+
border-radius: 4px;\r
|
|
288
|
+
}\r
|
|
289
|
+
.leaflet-bar a {\r
|
|
290
|
+
background-color: #fff;\r
|
|
291
|
+
border-bottom: 1px solid #ccc;\r
|
|
292
|
+
width: 26px;\r
|
|
293
|
+
height: 26px;\r
|
|
294
|
+
line-height: 26px;\r
|
|
295
|
+
display: block;\r
|
|
296
|
+
text-align: center;\r
|
|
297
|
+
text-decoration: none;\r
|
|
298
|
+
color: black;\r
|
|
299
|
+
}\r
|
|
300
|
+
.leaflet-bar a,\r
|
|
301
|
+
.leaflet-control-layers-toggle {\r
|
|
302
|
+
background-position: 50% 50%;\r
|
|
303
|
+
background-repeat: no-repeat;\r
|
|
304
|
+
display: block;\r
|
|
305
|
+
}\r
|
|
306
|
+
.leaflet-bar a:hover,\r
|
|
307
|
+
.leaflet-bar a:focus {\r
|
|
308
|
+
background-color: #f4f4f4;\r
|
|
309
|
+
}\r
|
|
310
|
+
.leaflet-bar a:first-child {\r
|
|
311
|
+
border-top-left-radius: 4px;\r
|
|
312
|
+
border-top-right-radius: 4px;\r
|
|
313
|
+
}\r
|
|
314
|
+
.leaflet-bar a:last-child {\r
|
|
315
|
+
border-bottom-left-radius: 4px;\r
|
|
316
|
+
border-bottom-right-radius: 4px;\r
|
|
317
|
+
border-bottom: none;\r
|
|
318
|
+
}\r
|
|
319
|
+
.leaflet-bar a.leaflet-disabled {\r
|
|
320
|
+
cursor: default;\r
|
|
321
|
+
background-color: #f4f4f4;\r
|
|
322
|
+
color: #bbb;\r
|
|
323
|
+
}\r
|
|
324
|
+
\r
|
|
325
|
+
.leaflet-touch .leaflet-bar a {\r
|
|
326
|
+
width: 30px;\r
|
|
327
|
+
height: 30px;\r
|
|
328
|
+
line-height: 30px;\r
|
|
329
|
+
}\r
|
|
330
|
+
.leaflet-touch .leaflet-bar a:first-child {\r
|
|
331
|
+
border-top-left-radius: 2px;\r
|
|
332
|
+
border-top-right-radius: 2px;\r
|
|
333
|
+
}\r
|
|
334
|
+
.leaflet-touch .leaflet-bar a:last-child {\r
|
|
335
|
+
border-bottom-left-radius: 2px;\r
|
|
336
|
+
border-bottom-right-radius: 2px;\r
|
|
337
|
+
}\r
|
|
338
|
+
\r
|
|
339
|
+
/* zoom control */\r
|
|
340
|
+
\r
|
|
341
|
+
.leaflet-control-zoom-in,\r
|
|
342
|
+
.leaflet-control-zoom-out {\r
|
|
343
|
+
font: bold 18px 'Lucida Console', Monaco, monospace;\r
|
|
344
|
+
text-indent: 1px;\r
|
|
345
|
+
}\r
|
|
346
|
+
\r
|
|
347
|
+
.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out {\r
|
|
348
|
+
font-size: 22px;\r
|
|
349
|
+
}\r
|
|
350
|
+
\r
|
|
351
|
+
\r
|
|
352
|
+
/* layers control */\r
|
|
353
|
+
\r
|
|
354
|
+
.leaflet-control-layers {\r
|
|
355
|
+
box-shadow: 0 1px 5px rgba(0,0,0,0.4);\r
|
|
356
|
+
background: #fff;\r
|
|
357
|
+
border-radius: 5px;\r
|
|
358
|
+
}\r
|
|
359
|
+
.leaflet-control-layers-toggle {\r
|
|
360
|
+
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);\r
|
|
361
|
+
width: 36px;\r
|
|
362
|
+
height: 36px;\r
|
|
363
|
+
}\r
|
|
364
|
+
.leaflet-retina .leaflet-control-layers-toggle {\r
|
|
365
|
+
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);\r
|
|
366
|
+
background-size: 26px 26px;\r
|
|
367
|
+
}\r
|
|
368
|
+
.leaflet-touch .leaflet-control-layers-toggle {\r
|
|
369
|
+
width: 44px;\r
|
|
370
|
+
height: 44px;\r
|
|
371
|
+
}\r
|
|
372
|
+
.leaflet-control-layers .leaflet-control-layers-list,\r
|
|
373
|
+
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {\r
|
|
374
|
+
display: none;\r
|
|
375
|
+
}\r
|
|
376
|
+
.leaflet-control-layers-expanded .leaflet-control-layers-list {\r
|
|
377
|
+
display: block;\r
|
|
378
|
+
position: relative;\r
|
|
379
|
+
}\r
|
|
380
|
+
.leaflet-control-layers-expanded {\r
|
|
381
|
+
padding: 6px 10px 6px 6px;\r
|
|
382
|
+
color: #333;\r
|
|
383
|
+
background: #fff;\r
|
|
384
|
+
}\r
|
|
385
|
+
.leaflet-control-layers-scrollbar {\r
|
|
386
|
+
overflow-y: scroll;\r
|
|
387
|
+
overflow-x: hidden;\r
|
|
388
|
+
padding-right: 5px;\r
|
|
389
|
+
}\r
|
|
390
|
+
.leaflet-control-layers-selector {\r
|
|
391
|
+
margin-top: 2px;\r
|
|
392
|
+
position: relative;\r
|
|
393
|
+
top: 1px;\r
|
|
394
|
+
}\r
|
|
395
|
+
.leaflet-control-layers label {\r
|
|
396
|
+
display: block;\r
|
|
397
|
+
font-size: 13px;\r
|
|
398
|
+
font-size: 1.08333em;\r
|
|
399
|
+
}\r
|
|
400
|
+
.leaflet-control-layers-separator {\r
|
|
401
|
+
height: 0;\r
|
|
402
|
+
border-top: 1px solid #ddd;\r
|
|
403
|
+
margin: 5px -10px 5px -6px;\r
|
|
404
|
+
}\r
|
|
405
|
+
\r
|
|
406
|
+
/* Default icon URLs */\r
|
|
407
|
+
.leaflet-default-icon-path { /* used only in path-guessing heuristic, see L.Icon.Default */\r
|
|
408
|
+
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=);\r
|
|
409
|
+
}\r
|
|
410
|
+
\r
|
|
411
|
+
\r
|
|
412
|
+
/* attribution and scale controls */\r
|
|
413
|
+
\r
|
|
414
|
+
.leaflet-container .leaflet-control-attribution {\r
|
|
415
|
+
background: #fff;\r
|
|
416
|
+
background: rgba(255, 255, 255, 0.8);\r
|
|
417
|
+
margin: 0;\r
|
|
418
|
+
}\r
|
|
419
|
+
.leaflet-control-attribution,\r
|
|
420
|
+
.leaflet-control-scale-line {\r
|
|
421
|
+
padding: 0 5px;\r
|
|
422
|
+
color: #333;\r
|
|
423
|
+
line-height: 1.4;\r
|
|
424
|
+
}\r
|
|
425
|
+
.leaflet-control-attribution a {\r
|
|
426
|
+
text-decoration: none;\r
|
|
427
|
+
}\r
|
|
428
|
+
.leaflet-control-attribution a:hover,\r
|
|
429
|
+
.leaflet-control-attribution a:focus {\r
|
|
430
|
+
text-decoration: underline;\r
|
|
431
|
+
}\r
|
|
432
|
+
.leaflet-attribution-flag {\r
|
|
433
|
+
display: inline !important;\r
|
|
434
|
+
vertical-align: baseline !important;\r
|
|
435
|
+
width: 1em;\r
|
|
436
|
+
height: 0.6669em;\r
|
|
437
|
+
}\r
|
|
438
|
+
.leaflet-left .leaflet-control-scale {\r
|
|
439
|
+
margin-left: 5px;\r
|
|
440
|
+
}\r
|
|
441
|
+
.leaflet-bottom .leaflet-control-scale {\r
|
|
442
|
+
margin-bottom: 5px;\r
|
|
443
|
+
}\r
|
|
444
|
+
.leaflet-control-scale-line {\r
|
|
445
|
+
border: 2px solid #777;\r
|
|
446
|
+
border-top: none;\r
|
|
447
|
+
line-height: 1.1;\r
|
|
448
|
+
padding: 2px 5px 1px;\r
|
|
449
|
+
white-space: nowrap;\r
|
|
450
|
+
-moz-box-sizing: border-box;\r
|
|
451
|
+
box-sizing: border-box;\r
|
|
452
|
+
background: rgba(255, 255, 255, 0.8);\r
|
|
453
|
+
text-shadow: 1px 1px #fff;\r
|
|
454
|
+
}\r
|
|
455
|
+
.leaflet-control-scale-line:not(:first-child) {\r
|
|
456
|
+
border-top: 2px solid #777;\r
|
|
457
|
+
border-bottom: none;\r
|
|
458
|
+
margin-top: -2px;\r
|
|
459
|
+
}\r
|
|
460
|
+
.leaflet-control-scale-line:not(:first-child):not(:last-child) {\r
|
|
461
|
+
border-bottom: 2px solid #777;\r
|
|
462
|
+
}\r
|
|
463
|
+
\r
|
|
464
|
+
.leaflet-touch .leaflet-control-attribution,\r
|
|
465
|
+
.leaflet-touch .leaflet-control-layers,\r
|
|
466
|
+
.leaflet-touch .leaflet-bar {\r
|
|
467
|
+
box-shadow: none;\r
|
|
468
|
+
}\r
|
|
469
|
+
.leaflet-touch .leaflet-control-layers,\r
|
|
470
|
+
.leaflet-touch .leaflet-bar {\r
|
|
471
|
+
border: 2px solid rgba(0,0,0,0.2);\r
|
|
472
|
+
background-clip: padding-box;\r
|
|
473
|
+
}\r
|
|
474
|
+
\r
|
|
475
|
+
\r
|
|
476
|
+
/* popup */\r
|
|
477
|
+
\r
|
|
478
|
+
.leaflet-popup {\r
|
|
479
|
+
position: absolute;\r
|
|
480
|
+
text-align: center;\r
|
|
481
|
+
margin-bottom: 20px;\r
|
|
482
|
+
}\r
|
|
483
|
+
.leaflet-popup-content-wrapper {\r
|
|
484
|
+
padding: 1px;\r
|
|
485
|
+
text-align: left;\r
|
|
486
|
+
border-radius: 12px;\r
|
|
487
|
+
}\r
|
|
488
|
+
.leaflet-popup-content {\r
|
|
489
|
+
margin: 13px 24px 13px 20px;\r
|
|
490
|
+
line-height: 1.3;\r
|
|
491
|
+
font-size: 13px;\r
|
|
492
|
+
font-size: 1.08333em;\r
|
|
493
|
+
min-height: 1px;\r
|
|
494
|
+
}\r
|
|
495
|
+
.leaflet-popup-content p {\r
|
|
496
|
+
margin: 17px 0;\r
|
|
497
|
+
margin: 1.3em 0;\r
|
|
498
|
+
}\r
|
|
499
|
+
.leaflet-popup-tip-container {\r
|
|
500
|
+
width: 40px;\r
|
|
501
|
+
height: 20px;\r
|
|
502
|
+
position: absolute;\r
|
|
503
|
+
left: 50%;\r
|
|
504
|
+
margin-top: -1px;\r
|
|
505
|
+
margin-left: -20px;\r
|
|
506
|
+
overflow: hidden;\r
|
|
507
|
+
pointer-events: none;\r
|
|
508
|
+
}\r
|
|
509
|
+
.leaflet-popup-tip {\r
|
|
510
|
+
width: 17px;\r
|
|
511
|
+
height: 17px;\r
|
|
512
|
+
padding: 1px;\r
|
|
513
|
+
\r
|
|
514
|
+
margin: -10px auto 0;\r
|
|
515
|
+
pointer-events: auto;\r
|
|
516
|
+
\r
|
|
517
|
+
-webkit-transform: rotate(45deg);\r
|
|
518
|
+
-moz-transform: rotate(45deg);\r
|
|
519
|
+
-ms-transform: rotate(45deg);\r
|
|
520
|
+
transform: rotate(45deg);\r
|
|
521
|
+
}\r
|
|
522
|
+
.leaflet-popup-content-wrapper,\r
|
|
523
|
+
.leaflet-popup-tip {\r
|
|
524
|
+
background: white;\r
|
|
525
|
+
color: #333;\r
|
|
526
|
+
box-shadow: 0 3px 14px rgba(0,0,0,0.4);\r
|
|
527
|
+
}\r
|
|
528
|
+
.leaflet-container a.leaflet-popup-close-button {\r
|
|
529
|
+
position: absolute;\r
|
|
530
|
+
top: 0;\r
|
|
531
|
+
right: 0;\r
|
|
532
|
+
border: none;\r
|
|
533
|
+
text-align: center;\r
|
|
534
|
+
width: 24px;\r
|
|
535
|
+
height: 24px;\r
|
|
536
|
+
font: 16px/24px Tahoma, Verdana, sans-serif;\r
|
|
537
|
+
color: #757575;\r
|
|
538
|
+
text-decoration: none;\r
|
|
539
|
+
background: transparent;\r
|
|
540
|
+
}\r
|
|
541
|
+
.leaflet-container a.leaflet-popup-close-button:hover,\r
|
|
542
|
+
.leaflet-container a.leaflet-popup-close-button:focus {\r
|
|
543
|
+
color: #585858;\r
|
|
544
|
+
}\r
|
|
545
|
+
.leaflet-popup-scrolled {\r
|
|
546
|
+
overflow: auto;\r
|
|
547
|
+
}\r
|
|
548
|
+
\r
|
|
549
|
+
.leaflet-oldie .leaflet-popup-content-wrapper {\r
|
|
550
|
+
-ms-zoom: 1;\r
|
|
551
|
+
}\r
|
|
552
|
+
.leaflet-oldie .leaflet-popup-tip {\r
|
|
553
|
+
width: 24px;\r
|
|
554
|
+
margin: 0 auto;\r
|
|
555
|
+
\r
|
|
556
|
+
-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";\r
|
|
557
|
+
filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);\r
|
|
558
|
+
}\r
|
|
559
|
+
\r
|
|
560
|
+
.leaflet-oldie .leaflet-control-zoom,\r
|
|
561
|
+
.leaflet-oldie .leaflet-control-layers,\r
|
|
562
|
+
.leaflet-oldie .leaflet-popup-content-wrapper,\r
|
|
563
|
+
.leaflet-oldie .leaflet-popup-tip {\r
|
|
564
|
+
border: 1px solid #999;\r
|
|
565
|
+
}\r
|
|
566
|
+
\r
|
|
567
|
+
\r
|
|
568
|
+
/* div icon */\r
|
|
569
|
+
\r
|
|
570
|
+
.leaflet-div-icon {\r
|
|
571
|
+
background: #fff;\r
|
|
572
|
+
border: 1px solid #666;\r
|
|
573
|
+
}\r
|
|
574
|
+
\r
|
|
575
|
+
\r
|
|
576
|
+
/* Tooltip */\r
|
|
577
|
+
/* Base styles for the element that has a tooltip */\r
|
|
578
|
+
.leaflet-tooltip {\r
|
|
579
|
+
position: absolute;\r
|
|
580
|
+
padding: 6px;\r
|
|
581
|
+
background-color: #fff;\r
|
|
582
|
+
border: 1px solid #fff;\r
|
|
583
|
+
border-radius: 3px;\r
|
|
584
|
+
color: #222;\r
|
|
585
|
+
white-space: nowrap;\r
|
|
586
|
+
-webkit-user-select: none;\r
|
|
587
|
+
-moz-user-select: none;\r
|
|
588
|
+
-ms-user-select: none;\r
|
|
589
|
+
user-select: none;\r
|
|
590
|
+
pointer-events: none;\r
|
|
591
|
+
box-shadow: 0 1px 3px rgba(0,0,0,0.4);\r
|
|
592
|
+
}\r
|
|
593
|
+
.leaflet-tooltip.leaflet-interactive {\r
|
|
594
|
+
cursor: pointer;\r
|
|
595
|
+
pointer-events: auto;\r
|
|
596
|
+
}\r
|
|
597
|
+
.leaflet-tooltip-top:before,\r
|
|
598
|
+
.leaflet-tooltip-bottom:before,\r
|
|
599
|
+
.leaflet-tooltip-left:before,\r
|
|
600
|
+
.leaflet-tooltip-right:before {\r
|
|
601
|
+
position: absolute;\r
|
|
602
|
+
pointer-events: none;\r
|
|
603
|
+
border: 6px solid transparent;\r
|
|
604
|
+
background: transparent;\r
|
|
605
|
+
content: "";\r
|
|
606
|
+
}\r
|
|
607
|
+
\r
|
|
608
|
+
/* Directions */\r
|
|
609
|
+
\r
|
|
610
|
+
.leaflet-tooltip-bottom {\r
|
|
611
|
+
margin-top: 6px;\r
|
|
612
|
+
}\r
|
|
613
|
+
.leaflet-tooltip-top {\r
|
|
614
|
+
margin-top: -6px;\r
|
|
615
|
+
}\r
|
|
616
|
+
.leaflet-tooltip-bottom:before,\r
|
|
617
|
+
.leaflet-tooltip-top:before {\r
|
|
618
|
+
left: 50%;\r
|
|
619
|
+
margin-left: -6px;\r
|
|
620
|
+
}\r
|
|
621
|
+
.leaflet-tooltip-top:before {\r
|
|
622
|
+
bottom: 0;\r
|
|
623
|
+
margin-bottom: -12px;\r
|
|
624
|
+
border-top-color: #fff;\r
|
|
625
|
+
}\r
|
|
626
|
+
.leaflet-tooltip-bottom:before {\r
|
|
627
|
+
top: 0;\r
|
|
628
|
+
margin-top: -12px;\r
|
|
629
|
+
margin-left: -6px;\r
|
|
630
|
+
border-bottom-color: #fff;\r
|
|
631
|
+
}\r
|
|
632
|
+
.leaflet-tooltip-left {\r
|
|
633
|
+
margin-left: -6px;\r
|
|
634
|
+
}\r
|
|
635
|
+
.leaflet-tooltip-right {\r
|
|
636
|
+
margin-left: 6px;\r
|
|
637
|
+
}\r
|
|
638
|
+
.leaflet-tooltip-left:before,\r
|
|
639
|
+
.leaflet-tooltip-right:before {\r
|
|
640
|
+
top: 50%;\r
|
|
641
|
+
margin-top: -6px;\r
|
|
642
|
+
}\r
|
|
643
|
+
.leaflet-tooltip-left:before {\r
|
|
644
|
+
right: 0;\r
|
|
645
|
+
margin-right: -12px;\r
|
|
646
|
+
border-left-color: #fff;\r
|
|
647
|
+
}\r
|
|
648
|
+
.leaflet-tooltip-right:before {\r
|
|
649
|
+
left: 0;\r
|
|
650
|
+
margin-left: -12px;\r
|
|
651
|
+
border-right-color: #fff;\r
|
|
652
|
+
}\r
|
|
653
|
+
\r
|
|
654
|
+
/* Printing */\r
|
|
655
|
+
\r
|
|
656
|
+
@media print {\r
|
|
657
|
+
/* Prevent printers from removing background-images of controls. */\r
|
|
658
|
+
.leaflet-control {\r
|
|
659
|
+
-webkit-print-color-adjust: exact;\r
|
|
660
|
+
print-color-adjust: exact;\r
|
|
661
|
+
}\r
|
|
662
|
+
}\r
|
|
663
|
+
`;
|
|
664
|
+
export const LEAFLET_DEFAULT_ICON_URL = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=";
|
|
665
|
+
export const LEAFLET_DEFAULT_ICON_RETINA_URL = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAABSCAMAAAAhFXfZAAAC91BMVEVMaXEzeak2f7I4g7g3g7cua5gzeKg8hJo3grY4g7c3grU0gLI2frE0daAubJc2gbQwd6QzeKk2gLMtd5sxdKIua5g1frA2f7IydaM0e6w2fq41fK01eqo3grgubJgta5cxdKI1f7AydaQydaMxc6EubJgvbJkwcZ4ubZkwcJwubZgubJcydqUydKIxapgubJctbJcubZcubJcvbJYubJcvbZkubJctbJctbZcubJg2f7AubJcrbZcubJcubJcua5g3grY0fq8ubJcubJdEkdEwhsw6i88vhswuhcsuhMtBjMgthMsrg8srgss6is8qgcs8i9A9iMYtg8spgcoogMo7hcMngMonf8olfso4gr8kfck5iM8jfMk4iM8he8k1fro7itAgesk2hs8eecgzfLcofssdeMg0hc4cd8g2hcsxeLQbdsgZdcgxeLImfcszhM0vda4xgckzhM4xg84wf8Yxgs4udKsvfcQucqhUndROmdM1fK0wcZ8vb5w0eqpQm9MzeKhXoNVcpdYydKNWn9VZotVKltJFjsIwcJ1Rms9OlslLmtH///8+kc9epdYzd6dbo9VHkMM2f7FHmNBClM8ydqVcpNY9hro3gLM9hLczealQmcw3fa46f7A8gLMxc6I3eagyc6FIldJMl9JSnNRSntNNl9JPnNJFi75UnM9ZodVKksg8kM45jc09e6ZHltFBk883gbRBh7pDk9EwcaBzn784g7dKkcY2i81Om9M7j85Llc81is09g7Q4grY/j9A0eqxKmdFFltBEjcXf6fFImdBCiLxJl9FGlNFBi78yiMxVndEvbpo6js74+vx+psPP3+o/ks5HkcpGmNCjwdZCkNDM3ehYoNJEls+lxNkxh8xHks0+jdC1zd5Lg6r+/v/H2ufz9/o3jM3t8/edvdM/k89Th61OiLBSjbZklbaTt9BfptdjmL1AicBHj8hGk9FAgK1dkLNTjLRekrdClc/k7fM0icy0y9tgp9c4jc2NtM9Dlc8zicxeXZn3AAAAQ3RSTlMAHDdTb4yPA+LtnEQmC4L2EmHqB7XA0d0sr478x4/Yd5i1zOfyPkf1sLVq4Nh3FvjxopQ2/STNuFzUwFIwxKaejILpIBEV9wAABhVJREFUeF6s1NdyFEcYBeBeoQIhRAkLlRDGrhIgY3BJL8CVeKzuyXFzzjkn5ZxzzuScg3PO8cKzu70JkO0LfxdTU//pM9vTu7Xgf6KqOVTb9X7toRrVEfBf1HTVjZccrT/2by1VV928Yty9ZbVuucdz90frG8DBjl9pVApbOstvmMuvVgaNXSfAAd6pGxpy6yxf5ph43pS/4f3uoaGm2rdu72S9xzOvMymkZFq/ptDrk90mhW7e4zl7HLzhxGWPR20xmSxJ/VqldG5m9XhaVOA1DadsNh3Pu5L2N6QtPO/32JpqQBVVk20oy/Pi2s23WEvyfHbe1thadVQttvm7Llf65gGmXK67XtupyoM7HQhmXdLS8oGWJNeOJ3C5fG5XCEJnkez3/oFdsvgJ4l2ANZwhrJKk/7OSXa+3Vw2WJMlKnGkobouYk6T0TyX30klOUnTD9HJ5qpckL3EW/w4XF3Xd0FGywXUrstrclVsqz5Pd/sXFYyDnPdrLcQODmGOK47IZb4CmibmMn+MYRzFZ5jg33ZL/EJrWcszHmANy3ARBK/IXtciJy8VsitPSdE3uuHxzougojcUdr8/32atnz/ev3f/K5wtpxUTpcaI45zusVDpYtZi+jg0oU9b3x74h7+n9ABvYEZeKaVq0sh0AtLKsFtqNBdeT0MrSzwwlq9+x6xAO4tgOtSzbCjrNQQiNvQUbUEubvzBUeGw26yDCsRHCoLkTHDa7IdOLIThs/gHvChszh2CimE8peRs47cxANI0lYNB5y1DljpOF0IhzBDPOZnDOqYYbeGKECbPzWnXludPphw5c2YBq5zlwXphIbO4VDCZ0gnPfUO1TwZoYwAs2ExPCedAu9DAjfQUjzITQb3jNj0KG2Sgt6BHaQUdYzWz+XmBktOHwanXjaSTcwwziBcuMOtwBmqPrTOxFQR/DRKKPqyur0aiW6cULYsx6tBm0jXpR/AUWR6HRq9WVW6MRhIq5jLyjbaCTDCijyYJNpCajdyobP/eTw0iexBAKkJ3gA5KcQb2zBXsIBckn+xVv8jkZSaEFHE+jFEleAEfayRU0MouNoBmB/L50Ai/HSLIHxcrpCvnhSQAuakKp2C/YbCylJjXRVy/z3+Kv/RrNcCo+WUzlVEhzKffnTQnxeN9fWF88fiNCUdSTsaufaChKWInHeysygfpIqagoakW+vV20J8uyl6TyNKEZWV4oRSPyCkWpgOLSbkCObT8o2r6tlG58HQquf6O0v50tB7JM7F4EORd2dx/K0w/KHsVkLPaoYrwgP/y7krr3SSMA4zj+OBgmjYkxcdIJQyQRKgg2viX9Hddi9UBb29LrKR7CVVEEEXWojUkXNyfTNDE14W9gbHJNuhjDettN3ZvbOvdOqCD3Jp/9l+/wJE+9PkYGjx/fqkys3S2rMozM/o2106rfMUINo6hVqz+eu/hd1c4xTg0TAfy5kV+4UG6+IthHTU9woWmxuKNbTfuCSfovBCxq7EtHqvYL4Sm6F8GVxsSXHMQ07TOi1DKtZxjWaaIyi4CXWjxPccUw8WVbMYY5wxC1mzEyXMJWkllpRloi+Kkoq69sxBTlElF6aAxYUbjXNlhlDZilDnM4U5SlN5biRsRHnbx3mbeWjEh4mEyiuJDl5XcWVmX5GvNkFgLWZM5qwsop4/AWfLhU1cR7k1VVvcYCWRkOI6Xy5gmnphCYIkvzuNYzHzosq2oNk2RtSs8khfUOfHIDgR6ysYBaMpl4uEgk2U/oJTs9AaTSwma7dT69geAE2ZpEjUsn2ieJNHeKfrI3EcAGJ2ZaNgVuC8EBctCLc57P5u5led6IOBkIYkuQMrmmjChs4VkfOerHqSBkPzZlhe06RslZ3zMjk2sscqKwY0RcjKK+LWbzd7KiHhkncs/siFJ+V5eXxD34B8nVuJEpGJNmxN2gH3vSvp7J70tF+D1Ej8qUJD1TkErAND2GZwTFg/LubvmgiBG3SOvdlsqFQrkEzJCL1rstlnVFROixZoDDSuXQFHESwVGlcuQcMb/b42NgjLowh5MTDFE3vNB5qStRIErdCQEh6pLPR92anSUb/wAIhldAaDMpGgAAAABJRU5ErkJggg==";
|
|
666
|
+
export const LEAFLET_DEFAULT_SHADOW_URL = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACkAAAApCAQAAAACach9AAACMUlEQVR4Ae3ShY7jQBAE0Aoz/f9/HTMzhg1zrdKUrJbdx+Kd2nD8VNudfsL/Th///dyQN2TH6f3y/BGpC379rV+S+qqetBOxImNQXL8JCAr2V4iMQXHGNJxeCfZXhSRBcQMfvkOWUdtfzlLgAENmZDcmo2TVmt8OSM2eXxBp3DjHSMFutqS7SbmemzBiR+xpKCNUIRkdkkYxhAkyGoBvyQFEJEefwSmmvBfJuJ6aKqKWnAkvGZOaZXTUgFqYULWNSHUckZuR1HIIimUExutRxwzOLROIG4vKmCKQt364mIlhSyzAf1m9lHZHJZrlAOMMztRRiKimp/rpdJDc9Awry5xTZCte7FHtuS8wJgeYGrex28xNTd086Dik7vUMscQOa8y4DoGtCCSkAKlNwpgNtphjrC6MIHUkR6YWxxs6Sc5xqn222mmCRFzIt8lEdKx+ikCtg91qS2WpwVfBelJCiQJwvzixfI9cxZQWgiSJelKnwBElKYtDOb2MFbhmUigbReQBV0Cg4+qMXSxXSyGUn4UbF8l+7qdSGnTC0XLCmahIgUHLhLOhpVCtw4CzYXvLQWQbJNmxoCsOKAxSgBJno75avolkRw8iIAFcsdc02e9iyCd8tHwmeSSoKTowIgvscSGZUOA7PuCN5b2BX9mQM7S0wYhMNU74zgsPBj3HU7wguAfnxxjFQGBE6pwN+GjME9zHY7zGp8wVxMShYX9NXvEWD3HbwJf4giO4CFIQxXScH1/TM+04kkBiAAAAAElFTkSuQmCC";
|
|
667
|
+
export function ensureLeafletStyles() {
|
|
668
|
+
if (typeof document === "undefined" || document.getElementById(LEAFLET_STYLE_ID))
|
|
669
|
+
return;
|
|
670
|
+
const style = document.createElement("style");
|
|
671
|
+
style.id = LEAFLET_STYLE_ID;
|
|
672
|
+
style.dataset.nuxtScriptsLeaflet = "1";
|
|
673
|
+
style.textContent = LEAFLET_CSS;
|
|
674
|
+
document.head.append(style);
|
|
675
|
+
}
|
|
676
|
+
export function configureLeafletDefaultIcons(leaflet) {
|
|
677
|
+
if (!leaflet)
|
|
678
|
+
return;
|
|
679
|
+
leaflet.Icon.Default.mergeOptions({
|
|
680
|
+
iconUrl: LEAFLET_DEFAULT_ICON_URL,
|
|
681
|
+
iconRetinaUrl: LEAFLET_DEFAULT_ICON_RETINA_URL,
|
|
682
|
+
shadowUrl: LEAFLET_DEFAULT_SHADOW_URL
|
|
683
|
+
});
|
|
684
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export declare const MAPLIBRE_STYLESHEET_URL = "https://unpkg.com/maplibre-gl@5.24.0/dist/maplibre-gl.css";
|
|
2
|
+
export declare const MAPLIBRE_STYLESHEET_INTEGRITY = "sha384-uTttxo/aOKbdE5RlD/SPzSDoDmNvGlUYPjONi2MN/b7c9HPSvW07OIuyP7uL6jxK";
|
|
3
|
+
export declare function configureMapLibreWorker(maplibre: {
|
|
4
|
+
setWorkerUrl: (value: string) => void;
|
|
5
|
+
} | undefined, workerUrl?: string): void;
|
|
6
|
+
/** Injects MapLibre's required control and marker stylesheet once. */
|
|
7
|
+
export declare function ensureMapLibreStyles(stylesheetUrl?: string): void;
|