@tracktor/map 0.2.2 → 0.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/MarkerMap/useMarkerMap.d.ts +2 -2
- package/dist/hooks/useAnimationMap.d.ts +15 -0
- package/dist/hooks/useMapCenter.d.ts +8 -0
- package/dist/hooks/useMarkers.d.ts +13 -0
- package/dist/hooks/useOnMapClick.d.ts +8 -0
- package/dist/hooks/usePopups.d.ts +10 -0
- package/dist/main.js +620 -567
- package/dist/main.umd.cjs +10 -10
- package/dist/types/MarkerProps.d.ts +2 -1
- package/dist/utils/addPopup.d.ts +2 -2
- package/dist/utils/getFeature.d.ts +18 -0
- package/dist/utils/loadMarkers.d.ts +18 -1
- package/dist/utils/mapOptions.d.ts +2 -2
- package/package.json +1 -1
- package/dist/utils/handleMapClick.d.ts +0 -26
package/dist/main.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
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:transparent;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:transparent}.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:transparent;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:content-box;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 transparent;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:transparent;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 transparent;transform:translateY(-28px) skewY(-20deg)}.mapboxgl-user-location-show-heading .mapboxgl-user-location-heading:after{border-right:7.5px solid transparent;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
|
|
3
|
-
import { LicenseInfo as
|
|
4
|
-
import
|
|
5
|
-
import { Box as
|
|
2
|
+
import ue, { createContext as Tr, useEffect as A, useMemo as xr, forwardRef as Sr, useRef as se, useState as De } from "react";
|
|
3
|
+
import { LicenseInfo as Pr } from "@mui/x-license";
|
|
4
|
+
import Or, { LngLatBounds as wr, Marker as jr, Popup as Ar, Map as Lr } from "mapbox-gl";
|
|
5
|
+
import { Box as ae, Skeleton as Fr, useTheme as Dr, GlobalStyles as Nr } from "@tracktor/design-system";
|
|
6
6
|
import Ir from "react-dom";
|
|
7
|
-
const
|
|
8
|
-
var
|
|
7
|
+
const Mr = 2.333, kr = 46.8677;
|
|
8
|
+
var K = { exports: {} }, Y = {};
|
|
9
9
|
/**
|
|
10
10
|
* @license React
|
|
11
11
|
* react-jsx-runtime.production.min.js
|
|
@@ -15,21 +15,21 @@ var re = { exports: {} }, z = {};
|
|
|
15
15
|
* This source code is licensed under the MIT license found in the
|
|
16
16
|
* LICENSE file in the root directory of this source tree.
|
|
17
17
|
*/
|
|
18
|
-
var
|
|
19
|
-
function
|
|
20
|
-
if (
|
|
21
|
-
|
|
22
|
-
var
|
|
23
|
-
function f(
|
|
24
|
-
var
|
|
25
|
-
|
|
26
|
-
for (
|
|
27
|
-
if (
|
|
28
|
-
return { $$typeof:
|
|
18
|
+
var Ne;
|
|
19
|
+
function $r() {
|
|
20
|
+
if (Ne) return Y;
|
|
21
|
+
Ne = 1;
|
|
22
|
+
var r = ue, t = Symbol.for("react.element"), a = Symbol.for("react.fragment"), o = Object.prototype.hasOwnProperty, s = r.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, l = { key: !0, ref: !0, __self: !0, __source: !0 };
|
|
23
|
+
function f(d, u, v) {
|
|
24
|
+
var p, E = {}, C = null, D = null;
|
|
25
|
+
v !== void 0 && (C = "" + v), u.key !== void 0 && (C = "" + u.key), u.ref !== void 0 && (D = u.ref);
|
|
26
|
+
for (p in u) o.call(u, p) && !l.hasOwnProperty(p) && (E[p] = u[p]);
|
|
27
|
+
if (d && d.defaultProps) for (p in u = d.defaultProps, u) E[p] === void 0 && (E[p] = u[p]);
|
|
28
|
+
return { $$typeof: t, type: d, key: C, ref: D, props: E, _owner: s.current };
|
|
29
29
|
}
|
|
30
|
-
return
|
|
30
|
+
return Y.Fragment = a, Y.jsx = f, Y.jsxs = f, Y;
|
|
31
31
|
}
|
|
32
|
-
var
|
|
32
|
+
var U = {};
|
|
33
33
|
/**
|
|
34
34
|
* @license React
|
|
35
35
|
* react-jsx-runtime.development.js
|
|
@@ -39,54 +39,54 @@ var K = {};
|
|
|
39
39
|
* This source code is licensed under the MIT license found in the
|
|
40
40
|
* LICENSE file in the root directory of this source tree.
|
|
41
41
|
*/
|
|
42
|
-
var
|
|
43
|
-
function
|
|
44
|
-
return
|
|
45
|
-
var
|
|
46
|
-
function
|
|
42
|
+
var Ie;
|
|
43
|
+
function Wr() {
|
|
44
|
+
return Ie || (Ie = 1, process.env.NODE_ENV !== "production" && function() {
|
|
45
|
+
var r = ue, t = Symbol.for("react.element"), a = Symbol.for("react.portal"), o = Symbol.for("react.fragment"), s = Symbol.for("react.strict_mode"), l = Symbol.for("react.profiler"), f = Symbol.for("react.provider"), d = Symbol.for("react.context"), u = Symbol.for("react.forward_ref"), v = Symbol.for("react.suspense"), p = Symbol.for("react.suspense_list"), E = Symbol.for("react.memo"), C = Symbol.for("react.lazy"), D = Symbol.for("react.offscreen"), G = Symbol.iterator, B = "@@iterator";
|
|
46
|
+
function H(e) {
|
|
47
47
|
if (e === null || typeof e != "object")
|
|
48
48
|
return null;
|
|
49
|
-
var
|
|
50
|
-
return typeof
|
|
49
|
+
var n = G && e[G] || e[B];
|
|
50
|
+
return typeof n == "function" ? n : null;
|
|
51
51
|
}
|
|
52
|
-
var
|
|
52
|
+
var w = r.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
|
|
53
53
|
function R(e) {
|
|
54
54
|
{
|
|
55
|
-
for (var
|
|
56
|
-
|
|
57
|
-
|
|
55
|
+
for (var n = arguments.length, i = new Array(n > 1 ? n - 1 : 0), c = 1; c < n; c++)
|
|
56
|
+
i[c - 1] = arguments[c];
|
|
57
|
+
S("error", e, i);
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
|
-
function
|
|
60
|
+
function S(e, n, i) {
|
|
61
61
|
{
|
|
62
|
-
var
|
|
63
|
-
|
|
64
|
-
var h =
|
|
65
|
-
return String(
|
|
62
|
+
var c = w.ReactDebugCurrentFrame, b = c.getStackAddendum();
|
|
63
|
+
b !== "" && (n += "%s", i = i.concat([b]));
|
|
64
|
+
var h = i.map(function(g) {
|
|
65
|
+
return String(g);
|
|
66
66
|
});
|
|
67
|
-
h.unshift("Warning: " +
|
|
67
|
+
h.unshift("Warning: " + n), Function.prototype.apply.call(console[e], console, h);
|
|
68
68
|
}
|
|
69
69
|
}
|
|
70
|
-
var
|
|
71
|
-
|
|
70
|
+
var X = !1, N = !1, qe = !1, ze = !1, Je = !1, ce;
|
|
71
|
+
ce = Symbol.for("react.module.reference");
|
|
72
72
|
function Ke(e) {
|
|
73
|
-
return !!(typeof e == "string" || typeof e == "function" || e ===
|
|
73
|
+
return !!(typeof e == "string" || typeof e == "function" || e === o || e === l || Je || e === s || e === v || e === p || ze || e === D || X || N || qe || typeof e == "object" && e !== null && (e.$$typeof === C || e.$$typeof === E || e.$$typeof === f || e.$$typeof === d || e.$$typeof === u || // This needs to include all possible module reference object
|
|
74
74
|
// types supported by any Flight configuration anywhere since
|
|
75
75
|
// we don't know which Flight build this will end up being used
|
|
76
76
|
// with.
|
|
77
|
-
e.$$typeof ===
|
|
77
|
+
e.$$typeof === ce || e.getModuleId !== void 0));
|
|
78
78
|
}
|
|
79
|
-
function He(e,
|
|
80
|
-
var
|
|
81
|
-
if (
|
|
82
|
-
return
|
|
83
|
-
var
|
|
84
|
-
return
|
|
79
|
+
function He(e, n, i) {
|
|
80
|
+
var c = e.displayName;
|
|
81
|
+
if (c)
|
|
82
|
+
return c;
|
|
83
|
+
var b = n.displayName || n.name || "";
|
|
84
|
+
return b !== "" ? i + "(" + b + ")" : i;
|
|
85
85
|
}
|
|
86
|
-
function
|
|
86
|
+
function le(e) {
|
|
87
87
|
return e.displayName || "Context";
|
|
88
88
|
}
|
|
89
|
-
function
|
|
89
|
+
function j(e) {
|
|
90
90
|
if (e == null)
|
|
91
91
|
return null;
|
|
92
92
|
if (typeof e.tag == "number" && R("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."), typeof e == "function")
|
|
@@ -94,36 +94,36 @@ function $r() {
|
|
|
94
94
|
if (typeof e == "string")
|
|
95
95
|
return e;
|
|
96
96
|
switch (e) {
|
|
97
|
-
case
|
|
97
|
+
case o:
|
|
98
98
|
return "Fragment";
|
|
99
|
-
case
|
|
99
|
+
case a:
|
|
100
100
|
return "Portal";
|
|
101
|
-
case
|
|
101
|
+
case l:
|
|
102
102
|
return "Profiler";
|
|
103
|
-
case
|
|
103
|
+
case s:
|
|
104
104
|
return "StrictMode";
|
|
105
|
-
case
|
|
105
|
+
case v:
|
|
106
106
|
return "Suspense";
|
|
107
|
-
case
|
|
107
|
+
case p:
|
|
108
108
|
return "SuspenseList";
|
|
109
109
|
}
|
|
110
110
|
if (typeof e == "object")
|
|
111
111
|
switch (e.$$typeof) {
|
|
112
|
-
case
|
|
113
|
-
var
|
|
114
|
-
return
|
|
112
|
+
case d:
|
|
113
|
+
var n = e;
|
|
114
|
+
return le(n) + ".Consumer";
|
|
115
115
|
case f:
|
|
116
|
-
var
|
|
117
|
-
return
|
|
118
|
-
case
|
|
116
|
+
var i = e;
|
|
117
|
+
return le(i._context) + ".Provider";
|
|
118
|
+
case u:
|
|
119
119
|
return He(e, e.render, "ForwardRef");
|
|
120
|
-
case
|
|
121
|
-
var
|
|
122
|
-
return
|
|
123
|
-
case
|
|
124
|
-
var
|
|
120
|
+
case E:
|
|
121
|
+
var c = e.displayName || null;
|
|
122
|
+
return c !== null ? c : j(e.type) || "Memo";
|
|
123
|
+
case C: {
|
|
124
|
+
var b = e, h = b._payload, g = b._init;
|
|
125
125
|
try {
|
|
126
|
-
return
|
|
126
|
+
return j(g(h));
|
|
127
127
|
} catch {
|
|
128
128
|
return null;
|
|
129
129
|
}
|
|
@@ -131,18 +131,18 @@ function $r() {
|
|
|
131
131
|
}
|
|
132
132
|
return null;
|
|
133
133
|
}
|
|
134
|
-
var
|
|
135
|
-
function
|
|
134
|
+
var L = Object.assign, $ = 0, fe, de, pe, ve, ye, ge, be;
|
|
135
|
+
function Ee() {
|
|
136
136
|
}
|
|
137
|
-
|
|
137
|
+
Ee.__reactDisabledLog = !0;
|
|
138
138
|
function Xe() {
|
|
139
139
|
{
|
|
140
|
-
if (
|
|
141
|
-
|
|
140
|
+
if ($ === 0) {
|
|
141
|
+
fe = console.log, de = console.info, pe = console.warn, ve = console.error, ye = console.group, ge = console.groupCollapsed, be = console.groupEnd;
|
|
142
142
|
var e = {
|
|
143
143
|
configurable: !0,
|
|
144
144
|
enumerable: !0,
|
|
145
|
-
value:
|
|
145
|
+
value: Ee,
|
|
146
146
|
writable: !0
|
|
147
147
|
};
|
|
148
148
|
Object.defineProperties(console, {
|
|
@@ -155,332 +155,332 @@ function $r() {
|
|
|
155
155
|
groupEnd: e
|
|
156
156
|
});
|
|
157
157
|
}
|
|
158
|
-
|
|
158
|
+
$++;
|
|
159
159
|
}
|
|
160
160
|
}
|
|
161
161
|
function Ze() {
|
|
162
162
|
{
|
|
163
|
-
if (
|
|
163
|
+
if ($--, $ === 0) {
|
|
164
164
|
var e = {
|
|
165
165
|
configurable: !0,
|
|
166
166
|
enumerable: !0,
|
|
167
167
|
writable: !0
|
|
168
168
|
};
|
|
169
169
|
Object.defineProperties(console, {
|
|
170
|
-
log:
|
|
171
|
-
value:
|
|
170
|
+
log: L({}, e, {
|
|
171
|
+
value: fe
|
|
172
172
|
}),
|
|
173
|
-
info:
|
|
174
|
-
value:
|
|
173
|
+
info: L({}, e, {
|
|
174
|
+
value: de
|
|
175
175
|
}),
|
|
176
|
-
warn:
|
|
177
|
-
value:
|
|
176
|
+
warn: L({}, e, {
|
|
177
|
+
value: pe
|
|
178
178
|
}),
|
|
179
|
-
error:
|
|
180
|
-
value:
|
|
179
|
+
error: L({}, e, {
|
|
180
|
+
value: ve
|
|
181
181
|
}),
|
|
182
|
-
group:
|
|
183
|
-
value:
|
|
182
|
+
group: L({}, e, {
|
|
183
|
+
value: ye
|
|
184
184
|
}),
|
|
185
|
-
groupCollapsed:
|
|
186
|
-
value:
|
|
185
|
+
groupCollapsed: L({}, e, {
|
|
186
|
+
value: ge
|
|
187
187
|
}),
|
|
188
|
-
groupEnd:
|
|
189
|
-
value:
|
|
188
|
+
groupEnd: L({}, e, {
|
|
189
|
+
value: be
|
|
190
190
|
})
|
|
191
191
|
});
|
|
192
192
|
}
|
|
193
|
-
|
|
193
|
+
$ < 0 && R("disabledDepth fell below zero. This is a bug in React. Please file an issue.");
|
|
194
194
|
}
|
|
195
195
|
}
|
|
196
|
-
var
|
|
197
|
-
function
|
|
196
|
+
var Z = w.ReactCurrentDispatcher, Q;
|
|
197
|
+
function V(e, n, i) {
|
|
198
198
|
{
|
|
199
|
-
if (
|
|
199
|
+
if (Q === void 0)
|
|
200
200
|
try {
|
|
201
201
|
throw Error();
|
|
202
|
-
} catch (
|
|
203
|
-
var
|
|
204
|
-
|
|
202
|
+
} catch (b) {
|
|
203
|
+
var c = b.stack.trim().match(/\n( *(at )?)/);
|
|
204
|
+
Q = c && c[1] || "";
|
|
205
205
|
}
|
|
206
206
|
return `
|
|
207
|
-
` +
|
|
207
|
+
` + Q + e;
|
|
208
208
|
}
|
|
209
209
|
}
|
|
210
|
-
var
|
|
210
|
+
var ee = !1, q;
|
|
211
211
|
{
|
|
212
212
|
var Qe = typeof WeakMap == "function" ? WeakMap : Map;
|
|
213
|
-
|
|
213
|
+
q = new Qe();
|
|
214
214
|
}
|
|
215
|
-
function
|
|
216
|
-
if (!e ||
|
|
215
|
+
function he(e, n) {
|
|
216
|
+
if (!e || ee)
|
|
217
217
|
return "";
|
|
218
218
|
{
|
|
219
|
-
var
|
|
220
|
-
if (
|
|
221
|
-
return
|
|
219
|
+
var i = q.get(e);
|
|
220
|
+
if (i !== void 0)
|
|
221
|
+
return i;
|
|
222
222
|
}
|
|
223
|
-
var
|
|
224
|
-
|
|
225
|
-
var
|
|
223
|
+
var c;
|
|
224
|
+
ee = !0;
|
|
225
|
+
var b = Error.prepareStackTrace;
|
|
226
226
|
Error.prepareStackTrace = void 0;
|
|
227
227
|
var h;
|
|
228
|
-
h =
|
|
228
|
+
h = Z.current, Z.current = null, Xe();
|
|
229
229
|
try {
|
|
230
|
-
if (
|
|
231
|
-
var
|
|
230
|
+
if (n) {
|
|
231
|
+
var g = function() {
|
|
232
232
|
throw Error();
|
|
233
233
|
};
|
|
234
|
-
if (Object.defineProperty(
|
|
234
|
+
if (Object.defineProperty(g.prototype, "props", {
|
|
235
235
|
set: function() {
|
|
236
236
|
throw Error();
|
|
237
237
|
}
|
|
238
238
|
}), typeof Reflect == "object" && Reflect.construct) {
|
|
239
239
|
try {
|
|
240
|
-
Reflect.construct(
|
|
241
|
-
} catch (
|
|
242
|
-
|
|
240
|
+
Reflect.construct(g, []);
|
|
241
|
+
} catch (x) {
|
|
242
|
+
c = x;
|
|
243
243
|
}
|
|
244
|
-
Reflect.construct(e, [],
|
|
244
|
+
Reflect.construct(e, [], g);
|
|
245
245
|
} else {
|
|
246
246
|
try {
|
|
247
|
-
|
|
248
|
-
} catch (
|
|
249
|
-
|
|
247
|
+
g.call();
|
|
248
|
+
} catch (x) {
|
|
249
|
+
c = x;
|
|
250
250
|
}
|
|
251
|
-
e.call(
|
|
251
|
+
e.call(g.prototype);
|
|
252
252
|
}
|
|
253
253
|
} else {
|
|
254
254
|
try {
|
|
255
255
|
throw Error();
|
|
256
|
-
} catch (
|
|
257
|
-
|
|
256
|
+
} catch (x) {
|
|
257
|
+
c = x;
|
|
258
258
|
}
|
|
259
259
|
e();
|
|
260
260
|
}
|
|
261
|
-
} catch (
|
|
262
|
-
if (
|
|
263
|
-
for (var
|
|
264
|
-
`),
|
|
265
|
-
`),
|
|
266
|
-
|
|
267
|
-
for (;
|
|
268
|
-
if (
|
|
269
|
-
if (
|
|
261
|
+
} catch (x) {
|
|
262
|
+
if (x && c && typeof x.stack == "string") {
|
|
263
|
+
for (var y = x.stack.split(`
|
|
264
|
+
`), T = c.stack.split(`
|
|
265
|
+
`), _ = y.length - 1, m = T.length - 1; _ >= 1 && m >= 0 && y[_] !== T[m]; )
|
|
266
|
+
m--;
|
|
267
|
+
for (; _ >= 1 && m >= 0; _--, m--)
|
|
268
|
+
if (y[_] !== T[m]) {
|
|
269
|
+
if (_ !== 1 || m !== 1)
|
|
270
270
|
do
|
|
271
|
-
if (
|
|
272
|
-
var
|
|
273
|
-
` +
|
|
274
|
-
return e.displayName &&
|
|
271
|
+
if (_--, m--, m < 0 || y[_] !== T[m]) {
|
|
272
|
+
var P = `
|
|
273
|
+
` + y[_].replace(" at new ", " at ");
|
|
274
|
+
return e.displayName && P.includes("<anonymous>") && (P = P.replace("<anonymous>", e.displayName)), typeof e == "function" && q.set(e, P), P;
|
|
275
275
|
}
|
|
276
|
-
while (
|
|
276
|
+
while (_ >= 1 && m >= 0);
|
|
277
277
|
break;
|
|
278
278
|
}
|
|
279
279
|
}
|
|
280
280
|
} finally {
|
|
281
|
-
|
|
281
|
+
ee = !1, Z.current = h, Ze(), Error.prepareStackTrace = b;
|
|
282
282
|
}
|
|
283
|
-
var
|
|
284
|
-
return typeof e == "function" &&
|
|
283
|
+
var M = e ? e.displayName || e.name : "", F = M ? V(M) : "";
|
|
284
|
+
return typeof e == "function" && q.set(e, F), F;
|
|
285
285
|
}
|
|
286
|
-
function er(e,
|
|
287
|
-
return
|
|
286
|
+
function er(e, n, i) {
|
|
287
|
+
return he(e, !1);
|
|
288
288
|
}
|
|
289
289
|
function rr(e) {
|
|
290
|
-
var
|
|
291
|
-
return !!(
|
|
290
|
+
var n = e.prototype;
|
|
291
|
+
return !!(n && n.isReactComponent);
|
|
292
292
|
}
|
|
293
|
-
function
|
|
293
|
+
function z(e, n, i) {
|
|
294
294
|
if (e == null)
|
|
295
295
|
return "";
|
|
296
296
|
if (typeof e == "function")
|
|
297
|
-
return
|
|
297
|
+
return he(e, rr(e));
|
|
298
298
|
if (typeof e == "string")
|
|
299
|
-
return
|
|
299
|
+
return V(e);
|
|
300
300
|
switch (e) {
|
|
301
|
-
case
|
|
302
|
-
return
|
|
303
|
-
case
|
|
304
|
-
return
|
|
301
|
+
case v:
|
|
302
|
+
return V("Suspense");
|
|
303
|
+
case p:
|
|
304
|
+
return V("SuspenseList");
|
|
305
305
|
}
|
|
306
306
|
if (typeof e == "object")
|
|
307
307
|
switch (e.$$typeof) {
|
|
308
|
-
case
|
|
308
|
+
case u:
|
|
309
309
|
return er(e.render);
|
|
310
|
-
case
|
|
311
|
-
return
|
|
312
|
-
case
|
|
313
|
-
var
|
|
310
|
+
case E:
|
|
311
|
+
return z(e.type, n, i);
|
|
312
|
+
case C: {
|
|
313
|
+
var c = e, b = c._payload, h = c._init;
|
|
314
314
|
try {
|
|
315
|
-
return
|
|
315
|
+
return z(h(b), n, i);
|
|
316
316
|
} catch {
|
|
317
317
|
}
|
|
318
318
|
}
|
|
319
319
|
}
|
|
320
320
|
return "";
|
|
321
321
|
}
|
|
322
|
-
var
|
|
323
|
-
function
|
|
322
|
+
var W = Object.prototype.hasOwnProperty, Re = {}, _e = w.ReactDebugCurrentFrame;
|
|
323
|
+
function J(e) {
|
|
324
324
|
if (e) {
|
|
325
|
-
var
|
|
326
|
-
|
|
325
|
+
var n = e._owner, i = z(e.type, e._source, n ? n.type : null);
|
|
326
|
+
_e.setExtraStackFrame(i);
|
|
327
327
|
} else
|
|
328
|
-
|
|
328
|
+
_e.setExtraStackFrame(null);
|
|
329
329
|
}
|
|
330
|
-
function tr(e,
|
|
330
|
+
function tr(e, n, i, c, b) {
|
|
331
331
|
{
|
|
332
|
-
var h = Function.call.bind(
|
|
333
|
-
for (var
|
|
334
|
-
if (h(e,
|
|
335
|
-
var
|
|
332
|
+
var h = Function.call.bind(W);
|
|
333
|
+
for (var g in e)
|
|
334
|
+
if (h(e, g)) {
|
|
335
|
+
var y = void 0;
|
|
336
336
|
try {
|
|
337
|
-
if (typeof e[
|
|
338
|
-
var
|
|
339
|
-
throw
|
|
337
|
+
if (typeof e[g] != "function") {
|
|
338
|
+
var T = Error((c || "React class") + ": " + i + " type `" + g + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof e[g] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");
|
|
339
|
+
throw T.name = "Invariant Violation", T;
|
|
340
340
|
}
|
|
341
|
-
|
|
342
|
-
} catch (
|
|
343
|
-
|
|
341
|
+
y = e[g](n, g, c, i, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
|
|
342
|
+
} catch (_) {
|
|
343
|
+
y = _;
|
|
344
344
|
}
|
|
345
|
-
|
|
345
|
+
y && !(y instanceof Error) && (J(b), R("%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).", c || "React class", i, g, typeof y), J(null)), y instanceof Error && !(y.message in Re) && (Re[y.message] = !0, J(b), R("Failed %s type: %s", i, y.message), J(null));
|
|
346
346
|
}
|
|
347
347
|
}
|
|
348
348
|
}
|
|
349
349
|
var nr = Array.isArray;
|
|
350
|
-
function
|
|
350
|
+
function re(e) {
|
|
351
351
|
return nr(e);
|
|
352
352
|
}
|
|
353
353
|
function or(e) {
|
|
354
354
|
{
|
|
355
|
-
var
|
|
356
|
-
return
|
|
355
|
+
var n = typeof Symbol == "function" && Symbol.toStringTag, i = n && e[Symbol.toStringTag] || e.constructor.name || "Object";
|
|
356
|
+
return i;
|
|
357
357
|
}
|
|
358
358
|
}
|
|
359
|
-
function
|
|
359
|
+
function ir(e) {
|
|
360
360
|
try {
|
|
361
|
-
return
|
|
361
|
+
return me(e), !1;
|
|
362
362
|
} catch {
|
|
363
363
|
return !0;
|
|
364
364
|
}
|
|
365
365
|
}
|
|
366
|
-
function
|
|
366
|
+
function me(e) {
|
|
367
367
|
return "" + e;
|
|
368
368
|
}
|
|
369
|
-
function
|
|
370
|
-
if (
|
|
371
|
-
return R("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", or(e)),
|
|
369
|
+
function Ce(e) {
|
|
370
|
+
if (ir(e))
|
|
371
|
+
return R("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", or(e)), me(e);
|
|
372
372
|
}
|
|
373
|
-
var
|
|
373
|
+
var Te = w.ReactCurrentOwner, ar = {
|
|
374
374
|
key: !0,
|
|
375
375
|
ref: !0,
|
|
376
376
|
__self: !0,
|
|
377
377
|
__source: !0
|
|
378
|
-
},
|
|
378
|
+
}, xe, Se;
|
|
379
379
|
function sr(e) {
|
|
380
|
-
if (
|
|
381
|
-
var
|
|
382
|
-
if (
|
|
380
|
+
if (W.call(e, "ref")) {
|
|
381
|
+
var n = Object.getOwnPropertyDescriptor(e, "ref").get;
|
|
382
|
+
if (n && n.isReactWarning)
|
|
383
383
|
return !1;
|
|
384
384
|
}
|
|
385
385
|
return e.ref !== void 0;
|
|
386
386
|
}
|
|
387
387
|
function ur(e) {
|
|
388
|
-
if (
|
|
389
|
-
var
|
|
390
|
-
if (
|
|
388
|
+
if (W.call(e, "key")) {
|
|
389
|
+
var n = Object.getOwnPropertyDescriptor(e, "key").get;
|
|
390
|
+
if (n && n.isReactWarning)
|
|
391
391
|
return !1;
|
|
392
392
|
}
|
|
393
393
|
return e.key !== void 0;
|
|
394
394
|
}
|
|
395
|
-
function cr(e,
|
|
396
|
-
typeof e.ref == "string" &&
|
|
395
|
+
function cr(e, n) {
|
|
396
|
+
typeof e.ref == "string" && Te.current;
|
|
397
397
|
}
|
|
398
|
-
function lr(e,
|
|
398
|
+
function lr(e, n) {
|
|
399
399
|
{
|
|
400
|
-
var
|
|
401
|
-
|
|
400
|
+
var i = function() {
|
|
401
|
+
xe || (xe = !0, R("%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));
|
|
402
402
|
};
|
|
403
|
-
|
|
404
|
-
get:
|
|
403
|
+
i.isReactWarning = !0, Object.defineProperty(e, "key", {
|
|
404
|
+
get: i,
|
|
405
405
|
configurable: !0
|
|
406
406
|
});
|
|
407
407
|
}
|
|
408
408
|
}
|
|
409
|
-
function fr(e,
|
|
409
|
+
function fr(e, n) {
|
|
410
410
|
{
|
|
411
|
-
var
|
|
412
|
-
|
|
411
|
+
var i = function() {
|
|
412
|
+
Se || (Se = !0, R("%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));
|
|
413
413
|
};
|
|
414
|
-
|
|
415
|
-
get:
|
|
414
|
+
i.isReactWarning = !0, Object.defineProperty(e, "ref", {
|
|
415
|
+
get: i,
|
|
416
416
|
configurable: !0
|
|
417
417
|
});
|
|
418
418
|
}
|
|
419
419
|
}
|
|
420
|
-
var dr = function(e,
|
|
421
|
-
var
|
|
420
|
+
var dr = function(e, n, i, c, b, h, g) {
|
|
421
|
+
var y = {
|
|
422
422
|
// This tag allows us to uniquely identify this as a React Element
|
|
423
|
-
$$typeof:
|
|
423
|
+
$$typeof: t,
|
|
424
424
|
// Built-in properties that belong on the element
|
|
425
425
|
type: e,
|
|
426
|
-
key:
|
|
427
|
-
ref:
|
|
428
|
-
props:
|
|
426
|
+
key: n,
|
|
427
|
+
ref: i,
|
|
428
|
+
props: g,
|
|
429
429
|
// Record the component responsible for creating this element.
|
|
430
430
|
_owner: h
|
|
431
431
|
};
|
|
432
|
-
return
|
|
432
|
+
return y._store = {}, Object.defineProperty(y._store, "validated", {
|
|
433
433
|
configurable: !1,
|
|
434
434
|
enumerable: !1,
|
|
435
435
|
writable: !0,
|
|
436
436
|
value: !1
|
|
437
|
-
}), Object.defineProperty(
|
|
437
|
+
}), Object.defineProperty(y, "_self", {
|
|
438
438
|
configurable: !1,
|
|
439
439
|
enumerable: !1,
|
|
440
440
|
writable: !1,
|
|
441
|
-
value:
|
|
442
|
-
}), Object.defineProperty(
|
|
441
|
+
value: c
|
|
442
|
+
}), Object.defineProperty(y, "_source", {
|
|
443
443
|
configurable: !1,
|
|
444
444
|
enumerable: !1,
|
|
445
445
|
writable: !1,
|
|
446
|
-
value:
|
|
447
|
-
}), Object.freeze && (Object.freeze(
|
|
446
|
+
value: b
|
|
447
|
+
}), Object.freeze && (Object.freeze(y.props), Object.freeze(y)), y;
|
|
448
448
|
};
|
|
449
|
-
function pr(e,
|
|
449
|
+
function pr(e, n, i, c, b) {
|
|
450
450
|
{
|
|
451
|
-
var h,
|
|
452
|
-
|
|
453
|
-
for (h in
|
|
454
|
-
|
|
451
|
+
var h, g = {}, y = null, T = null;
|
|
452
|
+
i !== void 0 && (Ce(i), y = "" + i), ur(n) && (Ce(n.key), y = "" + n.key), sr(n) && (T = n.ref, cr(n, b));
|
|
453
|
+
for (h in n)
|
|
454
|
+
W.call(n, h) && !ar.hasOwnProperty(h) && (g[h] = n[h]);
|
|
455
455
|
if (e && e.defaultProps) {
|
|
456
|
-
var
|
|
457
|
-
for (h in
|
|
458
|
-
|
|
456
|
+
var _ = e.defaultProps;
|
|
457
|
+
for (h in _)
|
|
458
|
+
g[h] === void 0 && (g[h] = _[h]);
|
|
459
459
|
}
|
|
460
|
-
if (
|
|
461
|
-
var
|
|
462
|
-
|
|
460
|
+
if (y || T) {
|
|
461
|
+
var m = typeof e == "function" ? e.displayName || e.name || "Unknown" : e;
|
|
462
|
+
y && lr(g, m), T && fr(g, m);
|
|
463
463
|
}
|
|
464
|
-
return dr(e,
|
|
464
|
+
return dr(e, y, T, b, c, Te.current, g);
|
|
465
465
|
}
|
|
466
466
|
}
|
|
467
|
-
var
|
|
468
|
-
function
|
|
467
|
+
var te = w.ReactCurrentOwner, Pe = w.ReactDebugCurrentFrame;
|
|
468
|
+
function I(e) {
|
|
469
469
|
if (e) {
|
|
470
|
-
var
|
|
471
|
-
|
|
470
|
+
var n = e._owner, i = z(e.type, e._source, n ? n.type : null);
|
|
471
|
+
Pe.setExtraStackFrame(i);
|
|
472
472
|
} else
|
|
473
|
-
|
|
473
|
+
Pe.setExtraStackFrame(null);
|
|
474
474
|
}
|
|
475
|
-
var
|
|
476
|
-
|
|
477
|
-
function
|
|
478
|
-
return typeof e == "object" && e !== null && e.$$typeof ===
|
|
475
|
+
var ne;
|
|
476
|
+
ne = !1;
|
|
477
|
+
function oe(e) {
|
|
478
|
+
return typeof e == "object" && e !== null && e.$$typeof === t;
|
|
479
479
|
}
|
|
480
|
-
function
|
|
480
|
+
function Oe() {
|
|
481
481
|
{
|
|
482
|
-
if (
|
|
483
|
-
var e =
|
|
482
|
+
if (te.current) {
|
|
483
|
+
var e = j(te.current.type);
|
|
484
484
|
if (e)
|
|
485
485
|
return `
|
|
486
486
|
|
|
@@ -492,185 +492,185 @@ Check the render method of \`` + e + "`.";
|
|
|
492
492
|
function vr(e) {
|
|
493
493
|
return "";
|
|
494
494
|
}
|
|
495
|
-
var
|
|
495
|
+
var we = {};
|
|
496
496
|
function yr(e) {
|
|
497
497
|
{
|
|
498
|
-
var
|
|
499
|
-
if (!
|
|
500
|
-
var
|
|
501
|
-
|
|
498
|
+
var n = Oe();
|
|
499
|
+
if (!n) {
|
|
500
|
+
var i = typeof e == "string" ? e : e.displayName || e.name;
|
|
501
|
+
i && (n = `
|
|
502
502
|
|
|
503
|
-
Check the top-level render call using <` +
|
|
503
|
+
Check the top-level render call using <` + i + ">.");
|
|
504
504
|
}
|
|
505
|
-
return
|
|
505
|
+
return n;
|
|
506
506
|
}
|
|
507
507
|
}
|
|
508
|
-
function
|
|
508
|
+
function je(e, n) {
|
|
509
509
|
{
|
|
510
510
|
if (!e._store || e._store.validated || e.key != null)
|
|
511
511
|
return;
|
|
512
512
|
e._store.validated = !0;
|
|
513
|
-
var
|
|
514
|
-
if (
|
|
513
|
+
var i = yr(n);
|
|
514
|
+
if (we[i])
|
|
515
515
|
return;
|
|
516
|
-
|
|
517
|
-
var
|
|
518
|
-
e && e._owner && e._owner !==
|
|
516
|
+
we[i] = !0;
|
|
517
|
+
var c = "";
|
|
518
|
+
e && e._owner && e._owner !== te.current && (c = " It was passed a child from " + j(e._owner.type) + "."), I(e), R('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', i, c), I(null);
|
|
519
519
|
}
|
|
520
520
|
}
|
|
521
|
-
function
|
|
521
|
+
function Ae(e, n) {
|
|
522
522
|
{
|
|
523
523
|
if (typeof e != "object")
|
|
524
524
|
return;
|
|
525
|
-
if (
|
|
526
|
-
for (var
|
|
527
|
-
var
|
|
528
|
-
|
|
525
|
+
if (re(e))
|
|
526
|
+
for (var i = 0; i < e.length; i++) {
|
|
527
|
+
var c = e[i];
|
|
528
|
+
oe(c) && je(c, n);
|
|
529
529
|
}
|
|
530
|
-
else if (
|
|
530
|
+
else if (oe(e))
|
|
531
531
|
e._store && (e._store.validated = !0);
|
|
532
532
|
else if (e) {
|
|
533
|
-
var
|
|
534
|
-
if (typeof
|
|
535
|
-
for (var h =
|
|
536
|
-
|
|
533
|
+
var b = H(e);
|
|
534
|
+
if (typeof b == "function" && b !== e.entries)
|
|
535
|
+
for (var h = b.call(e), g; !(g = h.next()).done; )
|
|
536
|
+
oe(g.value) && je(g.value, n);
|
|
537
537
|
}
|
|
538
538
|
}
|
|
539
539
|
}
|
|
540
540
|
function gr(e) {
|
|
541
541
|
{
|
|
542
|
-
var
|
|
543
|
-
if (
|
|
542
|
+
var n = e.type;
|
|
543
|
+
if (n == null || typeof n == "string")
|
|
544
544
|
return;
|
|
545
|
-
var
|
|
546
|
-
if (typeof
|
|
547
|
-
|
|
548
|
-
else if (typeof
|
|
545
|
+
var i;
|
|
546
|
+
if (typeof n == "function")
|
|
547
|
+
i = n.propTypes;
|
|
548
|
+
else if (typeof n == "object" && (n.$$typeof === u || // Note: Memo only checks outer props here.
|
|
549
549
|
// Inner props are checked in the reconciler.
|
|
550
|
-
|
|
551
|
-
|
|
550
|
+
n.$$typeof === E))
|
|
551
|
+
i = n.propTypes;
|
|
552
552
|
else
|
|
553
553
|
return;
|
|
554
|
-
if (
|
|
555
|
-
var
|
|
556
|
-
tr(
|
|
557
|
-
} else if (
|
|
558
|
-
|
|
559
|
-
var
|
|
560
|
-
R("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?",
|
|
554
|
+
if (i) {
|
|
555
|
+
var c = j(n);
|
|
556
|
+
tr(i, e.props, "prop", c, e);
|
|
557
|
+
} else if (n.PropTypes !== void 0 && !ne) {
|
|
558
|
+
ne = !0;
|
|
559
|
+
var b = j(n);
|
|
560
|
+
R("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?", b || "Unknown");
|
|
561
561
|
}
|
|
562
|
-
typeof
|
|
562
|
+
typeof n.getDefaultProps == "function" && !n.getDefaultProps.isReactClassApproved && R("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.");
|
|
563
563
|
}
|
|
564
564
|
}
|
|
565
565
|
function br(e) {
|
|
566
566
|
{
|
|
567
|
-
for (var
|
|
568
|
-
var
|
|
569
|
-
if (
|
|
570
|
-
|
|
567
|
+
for (var n = Object.keys(e.props), i = 0; i < n.length; i++) {
|
|
568
|
+
var c = n[i];
|
|
569
|
+
if (c !== "children" && c !== "key") {
|
|
570
|
+
I(e), R("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", c), I(null);
|
|
571
571
|
break;
|
|
572
572
|
}
|
|
573
573
|
}
|
|
574
|
-
e.ref !== null && (
|
|
574
|
+
e.ref !== null && (I(e), R("Invalid attribute `ref` supplied to `React.Fragment`."), I(null));
|
|
575
575
|
}
|
|
576
576
|
}
|
|
577
|
-
var
|
|
578
|
-
function
|
|
577
|
+
var Le = {};
|
|
578
|
+
function Fe(e, n, i, c, b, h) {
|
|
579
579
|
{
|
|
580
|
-
var
|
|
581
|
-
if (!
|
|
582
|
-
var
|
|
583
|
-
(e === void 0 || typeof e == "object" && e !== null && Object.keys(e).length === 0) && (
|
|
584
|
-
var
|
|
585
|
-
|
|
586
|
-
var
|
|
587
|
-
e === null ?
|
|
580
|
+
var g = Ke(e);
|
|
581
|
+
if (!g) {
|
|
582
|
+
var y = "";
|
|
583
|
+
(e === void 0 || typeof e == "object" && e !== null && Object.keys(e).length === 0) && (y += " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");
|
|
584
|
+
var T = vr();
|
|
585
|
+
T ? y += T : y += Oe();
|
|
586
|
+
var _;
|
|
587
|
+
e === null ? _ = "null" : re(e) ? _ = "array" : e !== void 0 && e.$$typeof === t ? (_ = "<" + (j(e.type) || "Unknown") + " />", y = " Did you accidentally export a JSX literal instead of a component?") : _ = typeof e, R("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", _, y);
|
|
588
588
|
}
|
|
589
|
-
var
|
|
590
|
-
if (
|
|
591
|
-
return
|
|
592
|
-
if (
|
|
593
|
-
var
|
|
594
|
-
if (
|
|
595
|
-
if (
|
|
596
|
-
if (
|
|
597
|
-
for (var
|
|
598
|
-
|
|
599
|
-
Object.freeze && Object.freeze(
|
|
589
|
+
var m = pr(e, n, i, b, h);
|
|
590
|
+
if (m == null)
|
|
591
|
+
return m;
|
|
592
|
+
if (g) {
|
|
593
|
+
var P = n.children;
|
|
594
|
+
if (P !== void 0)
|
|
595
|
+
if (c)
|
|
596
|
+
if (re(P)) {
|
|
597
|
+
for (var M = 0; M < P.length; M++)
|
|
598
|
+
Ae(P[M], e);
|
|
599
|
+
Object.freeze && Object.freeze(P);
|
|
600
600
|
} else
|
|
601
601
|
R("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");
|
|
602
602
|
else
|
|
603
|
-
|
|
603
|
+
Ae(P, e);
|
|
604
604
|
}
|
|
605
|
-
if (
|
|
606
|
-
var
|
|
605
|
+
if (W.call(n, "key")) {
|
|
606
|
+
var F = j(e), x = Object.keys(n).filter(function(Cr) {
|
|
607
607
|
return Cr !== "key";
|
|
608
|
-
}),
|
|
609
|
-
if (!
|
|
610
|
-
var mr =
|
|
608
|
+
}), ie = x.length > 0 ? "{key: someKey, " + x.join(": ..., ") + ": ...}" : "{key: someKey}";
|
|
609
|
+
if (!Le[F + ie]) {
|
|
610
|
+
var mr = x.length > 0 ? "{" + x.join(": ..., ") + ": ...}" : "{}";
|
|
611
611
|
R(`A props object containing a "key" prop is being spread into JSX:
|
|
612
612
|
let props = %s;
|
|
613
613
|
<%s {...props} />
|
|
614
614
|
React keys must be passed directly to JSX without using spread:
|
|
615
615
|
let props = %s;
|
|
616
|
-
<%s key={someKey} {...props} />`,
|
|
616
|
+
<%s key={someKey} {...props} />`, ie, F, mr, F), Le[F + ie] = !0;
|
|
617
617
|
}
|
|
618
618
|
}
|
|
619
|
-
return e ===
|
|
619
|
+
return e === o ? br(m) : gr(m), m;
|
|
620
620
|
}
|
|
621
621
|
}
|
|
622
|
-
function
|
|
623
|
-
return
|
|
622
|
+
function Er(e, n, i) {
|
|
623
|
+
return Fe(e, n, i, !0);
|
|
624
624
|
}
|
|
625
|
-
function
|
|
626
|
-
return
|
|
625
|
+
function hr(e, n, i) {
|
|
626
|
+
return Fe(e, n, i, !1);
|
|
627
627
|
}
|
|
628
|
-
var Rr =
|
|
629
|
-
|
|
630
|
-
}()),
|
|
628
|
+
var Rr = hr, _r = Er;
|
|
629
|
+
U.Fragment = o, U.jsx = Rr, U.jsxs = _r;
|
|
630
|
+
}()), U;
|
|
631
631
|
}
|
|
632
|
-
var
|
|
633
|
-
function
|
|
634
|
-
return
|
|
632
|
+
var Me;
|
|
633
|
+
function Yr() {
|
|
634
|
+
return Me || (Me = 1, process.env.NODE_ENV === "production" ? K.exports = $r() : K.exports = Wr()), K.exports;
|
|
635
635
|
}
|
|
636
|
-
var
|
|
637
|
-
const
|
|
636
|
+
var O = Yr();
|
|
637
|
+
const Ur = Tr({
|
|
638
638
|
licenceMapbox: "",
|
|
639
639
|
licenseMuiX: ""
|
|
640
|
-
}),
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
}, [
|
|
644
|
-
const
|
|
640
|
+
}), pt = ({ children: r, licenseMuiX: t, licenceMapbox: a }) => {
|
|
641
|
+
A(() => {
|
|
642
|
+
t && Pr.setLicenseKey(t);
|
|
643
|
+
}, [t]);
|
|
644
|
+
const o = xr(
|
|
645
645
|
() => ({
|
|
646
|
-
licenceMapbox:
|
|
647
|
-
licenseMuiX:
|
|
646
|
+
licenceMapbox: a,
|
|
647
|
+
licenseMuiX: t
|
|
648
648
|
}),
|
|
649
|
-
[
|
|
649
|
+
[t, a]
|
|
650
650
|
);
|
|
651
|
-
return
|
|
652
|
-
},
|
|
653
|
-
/* @__PURE__ */
|
|
654
|
-
|
|
651
|
+
return a && (Or.accessToken = a), /* @__PURE__ */ O.jsx(Ur.Provider, { value: o, children: r });
|
|
652
|
+
}, Gr = ({ containerStyle: r, square: t, error: a, loading: o = !1, height: s = 300, width: l = "100%" }, f) => /* @__PURE__ */ O.jsxs(ae, { sx: { position: "relative" }, height: s, children: [
|
|
653
|
+
/* @__PURE__ */ O.jsx(
|
|
654
|
+
ae,
|
|
655
655
|
{
|
|
656
656
|
sx: {
|
|
657
657
|
alignItems: "center",
|
|
658
|
-
borderRadius:
|
|
658
|
+
borderRadius: t ? 0 : 1,
|
|
659
659
|
display: "flex",
|
|
660
660
|
justifyContent: "center",
|
|
661
661
|
left: 0,
|
|
662
662
|
position: "absolute",
|
|
663
663
|
top: 0,
|
|
664
664
|
zIndex: 1,
|
|
665
|
-
...
|
|
665
|
+
...r
|
|
666
666
|
},
|
|
667
667
|
ref: f,
|
|
668
|
-
width:
|
|
669
|
-
height:
|
|
670
|
-
children:
|
|
668
|
+
width: l,
|
|
669
|
+
height: s,
|
|
670
|
+
children: a && /* @__PURE__ */ O.jsx(ae, { textAlign: "center", children: a })
|
|
671
671
|
}
|
|
672
672
|
),
|
|
673
|
-
|
|
673
|
+
o && /* @__PURE__ */ O.jsx(
|
|
674
674
|
Fr,
|
|
675
675
|
{
|
|
676
676
|
sx: {
|
|
@@ -678,116 +678,99 @@ const Wr = Tr({
|
|
|
678
678
|
position: "absolute",
|
|
679
679
|
top: 0,
|
|
680
680
|
zIndex: 0,
|
|
681
|
-
...
|
|
681
|
+
...r
|
|
682
682
|
},
|
|
683
|
-
width:
|
|
684
|
-
height:
|
|
685
|
-
variant:
|
|
683
|
+
width: l,
|
|
684
|
+
height: s,
|
|
685
|
+
variant: t ? "rectangular" : "rounded"
|
|
686
686
|
}
|
|
687
687
|
)
|
|
688
|
-
] }),
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
688
|
+
] }), Br = Sr(Gr), Vr = ({
|
|
689
|
+
map: r,
|
|
690
|
+
disableFlyTo: t,
|
|
691
|
+
flyToDuration: a,
|
|
692
|
+
zoom: o,
|
|
693
|
+
fitBounds: s,
|
|
694
|
+
markers: l,
|
|
695
|
+
fitBoundDuration: f,
|
|
696
|
+
fitBoundsPadding: d
|
|
697
|
+
}) => {
|
|
698
|
+
A(() => {
|
|
699
|
+
if (!r.current || (t || r.current.flyTo({
|
|
700
|
+
duration: a,
|
|
701
|
+
zoom: o
|
|
702
|
+
}), !s || !(l != null && l.length) || (l == null ? void 0 : l.length) < 2)) return;
|
|
703
|
+
const u = new wr(), v = l.filter((p) => {
|
|
704
|
+
const E = Number(p.lng), C = Number(p.lat);
|
|
705
|
+
return Ve(C, E);
|
|
706
|
+
});
|
|
707
|
+
if (!(v.length < 2)) {
|
|
708
|
+
for (let p = 0; p < v.length; p += 1) {
|
|
709
|
+
const E = Number(v[p].lng), C = Number(v[p].lat);
|
|
710
|
+
u.extend([E, C]);
|
|
711
|
+
}
|
|
712
|
+
r.current.fitBounds(u, {
|
|
713
|
+
duration: f,
|
|
714
|
+
padding: d
|
|
715
|
+
});
|
|
716
|
+
}
|
|
717
|
+
}, [l, s, d, a, o, f, t, r]);
|
|
718
|
+
}, We = (r) => Array.isArray(r) ? r.length >= 2 ? [r[0], r[1]] : void 0 : r, qr = ({ map: r, center: t }) => {
|
|
719
|
+
A(() => {
|
|
720
|
+
if (!r.current || !t) return;
|
|
721
|
+
const a = Array.isArray(t) && Ve(t[1], t[0]) ? We(t) : { lat: kr, lng: Mr };
|
|
722
|
+
a && r.current.setCenter(a);
|
|
723
|
+
}, [t, r]);
|
|
724
|
+
};
|
|
725
|
+
var k = {}, ke;
|
|
726
|
+
function zr() {
|
|
727
|
+
if (ke) return k;
|
|
728
|
+
ke = 1;
|
|
729
|
+
var r = Ir;
|
|
694
730
|
if (process.env.NODE_ENV === "production")
|
|
695
|
-
|
|
731
|
+
k.createRoot = r.createRoot, k.hydrateRoot = r.hydrateRoot;
|
|
696
732
|
else {
|
|
697
|
-
var
|
|
698
|
-
|
|
699
|
-
|
|
733
|
+
var t = r.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
|
|
734
|
+
k.createRoot = function(a, o) {
|
|
735
|
+
t.usingClientEntryPoint = !0;
|
|
700
736
|
try {
|
|
701
|
-
return
|
|
737
|
+
return r.createRoot(a, o);
|
|
702
738
|
} finally {
|
|
703
|
-
|
|
739
|
+
t.usingClientEntryPoint = !1;
|
|
704
740
|
}
|
|
705
|
-
},
|
|
706
|
-
|
|
741
|
+
}, k.hydrateRoot = function(a, o, s) {
|
|
742
|
+
t.usingClientEntryPoint = !0;
|
|
707
743
|
try {
|
|
708
|
-
return
|
|
744
|
+
return r.hydrateRoot(a, o, s);
|
|
709
745
|
} finally {
|
|
710
|
-
|
|
746
|
+
t.usingClientEntryPoint = !1;
|
|
711
747
|
}
|
|
712
748
|
};
|
|
713
749
|
}
|
|
714
|
-
return
|
|
750
|
+
return k;
|
|
715
751
|
}
|
|
716
|
-
var
|
|
717
|
-
const
|
|
718
|
-
const
|
|
719
|
-
|
|
720
|
-
}, qe = ({ map: t, tooltip: n, coordinates: i }) => {
|
|
721
|
-
if (!i || !n || !t.current || !Array.isArray(i) || i.length !== 2)
|
|
722
|
-
return;
|
|
723
|
-
const a = document.createElement("div");
|
|
724
|
-
a.style.position = "relative", a.style.overflow = "hidden";
|
|
725
|
-
const u = document.createElement("div");
|
|
726
|
-
u.style.padding = "10px";
|
|
727
|
-
const g = Be.createRoot(u);
|
|
728
|
-
g.render(n);
|
|
729
|
-
const f = new wr({
|
|
730
|
-
closeButton: !1
|
|
731
|
-
}).setLngLat(i).setDOMContent(a).addTo(t.current);
|
|
732
|
-
f.on("close", () => {
|
|
733
|
-
g.unmount();
|
|
734
|
-
});
|
|
735
|
-
const p = Vr(f);
|
|
736
|
-
a.appendChild(p), a.appendChild(u);
|
|
737
|
-
}, Je = (t) => Array.isArray(t) ? t.length >= 2 ? [t[0], t[1]] : void 0 : t, ze = (t) => typeof t == "object" && t !== null && "type" in t && "coordinates" in t, Br = (t) => {
|
|
738
|
-
if (typeof t != "object" || t === null || !("geometry" in t && "properties" in t))
|
|
739
|
-
return !1;
|
|
740
|
-
const { geometry: i } = t;
|
|
741
|
-
if (typeof i != "object" || i === null || !("coordinates" in i))
|
|
742
|
-
return !1;
|
|
743
|
-
const { coordinates: a } = i;
|
|
744
|
-
if (!Array.isArray(a) || a.length !== 2 || !ze(i))
|
|
745
|
-
return !1;
|
|
746
|
-
const { properties: u } = t;
|
|
747
|
-
return typeof u != "object" || u === null ? !1 : "id" in u && u.id !== void 0;
|
|
748
|
-
}, qr = ({ map: t, markers: n, event: i }) => {
|
|
749
|
-
var g, f, p, l, T;
|
|
750
|
-
if (!((g = t.current) != null && g.isStyleLoaded()))
|
|
751
|
-
return;
|
|
752
|
-
const a = ((l = (p = (f = t.current) == null ? void 0 : f.getStyle()) == null ? void 0 : p.layers) == null ? void 0 : l.filter((y) => y.id.startsWith("marker-")).map((y) => y.id)) || [], u = (T = t.current) == null ? void 0 : T.queryRenderedFeatures(i.point, { layers: a });
|
|
753
|
-
if (u && u.length > 0) {
|
|
754
|
-
const y = u[0];
|
|
755
|
-
if (!Br(y) || !ze(y.geometry))
|
|
756
|
-
return;
|
|
757
|
-
const { geometry: x } = y, { properties: S } = y, j = x.coordinates.slice();
|
|
758
|
-
if (j.length !== 2 || typeof j[0] != "number" || typeof j[1] != "number")
|
|
759
|
-
return;
|
|
760
|
-
const [U, Y] = j, D = n.find((L) => L.id === (S == null ? void 0 : S.id));
|
|
761
|
-
D && qe({ coordinates: [U, Y], map: t, tooltip: D == null ? void 0 : D.Tooltip });
|
|
762
|
-
}
|
|
763
|
-
}, Jr = () => {
|
|
764
|
-
try {
|
|
765
|
-
const t = document.createElement("canvas");
|
|
766
|
-
return (t.getContext("webgl") || t.getContext("experimental-webgl")) instanceof WebGLRenderingContext;
|
|
767
|
-
} catch {
|
|
768
|
-
return !1;
|
|
769
|
-
}
|
|
770
|
-
}, zr = ({ palette: t, type: n }) => {
|
|
771
|
-
const i = t.mode === "dark" ? "black" : "white", a = t.secondary.main, u = t.info.main;
|
|
772
|
-
switch (n) {
|
|
752
|
+
var Ye = zr();
|
|
753
|
+
const Jr = ({ palette: r, type: t }) => {
|
|
754
|
+
const a = r.mode === "dark" ? "black" : "white", o = r.secondary.main, s = r.info.main;
|
|
755
|
+
switch (t) {
|
|
773
756
|
case "dropOff":
|
|
774
757
|
return {
|
|
775
|
-
"circle-color":
|
|
758
|
+
"circle-color": a,
|
|
776
759
|
"circle-radius": 5,
|
|
777
|
-
"circle-stroke-color":
|
|
760
|
+
"circle-stroke-color": s,
|
|
778
761
|
"circle-stroke-width": 6
|
|
779
762
|
};
|
|
780
763
|
default:
|
|
781
764
|
return {
|
|
782
|
-
"circle-color":
|
|
765
|
+
"circle-color": a,
|
|
783
766
|
"circle-radius": 7,
|
|
784
|
-
"circle-stroke-color":
|
|
767
|
+
"circle-stroke-color": o,
|
|
785
768
|
"circle-stroke-width": 8
|
|
786
769
|
};
|
|
787
770
|
}
|
|
788
|
-
}, Kr = (
|
|
789
|
-
const
|
|
790
|
-
features:
|
|
771
|
+
}, Kr = (r, t, a, o) => {
|
|
772
|
+
const s = {
|
|
773
|
+
features: a.map((f) => ({
|
|
791
774
|
geometry: {
|
|
792
775
|
coordinates: f.geometry.coordinates,
|
|
793
776
|
type: "Point"
|
|
@@ -799,168 +782,238 @@ const Vr = (t) => {
|
|
|
799
782
|
type: "Feature"
|
|
800
783
|
})),
|
|
801
784
|
type: "FeatureCollection"
|
|
802
|
-
},
|
|
803
|
-
|
|
804
|
-
data:
|
|
785
|
+
}, l = r.getSource(t);
|
|
786
|
+
l ? l.setData(s) : r.addSource(t, {
|
|
787
|
+
data: s,
|
|
805
788
|
type: "geojson"
|
|
806
|
-
}),
|
|
807
|
-
const { description:
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
}) :
|
|
811
|
-
filter: ["==", "id",
|
|
812
|
-
id:
|
|
813
|
-
|
|
814
|
-
|
|
789
|
+
}), s.features.forEach((f) => {
|
|
790
|
+
const { description: d, id: u } = f.properties || {}, v = Jr({ palette: o, type: d }), p = `marker-${u}`;
|
|
791
|
+
r.getLayer(p) ? Object.entries(v || {}).forEach(([E, C]) => {
|
|
792
|
+
r.setPaintProperty(p, E, C);
|
|
793
|
+
}) : r.addLayer({
|
|
794
|
+
filter: ["==", "id", u],
|
|
795
|
+
id: p,
|
|
796
|
+
layout: {
|
|
797
|
+
visibility: "visible"
|
|
798
|
+
},
|
|
799
|
+
paint: v,
|
|
800
|
+
source: t,
|
|
815
801
|
type: "circle"
|
|
816
802
|
});
|
|
817
803
|
});
|
|
818
|
-
}, Hr = (
|
|
819
|
-
document.querySelectorAll(".react-custom-marker").forEach((
|
|
820
|
-
const { IconComponent:
|
|
821
|
-
if (
|
|
822
|
-
const
|
|
823
|
-
|
|
824
|
-
const
|
|
825
|
-
|
|
804
|
+
}, Hr = (r, t) => {
|
|
805
|
+
document.querySelectorAll(".react-custom-marker").forEach((o) => o.remove()), t.forEach((o) => {
|
|
806
|
+
const { IconComponent: s, iconProps: l, onClick: f } = o.properties || {}, { coordinates: d } = o.geometry;
|
|
807
|
+
if (s && d.length >= 2) {
|
|
808
|
+
const u = document.createElement("div");
|
|
809
|
+
u.className = "react-custom-marker", u.style.position = "absolute";
|
|
810
|
+
const v = document.createElement("div"), p = Ye.createRoot(v);
|
|
811
|
+
s && p.render(ue.createElement(s, l || {})), u.appendChild(v);
|
|
812
|
+
const E = () => {
|
|
813
|
+
f == null || f(o);
|
|
814
|
+
};
|
|
815
|
+
u.addEventListener("click", E), new jr(u).setLngLat([d[0], d[1]]).addTo(r);
|
|
826
816
|
}
|
|
827
817
|
});
|
|
828
|
-
}, Xr = (
|
|
829
|
-
features: (
|
|
818
|
+
}, Xr = (r) => ({
|
|
819
|
+
features: (r == null ? void 0 : r.map((t, a) => ({
|
|
830
820
|
geometry: {
|
|
831
821
|
coordinates: [
|
|
832
|
-
Number.isFinite(Number(
|
|
833
|
-
Number.isFinite(Number(
|
|
822
|
+
Number.isFinite(Number(t.lng)) ? Number(t.lng) : Number(Ge),
|
|
823
|
+
Number.isFinite(Number(t.lat)) ? Number(t.lat) : Number(Be)
|
|
834
824
|
],
|
|
835
825
|
type: "Point"
|
|
836
826
|
},
|
|
837
827
|
properties: {
|
|
838
|
-
description:
|
|
839
|
-
IconComponent:
|
|
840
|
-
iconProps:
|
|
841
|
-
id:
|
|
842
|
-
name:
|
|
843
|
-
|
|
844
|
-
|
|
828
|
+
description: t.type,
|
|
829
|
+
IconComponent: t.IconComponent,
|
|
830
|
+
iconProps: t.iconProps,
|
|
831
|
+
id: t.id || `{marker-${a}}`,
|
|
832
|
+
name: t.name,
|
|
833
|
+
onClick: t.onClick,
|
|
834
|
+
size: t.size || 1,
|
|
835
|
+
zIndex: t.zIndex || 0
|
|
845
836
|
},
|
|
846
837
|
type: "Feature"
|
|
847
838
|
}))) || [],
|
|
848
839
|
type: "FeatureCollection"
|
|
849
|
-
}), Zr = ({ map:
|
|
850
|
-
if (
|
|
851
|
-
const
|
|
852
|
-
var
|
|
853
|
-
return ((
|
|
854
|
-
}), f = u.features.filter((p) => {
|
|
855
|
-
var l;
|
|
856
|
-
return (l = p.properties) == null ? void 0 : l.IconComponent;
|
|
840
|
+
}), Zr = ({ map: r, setLoadingMapBox: t, palette: a, markers: o }) => {
|
|
841
|
+
if (t(!1), !r.current) return;
|
|
842
|
+
const s = Xr(o), l = s.features.filter((d) => {
|
|
843
|
+
var u;
|
|
844
|
+
return ((u = d.properties) == null ? void 0 : u.IconComponent) === void 0;
|
|
857
845
|
});
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
846
|
+
l.length && Kr(r.current, "markerProps", l, a);
|
|
847
|
+
const f = s.features.filter((d) => {
|
|
848
|
+
var u;
|
|
849
|
+
return (u = d.properties) == null ? void 0 : u.IconComponent;
|
|
850
|
+
});
|
|
851
|
+
f.length && Hr(r.current, f);
|
|
852
|
+
}, Qr = ({ map: r, markers: t, markersAreInvalid: a, palette: o, setLoadingMapBox: s }) => {
|
|
853
|
+
A(() => {
|
|
854
|
+
if (!r.current || a) return;
|
|
855
|
+
const l = () => {
|
|
856
|
+
t && Zr({ map: r, markers: t, palette: o, setLoadingMapBox: s });
|
|
857
|
+
};
|
|
858
|
+
r.current.loaded() ? l() : r.current.once("load", l);
|
|
859
|
+
}, [r, t, a, o, s]);
|
|
860
|
+
}, et = ({ map: r, onMapClick: t }) => {
|
|
861
|
+
A(() => {
|
|
862
|
+
if (!r.current || !t) return;
|
|
863
|
+
const a = r.current.getCanvas(), o = (s) => {
|
|
864
|
+
const l = [s.clientX - a.getBoundingClientRect().left, s.clientY - a.getBoundingClientRect().top], f = r.current.unproject(l);
|
|
865
|
+
t(f.lng, f.lat);
|
|
866
|
+
};
|
|
867
|
+
a.addEventListener("click", o);
|
|
868
|
+
}, [r, t]);
|
|
869
|
+
}, rt = (r) => {
|
|
870
|
+
const t = document.createElement("button");
|
|
871
|
+
return t.innerText = "×", t.style.position = "absolute", t.style.top = "5px", t.style.right = "5px", t.style.background = "transparent", t.style.border = "none", t.style.fontSize = "16px", t.style.padding = "0", t.style.margin = "10px", t.style.cursor = "pointer", t.type = "button", t.setAttribute("aria-label", "Close popup"), t.removeAttribute("aria-hidden"), t.onclick = () => r.remove(), t;
|
|
872
|
+
}, $e = ({ map: r, tooltip: t, coordinates: a }) => {
|
|
873
|
+
if (!a || !t || !r.current || !Array.isArray(a) || a.length !== 2)
|
|
874
|
+
return null;
|
|
875
|
+
const o = document.createElement("div");
|
|
876
|
+
o.style.position = "relative", o.style.overflow = "hidden";
|
|
877
|
+
const s = document.createElement("div");
|
|
878
|
+
s.style.padding = "10px", o.style.zIndex = "1000";
|
|
879
|
+
const l = Ye.createRoot(s);
|
|
880
|
+
l.render(t);
|
|
881
|
+
const f = new Ar({
|
|
882
|
+
closeButton: !1
|
|
883
|
+
}).setLngLat(a).setDOMContent(o).addTo(r.current);
|
|
884
|
+
f.on("close", () => {
|
|
885
|
+
queueMicrotask(() => {
|
|
886
|
+
l.unmount();
|
|
887
|
+
});
|
|
888
|
+
});
|
|
889
|
+
const d = rt(f);
|
|
890
|
+
return o.appendChild(d), o.appendChild(s), f;
|
|
891
|
+
}, Ue = (r) => typeof r == "object" && r !== null && "type" in r && "coordinates" in r, tt = (r) => {
|
|
892
|
+
if (typeof r != "object" || r === null || !("geometry" in r && "properties" in r))
|
|
893
|
+
return !1;
|
|
894
|
+
const { geometry: a } = r;
|
|
895
|
+
if (typeof a != "object" || a === null || !("coordinates" in a))
|
|
896
|
+
return !1;
|
|
897
|
+
const { coordinates: o } = a;
|
|
898
|
+
if (!Array.isArray(o) || o.length !== 2 || !Ue(a))
|
|
899
|
+
return !1;
|
|
900
|
+
const { properties: s } = r;
|
|
901
|
+
return typeof s != "object" || s === null ? !1 : "id" in s && s.id !== void 0;
|
|
902
|
+
}, nt = ({ map: r, point: t }) => {
|
|
903
|
+
var s, l, f, d, u;
|
|
904
|
+
if (!((s = r.current) != null && s.isStyleLoaded()))
|
|
905
|
+
return null;
|
|
906
|
+
const a = ((d = (f = (l = r.current) == null ? void 0 : l.getStyle()) == null ? void 0 : f.layers) == null ? void 0 : d.filter((v) => v.id.startsWith("marker-")).map((v) => v.id)) || [], o = (u = r.current) == null ? void 0 : u.queryRenderedFeatures(t, { layers: a });
|
|
907
|
+
if (o && o.length > 0) {
|
|
908
|
+
const v = o[0];
|
|
909
|
+
if (!tt(v) || !Ue(v.geometry))
|
|
910
|
+
return null;
|
|
911
|
+
const { geometry: p } = v, E = p.coordinates.slice();
|
|
912
|
+
return E.length !== 2 || typeof E[0] != "number" || typeof E[1] != "number" ? null : v;
|
|
913
|
+
}
|
|
914
|
+
}, ot = ({ openPopup: r, map: t, markers: a }) => {
|
|
915
|
+
const o = se(null);
|
|
916
|
+
A(() => {
|
|
917
|
+
if (!t.current || !a) return;
|
|
918
|
+
const l = t.current.getCanvas();
|
|
919
|
+
if (o.current && (o.current.remove(), o.current = null), r) {
|
|
920
|
+
const d = a.find((u) => u.id === r);
|
|
921
|
+
if (d) {
|
|
922
|
+
const u = [Number(d.lng) || 0, Number(d.lat) || 0], v = $e({
|
|
923
|
+
coordinates: u,
|
|
924
|
+
map: t,
|
|
925
|
+
tooltip: d.Tooltip
|
|
926
|
+
});
|
|
927
|
+
v && (o.current = v);
|
|
928
|
+
}
|
|
929
|
+
}
|
|
930
|
+
const f = (d) => {
|
|
931
|
+
const u = [
|
|
932
|
+
d.clientX - l.getBoundingClientRect().left,
|
|
933
|
+
d.clientY - l.getBoundingClientRect().top
|
|
934
|
+
], v = nt({ map: t, point: u });
|
|
935
|
+
if (v && v.properties && v.properties.id) {
|
|
936
|
+
o.current && (o.current.remove(), o.current = null);
|
|
937
|
+
const p = a.find((E) => E.id === v.properties.id);
|
|
938
|
+
if (p) {
|
|
939
|
+
const E = [Number(p.lng) || 0, Number(p.lat) || 0];
|
|
940
|
+
requestAnimationFrame(() => {
|
|
941
|
+
const C = $e({
|
|
942
|
+
coordinates: E,
|
|
943
|
+
map: t,
|
|
944
|
+
tooltip: p.Tooltip
|
|
945
|
+
});
|
|
946
|
+
C && (o.current = C);
|
|
947
|
+
});
|
|
948
|
+
}
|
|
949
|
+
}
|
|
950
|
+
};
|
|
951
|
+
return l.addEventListener("click", f), () => {
|
|
952
|
+
l.removeEventListener("click", f), o.current && (o.current.remove(), o.current = null);
|
|
953
|
+
};
|
|
954
|
+
}, [t, a, r]);
|
|
955
|
+
}, it = () => {
|
|
956
|
+
try {
|
|
957
|
+
const r = document.createElement("canvas");
|
|
958
|
+
return (r.getContext("webgl") || r.getContext("experimental-webgl")) instanceof WebGLRenderingContext;
|
|
959
|
+
} catch {
|
|
960
|
+
return !1;
|
|
961
|
+
}
|
|
962
|
+
}, at = ({ mapStyle: r, mapContainer: t, zoomFlyFrom: a, markers: o, center: s }) => {
|
|
963
|
+
var f, d;
|
|
861
964
|
return {
|
|
862
|
-
center:
|
|
863
|
-
lat: ((f =
|
|
864
|
-
lng: ((
|
|
965
|
+
center: s ? We(s) : {
|
|
966
|
+
lat: ((f = o == null ? void 0 : o[0]) == null ? void 0 : f.lat) !== void 0 ? Number(o[0].lat) : Be,
|
|
967
|
+
lng: ((d = o == null ? void 0 : o[0]) == null ? void 0 : d.lng) !== void 0 ? Number(o[0].lng) : Ge
|
|
865
968
|
},
|
|
866
|
-
container: (
|
|
969
|
+
container: (t == null ? void 0 : t.current) || "",
|
|
867
970
|
cooperativeGestures: !0,
|
|
868
971
|
failIfMajorPerformanceCaveat: !1,
|
|
869
|
-
style:
|
|
870
|
-
zoom:
|
|
972
|
+
style: r,
|
|
973
|
+
zoom: a
|
|
871
974
|
};
|
|
872
|
-
},
|
|
873
|
-
markers:
|
|
874
|
-
loading:
|
|
875
|
-
center:
|
|
876
|
-
openPopup:
|
|
877
|
-
onMapClick:
|
|
878
|
-
flyToDuration:
|
|
975
|
+
}, Ge = 2.333, Be = 46.8677, st = ({
|
|
976
|
+
markers: r,
|
|
977
|
+
loading: t,
|
|
978
|
+
center: a,
|
|
979
|
+
openPopup: o,
|
|
980
|
+
onMapClick: s,
|
|
981
|
+
flyToDuration: l = 5e3,
|
|
879
982
|
fitBoundDuration: f = 1e3,
|
|
880
|
-
fitBounds:
|
|
881
|
-
disableFlyTo:
|
|
882
|
-
fitBoundsPadding:
|
|
883
|
-
mapStyle:
|
|
884
|
-
zoom:
|
|
885
|
-
zoomFlyFrom:
|
|
983
|
+
fitBounds: d = !0,
|
|
984
|
+
disableFlyTo: u = !1,
|
|
985
|
+
fitBoundsPadding: v = 50,
|
|
986
|
+
mapStyle: p = "mapbox://styles/mapbox/streets-v12?optimize=true",
|
|
987
|
+
zoom: E = 6,
|
|
988
|
+
zoomFlyFrom: C = 3
|
|
886
989
|
}) => {
|
|
887
|
-
const { palette:
|
|
888
|
-
return
|
|
889
|
-
if (!
|
|
890
|
-
|
|
990
|
+
const { palette: D } = Dr(), [G, B] = De(!0), [H, w] = De(!0), R = se(null), S = se(null), X = !r || r.some((N) => N.lat === void 0 || N.lng === void 0);
|
|
991
|
+
return A(() => {
|
|
992
|
+
if (!it()) {
|
|
993
|
+
w(!1), B(!1);
|
|
891
994
|
return;
|
|
892
995
|
}
|
|
893
|
-
if (
|
|
996
|
+
if (S.current || !R.current || t)
|
|
894
997
|
return;
|
|
895
998
|
R.current.innerHTML !== "" && (R.current.innerHTML = "");
|
|
896
|
-
const
|
|
897
|
-
|
|
898
|
-
}, [
|
|
899
|
-
if (!b.current || H) return;
|
|
900
|
-
const _ = () => {
|
|
901
|
-
Zr({ map: b, markers: t, palette: j, setLoadingMapBox: Y });
|
|
902
|
-
};
|
|
903
|
-
b.current.loaded() ? _() : b.current.once("load", _);
|
|
904
|
-
}, [t, H, j]), M(() => {
|
|
905
|
-
if (!b.current || !t) return;
|
|
906
|
-
const _ = b.current._popups;
|
|
907
|
-
if (_.length && _.forEach((E) => E.remove()), a) {
|
|
908
|
-
const E = t.find((N) => N.id === a), $ = [Number(E == null ? void 0 : E.lng) || 0, Number(E == null ? void 0 : E.lat) || 0];
|
|
909
|
-
qe({ coordinates: $, map: b, tooltip: E == null ? void 0 : E.Tooltip });
|
|
910
|
-
}
|
|
911
|
-
const O = (E) => {
|
|
912
|
-
qr({ event: E, map: b, markers: t });
|
|
913
|
-
};
|
|
914
|
-
return b.current.on("click", O), () => {
|
|
915
|
-
var E;
|
|
916
|
-
(E = b.current) == null || E.off("click", O);
|
|
917
|
-
};
|
|
918
|
-
}, [b, t, a]), M(() => {
|
|
919
|
-
if (!b.current || !i) return;
|
|
920
|
-
const _ = Array.isArray(i) && Ve(i[1], i[0]) ? Je(i) : { lat: pe, lng: de };
|
|
921
|
-
_ && b.current.setCenter(_);
|
|
922
|
-
}, [i]), M(() => {
|
|
923
|
-
if (!b.current || !u) return;
|
|
924
|
-
const _ = (O) => u(O.lngLat.lng, O.lngLat.lat);
|
|
925
|
-
return b.current.on("click", _), () => {
|
|
926
|
-
var O;
|
|
927
|
-
(O = b.current) == null || O.off("click", _);
|
|
928
|
-
};
|
|
929
|
-
}, [u]), M(() => {
|
|
930
|
-
if (!b.current || (l || b.current.flyTo({
|
|
931
|
-
duration: g,
|
|
932
|
-
zoom: x
|
|
933
|
-
}), !p || !(t != null && t.length) || (t == null ? void 0 : t.length) < 2)) return;
|
|
934
|
-
const _ = new Lr(), O = t.filter((E) => {
|
|
935
|
-
const $ = Number(E.lng), N = Number(E.lat);
|
|
936
|
-
return Ve(N, $);
|
|
937
|
-
});
|
|
938
|
-
if (!(O.length < 2)) {
|
|
939
|
-
for (let E = 0; E < O.length; E += 1) {
|
|
940
|
-
const $ = Number(O[E].lng), N = Number(O[E].lat);
|
|
941
|
-
_.extend([$, N]);
|
|
942
|
-
}
|
|
943
|
-
b.current.fitBounds(_, {
|
|
944
|
-
duration: f,
|
|
945
|
-
padding: T
|
|
946
|
-
});
|
|
947
|
-
}
|
|
948
|
-
}, [t, p, T, g, x, f, l]), M(
|
|
999
|
+
const N = at({ center: a, mapContainer: R, mapStyle: p, markers: r, zoomFlyFrom: C });
|
|
1000
|
+
S.current = new Lr(N);
|
|
1001
|
+
}, [a, t, p, r, C]), Qr({ map: S, markers: r, markersAreInvalid: X, palette: D, setLoadingMapBox: B }), ot({ map: S, markers: r, openPopup: o }), qr({ center: a, map: S }), et({ map: S, onMapClick: s }), Vr({ disableFlyTo: u, fitBoundDuration: f, fitBounds: d, fitBoundsPadding: v, flyToDuration: l, map: S, markers: r, zoom: E }), A(
|
|
949
1002
|
() => () => {
|
|
950
|
-
|
|
1003
|
+
S.current && (S.current.remove(), S.current = null);
|
|
951
1004
|
},
|
|
952
1005
|
[]
|
|
953
1006
|
), {
|
|
954
|
-
loading:
|
|
955
|
-
map:
|
|
1007
|
+
loading: G || t,
|
|
1008
|
+
map: S,
|
|
956
1009
|
mapContainer: R,
|
|
957
|
-
markers:
|
|
958
|
-
webGLSupported:
|
|
1010
|
+
markers: r,
|
|
1011
|
+
webGLSupported: H
|
|
959
1012
|
};
|
|
960
|
-
},
|
|
961
|
-
const { loading: f, mapContainer:
|
|
962
|
-
return /* @__PURE__ */
|
|
963
|
-
/* @__PURE__ */
|
|
1013
|
+
}, vt = ({ containerStyle: r, square: t, theme: a, height: o = 300, width: s = "100%", ...l }) => {
|
|
1014
|
+
const { loading: f, mapContainer: d, webGLSupported: u } = st(l);
|
|
1015
|
+
return /* @__PURE__ */ O.jsxs(O.Fragment, { children: [
|
|
1016
|
+
/* @__PURE__ */ O.jsx(
|
|
964
1017
|
Nr,
|
|
965
1018
|
{
|
|
966
1019
|
styles: {
|
|
@@ -974,26 +1027,26 @@ const Vr = (t) => {
|
|
|
974
1027
|
}
|
|
975
1028
|
}
|
|
976
1029
|
),
|
|
977
|
-
/* @__PURE__ */
|
|
978
|
-
|
|
1030
|
+
/* @__PURE__ */ O.jsx(
|
|
1031
|
+
Br,
|
|
979
1032
|
{
|
|
980
|
-
ref:
|
|
1033
|
+
ref: d,
|
|
981
1034
|
loading: f,
|
|
982
|
-
height:
|
|
983
|
-
width:
|
|
984
|
-
containerStyle:
|
|
985
|
-
square:
|
|
986
|
-
error: !
|
|
1035
|
+
height: o,
|
|
1036
|
+
width: s,
|
|
1037
|
+
containerStyle: r,
|
|
1038
|
+
square: t,
|
|
1039
|
+
error: !u && "WebGL is not enabled in your browser. This technology is required to display the interactive map."
|
|
987
1040
|
}
|
|
988
1041
|
)
|
|
989
1042
|
] });
|
|
990
|
-
}, Ve = (
|
|
1043
|
+
}, Ve = (r, t) => Number.isFinite(r) && Number.isFinite(t) && r >= -90 && r <= 90 && t >= -180 && t <= 180;
|
|
991
1044
|
export {
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
1045
|
+
kr as DEFAULT_CENTER_LAT,
|
|
1046
|
+
Mr as DEFAULT_CENTER_LNG,
|
|
1047
|
+
pt as MapProvider,
|
|
1048
|
+
Ur as MapProviderContext,
|
|
1049
|
+
vt as MarkerMap,
|
|
997
1050
|
Ve as isValidLatLng,
|
|
998
|
-
|
|
1051
|
+
it as isWebGLSupported
|
|
999
1052
|
};
|