@tracktor/map 0.7.1 → 0.8.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/dist/components/MarkerMap/useMarkerMap.d.ts +1 -2
- package/dist/hooks/useAnimationMap.d.ts +3 -6
- package/dist/hooks/useMarkers.d.ts +4 -2
- package/dist/main.js +569 -590
- package/dist/main.umd.cjs +10 -10
- package/dist/types/MarkerMapProps.d.ts +4 -12
- package/dist/types/MarkerProps.d.ts +8 -4
- package/dist/utils/getCoreMapOptions.d.ts +1 -4
- package/dist/utils/loadMarkers.d.ts +3 -2
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
(function(){"use strict";try{if(typeof document<"u"){var o=document.createElement("style");o.appendChild(document.createTextNode(`.mapboxgl-map{font:12px/20px Helvetica Neue,Arial,Helvetica,sans-serif;overflow:hidden;position:relative;-webkit-tap-highlight-color:rgb(0 0 0/0)}.mapboxgl-canvas{left:0;position:absolute;top:0}.mapboxgl-map:-webkit-full-screen{height:100%;width:100%}.mapboxgl-canary{background-color:salmon}.mapboxgl-canvas-container.mapboxgl-interactive,.mapboxgl-ctrl-group button.mapboxgl-ctrl-compass{cursor:grab;-webkit-user-select:none;user-select:none}.mapboxgl-canvas-container.mapboxgl-interactive.mapboxgl-track-pointer{cursor:pointer}.mapboxgl-canvas-container.mapboxgl-interactive:active,.mapboxgl-ctrl-group button.mapboxgl-ctrl-compass:active{cursor:grabbing}.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate,.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate .mapboxgl-canvas{touch-action:pan-x pan-y}.mapboxgl-canvas-container.mapboxgl-touch-drag-pan,.mapboxgl-canvas-container.mapboxgl-touch-drag-pan .mapboxgl-canvas{touch-action:pinch-zoom}.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan,.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan .mapboxgl-canvas{touch-action:none}.mapboxgl-ctrl-bottom,.mapboxgl-ctrl-bottom-left,.mapboxgl-ctrl-bottom-right,.mapboxgl-ctrl-left,.mapboxgl-ctrl-right,.mapboxgl-ctrl-top,.mapboxgl-ctrl-top-left,.mapboxgl-ctrl-top-right{pointer-events:none;position:absolute;z-index:2}.mapboxgl-ctrl-top-left{left:0;top:0}.mapboxgl-ctrl-top{left:50%;top:0;transform:translate(-50%)}.mapboxgl-ctrl-top-right{right:0;top:0}.mapboxgl-ctrl-right{right:0;top:50%;transform:translateY(-50%)}.mapboxgl-ctrl-bottom-right{bottom:0;right:0}.mapboxgl-ctrl-bottom{bottom:0;left:50%;transform:translate(-50%)}.mapboxgl-ctrl-bottom-left{bottom:0;left:0}.mapboxgl-ctrl-left{left:0;top:50%;transform:translateY(-50%)}.mapboxgl-ctrl{clear:both;pointer-events:auto;transform:translate(0)}.mapboxgl-ctrl-top-left .mapboxgl-ctrl{float:left;margin:10px 0 0 10px}.mapboxgl-ctrl-top .mapboxgl-ctrl{float:left;margin:10px 0}.mapboxgl-ctrl-top-right .mapboxgl-ctrl{float:right;margin:10px 10px 0 0}.mapboxgl-ctrl-bottom-right .mapboxgl-ctrl,.mapboxgl-ctrl-right .mapboxgl-ctrl{float:right;margin:0 10px 10px 0}.mapboxgl-ctrl-bottom .mapboxgl-ctrl{float:left;margin:10px 0}.mapboxgl-ctrl-bottom-left .mapboxgl-ctrl,.mapboxgl-ctrl-left .mapboxgl-ctrl{float:left;margin:0 0 10px 10px}.mapboxgl-ctrl-group{background:#fff;border-radius:4px}.mapboxgl-ctrl-group:not(:empty){box-shadow:0 0 0 2px #0000001a}@media (-ms-high-contrast:active){.mapboxgl-ctrl-group:not(:empty){box-shadow:0 0 0 2px ButtonText}}.mapboxgl-ctrl-group button{background-color:initial;border:0;box-sizing:border-box;cursor:pointer;display:block;height:29px;outline:none;overflow:hidden;padding:0;width:29px}.mapboxgl-ctrl-group button+button{border-top:1px solid #ddd}.mapboxgl-ctrl button .mapboxgl-ctrl-icon{background-position:50%;background-repeat:no-repeat;display:block;height:100%;width:100%}@media (-ms-high-contrast:active){.mapboxgl-ctrl-icon{background-color:initial}.mapboxgl-ctrl-group button+button{border-top:1px solid ButtonText}}.mapboxgl-ctrl-attrib-button:focus,.mapboxgl-ctrl-group button:focus{box-shadow:0 0 2px 2px #0096ff}.mapboxgl-ctrl button:disabled{cursor:not-allowed}.mapboxgl-ctrl button:disabled .mapboxgl-ctrl-icon{opacity:.25}.mapboxgl-ctrl-group button:first-child{border-radius:4px 4px 0 0}.mapboxgl-ctrl-group button:last-child{border-radius:0 0 4px 4px}.mapboxgl-ctrl-group button:only-child{border-radius:inherit}.mapboxgl-ctrl button:not(:disabled):hover{background-color:#0000000d}.mapboxgl-ctrl-group button:focus:focus-visible{box-shadow:0 0 2px 2px #0096ff}.mapboxgl-ctrl-group button:focus:not(:focus-visible){box-shadow:none}.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-9z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5z'/%3E%3C/svg%3E")}@media (-ms-high-contrast:active){.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-9z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5z'/%3E%3C/svg%3E")}}@media (-ms-high-contrast:black-on-white){.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-9z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5z'/%3E%3C/svg%3E")}}.mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3h1zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16h1zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5H13zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1V7.5z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1h-5.5zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1v-5.5zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1v5.5zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1h5.5z'/%3E%3C/svg%3E")}@media (-ms-high-contrast:active){.mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3h1zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16h1zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5H13zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1V7.5z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1h-5.5zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1v-5.5zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1v5.5zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1h5.5z'/%3E%3C/svg%3E")}}@media (-ms-high-contrast:black-on-white){.mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3h1zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16h1zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5H13zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1V7.5z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1h-5.5zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1v-5.5zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1v5.5zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1h5.5z'/%3E%3C/svg%3E")}}.mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M10.5 14l4-8 4 8h-8z'/%3E%3Cpath id='south' d='M10.5 16l4 8 4-8h-8z' fill='%23ccc'/%3E%3C/svg%3E")}@media (-ms-high-contrast:active){.mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M10.5 14l4-8 4 8h-8z'/%3E%3Cpath id='south' d='M10.5 16l4 8 4-8h-8z' fill='%23999'/%3E%3C/svg%3E")}}@media (-ms-high-contrast:black-on-white){.mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 29 29'%3E%3Cpath d='M10.5 14l4-8 4 8h-8z'/%3E%3Cpath id='south' d='M10.5 16l4 8 4-8h-8z' fill='%23ccc'/%3E%3C/svg%3E")}}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23aaa'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' fill='%23f00'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active-error .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e58978'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2' display='none'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background-error .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e54e33'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2' display='none'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-waiting .mapboxgl-ctrl-icon{animation:mapboxgl-spin 2s linear infinite}@media (-ms-high-contrast:active){.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23999'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' fill='%23f00'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active-error .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e58978'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2' display='none'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background-error .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e54e33'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2' display='none'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E")}}@media (-ms-high-contrast:black-on-white){.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23000'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23666'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' fill='%23f00'/%3E%3C/svg%3E")}}@keyframes mapboxgl-spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}a.mapboxgl-ctrl-logo{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill-rule='evenodd' viewBox='0 0 88 23'%3E%3Cdefs%3E%3Cpath id='logo' d='M11.5 2.25c5.105 0 9.25 4.145 9.25 9.25s-4.145 9.25-9.25 9.25-9.25-4.145-9.25-9.25 4.145-9.25 9.25-9.25zM6.997 15.983c-.051-.338-.828-5.802 2.233-8.873a4.395 4.395 0 013.13-1.28c1.27 0 2.49.51 3.39 1.42.91.9 1.42 2.12 1.42 3.39 0 1.18-.449 2.301-1.28 3.13C12.72 16.93 7 16 7 16l-.003-.017zM15.3 10.5l-2 .8-.8 2-.8-2-2-.8 2-.8.8-2 .8 2 2 .8z'/%3E%3Cpath id='text' d='M50.63 8c.13 0 .23.1.23.23V9c.7-.76 1.7-1.18 2.73-1.18 2.17 0 3.95 1.85 3.95 4.17s-1.77 4.19-3.94 4.19c-1.04 0-2.03-.43-2.74-1.18v3.77c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V8.23c0-.12.1-.23.23-.23h1.4zm-3.86.01c.01 0 .01 0 .01-.01.13 0 .22.1.22.22v7.55c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V15c-.7.76-1.69 1.19-2.73 1.19-2.17 0-3.94-1.87-3.94-4.19 0-2.32 1.77-4.19 3.94-4.19 1.03 0 2.02.43 2.73 1.18v-.75c0-.12.1-.23.23-.23h1.4zm26.375-.19a4.24 4.24 0 00-4.16 3.29c-.13.59-.13 1.19 0 1.77a4.233 4.233 0 004.17 3.3c2.35 0 4.26-1.87 4.26-4.19 0-2.32-1.9-4.17-4.27-4.17zM60.63 5c.13 0 .23.1.23.23v3.76c.7-.76 1.7-1.18 2.73-1.18 1.88 0 3.45 1.4 3.84 3.28.13.59.13 1.2 0 1.8-.39 1.88-1.96 3.29-3.84 3.29-1.03 0-2.02-.43-2.73-1.18v.77c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V5.23c0-.12.1-.23.23-.23h1.4zm-34 11h-1.4c-.13 0-.23-.11-.23-.23V8.22c.01-.13.1-.22.23-.22h1.4c.13 0 .22.11.23.22v.68c.5-.68 1.3-1.09 2.16-1.1h.03c1.09 0 2.09.6 2.6 1.55.45-.95 1.4-1.55 2.44-1.56 1.62 0 2.93 1.25 2.9 2.78l.03 5.2c0 .13-.1.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.8 0-1.46.7-1.59 1.62l.01 4.68c0 .13-.11.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.85 0-1.54.79-1.6 1.8v4.5c0 .13-.1.23-.23.23zm53.615 0h-1.61c-.04 0-.08-.01-.12-.03-.09-.06-.13-.19-.06-.28l2.43-3.71-2.39-3.65a.213.213 0 01-.03-.12c0-.12.09-.21.21-.21h1.61c.13 0 .24.06.3.17l1.41 2.37 1.4-2.37a.34.34 0 01.3-.17h1.6c.04 0 .08.01.12.03.09.06.13.19.06.28l-2.37 3.65 2.43 3.7c0 .05.01.09.01.13 0 .12-.09.21-.21.21h-1.61c-.13 0-.24-.06-.3-.17l-1.44-2.42-1.44 2.42a.34.34 0 01-.3.17zm-7.12-1.49c-1.33 0-2.42-1.12-2.42-2.51 0-1.39 1.08-2.52 2.42-2.52 1.33 0 2.42 1.12 2.42 2.51 0 1.39-1.08 2.51-2.42 2.52zm-19.865 0c-1.32 0-2.39-1.11-2.42-2.48v-.07c.02-1.38 1.09-2.49 2.4-2.49 1.32 0 2.41 1.12 2.41 2.51 0 1.39-1.07 2.52-2.39 2.53zm-8.11-2.48c-.01 1.37-1.09 2.47-2.41 2.47s-2.42-1.12-2.42-2.51c0-1.39 1.08-2.52 2.4-2.52 1.33 0 2.39 1.11 2.41 2.48l.02.08zm18.12 2.47c-1.32 0-2.39-1.11-2.41-2.48v-.06c.02-1.38 1.09-2.48 2.41-2.48s2.42 1.12 2.42 2.51c0 1.39-1.09 2.51-2.42 2.51z'/%3E%3C/defs%3E%3Cmask id='clip'%3E%3Crect x='0' y='0' width='100%25' height='100%25' fill='white'/%3E%3Cuse xlink:href='%23logo'/%3E%3Cuse xlink:href='%23text'/%3E%3C/mask%3E%3Cg id='outline' opacity='0.3' stroke='%23000' stroke-width='3'%3E%3Ccircle mask='url(%23clip)' cx='11.5' cy='11.5' r='9.25'/%3E%3Cuse xlink:href='%23text' mask='url(%23clip)'/%3E%3C/g%3E%3Cg id='fill' opacity='0.9' fill='%23fff'%3E%3Cuse xlink:href='%23logo'/%3E%3Cuse xlink:href='%23text'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;cursor:pointer;display:block;height:23px;margin:0 0 -4px -4px;overflow:hidden;width:88px}a.mapboxgl-ctrl-logo.mapboxgl-compact{width:23px}@media (-ms-high-contrast:active){a.mapboxgl-ctrl-logo{background-color:initial;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill-rule='evenodd' viewBox='0 0 88 23'%3E%3Cdefs%3E%3Cpath id='logo' d='M11.5 2.25c5.105 0 9.25 4.145 9.25 9.25s-4.145 9.25-9.25 9.25-9.25-4.145-9.25-9.25 4.145-9.25 9.25-9.25zM6.997 15.983c-.051-.338-.828-5.802 2.233-8.873a4.395 4.395 0 013.13-1.28c1.27 0 2.49.51 3.39 1.42.91.9 1.42 2.12 1.42 3.39 0 1.18-.449 2.301-1.28 3.13C12.72 16.93 7 16 7 16l-.003-.017zM15.3 10.5l-2 .8-.8 2-.8-2-2-.8 2-.8.8-2 .8 2 2 .8z'/%3E%3Cpath id='text' d='M50.63 8c.13 0 .23.1.23.23V9c.7-.76 1.7-1.18 2.73-1.18 2.17 0 3.95 1.85 3.95 4.17s-1.77 4.19-3.94 4.19c-1.04 0-2.03-.43-2.74-1.18v3.77c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V8.23c0-.12.1-.23.23-.23h1.4zm-3.86.01c.01 0 .01 0 .01-.01.13 0 .22.1.22.22v7.55c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V15c-.7.76-1.69 1.19-2.73 1.19-2.17 0-3.94-1.87-3.94-4.19 0-2.32 1.77-4.19 3.94-4.19 1.03 0 2.02.43 2.73 1.18v-.75c0-.12.1-.23.23-.23h1.4zm26.375-.19a4.24 4.24 0 00-4.16 3.29c-.13.59-.13 1.19 0 1.77a4.233 4.233 0 004.17 3.3c2.35 0 4.26-1.87 4.26-4.19 0-2.32-1.9-4.17-4.27-4.17zM60.63 5c.13 0 .23.1.23.23v3.76c.7-.76 1.7-1.18 2.73-1.18 1.88 0 3.45 1.4 3.84 3.28.13.59.13 1.2 0 1.8-.39 1.88-1.96 3.29-3.84 3.29-1.03 0-2.02-.43-2.73-1.18v.77c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V5.23c0-.12.1-.23.23-.23h1.4zm-34 11h-1.4c-.13 0-.23-.11-.23-.23V8.22c.01-.13.1-.22.23-.22h1.4c.13 0 .22.11.23.22v.68c.5-.68 1.3-1.09 2.16-1.1h.03c1.09 0 2.09.6 2.6 1.55.45-.95 1.4-1.55 2.44-1.56 1.62 0 2.93 1.25 2.9 2.78l.03 5.2c0 .13-.1.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.8 0-1.46.7-1.59 1.62l.01 4.68c0 .13-.11.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.85 0-1.54.79-1.6 1.8v4.5c0 .13-.1.23-.23.23zm53.615 0h-1.61c-.04 0-.08-.01-.12-.03-.09-.06-.13-.19-.06-.28l2.43-3.71-2.39-3.65a.213.213 0 01-.03-.12c0-.12.09-.21.21-.21h1.61c.13 0 .24.06.3.17l1.41 2.37 1.4-2.37a.34.34 0 01.3-.17h1.6c.04 0 .08.01.12.03.09.06.13.19.06.28l-2.37 3.65 2.43 3.7c0 .05.01.09.01.13 0 .12-.09.21-.21.21h-1.61c-.13 0-.24-.06-.3-.17l-1.44-2.42-1.44 2.42a.34.34 0 01-.3.17zm-7.12-1.49c-1.33 0-2.42-1.12-2.42-2.51 0-1.39 1.08-2.52 2.42-2.52 1.33 0 2.42 1.12 2.42 2.51 0 1.39-1.08 2.51-2.42 2.52zm-19.865 0c-1.32 0-2.39-1.11-2.42-2.48v-.07c.02-1.38 1.09-2.49 2.4-2.49 1.32 0 2.41 1.12 2.41 2.51 0 1.39-1.07 2.52-2.39 2.53zm-8.11-2.48c-.01 1.37-1.09 2.47-2.41 2.47s-2.42-1.12-2.42-2.51c0-1.39 1.08-2.52 2.4-2.52 1.33 0 2.39 1.11 2.41 2.48l.02.08zm18.12 2.47c-1.32 0-2.39-1.11-2.41-2.48v-.06c.02-1.38 1.09-2.48 2.41-2.48s2.42 1.12 2.42 2.51c0 1.39-1.09 2.51-2.42 2.51z'/%3E%3C/defs%3E%3Cmask id='clip'%3E%3Crect x='0' y='0' width='100%25' height='100%25' fill='white'/%3E%3Cuse xlink:href='%23logo'/%3E%3Cuse xlink:href='%23text'/%3E%3C/mask%3E%3Cg id='outline' opacity='1' stroke='%23000' stroke-width='3'%3E%3Ccircle mask='url(%23clip)' cx='11.5' cy='11.5' r='9.25'/%3E%3Cuse xlink:href='%23text' mask='url(%23clip)'/%3E%3C/g%3E%3Cg id='fill' opacity='1' fill='%23fff'%3E%3Cuse xlink:href='%23logo'/%3E%3Cuse xlink:href='%23text'/%3E%3C/g%3E%3C/svg%3E")}}@media (-ms-high-contrast:black-on-white){a.mapboxgl-ctrl-logo{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill-rule='evenodd' viewBox='0 0 88 23'%3E%3Cdefs%3E%3Cpath id='logo' d='M11.5 2.25c5.105 0 9.25 4.145 9.25 9.25s-4.145 9.25-9.25 9.25-9.25-4.145-9.25-9.25 4.145-9.25 9.25-9.25zM6.997 15.983c-.051-.338-.828-5.802 2.233-8.873a4.395 4.395 0 013.13-1.28c1.27 0 2.49.51 3.39 1.42.91.9 1.42 2.12 1.42 3.39 0 1.18-.449 2.301-1.28 3.13C12.72 16.93 7 16 7 16l-.003-.017zM15.3 10.5l-2 .8-.8 2-.8-2-2-.8 2-.8.8-2 .8 2 2 .8z'/%3E%3Cpath id='text' d='M50.63 8c.13 0 .23.1.23.23V9c.7-.76 1.7-1.18 2.73-1.18 2.17 0 3.95 1.85 3.95 4.17s-1.77 4.19-3.94 4.19c-1.04 0-2.03-.43-2.74-1.18v3.77c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V8.23c0-.12.1-.23.23-.23h1.4zm-3.86.01c.01 0 .01 0 .01-.01.13 0 .22.1.22.22v7.55c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V15c-.7.76-1.69 1.19-2.73 1.19-2.17 0-3.94-1.87-3.94-4.19 0-2.32 1.77-4.19 3.94-4.19 1.03 0 2.02.43 2.73 1.18v-.75c0-.12.1-.23.23-.23h1.4zm26.375-.19a4.24 4.24 0 00-4.16 3.29c-.13.59-.13 1.19 0 1.77a4.233 4.233 0 004.17 3.3c2.35 0 4.26-1.87 4.26-4.19 0-2.32-1.9-4.17-4.27-4.17zM60.63 5c.13 0 .23.1.23.23v3.76c.7-.76 1.7-1.18 2.73-1.18 1.88 0 3.45 1.4 3.84 3.28.13.59.13 1.2 0 1.8-.39 1.88-1.96 3.29-3.84 3.29-1.03 0-2.02-.43-2.73-1.18v.77c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V5.23c0-.12.1-.23.23-.23h1.4zm-34 11h-1.4c-.13 0-.23-.11-.23-.23V8.22c.01-.13.1-.22.23-.22h1.4c.13 0 .22.11.23.22v.68c.5-.68 1.3-1.09 2.16-1.1h.03c1.09 0 2.09.6 2.6 1.55.45-.95 1.4-1.55 2.44-1.56 1.62 0 2.93 1.25 2.9 2.78l.03 5.2c0 .13-.1.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.8 0-1.46.7-1.59 1.62l.01 4.68c0 .13-.11.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.85 0-1.54.79-1.6 1.8v4.5c0 .13-.1.23-.23.23zm53.615 0h-1.61c-.04 0-.08-.01-.12-.03-.09-.06-.13-.19-.06-.28l2.43-3.71-2.39-3.65a.213.213 0 01-.03-.12c0-.12.09-.21.21-.21h1.61c.13 0 .24.06.3.17l1.41 2.37 1.4-2.37a.34.34 0 01.3-.17h1.6c.04 0 .08.01.12.03.09.06.13.19.06.28l-2.37 3.65 2.43 3.7c0 .05.01.09.01.13 0 .12-.09.21-.21.21h-1.61c-.13 0-.24-.06-.3-.17l-1.44-2.42-1.44 2.42a.34.34 0 01-.3.17zm-7.12-1.49c-1.33 0-2.42-1.12-2.42-2.51 0-1.39 1.08-2.52 2.42-2.52 1.33 0 2.42 1.12 2.42 2.51 0 1.39-1.08 2.51-2.42 2.52zm-19.865 0c-1.32 0-2.39-1.11-2.42-2.48v-.07c.02-1.38 1.09-2.49 2.4-2.49 1.32 0 2.41 1.12 2.41 2.51 0 1.39-1.07 2.52-2.39 2.53zm-8.11-2.48c-.01 1.37-1.09 2.47-2.41 2.47s-2.42-1.12-2.42-2.51c0-1.39 1.08-2.52 2.4-2.52 1.33 0 2.39 1.11 2.41 2.48l.02.08zm18.12 2.47c-1.32 0-2.39-1.11-2.41-2.48v-.06c.02-1.38 1.09-2.48 2.41-2.48s2.42 1.12 2.42 2.51c0 1.39-1.09 2.51-2.42 2.51z'/%3E%3C/defs%3E%3Cmask id='clip'%3E%3Crect x='0' y='0' width='100%25' height='100%25' fill='white'/%3E%3Cuse xlink:href='%23logo'/%3E%3Cuse xlink:href='%23text'/%3E%3C/mask%3E%3Cg id='outline' opacity='1' stroke='%23fff' stroke-width='3' fill='%23fff'%3E%3Ccircle mask='url(%23clip)' cx='11.5' cy='11.5' r='9.25'/%3E%3Cuse xlink:href='%23text' mask='url(%23clip)'/%3E%3C/g%3E%3Cg id='fill' opacity='1' fill='%23000'%3E%3Cuse xlink:href='%23logo'/%3E%3Cuse xlink:href='%23text'/%3E%3C/g%3E%3C/svg%3E")}}.mapboxgl-ctrl.mapboxgl-ctrl-attrib{background-color:#ffffff80;margin:0;padding:0 5px}@media screen{.mapboxgl-ctrl-attrib.mapboxgl-compact{background-color:#fff;border-radius:12px;box-sizing:initial;margin:10px;min-height:20px;padding:2px 24px 2px 0;position:relative}.mapboxgl-ctrl-attrib.mapboxgl-compact-show{padding:2px 28px 2px 8px;visibility:visible}.mapboxgl-ctrl-bottom-left>.mapboxgl-ctrl-attrib.mapboxgl-compact-show,.mapboxgl-ctrl-left>.mapboxgl-ctrl-attrib.mapboxgl-compact-show,.mapboxgl-ctrl-top-left>.mapboxgl-ctrl-attrib.mapboxgl-compact-show{border-radius:12px;padding:2px 8px 2px 28px}.mapboxgl-ctrl-attrib.mapboxgl-compact .mapboxgl-ctrl-attrib-inner{display:none}.mapboxgl-ctrl-attrib-button{background-color:#ffffff80;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E");border:0;border-radius:12px;box-sizing:border-box;cursor:pointer;display:none;height:24px;outline:none;position:absolute;right:0;top:0;width:24px}.mapboxgl-ctrl-bottom-left .mapboxgl-ctrl-attrib-button,.mapboxgl-ctrl-left .mapboxgl-ctrl-attrib-button,.mapboxgl-ctrl-top-left .mapboxgl-ctrl-attrib-button{left:0}.mapboxgl-ctrl-attrib.mapboxgl-compact .mapboxgl-ctrl-attrib-button,.mapboxgl-ctrl-attrib.mapboxgl-compact-show .mapboxgl-ctrl-attrib-inner{display:block}.mapboxgl-ctrl-attrib.mapboxgl-compact-show .mapboxgl-ctrl-attrib-button{background-color:#0000000d}.mapboxgl-ctrl-bottom-right>.mapboxgl-ctrl-attrib.mapboxgl-compact:after{bottom:0;right:0}.mapboxgl-ctrl-right>.mapboxgl-ctrl-attrib.mapboxgl-compact:after{right:0}.mapboxgl-ctrl-top-right>.mapboxgl-ctrl-attrib.mapboxgl-compact:after{right:0;top:0}.mapboxgl-ctrl-top-left>.mapboxgl-ctrl-attrib.mapboxgl-compact:after{left:0;top:0}.mapboxgl-ctrl-bottom-left>.mapboxgl-ctrl-attrib.mapboxgl-compact:after{bottom:0;left:0}.mapboxgl-ctrl-left>.mapboxgl-ctrl-attrib.mapboxgl-compact:after{left:0}}@media screen and (-ms-high-contrast:active){.mapboxgl-ctrl-attrib.mapboxgl-compact:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' fill='%23fff'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E")}}@media screen and (-ms-high-contrast:black-on-white){.mapboxgl-ctrl-attrib.mapboxgl-compact:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E")}}.mapboxgl-ctrl-attrib a{color:#000000bf;text-decoration:none}.mapboxgl-ctrl-attrib a:hover{color:inherit;text-decoration:underline}.mapboxgl-ctrl-attrib .mapbox-improve-map{font-weight:700;margin-left:2px}.mapboxgl-attrib-empty{display:none}.mapboxgl-ctrl-scale{background-color:#ffffffbf;border:2px solid #333;border-top:#333;box-sizing:border-box;color:#333;font-size:10px;padding:0 5px;white-space:nowrap}.mapboxgl-popup{display:flex;left:0;pointer-events:none;position:absolute;top:0;will-change:transform}.mapboxgl-popup-anchor-top,.mapboxgl-popup-anchor-top-left,.mapboxgl-popup-anchor-top-right{flex-direction:column}.mapboxgl-popup-anchor-bottom,.mapboxgl-popup-anchor-bottom-left,.mapboxgl-popup-anchor-bottom-right{flex-direction:column-reverse}.mapboxgl-popup-anchor-left{flex-direction:row}.mapboxgl-popup-anchor-right{flex-direction:row-reverse}.mapboxgl-popup-tip{border:10px solid #0000;height:0;width:0;z-index:1}.mapboxgl-popup-anchor-top .mapboxgl-popup-tip{align-self:center;border-bottom-color:#fff;border-top:none}.mapboxgl-popup-anchor-top-left .mapboxgl-popup-tip{align-self:flex-start;border-bottom-color:#fff;border-left:none;border-top:none}.mapboxgl-popup-anchor-top-right .mapboxgl-popup-tip{align-self:flex-end;border-bottom-color:#fff;border-right:none;border-top:none}.mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip{align-self:center;border-bottom:none;border-top-color:#fff}.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-tip{align-self:flex-start;border-bottom:none;border-left:none;border-top-color:#fff}.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-tip{align-self:flex-end;border-bottom:none;border-right:none;border-top-color:#fff}.mapboxgl-popup-anchor-left .mapboxgl-popup-tip{align-self:center;border-left:none;border-right-color:#fff}.mapboxgl-popup-anchor-right .mapboxgl-popup-tip{align-self:center;border-left-color:#fff;border-right:none}.mapboxgl-popup-close-button{background-color:initial;border:0;border-radius:0 3px 0 0;cursor:pointer;position:absolute;right:0;top:0}.mapboxgl-popup-close-button:hover{background-color:#0000000d}.mapboxgl-popup-content{background:#fff;border-radius:3px;box-shadow:0 1px 2px #0000001a;padding:10px 10px 15px;pointer-events:auto;position:relative}.mapboxgl-popup-anchor-top-left .mapboxgl-popup-content{border-top-left-radius:0}.mapboxgl-popup-anchor-top-right .mapboxgl-popup-content{border-top-right-radius:0}.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-content{border-bottom-left-radius:0}.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-content{border-bottom-right-radius:0}.mapboxgl-popup-track-pointer{display:none}.mapboxgl-popup-track-pointer *{pointer-events:none;-webkit-user-select:none;user-select:none}.mapboxgl-map:hover .mapboxgl-popup-track-pointer{display:flex}.mapboxgl-map:active .mapboxgl-popup-track-pointer{display:none}.mapboxgl-marker{left:0;opacity:1;position:absolute;top:0;transition:opacity .2s;will-change:transform}.mapboxgl-user-location-dot,.mapboxgl-user-location-dot:before{background-color:#1da1f2;border-radius:50%;height:15px;width:15px}.mapboxgl-user-location-dot:before{animation:mapboxgl-user-location-dot-pulse 2s infinite;content:"";position:absolute}.mapboxgl-user-location-dot:after{border:2px solid #fff;border-radius:50%;box-shadow:0 0 3px #00000059;box-sizing:border-box;content:"";height:19px;left:-2px;position:absolute;top:-2px;width:19px}.mapboxgl-user-location-show-heading .mapboxgl-user-location-heading{height:0;width:0}.mapboxgl-user-location-show-heading .mapboxgl-user-location-heading:after,.mapboxgl-user-location-show-heading .mapboxgl-user-location-heading:before{border-bottom:7.5px solid #4aa1eb;content:"";position:absolute}.mapboxgl-user-location-show-heading .mapboxgl-user-location-heading:before{border-left:7.5px solid #0000;transform:translateY(-28px) skewY(-20deg)}.mapboxgl-user-location-show-heading .mapboxgl-user-location-heading:after{border-right:7.5px solid #0000;transform:translate(7.5px,-28px) skewY(20deg)}@keyframes mapboxgl-user-location-dot-pulse{0%{opacity:1;transform:scale(1)}70%{opacity:0;transform:scale(3)}to{opacity:0;transform:scale(1)}}.mapboxgl-user-location-dot-stale{background-color:#aaa}.mapboxgl-user-location-dot-stale:after{display:none}.mapboxgl-user-location-accuracy-circle{background-color:#1da1f233;border-radius:100%;height:1px;width:1px}.mapboxgl-crosshair,.mapboxgl-crosshair .mapboxgl-interactive,.mapboxgl-crosshair .mapboxgl-interactive:active{cursor:crosshair}.mapboxgl-boxzoom{background:#fff;border:2px dotted #202020;height:0;left:0;opacity:.5;position:absolute;top:0;width:0}@media print{.mapbox-improve-map{display:none}}.mapboxgl-scroll-zoom-blocker,.mapboxgl-touch-pan-blocker{align-items:center;background:#000000b3;color:#fff;display:flex;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;height:100%;justify-content:center;left:0;opacity:0;pointer-events:none;position:absolute;text-align:center;top:0;transition:opacity .75s ease-in-out;transition-delay:1s;width:100%}.mapboxgl-scroll-zoom-blocker-show,.mapboxgl-touch-pan-blocker-show{opacity:1;transition:opacity .1s ease-in-out}.mapboxgl-canvas-container.mapboxgl-touch-pan-blocker-override.mapboxgl-scrollable-page,.mapboxgl-canvas-container.mapboxgl-touch-pan-blocker-override.mapboxgl-scrollable-page .mapboxgl-canvas{touch-action:pan-x pan-y}`)),document.head.appendChild(o)}}catch(t){console.error("vite-plugin-css-injected-by-js",t)}})();
|
|
2
|
-
import ge, { createContext as
|
|
3
|
-
import { LicenseInfo as
|
|
4
|
-
import
|
|
5
|
-
import { useTheme as
|
|
6
|
-
import { useDebounce as
|
|
7
|
-
import
|
|
8
|
-
const
|
|
9
|
-
var
|
|
2
|
+
import ge, { createContext as xr, useEffect as A, useMemo as ve, useRef as oe, useCallback as ye, useState as Tr, memo as Sr } from "react";
|
|
3
|
+
import { LicenseInfo as Or } from "@mui/x-license";
|
|
4
|
+
import be, { LngLatBounds as Pr, Marker as wr, Popup as jr, Map as Fr } from "mapbox-gl";
|
|
5
|
+
import { useTheme as Ar, Box as pe, GlobalStyles as Ir, Skeleton as Dr } from "@tracktor/design-system";
|
|
6
|
+
import { useDebounce as Lr } from "@tracktor/react-utils";
|
|
7
|
+
import kr from "react-dom";
|
|
8
|
+
const Ye = 2.333, Ue = 46.8677;
|
|
9
|
+
var ne = { exports: {} }, J = {};
|
|
10
10
|
/**
|
|
11
11
|
* @license React
|
|
12
12
|
* react-jsx-runtime.production.min.js
|
|
@@ -17,20 +17,20 @@ var te = { exports: {} }, J = {};
|
|
|
17
17
|
* LICENSE file in the root directory of this source tree.
|
|
18
18
|
*/
|
|
19
19
|
var Be;
|
|
20
|
-
function
|
|
20
|
+
function Mr() {
|
|
21
21
|
if (Be) return J;
|
|
22
22
|
Be = 1;
|
|
23
|
-
var t = ge,
|
|
24
|
-
function
|
|
25
|
-
var
|
|
26
|
-
|
|
27
|
-
for (
|
|
28
|
-
if (
|
|
29
|
-
return { $$typeof:
|
|
23
|
+
var t = ge, r = Symbol.for("react.element"), a = Symbol.for("react.fragment"), i = Object.prototype.hasOwnProperty, s = t.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, y = { key: !0, ref: !0, __self: !0, __source: !0 };
|
|
24
|
+
function p(l, u, v) {
|
|
25
|
+
var d, c = {}, m = null, x = null;
|
|
26
|
+
v !== void 0 && (m = "" + v), u.key !== void 0 && (m = "" + u.key), u.ref !== void 0 && (x = u.ref);
|
|
27
|
+
for (d in u) i.call(u, d) && !y.hasOwnProperty(d) && (c[d] = u[d]);
|
|
28
|
+
if (l && l.defaultProps) for (d in u = l.defaultProps, u) c[d] === void 0 && (c[d] = u[d]);
|
|
29
|
+
return { $$typeof: r, type: l, key: m, ref: x, props: c, _owner: s.current };
|
|
30
30
|
}
|
|
31
|
-
return J.Fragment = a, J.jsx =
|
|
31
|
+
return J.Fragment = a, J.jsx = p, J.jsxs = p, J;
|
|
32
32
|
}
|
|
33
|
-
var
|
|
33
|
+
var G = {};
|
|
34
34
|
/**
|
|
35
35
|
* @license React
|
|
36
36
|
* react-jsx-runtime.development.js
|
|
@@ -41,90 +41,90 @@ var K = {};
|
|
|
41
41
|
* LICENSE file in the root directory of this source tree.
|
|
42
42
|
*/
|
|
43
43
|
var Ve;
|
|
44
|
-
function
|
|
44
|
+
function Nr() {
|
|
45
45
|
return Ve || (Ve = 1, process.env.NODE_ENV !== "production" && function() {
|
|
46
|
-
var t = ge,
|
|
47
|
-
function
|
|
46
|
+
var t = ge, r = Symbol.for("react.element"), a = Symbol.for("react.portal"), i = Symbol.for("react.fragment"), s = Symbol.for("react.strict_mode"), y = Symbol.for("react.profiler"), p = Symbol.for("react.provider"), l = Symbol.for("react.context"), u = Symbol.for("react.forward_ref"), v = Symbol.for("react.suspense"), d = Symbol.for("react.suspense_list"), c = Symbol.for("react.memo"), m = Symbol.for("react.lazy"), x = Symbol.for("react.offscreen"), I = Symbol.iterator, K = "@@iterator";
|
|
47
|
+
function H(e) {
|
|
48
48
|
if (e === null || typeof e != "object")
|
|
49
49
|
return null;
|
|
50
|
-
var
|
|
51
|
-
return typeof
|
|
50
|
+
var n = I && e[I] || e[K];
|
|
51
|
+
return typeof n == "function" ? n : null;
|
|
52
52
|
}
|
|
53
|
-
var
|
|
54
|
-
function
|
|
53
|
+
var O = t.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
|
|
54
|
+
function C(e) {
|
|
55
55
|
{
|
|
56
|
-
for (var
|
|
57
|
-
o[
|
|
58
|
-
|
|
56
|
+
for (var n = arguments.length, o = new Array(n > 1 ? n - 1 : 0), f = 1; f < n; f++)
|
|
57
|
+
o[f - 1] = arguments[f];
|
|
58
|
+
Y("error", e, o);
|
|
59
59
|
}
|
|
60
60
|
}
|
|
61
|
-
function
|
|
61
|
+
function Y(e, n, o) {
|
|
62
62
|
{
|
|
63
|
-
var
|
|
64
|
-
|
|
65
|
-
var h = o.map(function(
|
|
66
|
-
return String(
|
|
63
|
+
var f = O.ReactDebugCurrentFrame, E = f.getStackAddendum();
|
|
64
|
+
E !== "" && (n += "%s", o = o.concat([E]));
|
|
65
|
+
var h = o.map(function(b) {
|
|
66
|
+
return String(b);
|
|
67
67
|
});
|
|
68
|
-
h.unshift("Warning: " +
|
|
68
|
+
h.unshift("Warning: " + n), Function.prototype.apply.call(console[e], console, h);
|
|
69
69
|
}
|
|
70
70
|
}
|
|
71
|
-
var
|
|
72
|
-
|
|
73
|
-
function
|
|
74
|
-
return !!(typeof e == "string" || typeof e == "function" || e ===
|
|
71
|
+
var U = !1, B = !1, T = !1, M = !1, X = !1, D;
|
|
72
|
+
D = Symbol.for("react.module.reference");
|
|
73
|
+
function Z(e) {
|
|
74
|
+
return !!(typeof e == "string" || typeof e == "function" || e === i || e === y || X || e === s || e === v || e === d || M || e === x || U || B || T || typeof e == "object" && e !== null && (e.$$typeof === m || e.$$typeof === c || e.$$typeof === p || e.$$typeof === l || e.$$typeof === u || // This needs to include all possible module reference object
|
|
75
75
|
// types supported by any Flight configuration anywhere since
|
|
76
76
|
// we don't know which Flight build this will end up being used
|
|
77
77
|
// with.
|
|
78
|
-
e.$$typeof ===
|
|
78
|
+
e.$$typeof === D || e.getModuleId !== void 0));
|
|
79
79
|
}
|
|
80
|
-
function
|
|
81
|
-
var
|
|
82
|
-
if (
|
|
83
|
-
return
|
|
84
|
-
var
|
|
85
|
-
return
|
|
80
|
+
function j(e, n, o) {
|
|
81
|
+
var f = e.displayName;
|
|
82
|
+
if (f)
|
|
83
|
+
return f;
|
|
84
|
+
var E = n.displayName || n.name || "";
|
|
85
|
+
return E !== "" ? o + "(" + E + ")" : o;
|
|
86
86
|
}
|
|
87
|
-
function
|
|
87
|
+
function Ee(e) {
|
|
88
88
|
return e.displayName || "Context";
|
|
89
89
|
}
|
|
90
|
-
function
|
|
90
|
+
function F(e) {
|
|
91
91
|
if (e == null)
|
|
92
92
|
return null;
|
|
93
|
-
if (typeof e.tag == "number" &&
|
|
93
|
+
if (typeof e.tag == "number" && C("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."), typeof e == "function")
|
|
94
94
|
return e.displayName || e.name || null;
|
|
95
95
|
if (typeof e == "string")
|
|
96
96
|
return e;
|
|
97
97
|
switch (e) {
|
|
98
|
-
case
|
|
98
|
+
case i:
|
|
99
99
|
return "Fragment";
|
|
100
100
|
case a:
|
|
101
101
|
return "Portal";
|
|
102
|
-
case
|
|
102
|
+
case y:
|
|
103
103
|
return "Profiler";
|
|
104
|
-
case
|
|
104
|
+
case s:
|
|
105
105
|
return "StrictMode";
|
|
106
|
-
case
|
|
106
|
+
case v:
|
|
107
107
|
return "Suspense";
|
|
108
|
-
case
|
|
108
|
+
case d:
|
|
109
109
|
return "SuspenseList";
|
|
110
110
|
}
|
|
111
111
|
if (typeof e == "object")
|
|
112
112
|
switch (e.$$typeof) {
|
|
113
|
-
case
|
|
114
|
-
var
|
|
115
|
-
return
|
|
116
|
-
case
|
|
113
|
+
case l:
|
|
114
|
+
var n = e;
|
|
115
|
+
return Ee(n) + ".Consumer";
|
|
116
|
+
case p:
|
|
117
117
|
var o = e;
|
|
118
|
-
return
|
|
118
|
+
return Ee(o._context) + ".Provider";
|
|
119
119
|
case u:
|
|
120
|
-
return
|
|
121
|
-
case
|
|
122
|
-
var
|
|
123
|
-
return
|
|
124
|
-
case
|
|
125
|
-
var
|
|
120
|
+
return j(e, e.render, "ForwardRef");
|
|
121
|
+
case c:
|
|
122
|
+
var f = e.displayName || null;
|
|
123
|
+
return f !== null ? f : F(e.type) || "Memo";
|
|
124
|
+
case m: {
|
|
125
|
+
var E = e, h = E._payload, b = E._init;
|
|
126
126
|
try {
|
|
127
|
-
return
|
|
127
|
+
return F(b(h));
|
|
128
128
|
} catch {
|
|
129
129
|
return null;
|
|
130
130
|
}
|
|
@@ -132,14 +132,14 @@ function $r() {
|
|
|
132
132
|
}
|
|
133
133
|
return null;
|
|
134
134
|
}
|
|
135
|
-
var L = Object.assign,
|
|
135
|
+
var L = Object.assign, V = 0, he, me, Re, _e, Ce, xe, Te;
|
|
136
136
|
function Se() {
|
|
137
137
|
}
|
|
138
138
|
Se.__reactDisabledLog = !0;
|
|
139
|
-
function
|
|
139
|
+
function Xe() {
|
|
140
140
|
{
|
|
141
|
-
if (
|
|
142
|
-
he = console.log,
|
|
141
|
+
if (V === 0) {
|
|
142
|
+
he = console.log, me = console.info, Re = console.warn, _e = console.error, Ce = console.group, xe = console.groupCollapsed, Te = console.groupEnd;
|
|
143
143
|
var e = {
|
|
144
144
|
configurable: !0,
|
|
145
145
|
enumerable: !0,
|
|
@@ -156,12 +156,12 @@ function $r() {
|
|
|
156
156
|
groupEnd: e
|
|
157
157
|
});
|
|
158
158
|
}
|
|
159
|
-
|
|
159
|
+
V++;
|
|
160
160
|
}
|
|
161
161
|
}
|
|
162
|
-
function
|
|
162
|
+
function Ze() {
|
|
163
163
|
{
|
|
164
|
-
if (
|
|
164
|
+
if (V--, V === 0) {
|
|
165
165
|
var e = {
|
|
166
166
|
configurable: !0,
|
|
167
167
|
enumerable: !0,
|
|
@@ -172,188 +172,188 @@ function $r() {
|
|
|
172
172
|
value: he
|
|
173
173
|
}),
|
|
174
174
|
info: L({}, e, {
|
|
175
|
-
value:
|
|
175
|
+
value: me
|
|
176
176
|
}),
|
|
177
177
|
warn: L({}, e, {
|
|
178
|
-
value:
|
|
178
|
+
value: Re
|
|
179
179
|
}),
|
|
180
180
|
error: L({}, e, {
|
|
181
|
-
value:
|
|
181
|
+
value: _e
|
|
182
182
|
}),
|
|
183
183
|
group: L({}, e, {
|
|
184
|
-
value:
|
|
184
|
+
value: Ce
|
|
185
185
|
}),
|
|
186
186
|
groupCollapsed: L({}, e, {
|
|
187
|
-
value:
|
|
187
|
+
value: xe
|
|
188
188
|
}),
|
|
189
189
|
groupEnd: L({}, e, {
|
|
190
|
-
value:
|
|
190
|
+
value: Te
|
|
191
191
|
})
|
|
192
192
|
});
|
|
193
193
|
}
|
|
194
|
-
|
|
194
|
+
V < 0 && C("disabledDepth fell below zero. This is a bug in React. Please file an issue.");
|
|
195
195
|
}
|
|
196
196
|
}
|
|
197
|
-
var ie =
|
|
198
|
-
function
|
|
197
|
+
var ie = O.ReactCurrentDispatcher, ae;
|
|
198
|
+
function Q(e, n, o) {
|
|
199
199
|
{
|
|
200
|
-
if (
|
|
200
|
+
if (ae === void 0)
|
|
201
201
|
try {
|
|
202
202
|
throw Error();
|
|
203
|
-
} catch (
|
|
204
|
-
var
|
|
205
|
-
|
|
203
|
+
} catch (E) {
|
|
204
|
+
var f = E.stack.trim().match(/\n( *(at )?)/);
|
|
205
|
+
ae = f && f[1] || "";
|
|
206
206
|
}
|
|
207
207
|
return `
|
|
208
|
-
` +
|
|
208
|
+
` + ae + e;
|
|
209
209
|
}
|
|
210
210
|
}
|
|
211
|
-
var
|
|
211
|
+
var se = !1, ee;
|
|
212
212
|
{
|
|
213
|
-
var
|
|
214
|
-
|
|
213
|
+
var Qe = typeof WeakMap == "function" ? WeakMap : Map;
|
|
214
|
+
ee = new Qe();
|
|
215
215
|
}
|
|
216
|
-
function
|
|
217
|
-
if (!e ||
|
|
216
|
+
function Oe(e, n) {
|
|
217
|
+
if (!e || se)
|
|
218
218
|
return "";
|
|
219
219
|
{
|
|
220
|
-
var o =
|
|
220
|
+
var o = ee.get(e);
|
|
221
221
|
if (o !== void 0)
|
|
222
222
|
return o;
|
|
223
223
|
}
|
|
224
|
-
var
|
|
225
|
-
|
|
226
|
-
var
|
|
224
|
+
var f;
|
|
225
|
+
se = !0;
|
|
226
|
+
var E = Error.prepareStackTrace;
|
|
227
227
|
Error.prepareStackTrace = void 0;
|
|
228
228
|
var h;
|
|
229
|
-
h = ie.current, ie.current = null,
|
|
229
|
+
h = ie.current, ie.current = null, Xe();
|
|
230
230
|
try {
|
|
231
|
-
if (
|
|
232
|
-
var
|
|
231
|
+
if (n) {
|
|
232
|
+
var b = function() {
|
|
233
233
|
throw Error();
|
|
234
234
|
};
|
|
235
|
-
if (Object.defineProperty(
|
|
235
|
+
if (Object.defineProperty(b.prototype, "props", {
|
|
236
236
|
set: function() {
|
|
237
237
|
throw Error();
|
|
238
238
|
}
|
|
239
239
|
}), typeof Reflect == "object" && Reflect.construct) {
|
|
240
240
|
try {
|
|
241
|
-
Reflect.construct(
|
|
242
|
-
} catch (
|
|
243
|
-
|
|
241
|
+
Reflect.construct(b, []);
|
|
242
|
+
} catch (P) {
|
|
243
|
+
f = P;
|
|
244
244
|
}
|
|
245
|
-
Reflect.construct(e, [],
|
|
245
|
+
Reflect.construct(e, [], b);
|
|
246
246
|
} else {
|
|
247
247
|
try {
|
|
248
|
-
|
|
249
|
-
} catch (
|
|
250
|
-
|
|
248
|
+
b.call();
|
|
249
|
+
} catch (P) {
|
|
250
|
+
f = P;
|
|
251
251
|
}
|
|
252
|
-
e.call(
|
|
252
|
+
e.call(b.prototype);
|
|
253
253
|
}
|
|
254
254
|
} else {
|
|
255
255
|
try {
|
|
256
256
|
throw Error();
|
|
257
|
-
} catch (
|
|
258
|
-
|
|
257
|
+
} catch (P) {
|
|
258
|
+
f = P;
|
|
259
259
|
}
|
|
260
260
|
e();
|
|
261
261
|
}
|
|
262
|
-
} catch (
|
|
263
|
-
if (
|
|
264
|
-
for (var
|
|
265
|
-
`),
|
|
266
|
-
`), R =
|
|
262
|
+
} catch (P) {
|
|
263
|
+
if (P && f && typeof P.stack == "string") {
|
|
264
|
+
for (var g = P.stack.split(`
|
|
265
|
+
`), S = f.stack.split(`
|
|
266
|
+
`), R = g.length - 1, _ = S.length - 1; R >= 1 && _ >= 0 && g[R] !== S[_]; )
|
|
267
267
|
_--;
|
|
268
268
|
for (; R >= 1 && _ >= 0; R--, _--)
|
|
269
|
-
if (
|
|
269
|
+
if (g[R] !== S[_]) {
|
|
270
270
|
if (R !== 1 || _ !== 1)
|
|
271
271
|
do
|
|
272
|
-
if (R--, _--, _ < 0 ||
|
|
273
|
-
var
|
|
274
|
-
` +
|
|
275
|
-
return e.displayName &&
|
|
272
|
+
if (R--, _--, _ < 0 || g[R] !== S[_]) {
|
|
273
|
+
var w = `
|
|
274
|
+
` + g[R].replace(" at new ", " at ");
|
|
275
|
+
return e.displayName && w.includes("<anonymous>") && (w = w.replace("<anonymous>", e.displayName)), typeof e == "function" && ee.set(e, w), w;
|
|
276
276
|
}
|
|
277
277
|
while (R >= 1 && _ >= 0);
|
|
278
278
|
break;
|
|
279
279
|
}
|
|
280
280
|
}
|
|
281
281
|
} finally {
|
|
282
|
-
|
|
282
|
+
se = !1, ie.current = h, Ze(), Error.prepareStackTrace = E;
|
|
283
283
|
}
|
|
284
|
-
var
|
|
285
|
-
return typeof e == "function" &&
|
|
284
|
+
var $ = e ? e.displayName || e.name : "", k = $ ? Q($) : "";
|
|
285
|
+
return typeof e == "function" && ee.set(e, k), k;
|
|
286
286
|
}
|
|
287
|
-
function
|
|
288
|
-
return
|
|
287
|
+
function er(e, n, o) {
|
|
288
|
+
return Oe(e, !1);
|
|
289
289
|
}
|
|
290
|
-
function
|
|
291
|
-
var
|
|
292
|
-
return !!(
|
|
290
|
+
function rr(e) {
|
|
291
|
+
var n = e.prototype;
|
|
292
|
+
return !!(n && n.isReactComponent);
|
|
293
293
|
}
|
|
294
|
-
function
|
|
294
|
+
function re(e, n, o) {
|
|
295
295
|
if (e == null)
|
|
296
296
|
return "";
|
|
297
297
|
if (typeof e == "function")
|
|
298
|
-
return
|
|
298
|
+
return Oe(e, rr(e));
|
|
299
299
|
if (typeof e == "string")
|
|
300
|
-
return
|
|
300
|
+
return Q(e);
|
|
301
301
|
switch (e) {
|
|
302
|
+
case v:
|
|
303
|
+
return Q("Suspense");
|
|
302
304
|
case d:
|
|
303
|
-
return
|
|
304
|
-
case l:
|
|
305
|
-
return Z("SuspenseList");
|
|
305
|
+
return Q("SuspenseList");
|
|
306
306
|
}
|
|
307
307
|
if (typeof e == "object")
|
|
308
308
|
switch (e.$$typeof) {
|
|
309
309
|
case u:
|
|
310
|
-
return
|
|
311
|
-
case
|
|
312
|
-
return
|
|
313
|
-
case
|
|
314
|
-
var
|
|
310
|
+
return er(e.render);
|
|
311
|
+
case c:
|
|
312
|
+
return re(e.type, n, o);
|
|
313
|
+
case m: {
|
|
314
|
+
var f = e, E = f._payload, h = f._init;
|
|
315
315
|
try {
|
|
316
|
-
return
|
|
316
|
+
return re(h(E), n, o);
|
|
317
317
|
} catch {
|
|
318
318
|
}
|
|
319
319
|
}
|
|
320
320
|
}
|
|
321
321
|
return "";
|
|
322
322
|
}
|
|
323
|
-
var
|
|
324
|
-
function
|
|
323
|
+
var q = Object.prototype.hasOwnProperty, Pe = {}, we = O.ReactDebugCurrentFrame;
|
|
324
|
+
function te(e) {
|
|
325
325
|
if (e) {
|
|
326
|
-
var
|
|
326
|
+
var n = e._owner, o = re(e.type, e._source, n ? n.type : null);
|
|
327
327
|
we.setExtraStackFrame(o);
|
|
328
328
|
} else
|
|
329
329
|
we.setExtraStackFrame(null);
|
|
330
330
|
}
|
|
331
|
-
function
|
|
331
|
+
function tr(e, n, o, f, E) {
|
|
332
332
|
{
|
|
333
|
-
var h = Function.call.bind(
|
|
334
|
-
for (var
|
|
335
|
-
if (h(e,
|
|
336
|
-
var
|
|
333
|
+
var h = Function.call.bind(q);
|
|
334
|
+
for (var b in e)
|
|
335
|
+
if (h(e, b)) {
|
|
336
|
+
var g = void 0;
|
|
337
337
|
try {
|
|
338
|
-
if (typeof e[
|
|
339
|
-
var
|
|
340
|
-
throw
|
|
338
|
+
if (typeof e[b] != "function") {
|
|
339
|
+
var S = Error((f || "React class") + ": " + o + " type `" + b + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof e[b] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");
|
|
340
|
+
throw S.name = "Invariant Violation", S;
|
|
341
341
|
}
|
|
342
|
-
|
|
342
|
+
g = e[b](n, b, f, o, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
|
|
343
343
|
} catch (R) {
|
|
344
|
-
|
|
344
|
+
g = R;
|
|
345
345
|
}
|
|
346
|
-
|
|
346
|
+
g && !(g instanceof Error) && (te(E), C("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).", f || "React class", o, b, typeof g), te(null)), g instanceof Error && !(g.message in Pe) && (Pe[g.message] = !0, te(E), C("Failed %s type: %s", o, g.message), te(null));
|
|
347
347
|
}
|
|
348
348
|
}
|
|
349
349
|
}
|
|
350
|
-
var
|
|
351
|
-
function
|
|
352
|
-
return
|
|
350
|
+
var nr = Array.isArray;
|
|
351
|
+
function ue(e) {
|
|
352
|
+
return nr(e);
|
|
353
353
|
}
|
|
354
|
-
function
|
|
354
|
+
function or(e) {
|
|
355
355
|
{
|
|
356
|
-
var
|
|
356
|
+
var n = typeof Symbol == "function" && Symbol.toStringTag, o = n && e[Symbol.toStringTag] || e.constructor.name || "Object";
|
|
357
357
|
return o;
|
|
358
358
|
}
|
|
359
359
|
}
|
|
@@ -367,39 +367,39 @@ function $r() {
|
|
|
367
367
|
function je(e) {
|
|
368
368
|
return "" + e;
|
|
369
369
|
}
|
|
370
|
-
function
|
|
370
|
+
function Fe(e) {
|
|
371
371
|
if (ir(e))
|
|
372
|
-
return
|
|
372
|
+
return C("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", or(e)), je(e);
|
|
373
373
|
}
|
|
374
|
-
var
|
|
374
|
+
var Ae = O.ReactCurrentOwner, ar = {
|
|
375
375
|
key: !0,
|
|
376
376
|
ref: !0,
|
|
377
377
|
__self: !0,
|
|
378
378
|
__source: !0
|
|
379
|
-
}, Ie,
|
|
380
|
-
function
|
|
381
|
-
if (
|
|
382
|
-
var
|
|
383
|
-
if (
|
|
379
|
+
}, Ie, De;
|
|
380
|
+
function sr(e) {
|
|
381
|
+
if (q.call(e, "ref")) {
|
|
382
|
+
var n = Object.getOwnPropertyDescriptor(e, "ref").get;
|
|
383
|
+
if (n && n.isReactWarning)
|
|
384
384
|
return !1;
|
|
385
385
|
}
|
|
386
386
|
return e.ref !== void 0;
|
|
387
387
|
}
|
|
388
|
-
function
|
|
389
|
-
if (
|
|
390
|
-
var
|
|
391
|
-
if (
|
|
388
|
+
function ur(e) {
|
|
389
|
+
if (q.call(e, "key")) {
|
|
390
|
+
var n = Object.getOwnPropertyDescriptor(e, "key").get;
|
|
391
|
+
if (n && n.isReactWarning)
|
|
392
392
|
return !1;
|
|
393
393
|
}
|
|
394
394
|
return e.key !== void 0;
|
|
395
395
|
}
|
|
396
|
-
function
|
|
397
|
-
typeof e.ref == "string" &&
|
|
396
|
+
function cr(e, n) {
|
|
397
|
+
typeof e.ref == "string" && Ae.current;
|
|
398
398
|
}
|
|
399
|
-
function
|
|
399
|
+
function lr(e, n) {
|
|
400
400
|
{
|
|
401
401
|
var o = function() {
|
|
402
|
-
Ie || (Ie = !0,
|
|
402
|
+
Ie || (Ie = !0, C("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)", n));
|
|
403
403
|
};
|
|
404
404
|
o.isReactWarning = !0, Object.defineProperty(e, "key", {
|
|
405
405
|
get: o,
|
|
@@ -407,10 +407,10 @@ function $r() {
|
|
|
407
407
|
});
|
|
408
408
|
}
|
|
409
409
|
}
|
|
410
|
-
function
|
|
410
|
+
function fr(e, n) {
|
|
411
411
|
{
|
|
412
412
|
var o = function() {
|
|
413
|
-
|
|
413
|
+
De || (De = !0, C("%s: `ref` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)", n));
|
|
414
414
|
};
|
|
415
415
|
o.isReactWarning = !0, Object.defineProperty(e, "ref", {
|
|
416
416
|
get: o,
|
|
@@ -418,70 +418,70 @@ function $r() {
|
|
|
418
418
|
});
|
|
419
419
|
}
|
|
420
420
|
}
|
|
421
|
-
var
|
|
422
|
-
var
|
|
421
|
+
var dr = function(e, n, o, f, E, h, b) {
|
|
422
|
+
var g = {
|
|
423
423
|
// This tag allows us to uniquely identify this as a React Element
|
|
424
|
-
$$typeof:
|
|
424
|
+
$$typeof: r,
|
|
425
425
|
// Built-in properties that belong on the element
|
|
426
426
|
type: e,
|
|
427
|
-
key:
|
|
427
|
+
key: n,
|
|
428
428
|
ref: o,
|
|
429
|
-
props:
|
|
429
|
+
props: b,
|
|
430
430
|
// Record the component responsible for creating this element.
|
|
431
431
|
_owner: h
|
|
432
432
|
};
|
|
433
|
-
return
|
|
433
|
+
return g._store = {}, Object.defineProperty(g._store, "validated", {
|
|
434
434
|
configurable: !1,
|
|
435
435
|
enumerable: !1,
|
|
436
436
|
writable: !0,
|
|
437
437
|
value: !1
|
|
438
|
-
}), Object.defineProperty(
|
|
438
|
+
}), Object.defineProperty(g, "_self", {
|
|
439
439
|
configurable: !1,
|
|
440
440
|
enumerable: !1,
|
|
441
441
|
writable: !1,
|
|
442
|
-
value:
|
|
443
|
-
}), Object.defineProperty(
|
|
442
|
+
value: f
|
|
443
|
+
}), Object.defineProperty(g, "_source", {
|
|
444
444
|
configurable: !1,
|
|
445
445
|
enumerable: !1,
|
|
446
446
|
writable: !1,
|
|
447
|
-
value:
|
|
448
|
-
}), Object.freeze && (Object.freeze(
|
|
447
|
+
value: E
|
|
448
|
+
}), Object.freeze && (Object.freeze(g.props), Object.freeze(g)), g;
|
|
449
449
|
};
|
|
450
|
-
function
|
|
450
|
+
function pr(e, n, o, f, E) {
|
|
451
451
|
{
|
|
452
|
-
var h,
|
|
453
|
-
o !== void 0 && (
|
|
454
|
-
for (h in
|
|
455
|
-
|
|
452
|
+
var h, b = {}, g = null, S = null;
|
|
453
|
+
o !== void 0 && (Fe(o), g = "" + o), ur(n) && (Fe(n.key), g = "" + n.key), sr(n) && (S = n.ref, cr(n, E));
|
|
454
|
+
for (h in n)
|
|
455
|
+
q.call(n, h) && !ar.hasOwnProperty(h) && (b[h] = n[h]);
|
|
456
456
|
if (e && e.defaultProps) {
|
|
457
457
|
var R = e.defaultProps;
|
|
458
458
|
for (h in R)
|
|
459
|
-
|
|
459
|
+
b[h] === void 0 && (b[h] = R[h]);
|
|
460
460
|
}
|
|
461
|
-
if (
|
|
461
|
+
if (g || S) {
|
|
462
462
|
var _ = typeof e == "function" ? e.displayName || e.name || "Unknown" : e;
|
|
463
|
-
|
|
463
|
+
g && lr(b, _), S && fr(b, _);
|
|
464
464
|
}
|
|
465
|
-
return
|
|
465
|
+
return dr(e, g, S, E, f, Ae.current, b);
|
|
466
466
|
}
|
|
467
467
|
}
|
|
468
|
-
var
|
|
469
|
-
function
|
|
468
|
+
var ce = O.ReactCurrentOwner, Le = O.ReactDebugCurrentFrame;
|
|
469
|
+
function N(e) {
|
|
470
470
|
if (e) {
|
|
471
|
-
var
|
|
472
|
-
|
|
471
|
+
var n = e._owner, o = re(e.type, e._source, n ? n.type : null);
|
|
472
|
+
Le.setExtraStackFrame(o);
|
|
473
473
|
} else
|
|
474
|
-
|
|
474
|
+
Le.setExtraStackFrame(null);
|
|
475
475
|
}
|
|
476
|
-
var
|
|
477
|
-
|
|
478
|
-
function
|
|
479
|
-
return typeof e == "object" && e !== null && e.$$typeof ===
|
|
476
|
+
var le;
|
|
477
|
+
le = !1;
|
|
478
|
+
function fe(e) {
|
|
479
|
+
return typeof e == "object" && e !== null && e.$$typeof === r;
|
|
480
480
|
}
|
|
481
|
-
function
|
|
481
|
+
function ke() {
|
|
482
482
|
{
|
|
483
|
-
if (
|
|
484
|
-
var e =
|
|
483
|
+
if (ce.current) {
|
|
484
|
+
var e = F(ce.current.type);
|
|
485
485
|
if (e)
|
|
486
486
|
return `
|
|
487
487
|
|
|
@@ -490,263 +490,244 @@ Check the render method of \`` + e + "`.";
|
|
|
490
490
|
return "";
|
|
491
491
|
}
|
|
492
492
|
}
|
|
493
|
-
function
|
|
493
|
+
function vr(e) {
|
|
494
494
|
return "";
|
|
495
495
|
}
|
|
496
|
-
var
|
|
497
|
-
function
|
|
496
|
+
var Me = {};
|
|
497
|
+
function yr(e) {
|
|
498
498
|
{
|
|
499
|
-
var
|
|
500
|
-
if (!
|
|
499
|
+
var n = ke();
|
|
500
|
+
if (!n) {
|
|
501
501
|
var o = typeof e == "string" ? e : e.displayName || e.name;
|
|
502
|
-
o && (
|
|
502
|
+
o && (n = `
|
|
503
503
|
|
|
504
504
|
Check the top-level render call using <` + o + ">.");
|
|
505
505
|
}
|
|
506
|
-
return
|
|
506
|
+
return n;
|
|
507
507
|
}
|
|
508
508
|
}
|
|
509
|
-
function
|
|
509
|
+
function Ne(e, n) {
|
|
510
510
|
{
|
|
511
511
|
if (!e._store || e._store.validated || e.key != null)
|
|
512
512
|
return;
|
|
513
513
|
e._store.validated = !0;
|
|
514
|
-
var o =
|
|
515
|
-
if (
|
|
514
|
+
var o = yr(n);
|
|
515
|
+
if (Me[o])
|
|
516
516
|
return;
|
|
517
|
-
|
|
518
|
-
var
|
|
519
|
-
e && e._owner && e._owner !==
|
|
517
|
+
Me[o] = !0;
|
|
518
|
+
var f = "";
|
|
519
|
+
e && e._owner && e._owner !== ce.current && (f = " It was passed a child from " + F(e._owner.type) + "."), N(e), C('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', o, f), N(null);
|
|
520
520
|
}
|
|
521
521
|
}
|
|
522
|
-
function
|
|
522
|
+
function $e(e, n) {
|
|
523
523
|
{
|
|
524
524
|
if (typeof e != "object")
|
|
525
525
|
return;
|
|
526
|
-
if (
|
|
526
|
+
if (ue(e))
|
|
527
527
|
for (var o = 0; o < e.length; o++) {
|
|
528
|
-
var
|
|
529
|
-
|
|
528
|
+
var f = e[o];
|
|
529
|
+
fe(f) && Ne(f, n);
|
|
530
530
|
}
|
|
531
|
-
else if (
|
|
531
|
+
else if (fe(e))
|
|
532
532
|
e._store && (e._store.validated = !0);
|
|
533
533
|
else if (e) {
|
|
534
|
-
var
|
|
535
|
-
if (typeof
|
|
536
|
-
for (var h =
|
|
537
|
-
|
|
534
|
+
var E = H(e);
|
|
535
|
+
if (typeof E == "function" && E !== e.entries)
|
|
536
|
+
for (var h = E.call(e), b; !(b = h.next()).done; )
|
|
537
|
+
fe(b.value) && Ne(b.value, n);
|
|
538
538
|
}
|
|
539
539
|
}
|
|
540
540
|
}
|
|
541
|
-
function
|
|
541
|
+
function gr(e) {
|
|
542
542
|
{
|
|
543
|
-
var
|
|
544
|
-
if (
|
|
543
|
+
var n = e.type;
|
|
544
|
+
if (n == null || typeof n == "string")
|
|
545
545
|
return;
|
|
546
546
|
var o;
|
|
547
|
-
if (typeof
|
|
548
|
-
o =
|
|
549
|
-
else if (typeof
|
|
547
|
+
if (typeof n == "function")
|
|
548
|
+
o = n.propTypes;
|
|
549
|
+
else if (typeof n == "object" && (n.$$typeof === u || // Note: Memo only checks outer props here.
|
|
550
550
|
// Inner props are checked in the reconciler.
|
|
551
|
-
|
|
552
|
-
o =
|
|
551
|
+
n.$$typeof === c))
|
|
552
|
+
o = n.propTypes;
|
|
553
553
|
else
|
|
554
554
|
return;
|
|
555
555
|
if (o) {
|
|
556
|
-
var
|
|
557
|
-
|
|
558
|
-
} else if (
|
|
559
|
-
|
|
560
|
-
var
|
|
561
|
-
|
|
556
|
+
var f = F(n);
|
|
557
|
+
tr(o, e.props, "prop", f, e);
|
|
558
|
+
} else if (n.PropTypes !== void 0 && !le) {
|
|
559
|
+
le = !0;
|
|
560
|
+
var E = F(n);
|
|
561
|
+
C("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?", E || "Unknown");
|
|
562
562
|
}
|
|
563
|
-
typeof
|
|
563
|
+
typeof n.getDefaultProps == "function" && !n.getDefaultProps.isReactClassApproved && C("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.");
|
|
564
564
|
}
|
|
565
565
|
}
|
|
566
566
|
function br(e) {
|
|
567
567
|
{
|
|
568
|
-
for (var
|
|
569
|
-
var
|
|
570
|
-
if (
|
|
571
|
-
|
|
568
|
+
for (var n = Object.keys(e.props), o = 0; o < n.length; o++) {
|
|
569
|
+
var f = n[o];
|
|
570
|
+
if (f !== "children" && f !== "key") {
|
|
571
|
+
N(e), C("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", f), N(null);
|
|
572
572
|
break;
|
|
573
573
|
}
|
|
574
574
|
}
|
|
575
|
-
e.ref !== null && (
|
|
575
|
+
e.ref !== null && (N(e), C("Invalid attribute `ref` supplied to `React.Fragment`."), N(null));
|
|
576
576
|
}
|
|
577
577
|
}
|
|
578
|
-
var
|
|
579
|
-
function
|
|
578
|
+
var ze = {};
|
|
579
|
+
function We(e, n, o, f, E, h) {
|
|
580
580
|
{
|
|
581
|
-
var
|
|
582
|
-
if (!
|
|
583
|
-
var
|
|
584
|
-
(e === void 0 || typeof e == "object" && e !== null && Object.keys(e).length === 0) && (
|
|
585
|
-
var
|
|
586
|
-
|
|
581
|
+
var b = Z(e);
|
|
582
|
+
if (!b) {
|
|
583
|
+
var g = "";
|
|
584
|
+
(e === void 0 || typeof e == "object" && e !== null && Object.keys(e).length === 0) && (g += " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");
|
|
585
|
+
var S = vr();
|
|
586
|
+
S ? g += S : g += ke();
|
|
587
587
|
var R;
|
|
588
|
-
e === null ? R = "null" :
|
|
588
|
+
e === null ? R = "null" : ue(e) ? R = "array" : e !== void 0 && e.$$typeof === r ? (R = "<" + (F(e.type) || "Unknown") + " />", g = " Did you accidentally export a JSX literal instead of a component?") : R = typeof e, C("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", R, g);
|
|
589
589
|
}
|
|
590
|
-
var _ =
|
|
590
|
+
var _ = pr(e, n, o, E, h);
|
|
591
591
|
if (_ == null)
|
|
592
592
|
return _;
|
|
593
|
-
if (
|
|
594
|
-
var
|
|
595
|
-
if (
|
|
596
|
-
if (
|
|
597
|
-
if (
|
|
598
|
-
for (var
|
|
599
|
-
|
|
600
|
-
Object.freeze && Object.freeze(
|
|
593
|
+
if (b) {
|
|
594
|
+
var w = n.children;
|
|
595
|
+
if (w !== void 0)
|
|
596
|
+
if (f)
|
|
597
|
+
if (ue(w)) {
|
|
598
|
+
for (var $ = 0; $ < w.length; $++)
|
|
599
|
+
$e(w[$], e);
|
|
600
|
+
Object.freeze && Object.freeze(w);
|
|
601
601
|
} else
|
|
602
|
-
|
|
602
|
+
C("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");
|
|
603
603
|
else
|
|
604
|
-
|
|
604
|
+
$e(w, e);
|
|
605
605
|
}
|
|
606
|
-
if (
|
|
607
|
-
var
|
|
608
|
-
return
|
|
609
|
-
}),
|
|
610
|
-
if (!
|
|
611
|
-
var
|
|
612
|
-
|
|
606
|
+
if (q.call(n, "key")) {
|
|
607
|
+
var k = F(e), P = Object.keys(n).filter(function(Cr) {
|
|
608
|
+
return Cr !== "key";
|
|
609
|
+
}), de = P.length > 0 ? "{key: someKey, " + P.join(": ..., ") + ": ...}" : "{key: someKey}";
|
|
610
|
+
if (!ze[k + de]) {
|
|
611
|
+
var _r = P.length > 0 ? "{" + P.join(": ..., ") + ": ...}" : "{}";
|
|
612
|
+
C(`A props object containing a "key" prop is being spread into JSX:
|
|
613
613
|
let props = %s;
|
|
614
614
|
<%s {...props} />
|
|
615
615
|
React keys must be passed directly to JSX without using spread:
|
|
616
616
|
let props = %s;
|
|
617
|
-
<%s key={someKey} {...props} />`,
|
|
617
|
+
<%s key={someKey} {...props} />`, de, k, _r, k), ze[k + de] = !0;
|
|
618
618
|
}
|
|
619
619
|
}
|
|
620
|
-
return e ===
|
|
620
|
+
return e === i ? br(_) : gr(_), _;
|
|
621
621
|
}
|
|
622
622
|
}
|
|
623
|
-
function Er(e,
|
|
624
|
-
return
|
|
623
|
+
function Er(e, n, o) {
|
|
624
|
+
return We(e, n, o, !0);
|
|
625
625
|
}
|
|
626
|
-
function hr(e,
|
|
627
|
-
return
|
|
626
|
+
function hr(e, n, o) {
|
|
627
|
+
return We(e, n, o, !1);
|
|
628
628
|
}
|
|
629
|
-
var
|
|
630
|
-
|
|
631
|
-
}()),
|
|
629
|
+
var mr = hr, Rr = Er;
|
|
630
|
+
G.Fragment = i, G.jsx = mr, G.jsxs = Rr;
|
|
631
|
+
}()), G;
|
|
632
632
|
}
|
|
633
633
|
var qe;
|
|
634
|
-
function
|
|
635
|
-
return qe || (qe = 1, process.env.NODE_ENV === "production" ?
|
|
634
|
+
function $r() {
|
|
635
|
+
return qe || (qe = 1, process.env.NODE_ENV === "production" ? ne.exports = Mr() : ne.exports = Nr()), ne.exports;
|
|
636
636
|
}
|
|
637
|
-
var
|
|
638
|
-
const
|
|
637
|
+
var W = $r();
|
|
638
|
+
const zr = xr({
|
|
639
639
|
licenceMapbox: "",
|
|
640
640
|
licenseMuiX: ""
|
|
641
|
-
}),
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
}, [
|
|
645
|
-
const
|
|
641
|
+
}), gt = ({ children: t, licenseMuiX: r, licenceMapbox: a }) => {
|
|
642
|
+
A(() => {
|
|
643
|
+
r && Or.setLicenseKey(r);
|
|
644
|
+
}, [r]);
|
|
645
|
+
const i = ve(
|
|
646
646
|
() => ({
|
|
647
647
|
licenceMapbox: a,
|
|
648
|
-
licenseMuiX:
|
|
648
|
+
licenseMuiX: r
|
|
649
649
|
}),
|
|
650
|
-
[
|
|
650
|
+
[r, a]
|
|
651
651
|
);
|
|
652
|
-
return a && (
|
|
653
|
-
},
|
|
652
|
+
return a && (be.accessToken = a), /* @__PURE__ */ W.jsx(zr.Provider, { value: i, children: t });
|
|
653
|
+
}, Wr = (t) => typeof t == "string" || typeof t == "number" ? String(t) : JSON.stringify(t), Yr = (t, r) => r && (r == null ? void 0 : r.length) <= 1 ? 100 : t, Ur = ({
|
|
654
654
|
map: t,
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
fitBoundsPadding: u,
|
|
663
|
-
isMapInitialized: d,
|
|
664
|
-
center: l
|
|
655
|
+
disableAnimation: r,
|
|
656
|
+
fitBounds: a,
|
|
657
|
+
markers: i,
|
|
658
|
+
fitBoundDuration: s,
|
|
659
|
+
fitBoundsPadding: y,
|
|
660
|
+
isMapInitialized: p,
|
|
661
|
+
fitBoundsAnimationKey: l
|
|
665
662
|
}) => {
|
|
666
|
-
const
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
if (!n && !p.current && (t.current.flyTo({
|
|
671
|
-
duration: s,
|
|
672
|
-
zoom: i
|
|
673
|
-
}), p.current = !0), !v || !(E != null && E.length) || E.length < 2) {
|
|
674
|
-
const j = Ke(l) || {
|
|
675
|
-
lat: Ee,
|
|
676
|
-
lng: be
|
|
677
|
-
};
|
|
678
|
-
t.current.setCenter(j);
|
|
663
|
+
const u = oe(void 0);
|
|
664
|
+
A(() => {
|
|
665
|
+
var d;
|
|
666
|
+
if (!t.current || !p || r || a === !1 || !(i != null && i.length) || (i == null ? void 0 : i.length) <= 1)
|
|
679
667
|
return;
|
|
668
|
+
if (l !== void 0) {
|
|
669
|
+
const c = Wr(l);
|
|
670
|
+
if (u.current === c)
|
|
671
|
+
return;
|
|
672
|
+
u.current = c;
|
|
680
673
|
}
|
|
681
|
-
const
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
}), t.current.fitBounds(
|
|
685
|
-
duration:
|
|
686
|
-
padding:
|
|
674
|
+
const v = new Pr();
|
|
675
|
+
i.forEach((c) => {
|
|
676
|
+
v.extend([Number(c.lng), Number(c.lat)]);
|
|
677
|
+
}), (d = t.current) == null || d.fitBounds(v, {
|
|
678
|
+
duration: Yr(s, i),
|
|
679
|
+
padding: y
|
|
687
680
|
});
|
|
688
|
-
}, [
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
n,
|
|
696
|
-
t,
|
|
697
|
-
d,
|
|
698
|
-
a,
|
|
699
|
-
l
|
|
700
|
-
]);
|
|
701
|
-
};
|
|
702
|
-
var Y = {}, Ge;
|
|
703
|
-
function zr() {
|
|
704
|
-
if (Ge) return Y;
|
|
705
|
-
Ge = 1;
|
|
706
|
-
var t = Mr;
|
|
681
|
+
}, [i, r, s, a, l, y, p, t]);
|
|
682
|
+
}, Br = (t) => Array.isArray(t) ? t.length >= 2 ? [t[0], t[1]] : void 0 : t;
|
|
683
|
+
var z = {}, Je;
|
|
684
|
+
function Vr() {
|
|
685
|
+
if (Je) return z;
|
|
686
|
+
Je = 1;
|
|
687
|
+
var t = kr;
|
|
707
688
|
if (process.env.NODE_ENV === "production")
|
|
708
|
-
|
|
689
|
+
z.createRoot = t.createRoot, z.hydrateRoot = t.hydrateRoot;
|
|
709
690
|
else {
|
|
710
|
-
var
|
|
711
|
-
|
|
712
|
-
|
|
691
|
+
var r = t.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
|
|
692
|
+
z.createRoot = function(a, i) {
|
|
693
|
+
r.usingClientEntryPoint = !0;
|
|
713
694
|
try {
|
|
714
|
-
return t.createRoot(a,
|
|
695
|
+
return t.createRoot(a, i);
|
|
715
696
|
} finally {
|
|
716
|
-
|
|
697
|
+
r.usingClientEntryPoint = !1;
|
|
717
698
|
}
|
|
718
|
-
},
|
|
719
|
-
|
|
699
|
+
}, z.hydrateRoot = function(a, i, s) {
|
|
700
|
+
r.usingClientEntryPoint = !0;
|
|
720
701
|
try {
|
|
721
|
-
return t.hydrateRoot(a,
|
|
702
|
+
return t.hydrateRoot(a, i, s);
|
|
722
703
|
} finally {
|
|
723
|
-
|
|
704
|
+
r.usingClientEntryPoint = !1;
|
|
724
705
|
}
|
|
725
706
|
};
|
|
726
707
|
}
|
|
727
|
-
return
|
|
708
|
+
return z;
|
|
728
709
|
}
|
|
729
|
-
var
|
|
730
|
-
const
|
|
731
|
-
const a = t.mode === "dark" ? "black" : "white",
|
|
732
|
-
switch (
|
|
710
|
+
var Ke = Vr();
|
|
711
|
+
const qr = ({ palette: t, type: r }) => {
|
|
712
|
+
const a = t.mode === "dark" ? "black" : "white", i = t.secondary.main, s = t.info.main;
|
|
713
|
+
switch (r) {
|
|
733
714
|
case "dropOff":
|
|
734
715
|
return {
|
|
735
716
|
"circle-color": a,
|
|
736
717
|
"circle-radius": 5,
|
|
737
|
-
"circle-stroke-color":
|
|
718
|
+
"circle-stroke-color": s,
|
|
738
719
|
"circle-stroke-width": 6
|
|
739
720
|
};
|
|
740
721
|
default:
|
|
741
722
|
return {
|
|
742
723
|
"circle-color": a,
|
|
743
724
|
"circle-radius": 7,
|
|
744
|
-
"circle-stroke-color":
|
|
725
|
+
"circle-stroke-color": i,
|
|
745
726
|
"circle-stroke-width": 8
|
|
746
727
|
};
|
|
747
728
|
}
|
|
748
|
-
},
|
|
749
|
-
const
|
|
729
|
+
}, Jr = (t, r, a, i) => {
|
|
730
|
+
const s = {
|
|
750
731
|
features: a.map((u) => ({
|
|
751
732
|
geometry: {
|
|
752
733
|
coordinates: u.geometry.coordinates,
|
|
@@ -759,206 +740,220 @@ const Br = ({ palette: t, type: n }) => {
|
|
|
759
740
|
type: "Feature"
|
|
760
741
|
})),
|
|
761
742
|
type: "FeatureCollection"
|
|
762
|
-
},
|
|
763
|
-
|
|
764
|
-
data:
|
|
743
|
+
}, y = t.getSource(r);
|
|
744
|
+
y ? y.setData(s) : t.addSource(r, {
|
|
745
|
+
data: s,
|
|
765
746
|
type: "geojson"
|
|
766
747
|
});
|
|
767
|
-
const
|
|
768
|
-
var
|
|
769
|
-
const
|
|
770
|
-
return
|
|
771
|
-
}),
|
|
772
|
-
|
|
748
|
+
const p = [...s.features].sort((u, v) => {
|
|
749
|
+
var m, x;
|
|
750
|
+
const d = ((m = u.properties) == null ? void 0 : m.zIndex) || 0, c = ((x = v.properties) == null ? void 0 : x.zIndex) || 0;
|
|
751
|
+
return d - c;
|
|
752
|
+
}), l = t.getStyle().layers;
|
|
753
|
+
l == null || l.forEach((u) => {
|
|
773
754
|
u.id.startsWith("marker-") && t.getLayer(u.id) && t.removeLayer(u.id);
|
|
774
|
-
}),
|
|
775
|
-
const { description:
|
|
755
|
+
}), p.forEach((u) => {
|
|
756
|
+
const { description: v, id: d } = u.properties || {}, c = qr({ palette: i, type: v }), m = `marker-${d}`;
|
|
776
757
|
t.addLayer({
|
|
777
|
-
filter: ["==", "id",
|
|
778
|
-
id:
|
|
758
|
+
filter: ["==", "id", d],
|
|
759
|
+
id: m,
|
|
779
760
|
layout: {
|
|
780
761
|
visibility: "visible"
|
|
781
762
|
},
|
|
782
|
-
paint:
|
|
783
|
-
source:
|
|
763
|
+
paint: c,
|
|
764
|
+
source: r,
|
|
784
765
|
type: "circle"
|
|
785
766
|
});
|
|
786
767
|
});
|
|
787
|
-
},
|
|
788
|
-
document.querySelectorAll(".react-custom-marker").forEach((
|
|
789
|
-
var u,
|
|
790
|
-
const
|
|
791
|
-
return
|
|
792
|
-
}).forEach((
|
|
793
|
-
const { IconComponent:
|
|
794
|
-
if (
|
|
795
|
-
const
|
|
796
|
-
|
|
797
|
-
const
|
|
798
|
-
|
|
799
|
-
const
|
|
800
|
-
|
|
768
|
+
}, Gr = (t, r) => {
|
|
769
|
+
document.querySelectorAll(".react-custom-marker").forEach((s) => s.remove()), [...r].sort((s, y) => {
|
|
770
|
+
var u, v;
|
|
771
|
+
const p = ((u = s.properties) == null ? void 0 : u.zIndex) || 0, l = ((v = y.properties) == null ? void 0 : v.zIndex) || 0;
|
|
772
|
+
return p - l;
|
|
773
|
+
}).forEach((s) => {
|
|
774
|
+
const { IconComponent: y, iconProps: p, onClick: l, zIndex: u, pointerEvents: v } = s.properties || {}, { coordinates: d } = s.geometry;
|
|
775
|
+
if (y && d.length >= 2) {
|
|
776
|
+
const c = document.createElement("div");
|
|
777
|
+
c.className = "react-custom-marker", c.style.position = "absolute", u !== void 0 && (c.style.zIndex = u.toString()), v !== void 0 && (c.style.pointerEvents = v.toString());
|
|
778
|
+
const m = document.createElement("div"), x = Ke.createRoot(m);
|
|
779
|
+
y && x.render(ge.createElement(y, p || {})), c.appendChild(m);
|
|
780
|
+
const I = () => {
|
|
781
|
+
l == null || l(s);
|
|
801
782
|
};
|
|
802
|
-
|
|
783
|
+
c.addEventListener("click", I), new wr(c).setLngLat([d[0], d[1]]).addTo(t);
|
|
803
784
|
}
|
|
804
785
|
});
|
|
805
|
-
},
|
|
806
|
-
features: (t == null ? void 0 : t.map((
|
|
786
|
+
}, Kr = (t) => ({
|
|
787
|
+
features: (t == null ? void 0 : t.map((r, a) => ({
|
|
807
788
|
geometry: {
|
|
808
789
|
coordinates: [
|
|
809
|
-
Number.isFinite(Number(
|
|
810
|
-
Number.isFinite(Number(
|
|
790
|
+
Number.isFinite(Number(r.lng)) ? Number(r.lng) : Number(at),
|
|
791
|
+
Number.isFinite(Number(r.lat)) ? Number(r.lat) : Number(st)
|
|
811
792
|
],
|
|
812
793
|
type: "Point"
|
|
813
794
|
},
|
|
814
795
|
properties: {
|
|
815
|
-
description:
|
|
816
|
-
IconComponent:
|
|
817
|
-
iconProps:
|
|
818
|
-
id:
|
|
819
|
-
name:
|
|
820
|
-
onClick:
|
|
821
|
-
|
|
822
|
-
|
|
796
|
+
description: r.type,
|
|
797
|
+
IconComponent: r.IconComponent,
|
|
798
|
+
iconProps: r.iconProps,
|
|
799
|
+
id: r.id || `{marker-${a}}`,
|
|
800
|
+
name: r.name,
|
|
801
|
+
onClick: r.onClick,
|
|
802
|
+
pointerEvents: r.pointerEvents || "auto",
|
|
803
|
+
size: r.size || 1,
|
|
804
|
+
zIndex: r.zIndex || 0
|
|
823
805
|
},
|
|
824
806
|
type: "Feature"
|
|
825
807
|
}))) || [],
|
|
826
808
|
type: "FeatureCollection"
|
|
827
|
-
}),
|
|
809
|
+
}), Hr = ({ map: t, palette: r, markers: a }) => {
|
|
828
810
|
if (!t.current)
|
|
829
811
|
return;
|
|
830
|
-
const
|
|
831
|
-
var
|
|
832
|
-
return ((
|
|
812
|
+
const i = Kr(a), s = i.features.filter((p) => {
|
|
813
|
+
var l;
|
|
814
|
+
return ((l = p.properties) == null ? void 0 : l.IconComponent) === void 0;
|
|
833
815
|
});
|
|
834
|
-
|
|
835
|
-
const
|
|
836
|
-
var
|
|
837
|
-
return (
|
|
816
|
+
s.length && Jr(t.current, "markerProps", s, r);
|
|
817
|
+
const y = i.features.filter((p) => {
|
|
818
|
+
var l;
|
|
819
|
+
return (l = p.properties) == null ? void 0 : l.IconComponent;
|
|
838
820
|
});
|
|
839
|
-
|
|
840
|
-
},
|
|
841
|
-
|
|
842
|
-
|
|
821
|
+
y.length && Gr(t.current, y);
|
|
822
|
+
}, Xr = ({ map: t, markers: r, palette: a, isMapInitialized: i, fitBounds: s, center: y }) => {
|
|
823
|
+
const p = ye(() => {
|
|
824
|
+
var l, u, v;
|
|
825
|
+
if (!s || ((r == null ? void 0 : r.length) || 0) <= 1) {
|
|
826
|
+
const d = y ? Br(y) || {
|
|
827
|
+
lat: Ue,
|
|
828
|
+
lng: Ye
|
|
829
|
+
} : {
|
|
830
|
+
lat: ((l = r == null ? void 0 : r[0]) == null ? void 0 : l.lat) !== void 0 ? Number(r[0].lat) : Ue,
|
|
831
|
+
lng: ((u = r == null ? void 0 : r[0]) == null ? void 0 : u.lng) !== void 0 ? Number(r[0].lng) : Ye
|
|
832
|
+
};
|
|
833
|
+
(v = t.current) == null || v.setCenter(d);
|
|
834
|
+
}
|
|
835
|
+
}, [s, r, y, t]);
|
|
836
|
+
A(() => {
|
|
837
|
+
if (!t.current || !r || !i)
|
|
843
838
|
return;
|
|
844
|
-
const
|
|
845
|
-
|
|
839
|
+
const l = () => {
|
|
840
|
+
Hr({ map: t, markers: r, palette: a }), p();
|
|
846
841
|
};
|
|
847
|
-
t.current.loaded() ?
|
|
848
|
-
}, [t,
|
|
849
|
-
},
|
|
850
|
-
|
|
851
|
-
if (!t.current || !
|
|
842
|
+
t.current.loaded() ? l() : t.current.once("load", l);
|
|
843
|
+
}, [p, i, t, r, a]);
|
|
844
|
+
}, Zr = ({ map: t, onMapClick: r, isMapInitialized: a }) => {
|
|
845
|
+
A(() => {
|
|
846
|
+
if (!t.current || !r || !a)
|
|
852
847
|
return;
|
|
853
|
-
const
|
|
854
|
-
const
|
|
855
|
-
|
|
848
|
+
const i = t.current.getCanvas(), s = (y) => {
|
|
849
|
+
const p = [y.clientX - i.getBoundingClientRect().left, y.clientY - i.getBoundingClientRect().top], l = t.current.unproject(p);
|
|
850
|
+
r(l.lng, l.lat);
|
|
856
851
|
};
|
|
857
|
-
|
|
858
|
-
}, [a, t,
|
|
859
|
-
},
|
|
860
|
-
const
|
|
861
|
-
return
|
|
862
|
-
},
|
|
863
|
-
if (!a || !
|
|
852
|
+
i.addEventListener("click", s);
|
|
853
|
+
}, [a, t, r]);
|
|
854
|
+
}, Qr = (t) => {
|
|
855
|
+
const r = document.createElement("button");
|
|
856
|
+
return r.innerText = "×", r.style.position = "absolute", r.style.top = "5px", r.style.right = "5px", r.style.background = "transparent", r.style.border = "none", r.style.fontSize = "16px", r.style.padding = "0", r.style.margin = "10px", r.style.cursor = "pointer", r.type = "button", r.setAttribute("aria-label", "Close popup"), r.removeAttribute("aria-hidden"), r.onclick = () => t.remove(), r;
|
|
857
|
+
}, Ge = ({ map: t, tooltip: r, coordinates: a }) => {
|
|
858
|
+
if (!a || !r || !t.current || !Array.isArray(a) || a.length !== 2)
|
|
864
859
|
return null;
|
|
865
|
-
const
|
|
866
|
-
|
|
867
|
-
const
|
|
860
|
+
const i = document.createElement("div"), s = document.createElement("div"), y = Ke.createRoot(s);
|
|
861
|
+
i.style.position = "relative", i.style.overflow = "hidden", i.style.zIndex = "1000", y.render(r);
|
|
862
|
+
const p = new jr({
|
|
868
863
|
closeButton: !1
|
|
869
|
-
}).setLngLat(a).setDOMContent(
|
|
870
|
-
|
|
864
|
+
}).setLngLat(a).setDOMContent(i).addTo(t.current);
|
|
865
|
+
p.on("close", () => {
|
|
871
866
|
queueMicrotask(() => {
|
|
872
|
-
|
|
867
|
+
y.unmount();
|
|
873
868
|
});
|
|
874
869
|
});
|
|
875
|
-
const
|
|
876
|
-
return
|
|
877
|
-
},
|
|
870
|
+
const l = Qr(p);
|
|
871
|
+
return i.appendChild(l), i.appendChild(s), p;
|
|
872
|
+
}, He = (t) => typeof t == "object" && t !== null && "type" in t && "coordinates" in t, et = (t) => {
|
|
878
873
|
if (typeof t != "object" || t === null || !("geometry" in t && "properties" in t))
|
|
879
874
|
return !1;
|
|
880
875
|
const { geometry: a } = t;
|
|
881
876
|
if (typeof a != "object" || a === null || !("coordinates" in a))
|
|
882
877
|
return !1;
|
|
883
|
-
const { coordinates:
|
|
884
|
-
if (!Array.isArray(
|
|
878
|
+
const { coordinates: i } = a;
|
|
879
|
+
if (!Array.isArray(i) || i.length !== 2 || !He(a))
|
|
885
880
|
return !1;
|
|
886
|
-
const { properties:
|
|
887
|
-
return typeof
|
|
888
|
-
},
|
|
889
|
-
var
|
|
890
|
-
if (!((
|
|
881
|
+
const { properties: s } = t;
|
|
882
|
+
return typeof s != "object" || s === null ? !1 : "id" in s && s.id !== void 0;
|
|
883
|
+
}, rt = ({ map: t, point: r }) => {
|
|
884
|
+
var s, y, p, l, u;
|
|
885
|
+
if (!((s = t.current) != null && s.isStyleLoaded()))
|
|
891
886
|
return null;
|
|
892
|
-
const a = ((
|
|
893
|
-
if (
|
|
894
|
-
const
|
|
895
|
-
if (!
|
|
887
|
+
const a = ((l = (p = (y = t.current) == null ? void 0 : y.getStyle()) == null ? void 0 : p.layers) == null ? void 0 : l.filter((v) => v.id.startsWith("marker-")).map((v) => v.id)) || [], i = (u = t.current) == null ? void 0 : u.queryRenderedFeatures(r, { layers: a });
|
|
888
|
+
if (i && i.length > 0) {
|
|
889
|
+
const v = i[0];
|
|
890
|
+
if (!et(v) || !He(v.geometry))
|
|
896
891
|
return null;
|
|
897
|
-
const { geometry:
|
|
898
|
-
return
|
|
892
|
+
const { geometry: d } = v, c = d.coordinates.slice();
|
|
893
|
+
return c.length !== 2 || typeof c[0] != "number" || typeof c[1] != "number" ? null : v;
|
|
899
894
|
}
|
|
900
|
-
},
|
|
901
|
-
const
|
|
902
|
-
|
|
903
|
-
if (!
|
|
895
|
+
}, tt = ({ openPopup: t, map: r, markers: a, isMapInitialized: i }) => {
|
|
896
|
+
const s = oe(null);
|
|
897
|
+
A(() => {
|
|
898
|
+
if (!r.current || !a || !i)
|
|
904
899
|
return;
|
|
905
|
-
const
|
|
906
|
-
if (
|
|
907
|
-
const u = a.find((
|
|
900
|
+
const p = r.current.getCanvas();
|
|
901
|
+
if (s.current && (s.current.remove(), s.current = null), t) {
|
|
902
|
+
const u = a.find((v) => v.id === t);
|
|
908
903
|
if (u) {
|
|
909
|
-
const
|
|
910
|
-
coordinates:
|
|
911
|
-
map:
|
|
904
|
+
const v = [Number(u.lng) || 0, Number(u.lat) || 0], d = Ge({
|
|
905
|
+
coordinates: v,
|
|
906
|
+
map: r,
|
|
912
907
|
tooltip: u.Tooltip
|
|
913
908
|
});
|
|
914
|
-
|
|
909
|
+
d && (s.current = d);
|
|
915
910
|
}
|
|
916
911
|
}
|
|
917
|
-
const
|
|
918
|
-
const
|
|
919
|
-
u.clientX -
|
|
920
|
-
u.clientY -
|
|
921
|
-
],
|
|
922
|
-
if (
|
|
923
|
-
|
|
924
|
-
const
|
|
925
|
-
if (
|
|
926
|
-
const
|
|
927
|
-
if (typeof
|
|
928
|
-
const
|
|
912
|
+
const l = (u) => {
|
|
913
|
+
const v = [
|
|
914
|
+
u.clientX - p.getBoundingClientRect().left,
|
|
915
|
+
u.clientY - p.getBoundingClientRect().top
|
|
916
|
+
], d = rt({ map: r, point: v });
|
|
917
|
+
if (d && d.properties && d.properties.id) {
|
|
918
|
+
s.current && (s.current.remove(), s.current = null);
|
|
919
|
+
const c = a.find((m) => m.id === d.properties.id);
|
|
920
|
+
if (c) {
|
|
921
|
+
const m = [Number(c.lng) || 0, Number(c.lat) || 0];
|
|
922
|
+
if (typeof c.onClick == "function") {
|
|
923
|
+
const x = {
|
|
929
924
|
geometry: {
|
|
930
|
-
coordinates:
|
|
925
|
+
coordinates: m,
|
|
931
926
|
type: "Point"
|
|
932
927
|
},
|
|
933
928
|
properties: {
|
|
934
|
-
description:
|
|
935
|
-
id:
|
|
936
|
-
name:
|
|
937
|
-
onClick:
|
|
938
|
-
size:
|
|
939
|
-
zIndex:
|
|
929
|
+
description: c.name,
|
|
930
|
+
id: c.id,
|
|
931
|
+
name: c.name,
|
|
932
|
+
onClick: c.onClick,
|
|
933
|
+
size: c.size || 1,
|
|
934
|
+
zIndex: c.zIndex || 1
|
|
940
935
|
},
|
|
941
936
|
type: "Feature"
|
|
942
937
|
};
|
|
943
|
-
|
|
938
|
+
c.onClick(x);
|
|
944
939
|
}
|
|
945
940
|
requestAnimationFrame(() => {
|
|
946
|
-
const
|
|
947
|
-
coordinates:
|
|
948
|
-
map:
|
|
949
|
-
tooltip:
|
|
941
|
+
const x = Ge({
|
|
942
|
+
coordinates: m,
|
|
943
|
+
map: r,
|
|
944
|
+
tooltip: c.Tooltip
|
|
950
945
|
});
|
|
951
|
-
|
|
946
|
+
x && (s.current = x);
|
|
952
947
|
});
|
|
953
948
|
}
|
|
954
949
|
}
|
|
955
950
|
};
|
|
956
|
-
return
|
|
957
|
-
|
|
951
|
+
return p.addEventListener("click", l), () => {
|
|
952
|
+
p.removeEventListener("click", l), s.current && (s.current.remove(), s.current = null);
|
|
958
953
|
};
|
|
959
|
-
}, [
|
|
960
|
-
},
|
|
961
|
-
const a =
|
|
954
|
+
}, [i, r, a, t]);
|
|
955
|
+
}, nt = (t, r) => {
|
|
956
|
+
const a = r === "dark";
|
|
962
957
|
switch (t) {
|
|
963
958
|
case "satellite":
|
|
964
959
|
return "mapbox://styles/mapbox/satellite-v9";
|
|
@@ -971,98 +966,82 @@ const Br = ({ palette: t, type: n }) => {
|
|
|
971
966
|
default:
|
|
972
967
|
return a ? "mapbox://styles/mapbox/dark-v10" : "mapbox://styles/mapbox/streets-v11";
|
|
973
968
|
}
|
|
974
|
-
},
|
|
969
|
+
}, ot = ({
|
|
975
970
|
mapStyle: t,
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
baseMapView: s,
|
|
971
|
+
theme: r,
|
|
972
|
+
baseMapView: a,
|
|
979
973
|
doubleClickZoom: i,
|
|
980
|
-
cooperativeGestures:
|
|
974
|
+
cooperativeGestures: s
|
|
981
975
|
}) => ({
|
|
982
|
-
cooperativeGestures:
|
|
976
|
+
cooperativeGestures: s,
|
|
983
977
|
doubleClickZoom: i,
|
|
984
978
|
failIfMajorPerformanceCaveat: !1,
|
|
985
|
-
style: t ||
|
|
986
|
-
|
|
987
|
-
}), nt = (t, n) => Number.isFinite(t) && Number.isFinite(n) && t >= -90 && t <= 90 && n >= -180 && n <= 180, be = 2.333, Ee = 46.8677, ot = ({
|
|
979
|
+
style: t || nt(a, r)
|
|
980
|
+
}), it = (t, r) => Number.isFinite(t) && Number.isFinite(r) && t >= -90 && t <= 90 && r >= -180 && r <= 180, at = 2.333, st = 46.8677, ut = ({
|
|
988
981
|
markers: t,
|
|
989
|
-
loading:
|
|
982
|
+
loading: r,
|
|
990
983
|
center: a,
|
|
991
|
-
disableAnimation:
|
|
992
|
-
openPopup:
|
|
993
|
-
onMapClick:
|
|
994
|
-
projection:
|
|
995
|
-
theme:
|
|
984
|
+
disableAnimation: i,
|
|
985
|
+
openPopup: s,
|
|
986
|
+
onMapClick: y,
|
|
987
|
+
projection: p,
|
|
988
|
+
theme: l,
|
|
996
989
|
mapStyle: u,
|
|
990
|
+
fitBoundsAnimationKey: v,
|
|
997
991
|
baseMapView: d = "default",
|
|
998
|
-
zoom:
|
|
999
|
-
fitBoundsPadding:
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
disableFlyTo: ae = !1,
|
|
1005
|
-
cooperativeGestures: A = !0,
|
|
1006
|
-
doubleClickZoom: x = !0
|
|
992
|
+
zoom: c = 6,
|
|
993
|
+
fitBoundsPadding: m = 50,
|
|
994
|
+
fitBoundDuration: x = 1e3,
|
|
995
|
+
fitBounds: I = !0,
|
|
996
|
+
cooperativeGestures: K = !0,
|
|
997
|
+
doubleClickZoom: H = !0
|
|
1007
998
|
}) => {
|
|
1008
|
-
const [
|
|
1009
|
-
(
|
|
1010
|
-
) : [], [
|
|
1011
|
-
() =>
|
|
999
|
+
const [O, C] = Tr(!1), { palette: Y } = Ar(), U = Lr(t), B = oe(""), T = oe(null), M = ve(() => U ? U.filter(
|
|
1000
|
+
(j) => j.lat !== void 0 && j.lng !== void 0 && it(Number(j.lat), Number(j.lng))
|
|
1001
|
+
) : [], [U]), X = ve(
|
|
1002
|
+
() => ot({
|
|
1012
1003
|
baseMapView: d,
|
|
1013
|
-
cooperativeGestures:
|
|
1014
|
-
doubleClickZoom:
|
|
1004
|
+
cooperativeGestures: K,
|
|
1005
|
+
doubleClickZoom: H,
|
|
1015
1006
|
mapStyle: u,
|
|
1016
|
-
theme:
|
|
1017
|
-
zoomFlyFrom: E
|
|
1007
|
+
theme: l || Y.mode
|
|
1018
1008
|
}),
|
|
1019
|
-
[d,
|
|
1020
|
-
),
|
|
1009
|
+
[d, K, H, u, Y.mode, p, l]
|
|
1010
|
+
), D = ye(() => {
|
|
1021
1011
|
if (T.current) {
|
|
1022
|
-
const
|
|
1023
|
-
|
|
1012
|
+
const j = B.current;
|
|
1013
|
+
j && typeof j != "string" && (j.innerHTML = ""), T.current.remove(), T.current = null, C(!1);
|
|
1024
1014
|
}
|
|
1025
|
-
}, []),
|
|
1026
|
-
!
|
|
1027
|
-
...
|
|
1015
|
+
}, []), Z = ye(() => {
|
|
1016
|
+
!be.supported() || r || (D(), T.current = new Fr({
|
|
1017
|
+
...X,
|
|
1028
1018
|
container: B.current
|
|
1029
|
-
}), T.current.resize(),
|
|
1030
|
-
}, [
|
|
1031
|
-
return
|
|
1032
|
-
|
|
1033
|
-
}, [
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
!T.current || !w || l === void 0 || Math.abs(T.current.getZoom() - l) > 0.1 && T.current.setZoom(l);
|
|
1043
|
-
}, [l, w]), Kr({ isMapInitialized: w, map: T, markers: M, palette: z }), et({ isMapInitialized: w, map: T, markers: M, openPopup: i }), Hr({ isMapInitialized: w, map: T, onMapClick: v }), Ur({
|
|
1044
|
-
center: a,
|
|
1045
|
-
disableAnimation: s,
|
|
1046
|
-
disableFlyTo: ae,
|
|
1047
|
-
fitBoundDuration: j,
|
|
1048
|
-
fitBounds: oe,
|
|
1049
|
-
fitBoundsPadding: p,
|
|
1050
|
-
flyToDuration: C,
|
|
1051
|
-
isMapInitialized: w,
|
|
1019
|
+
}), T.current.resize(), C(!0));
|
|
1020
|
+
}, [D, X, r]);
|
|
1021
|
+
return A(() => {
|
|
1022
|
+
Z();
|
|
1023
|
+
}, [Z]), A(() => {
|
|
1024
|
+
!T.current || !O || c === void 0 || Math.abs(T.current.getZoom() - c) > 0.1 && T.current.setZoom(c);
|
|
1025
|
+
}, [c, O]), Xr({ center: a, fitBounds: I, isMapInitialized: O, map: T, markers: M, palette: Y }), tt({ isMapInitialized: O, map: T, markers: M, openPopup: s }), Zr({ isMapInitialized: O, map: T, onMapClick: y }), Ur({
|
|
1026
|
+
disableAnimation: i,
|
|
1027
|
+
fitBoundDuration: x,
|
|
1028
|
+
fitBounds: I,
|
|
1029
|
+
fitBoundsAnimationKey: v,
|
|
1030
|
+
fitBoundsPadding: m,
|
|
1031
|
+
isMapInitialized: O,
|
|
1052
1032
|
map: T,
|
|
1053
|
-
markers: M
|
|
1054
|
-
|
|
1055
|
-
}), F(() => N, [N]), {
|
|
1033
|
+
markers: M
|
|
1034
|
+
}), A(() => D, [D]), {
|
|
1056
1035
|
containerRef: B,
|
|
1057
|
-
isMapInitialized:
|
|
1058
|
-
loading:
|
|
1036
|
+
isMapInitialized: O,
|
|
1037
|
+
loading: r,
|
|
1059
1038
|
map: T,
|
|
1060
1039
|
markers: M
|
|
1061
1040
|
};
|
|
1062
|
-
},
|
|
1063
|
-
const { loading:
|
|
1064
|
-
return /* @__PURE__ */
|
|
1065
|
-
/* @__PURE__ */
|
|
1041
|
+
}, ct = ({ containerStyle: t, square: r, height: a = 300, width: i = "100%", ...s }) => {
|
|
1042
|
+
const { loading: y, containerRef: p } = ut(s);
|
|
1043
|
+
return /* @__PURE__ */ W.jsxs(pe, { sx: { height: a, position: "relative", width: i, ...t }, children: [
|
|
1044
|
+
/* @__PURE__ */ W.jsx(
|
|
1066
1045
|
Ir,
|
|
1067
1046
|
{
|
|
1068
1047
|
styles: {
|
|
@@ -1076,26 +1055,26 @@ const Br = ({ palette: t, type: n }) => {
|
|
|
1076
1055
|
}
|
|
1077
1056
|
}
|
|
1078
1057
|
),
|
|
1079
|
-
|
|
1080
|
-
|
|
1058
|
+
be.supported() ? /* @__PURE__ */ W.jsx(
|
|
1059
|
+
pe,
|
|
1081
1060
|
{
|
|
1082
|
-
ref:
|
|
1061
|
+
ref: p,
|
|
1083
1062
|
sx: {
|
|
1084
1063
|
alignItems: "center",
|
|
1085
|
-
borderRadius:
|
|
1086
|
-
display:
|
|
1064
|
+
borderRadius: r ? 0 : 1,
|
|
1065
|
+
display: y ? "none" : "block",
|
|
1087
1066
|
height: a,
|
|
1088
1067
|
justifyContent: "center",
|
|
1089
1068
|
left: 0,
|
|
1090
1069
|
overflow: "hidden",
|
|
1091
1070
|
position: "absolute",
|
|
1092
1071
|
top: 0,
|
|
1093
|
-
width:
|
|
1072
|
+
width: i,
|
|
1094
1073
|
zIndex: 1
|
|
1095
1074
|
}
|
|
1096
1075
|
}
|
|
1097
|
-
) : /* @__PURE__ */
|
|
1098
|
-
|
|
1076
|
+
) : /* @__PURE__ */ W.jsx(
|
|
1077
|
+
pe,
|
|
1099
1078
|
{
|
|
1100
1079
|
sx: {
|
|
1101
1080
|
left: "50%",
|
|
@@ -1107,12 +1086,12 @@ const Br = ({ palette: t, type: n }) => {
|
|
|
1107
1086
|
children: "WebGL is not enabled in your browser. This technology is required to display the interactive map."
|
|
1108
1087
|
}
|
|
1109
1088
|
),
|
|
1110
|
-
|
|
1111
|
-
|
|
1089
|
+
y && /* @__PURE__ */ W.jsx(
|
|
1090
|
+
Dr,
|
|
1112
1091
|
{
|
|
1113
|
-
width:
|
|
1092
|
+
width: i,
|
|
1114
1093
|
height: a,
|
|
1115
|
-
variant:
|
|
1094
|
+
variant: r ? "rectangular" : "rounded",
|
|
1116
1095
|
sx: {
|
|
1117
1096
|
inset: 0,
|
|
1118
1097
|
position: "absolute",
|
|
@@ -1121,12 +1100,12 @@ const Br = ({ palette: t, type: n }) => {
|
|
|
1121
1100
|
}
|
|
1122
1101
|
)
|
|
1123
1102
|
] });
|
|
1124
|
-
},
|
|
1103
|
+
}, bt = Sr(ct);
|
|
1125
1104
|
export {
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
|
|
1105
|
+
Ue as DEFAULT_CENTER_LAT,
|
|
1106
|
+
Ye as DEFAULT_CENTER_LNG,
|
|
1107
|
+
gt as MapProvider,
|
|
1108
|
+
zr as MapProviderContext,
|
|
1109
|
+
bt as MarkerMap,
|
|
1110
|
+
it as isValidLatLng
|
|
1132
1111
|
};
|