@mapcreator/sdk 1.5.6 → 1.5.7
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/initMap.d.ts +3 -2
- package/dist/mapcreator-sdk.js +14 -8
- package/dist/mapcreator-sdk.umd.cjs +1 -1
- package/dist/report.html +1 -1
- package/dist/types/index.d.ts +1 -7
- package/dist/types/jobObject.d.ts +5 -0
- package/package.json +1 -1
package/dist/initMap.d.ts
CHANGED
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
import { MCMap } from './MCMap';
|
|
2
|
-
import {
|
|
2
|
+
import { JobObject } from './types/jobObject';
|
|
3
|
+
import { Env, Mode } from './types';
|
|
3
4
|
export declare function initMap(options: {
|
|
4
5
|
container: HTMLElement | string;
|
|
5
|
-
job:
|
|
6
|
+
job: JobObject | string;
|
|
6
7
|
accessToken: string;
|
|
7
8
|
mode?: Mode | undefined;
|
|
8
9
|
env?: Env | undefined;
|
package/dist/mapcreator-sdk.js
CHANGED
|
@@ -40808,14 +40808,20 @@ async function ud(e) {
|
|
|
40808
40808
|
let { restrictMapMovement: e, popupPosition: t } = E;
|
|
40809
40809
|
e && (c.boxZoom.disable(), c.doubleClickZoom.disable(), c.dragPan.disable(), c.dragRotate.disable(), c.keyboard.disable(), c.scrollZoom.disable(), c.touchPitch.disable(), c.touchZoomRotate.disable()), f.setParams(t, x(p, y.TWO), e, g);
|
|
40810
40810
|
}
|
|
40811
|
-
let te =
|
|
40812
|
-
|
|
40813
|
-
|
|
40814
|
-
|
|
40815
|
-
|
|
40816
|
-
|
|
40817
|
-
let
|
|
40818
|
-
|
|
40811
|
+
let te = o.meta?.mapstyleSet, F = te === void 0 ? {
|
|
40812
|
+
version: 8,
|
|
40813
|
+
sources: {},
|
|
40814
|
+
layers: []
|
|
40815
|
+
} : await fetch(`${i}/styles/${te}.json?access_token=${t}`).then((e) => e.json());
|
|
40816
|
+
Bl(F), c.setStyle(null), c.setStyle(F), await c.once("style.load"), n === "app" && gd(c.getStyle().metadata?.customCssFilePath, t), _(p, c);
|
|
40817
|
+
let ne = o.map.overlays ?? [], ie = o.meta?.layers ?? [];
|
|
40818
|
+
ne.length !== ie.length && (ne = [], ie = []);
|
|
40819
|
+
let oe = await Yl(ne, ie, c, i, t, F.metadata?.styleOverride), se = ne.reduce((e, t, n) => e.set(t, oe[n]), /* @__PURE__ */ new Map());
|
|
40820
|
+
yd(c, M, k, A, j, i, t), _(p, c), f.setPublication(F.metadata?.publication), f.setpopupElements(), f.setHighlightManager(), c.setProjection({ type: S === "globe" ? "globe" : "mercator" });
|
|
40821
|
+
let ce = pd(c, S);
|
|
40822
|
+
md(c, ce), C && hd(c, i, t, w);
|
|
40823
|
+
let le = _d(o.map.layerInfo, F, oe);
|
|
40824
|
+
return vd(c, le, !v), new ld(c, o, j, M, F, se, le, ce);
|
|
40819
40825
|
}
|
|
40820
40826
|
function dd(e, t, n) {
|
|
40821
40827
|
return fetch(`${t}/jobs/${e}.json?access_token=${n}`).then((e) => e.json());
|
|
@@ -1183,4 +1183,4 @@ vec4 finalPos=u_coord_matrix*vec4(projected_pos.xy/projected_pos.w+rotation_matr
|
|
|
1183
1183
|
<div class="popup-scroll-wrapper">
|
|
1184
1184
|
<div class="mc-popup data-layer text-content">${n}</div>
|
|
1185
1185
|
</div>
|
|
1186
|
-
`}return n}htmlToElement(e){let t=document.createElement(`template`);return t.innerHTML=e.trim(),t.content.firstElementChild}addPopupControls(){let e=this.htmlToElement(su);if(e&&(e.addEventListener(`click`,()=>{this.hidePopup(),this.highlightManager.highlight(void 0)}),this.popupContainer.appendChild(e)),this.popupElements.length>1){let e=this.htmlToElement(cu);e&&(e.querySelector(`.prev`)?.addEventListener(`click`,()=>this.cyclePopups(!1)),e.querySelector(`.next`)?.addEventListener(`click`,()=>this.cyclePopups()),this.popupContainer.appendChild(e))}}fillDatalayerTemplate(e,t,n){let r=`data-mention-id`,i=new DOMParser().parseFromString(t,`text/html`).body;for(let t of i.querySelectorAll(`[${r}]`)){let i=this.getProperty(e,t.getAttribute(r),n);i!==void 0&&(t.innerText=i)}return i.innerHTML}getProperty(e,t,n){if(!t)return;let r=t.endsWith(`:en`)?[t.replace(`:en`,n),t]:[t];for(let t of r){let n=e.properties[t]??this.getVectorProperty(e,t);if(n!==void 0)return n}}getVectorProperty(e,t){let n=this.promoteIdCache.get(e.source);n===void 0&&(n=this.map.getSource(e.source)?.serialize().promoteId||`id`,this.promoteIdCache.set(e.source,n));try{let r=e.properties[n];return e.layer.metadata.properties[t][r]}catch{return}}cyclePopups(e=!0){let t=this.popupElements?.findIndex(e=>e.modelId===this.currentModelId);if(t!==-1){let n=0;n=e?t===this.popupElements.length-1?0:t+1:t===0?this.popupElements.length-1:t-1;let r=this.popupElements?.[n];this.currentModelId=r.modelId,this.highlightManager.highlight(r,!0);let i=ou(r.popup,r.popupMedia,r.dataBindings??{},this.mode),a=this.popupContainer;this.popupContainer.remove(),a.innerHTML=i,this.mapContainer.appendChild(a),this.addPopupControls(),e?this.popupContainer.querySelector(`.mc-popup-button.next`)?.focus():this.popupContainer.querySelector(`.mc-popup-button.prev`)?.focus()}}},gu=class e{static#e(e){let t=0,n=[t];for(let r=1;r<e.length;++r){let i=e[r-1],a=e[r],o=a.x-i.x,s=a.y-i.y;t+=Math.sqrt(o*o+s*s),n.push(t)}return n}static#t(e,t){return e.x===t.x&&e.y===t.y}#n;#r;#i;#a;constructor(t){this.#n=t.filter((e,n)=>n===0||t[n][0]!==t[n-1][0]||t[n][1]!==t[n-1][1]),this.#r=this.#n.map(e=>u.MercatorCoordinate.fromLngLat(e)),this.#i=e.#e(this.#r),this.#a=this.#i[this.#i.length-1]}sample(e){let t=this.#r,n=this.#i;if(t.length<2)return t[0];e*=this.#a;for(let r=1;r<t.length;++r){let i=t[r-1],a=t[r],o=n[r-1],s=n[r];if(s>=e){let t=(e-o)/(s-o);return new u.MercatorCoordinate(ee(i.x,a.x,t),ee(i.y,a.y,t))}}return new u.MercatorCoordinate(t[t.length-1].x,t[t.length-1].y)}slice(t,n){if(this.#n.length<2)return this.#n;let r=this.#r.filter((e,r)=>this.#i[r]>=t*this.#a&&this.#i[r]<=n*this.#a);if(t>0){let n=this.sample(t);e.#t(n,r[0])||r.unshift(n)}if(n<1){let t=this.sample(n);e.#t(t,r[r.length-1])||r.push(t)}return r.map(e=>{let{lng:t,lat:n}=e.toLngLat();return[t,n]})}get length(){return this.#a}},_u={solid:[1,0],dotted:[.7,.3],dashed:[3.5,1.5]};function vu(e,t,n,r){e.addSource(t.id,{type:`geojson`,data:{type:`FeatureCollection`,features:t.models.filter(e=>e.visible??!0).map(n=>yu(e,t,n,1,r))}}),Object.entries(_u).forEach(([r,i])=>{t.models.some(e=>(e.lineStyle??`solid`)===r)&&e.addLayer({id:`${t.id}-${r}`,type:`line`,source:t.id,metadata:{"mc-model-type":`line`,"mc-group-id":t.id},filter:[`all`,[`==`,[`geometry-type`],`LineString`],[`==`,[`get`,`line-style`],r]],paint:{"line-width":[`get`,`line-width`],"line-color":[`get`,`line-color`],"line-dasharray":i,"line-opacity":[`coalesce`,[`feature-state`,`opacity`],1]}},n)}),e.addLayer({id:`${t.id}-clickable`,type:`line`,source:t.id,metadata:{"mc-model-type":`line`,"mc-group-id":t.id},paint:{"line-width":[`max`,[`get`,`line-width`],15],"line-opacity":0},filter:[`==`,[`geometry-type`],`LineString`]},n),t.models.some(e=>e.svg)&&e.addLayer({id:`${t.id}-icon`,type:`symbol`,source:t.id,metadata:{"mc-model-type":`line`,"mc-group-id":t.id},layout:{"icon-allow-overlap":!0,"icon-ignore-placement":!0,"icon-image":[`get`,`mc-image-key`],"icon-anchor":`center`,"icon-size":[`get`,`icon-size`],"icon-rotate":[`get`,`icon-rotate`],"icon-offset":[`get`,`icon-offset`]},paint:{"icon-opacity":[`coalesce`,[`feature-state`,`opacity`],1]},filter:[`==`,[`geometry-type`],`Point`]},n)}function yu(e,t,n,r,i){let a=new gu(n.geometry).slice(0,r),o=n.svg===void 0?void 0:i.getMapLibreImageKey(mi(n.dataBindings??{},n.svg,void 0),window.devicePixelRatio*(n.iconScale??1)*e.getScale());return{type:`Feature`,id:D(n.id),properties:{id:n.id,"line-width":n.lineWidth??3,"line-color":t.lineColor||n.lineColor?fi(n.dataBindings??{},n.lineColor,t.lineColor):`#000000`,"line-style":n.lineStyle??`solid`,"mc-image-key":o,"icon-rotate":bu(n,a,e),"icon-offset":n.iconOffset,"icon-size":n.iconScale},geometry:{type:`GeometryCollection`,geometries:[{type:`LineString`,coordinates:a},{type:`Point`,coordinates:a[a.length-1]}]}}}function bu(e,t,n){return e.iconRotation?e.iconAlign?wr(t,n)+e.iconRotation:e.iconRotation:0}function xu(e,t,n,r,i,a,o){let s=jr(t),c=new Map,l=new Map;for(let e of t.models){let n=e.featureId,a=t.id,o=[],u=Sr(e),d=xr(a,e),f=l.get(d)??{model:e,featureIds:o,modelIdToFillColor:{},modelIdToFillPattern:{},modelIdToOutlineColor:{},modelIdToOutlineWidth:{}};if(e.visible??!0){f.featureIds.push(n);let a=e.fillPattern===void 0?null:i.getMapLibreImageKey(r[e.fillPattern],2*window.devicePixelRatio);f.modelIdToFillColor[n]=t.fillColor||e.fillColor?fi(e.dataBindings??{},e.fillColor,t.fillColor,s,t.choropleth?.unmatchedColor):`#000000`,f.modelIdToFillPattern[n]=a,f.modelIdToOutlineColor[n]=t.outlineColor||e.outlineColor?fi(e.dataBindings??{},e.outlineColor,t.outlineColor):`#000000`,f.modelIdToOutlineWidth[n]=e.outlineWidth??.5}c.set(u,e),l.set(d,f)}for(let t of c.keys())e.getSource(t)||e.addSource(t,{type:`vector`,url:`${a}${c.get(t).vectorUrl}?access_token=${o}`,promoteId:`id`});for(let r of l.keys()){let{model:i}=l.get(r),{sourceLayerId:a}=i,o=Sr(i);e.addLayer({id:r,type:`fill`,source:o,"source-layer":a,filter:[`literal`,!1],metadata:{"mc-model-type":`area`,"mc-model-id-prefix":i.vectorUrl,"mc-group-id":t.id},paint:{"fill-color":`#ffffff`,"fill-outline-color":`#000000`,"fill-antialias":!1,"fill-opacity":[`coalesce`,[`feature-state`,`opacity-${t.id}`],1]}},n),e.addLayer({id:`${r}-pattern`,type:`fill`,source:o,"source-layer":a,filter:[`literal`,!1],metadata:{"mc-model-type":`area`,"mc-model-id-prefix":i.vectorUrl,"mc-group-id":t.id},paint:{"fill-pattern":[`get`,`fill-pattern`],"fill-opacity":[`coalesce`,[`feature-state`,`opacity-${t.id}`],1]},layout:{visibility:`visible`}},n),e.addLayer({id:`${r}-outline`,type:`line`,source:o,"source-layer":a,filter:[`literal`,!1],metadata:{"mc-model-type":`area`,"mc-model-id-prefix":i.vectorUrl,"mc-group-id":t.id},paint:{"line-color":`#000000`,"line-width":.5,"line-opacity":[`coalesce`,[`feature-state`,`opacity-${t.id}`],1]}},n)}l.forEach((t,n)=>{let{featureIds:r,modelIdToFillColor:i,modelIdToFillPattern:a,modelIdToOutlineColor:o,modelIdToOutlineWidth:s}=t;e.setFilter(n,[`in`,`id`,...r]),e.setFilter(`${n}-outline`,[`in`,`id`,...r]),e.setPaintProperty(n,`fill-color`,[`get`,[`case`,[`==`,[`typeof`,[`get`,`id`]],`number`],[`to-string`,[`get`,`id`]],[`get`,`id`]],[`literal`,i]]),e.setPaintProperty(`${n}-outline`,`line-color`,[`get`,[`case`,[`==`,[`typeof`,[`get`,`id`]],`number`],[`to-string`,[`get`,`id`]],[`get`,`id`]],[`literal`,o]]),e.setPaintProperty(`${n}-outline`,`line-width`,[`get`,[`case`,[`==`,[`typeof`,[`get`,`id`]],`number`],[`to-string`,[`get`,`id`]],[`get`,`id`]],[`literal`,s]]),e.setFilter(`${n}-pattern`,[`to-boolean`,[`get`,[`case`,[`==`,[`typeof`,[`get`,`id`]],`number`],[`to-string`,[`get`,`id`]],[`get`,`id`]],[`literal`,a]]]),e.setPaintProperty(`${n}-pattern`,`fill-pattern`,[`get`,[`case`,[`==`,[`typeof`,[`get`,`id`]],`number`],[`to-string`,[`get`,`id`]],[`get`,`id`]],[`literal`,a]])})}function Su(e,t,n){e.addSource(t.id,{type:`geojson`,data:{type:`FeatureCollection`,features:t.models.filter(e=>e.visible??!0).map(e=>Cu(t,e))}}),e.addLayer({id:t.id,type:`circle`,source:t.id,metadata:{"mc-model-type":`dot`,"mc-group-id":t.id},paint:{"circle-color":[`get`,`circle-color`],"circle-radius":[`get`,`circle-radius`],"circle-opacity":[`coalesce`,[`feature-state`,`opacity`],1]}},n)}function Cu(e,t){return{type:`Feature`,id:t.id,properties:{id:t.id,"circle-radius":t.radius,"circle-color":e.fillColor||t.fillColor?fi(t.dataBindings??{},t.fillColor,e.fillColor):`#000000`},geometry:{type:`Point`,coordinates:[t.center.lng,t.center.lat]}}}function wu(e){let t=e.length>0?[Tu(e[0])]:[],n=0,r=0;for(let i=1;i<e.length;++i){let a=Tu(e[i]);n+=Eu(e[i-1].center[0],a.center[0]),r+=Eu(e[i-1].bearing,a.bearing),a.center[0]+=n*360,a.x+=n,a.bearing+=r*360,t.push(a)}return t}function Tu(e){return{...e,center:[e.center[0],e.center[1]]}}function Eu(e,t){if(Math.abs(e)+Math.abs(t)>180){if(e>0&&t<0)return 1;if(e<0&&t>0)return-1}return 0}function Du(e){return 2**-e}function Ou(e){return e.length>0?e[e.length-1].time:0}function ku(e){return ae(e,23.976)?24e3/1001:ae(e,29.97)?3e4/1001:ae(e,59.94)?6e4/1001:e}function Au(e,t){return e===void 0||t===void 0?e===t:e.center.lat===t.center.lat&&e.center.lng===t.center.lng&&e.zoom===t.zoom&&e.bearing===t.bearing&&e.pitch===t.pitch&&e.fov===t.fov&&e.elevation===t.elevation}function ju(e){return e<0?-1:1}function Mu(e,t,n){var r=e._x1-e._x0,i=t-e._x1,a=(e._y1-e._y0)/(r||i<0&&-0),o=(n-e._y1)/(i||r<0&&-0),s=(a*i+o*r)/(r+i);return(ju(a)+ju(o))*Math.min(Math.abs(a),Math.abs(o),.5*Math.abs(s))||0}function Nu(e,t){var n=e._x1-e._x0;return n?(3*(e._y1-e._y0)/n-t)/2:t}function Pu(e,t,n){var r=e._x0,i=e._y0,a=e._x1,o=e._y1,s=(a-r)/3;e._context.bezierCurveTo(r+s,i+s*t,a-s,o-s*n,a,o)}function Fu(e){this._context=e}Fu.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x0=this._x1=this._y0=this._y1=this._t0=NaN,this._point=0},lineEnd:function(){switch(this._point){case 2:this._context.lineTo(this._x1,this._y1);break;case 3:Pu(this,this._t0,Nu(this,this._t0));break}(this._line||this._line!==0&&this._point===1)&&this._context.closePath(),this._line=1-this._line},point:function(e,t){var n=NaN;if(e=+e,t=+t,!(e===this._x1&&t===this._y1)){switch(this._point){case 0:this._point=1,this._line?this._context.lineTo(e,t):this._context.moveTo(e,t);break;case 1:this._point=2;break;case 2:this._point=3,Pu(this,Nu(this,n=Mu(this,e,t)),n);break;default:Pu(this,this._t0,n=Mu(this,e,t));break}this._x0=this._x1,this._x1=e,this._y0=this._y1,this._y1=t,this._t0=n}}};function Iu(e){this._context=new Lu(e)}(Iu.prototype=Object.create(Fu.prototype)).point=function(e,t){Fu.prototype.point.call(this,t,e)};function Lu(e){this._context=e}Lu.prototype={moveTo:function(e,t){this._context.moveTo(t,e)},closePath:function(){this._context.closePath()},lineTo:function(e,t){this._context.lineTo(t,e)},bezierCurveTo:function(e,t,n,r,i,a){this._context.bezierCurveTo(t,e,r,n,a,i)}};function Ru(e){return new Fu(e)}function zu(e){return e}var{cbrt:Bu,sqrt:Vu,PI:Hu}=Math,Uu=(e,t,n,r,i)=>{let a=t+n*e,o=a**2+r;if(o>0){let e=Vu(o);return Bu(a+e)+Bu(a-e)-i}let s=Bu(Vu(a*a-o)),c=a?Math.atan(Vu(-o)/a):-Hu/2,l;return l=n<0?(a>0?2*Hu:Hu)-c:i<0?(a>0?2*Hu:-3*Hu)+c:(a>0?0:Hu)+c,2*s*Math.cos(l/3)-i},Wu=(e,t,n,r)=>((t*e+3*n)*e+r)*e;function Gu(e,t,n,r){if(!(0<=e&&e<=1&&0<=n&&n<=1))throw Error(`bezier x values must be in [0, 1] range`);if(e===t&&n===r)return zu;let i=6*(3*e-3*n+1),a=6*(n-2*e),o=3*e,s=i*i,c=a*a,l=a/i,u=3*a*o/s-c*a/(s*i),d=2*o/i-c/s,f=d*d*d,p=3/i,m=3*t-3*r+1,h=r-2*t,g=3*t,_=i?Uu:zu;return function(e){return e===0||e===1?e:Wu(_(e,u,p,f,l),m,h,g)}}var Ku=l(s(((e,t)=>{t.exports=n;function n(e,t,n,r){var i,a,o,s,c,l,u,d,f,p,m,h,g,_;for(typeof t!=`function`&&(r=n,n=t,t=null),r||={},s=r.tolerance===void 0?1e-7:r.tolerance,_=r.epsilon===void 0?2220446049250313e-31:r.epsilon,c=r.maxIterations===void 0?20:r.maxIterations,m=r.h===void 0?1e-4:r.h,g=r.verbose===void 0?!1:r.verbose,h=1/m,l=0;l++<c;){if(a=e(n),t?o=t(n):(u=e(n+m),d=e(n-m),f=e(n+2*m),p=e(n-2*m),o=(p-f+8*(u-d))*h/12),Math.abs(o)<=_*Math.abs(a))return g&&console.log(`Newton-Raphson: failed to converged due to nearly zero first derivative`),!1;if(i=n-a/o,Math.abs(i-n)<=s*Math.abs(i))return g&&console.log(`Newton-Raphson: converged to x = `+i+` after `+l+` iterations`),i;n=i}return g&&console.log(`Newton-Raphson: Maximum iterations reached (`+c+`)`),!1}}))(),1),qu=class{segments;constructor(e){this.segments=[];let t=new Ju,n=Ru(t);n.lineStart();for(let t of e)n.point(t.x,t.y);n.lineEnd(),this.segments=t.segments}sample(e){if(e<=0)return this.segments[0].startY;if(e>=this.segments[this.segments.length-1].endX)return this.segments[this.segments.length-1].endY;let t=this.segments.find(t=>e>=t.startX&&e<t.endX),n=P(t.startX,t.endX,e);return t.startY!==t.endY&&t.easing!==void 0?ee(t.startY,t.endY,t.easing(n)):ee(t.startY,t.endY,n)}solve(e,t){let n=(0,Ku.default)(t=>this.sample(t)-e,t);return n===!1?t:n}},Ju=class{previousPoint={x:0,y:0};segments=[];bezierCurveTo(e,t,n,r,i,a){let o=this.previousPoint.x,s=this.previousPoint.y,c=i===o?void 0:Gu((e-o)/(i-o),(t-s)/(a-s),(n-o)/(i-o),(r-s)/(a-s));this.segments.push({startX:o,endX:i,startY:s,endY:a,easing:c}),this.previousPoint={x:i,y:a}}lineTo(e,t){this.segments.push({startX:this.previousPoint.x,endX:e,startY:this.previousPoint.y,endY:t,easing:void 0}),this.previousPoint={x:e,y:t}}moveTo(e,t){this.previousPoint={x:e,y:t}}closePath(){}arc(){}rect(){}arcTo(){}quadraticCurveTo(){}};function Yu(e,t,n,r){return t+n/r*e}function Xu(e,t,n,r){return n*((e=e/r-1)*e*e+1)+t}function Zu(e,t,n,r){let i=1.70158,a=0,o=n;return e===0?t:(e/=r)===1?t+n:(a||=r*.3,o<Math.abs(n)?(o=n,i=a/4):i=a/(2*Math.PI)*Math.asin(n/o),o*2**(-10*e)*Math.sin((e*r-i)*(2*Math.PI)/a)+n+t)}function Qu(e,t,n,r,i){return i===void 0&&(i=1.70158),n*((e=e/r-1)*e*((i+1)*e+i)+1)+t}function $u(e,t,n,r){return(e/=r)<1/2.75?n*(7.5625*e*e)+t:e<2/2.75?n*(7.5625*(e-=1.5/2.75)*e+.75)+t:e<2.5/2.75?n*(7.5625*(e-=2.25/2.75)*e+.9375)+t:n*(7.5625*(e-=2.625/2.75)*e+.984375)+t}var ed=class{script;xCurve;yCurve;fovCurve;zoomCurve;pitchCurve;bearingCurve;altitudeCurve;elevationCurve;constructor(e){this.script=wu(e),this.xCurve=this.createMonotonicCurve(this.script,`x`),this.yCurve=this.createMonotonicCurve(this.script,`y`),this.fovCurve=this.createMonotonicCurve(this.script,`fov`),this.zoomCurve=this.createMonotonicCurve(this.script,`zoom`),this.pitchCurve=this.createMonotonicCurve(this.script,`pitch`),this.bearingCurve=this.createMonotonicCurve(this.script,`bearing`),this.altitudeCurve=this.createMonotonicCurve(this.script,`altitude`),this.elevationCurve=this.createMonotonicCurve(this.script,`elevation`)}sample(e){let t=this.zoomCurve.sample(e),n=this.altitudeCurve.solve(Du(t),e),r=this.xCurve.sample(n),i=this.yCurve.sample(n),a=this.elevationCurve.sample(n),o=this.bearingCurve.sample(e),s=this.pitchCurve.sample(e),c=this.fovCurve.sample(e);return{center:new u.MercatorCoordinate(r,i).toLngLat(),zoom:t,bearing:o,pitch:s,fov:c,elevation:a}}createMonotonicCurve(e,t){let n=[];for(let r=0;r<e.length;r++){let i=r===0,a=r===e.length-1,o=e[r],s=e[r+1],c=e[r-1],l=this.getKeyframeValue(o,t);if(i&&n.push({x:-1,y:l}),n.push({x:o.time,y:l}),!i&&!a&&c.transition===`instant`&&o.transition===`ease`&&n.push({x:o.time+.1,y:l}),!a)if(o.transition===`linear`){let e=o.time+.1,r=s.time-.1,i=P(o.time,s.time,e),a=P(o.time,s.time,r),c=this.getKeyframeValue(s,t);n.push({x:e,y:ee(l,c,i)}),n.push({x:r,y:ee(l,c,a)})}else o.transition===`instant`&&(n.push({x:o.time+.1,y:l}),n.push({x:s.time-.1,y:l}));a&&n.push({x:o.time+1,y:l})}return new qu(n)}sampleAutoHideOpacity(e){let t=this.script;if(t.length<2)return 1;let n=this.getKeyframeIndexByTime(e);if(n===-1||n===t.length-1)return 1;let r=t[n],i=t[n+1],a=n>0?t[n-1]:void 0,o;if(r.hideLabels===(a?.hideLabels??!1))o=r.hideLabels?0:1;else{let t=e-r.time,n=Math.min(400,i.time-r.time);o=te(Xu(t,r.hideLabels?1:0,r.hideLabels?-1:1,n),0,1)}let s;if(n===t.length-2&&r.hideLabels){let t=Math.max(r.time,i.time-400);s=te(Xu(e-t,0,1,i.time-t),0,1)}else s=0;return Math.max(o,s)}getKeyframeIndexByTime(e){let t=this.script;if(t.length!==0){for(let n=0;n<t.length;n++)if(e<t[n].time)return n-1;return t.length-1}}getKeyframeValue(e,t){return t===`altitude`?Du(e.zoom):e[t]}},td=nd;function nd(e,t,n){var r=null,i=null,a=function(){r&&=(clearTimeout(r),i=null,null)},o=function(){var e=i;a(),e&&e()},s=function(){if(!t)return e.apply(this,arguments);var o=this,s=arguments,c=n&&!r;if(a(),i=function(){e.apply(o,s)},r=setTimeout(function(){if(r=null,!c){var e=i;return i=null,e()}},t),c)return i()};return s.cancel=a,s.flush=o,s}var rd={linear:Yu,easeOutCubic:Xu,easeOutBack:Qu,easeOutBounce:$u,easeOutElastic:Zu};function id(e){return e.entryType===`fade`||e.exitType===`fade`||e.entryType===`instant`||e.exitType===`instant`}function ad(e){return e.entryType===`grow`||e.exitType===`grow`}function od(e,t,n){let{entry:r,entryDuration:i,exit:a,exitDuration:o}=e,{entryType:s,entryEasing:c,exitType:l,exitEasing:u}=e;return n<r&&(s===t||s===`instant`&&t===`fade`)||n>a&&(l===t||l===`instant`&&t===`fade`)?0:i>0&&n<r+i&&s===t?rd[c](n-r,0,1,i):o>0&&n>a-o&&l===t?rd[u](n-(a-o),1,-1,o):1}function sd(e){return e.target.type===`model`}function cd(e){return e.target.type===`layer`||e.target.type===`overlay`}var ld=class{mcMap;cameraCurve;registryAnimations;layerAnimations;registry;svgs;svgCache;duration;frameRate;mapstyle;overlays;layerInfo;backgroundColor;playhead;playbackContext;constructor(e,t,n,r,i,a,o,s){this.mcMap=e,this.playhead=0,this.playbackContext=void 0;let c=(t.video?.keyframes??[]).map(e=>{let{x:t,y:n}=u.MercatorCoordinate.fromLngLat(e.center);return{...e,x:t,y:n,fov:e.fov??36.87,elevation:e.elevation??0}}),l=t.video?.animations??[];this.layerAnimations=l.filter(cd);let d=l.filter(sd);this.registryAnimations=[...d.filter(e=>e.target.modelId===void 0),...d.filter(e=>e.target.modelId!==void 0)],this.duration=Ou(c),this.frameRate=ku(t.export?.frameRate??60),this.cameraCurve=new ed(c),this.registry=new pu(t),this.svgs=n,this.svgCache=r,this.mapstyle=i,this.overlays=a,this.layerInfo=o,this.backgroundColor=s}play(){this.playbackContext===void 0&&this.duration>0&&(this.playhead>=this.duration&&(this.playhead=0),this.playbackContext={startTime:Date.now(),startPlayhead:this.playhead},this.mcMap.fire(`playstart`,{time:this.playhead}),this.playFrame())}pause(){this.playbackContext!==void 0&&(this.playbackContext=void 0,this.restoreAfterPlayback.flush(),this.mcMap.fire(`playend`,{time:this.playhead}))}seekTo(e){this.duration>0&&(e=te(e,0,this.duration),this.prepareForPlayback(),this.setFrame(e),this.playbackContext!==void 0&&(this.playbackContext={startTime:Date.now(),startPlayhead:e}))}async*frames(){let e=this.mcMap.map,t=Math.ceil(this.duration*this.frameRate/1e3);e._fadeDuration=0,e.style.stylesheet.transition={duration:0,delay:0},e.setRasterAlignment(!1),e.setCenterClampedToGround(!1),e.setSourceTileLodParams(1,4);let n=e.getCanvas(),{width:r,height:i}=n,a=new OffscreenCanvas(r,i).getContext(`2d`,{desynchronized:!0,willReadFrequently:!0}),o=e.getContainer(),s=o.getBoundingClientRect();for(let e=0;e<t;e++)yield this.captureFrame(e*1e3/this.frameRate,n,a,r,i,o,s);e._fadeDuration=300,e.style.stylesheet.transition=void 0,e.setRasterAlignment(!0),e.setCenterClampedToGround(!0),e.setSourceTileLodParams(m,3),this.playhead=0}async preload(){this.playbackContext!==void 0&&this.pause();let e=this.mcMap.map,t=Math.ceil(this.duration*this.frameRate/1e3);e._fadeDuration=0,e.style.stylesheet.transition={duration:0,delay:0},e.setCenterClampedToGround(!1),e.setSourceTileLodParams(1,4),e.setRasterAlignment(!1);try{let n;for(let r=0;r<t;r++){let t=this.cameraCurve.sample(r*1e3/this.frameRate);Au(n,t)||(this.setCamera(t),await this.waitForRenderOrAbort()===`render`?n=t:(n!==void 0&&this.setCamera(n),e.triggerRepaint(),await e.once(`idle`),r--))}e.areTilesLoaded()||await e.once(`idle`)}finally{e._fadeDuration=300,e.style.stylesheet.transition=void 0,e.setCenterClampedToGround(!0),e.setSourceTileLodParams(m,3),e.setRasterAlignment(!0)}}waitForRenderOrAbort(){let e=this.mcMap.map;return new Promise(t=>{let n=()=>{e.off(`render`,r),e.off(`dataabort`,i)},r=()=>{n(),t(`render`)},i=e=>{e.tile?.state===`loading`&&(n(),t(`abort`))};e.on(`render`,r),e.on(`dataabort`,i)})}async captureFrame(e,t,n,r,i,a,o){return this.setFrame(e),await this.mcMap.map.once(`idle`),n.fillStyle=this.backgroundColor,n.fillRect(0,0,r,i),n.drawImage(t,0,0),await this.drawAdornments(n,a,o),n.getImageData(0,0,r,i)}async drawAdornments(e,t,n){let r=t.querySelectorAll(`.adornment-svg`),i=await Promise.all(Array.from(r).map(async e=>{let t=e.outerHTML,r=e.getBoundingClientRect(),i=r.left-n.left,a=r.top-n.top,o=r.width,s=r.height,{fontMap:c,vapiUrl:l,accessToken:u}=this.svgCache;return{image:await Jr(t,o,s,c,l,u),x:i,y:a}}));for(let t of i)e.drawImage(t.image,t.x,t.y)}playFrame(){if(this.playbackContext!==void 0){let e=this.playbackContext.startPlayhead+(Date.now()-this.playbackContext.startTime);this.prepareForPlayback(),e>this.duration?(this.setFrame(this.duration),this.playbackContext=void 0,this.restoreAfterPlayback.flush(),this.mcMap.fire(`playend`,{time:this.playhead})):(this.setFrame(e),requestAnimationFrame(()=>this.playFrame()))}}setFrame(e){this.playhead=e;let t=this.cameraCurve.sample(e);this.setCamera(t),this.applyAnimations(e),this.mcMap.fire(`play`,{time:e})}setCamera(e){let t=this.mcMap.map,n=t.getCenter(),r=t.getZoom(),i=t.getBearing(),a=t.getPitch(),o=t.getCenterElevation(),s=t.getVerticalFieldOfView();e.center.lat!==n.lat||e.center.lng!==n.lng||e.zoom!==r||e.bearing!==i||e.pitch!==a||e.elevation!==o||e.fov!==s?(t.setVerticalFieldOfView(e.fov),t.jumpTo(e)):t.triggerRepaint()}applyAnimations(e){let t=this.mcMap.map,{svgs:n,svgCache:r,registryAnimations:i}=this;for(let n of i){let{target:r}=n;if(!id(n))continue;let{modelType:i,groupId:a,modelId:o}=r,s=od(n,`fade`,e);if(i===`area`){let e=this.registry.models.area[a]??{},n=o===void 0?Object.values(e):e[o]?[e[o]]:[];for(let e of n)t.setFeatureState({source:Sr(e),sourceLayer:e.sourceLayerId,id:e.featureId},{[`opacity-${a}`]:s})}else if(i===`polygon`||i===`circle`||i===`line`||i===`marker`||i===`dot`){let e=this.registry.models[i][a]??{},n=o===void 0?Object.keys(e):[o];for(let e of n)t.setFeatureState({source:a,id:D(e)},{opacity:s})}}for(let i of Object.values(this.registry.groups.circle)){let{groupAnimation:a,modelAnimations:o}=this.getGroupAnimations(`circle`,i.id,`scale`),s=a===void 0?1:od(a,`grow`,e);(a!==void 0||o.size>0)&&t.getSource(i.id).setData({type:`FeatureCollection`,features:i.models.filter(e=>e.visible??!0).map(t=>{let a=o.get(t.id);return Gl(i,t,a===void 0?s:od(a,`grow`,e),n,r)})})}for(let n of Object.values(this.registry.groups.line)){let{groupAnimation:i,modelAnimations:a}=this.getGroupAnimations(`line`,n.id,`scale`),o=i===void 0?1:od(i,`grow`,e);(i!==void 0||a.size>0)&&t.getSource(n.id).setData({type:`FeatureCollection`,features:n.models.filter(e=>e.visible??!0).map(i=>{let s=a.get(i.id);return yu(t,n,i,s===void 0?o:od(s,`grow`,e),r)})})}for(let i of Object.values(this.registry.groups.marker)){let{groupAnimation:a,modelAnimations:o}=this.getGroupAnimations(`marker`,i.id,`scale`),s=a===void 0?1:od(a,`grow`,e);(a!==void 0||o.size>0)&&t.getSource(i.id).setData({type:`FeatureCollection`,features:i.models.filter(e=>e.visible??!0).map(a=>{let c=o.get(a.id);return Yl(t,i,a,c===void 0?s:od(c,`grow`,e),n,r)})})}let a=this.cameraCurve.sampleAutoHideOpacity(e);for(let t of this.mapstyle.layers){let n=this.getLayerOpacity(t,e,void 0);n===void 0?t.type===`symbol`&&this.setLayerOpacity(t,a):this.setLayerOpacity(t,n)}for(let[t,n]of this.overlays)for(let r of n.layers){let n=this.getLayerOpacity(r,e,t);n===void 0?this.resetLayerOpacity(r):this.setLayerOpacity(r,n)}}prepareForPlayback(){let e=this.mcMap.map;e.setCenterClampedToGround(!1),e.setRasterAlignment(!1),e.style?.stylesheet&&(e.style.stylesheet.transition={duration:0,delay:0}),e.setSourceTileLodParams(1,4),this.restoreAfterPlayback()}restoreAfterPlayback=td(()=>{let e=this.mcMap.map;e.setCenterClampedToGround(!0),e.setRasterAlignment(!0),e.style?.stylesheet&&(e.style.stylesheet.transition=void 0),e.setSourceTileLodParams(m,3)},300);getGroupAnimations(e,t,n){let r,i=new Map;for(let a of this.registryAnimations){let{target:o}=a;o.modelType===e&&o.groupId===t&&(n===`opacity`&&id(a)||n===`scale`&&ad(a))&&(o.modelId===void 0?r=a:i.set(o.modelId,a))}return{groupAnimation:r,modelAnimations:i}}getLayerOpacity(e,t,n){let r,i,a=1/0;n!==void 0&&(r=this.layerAnimations.find(e=>e.target.type===`overlay`&&e.target.id===n));for(let t of this.layerAnimations){let{target:n}=t;n.type===`layer`&&n.ids.includes(e.id)&&n.ids.length<a&&(i=t,a=n.ids.length)}let o=this.layerInfo[e.id]?.opacity??h[e.type].defaultValue;return i===void 0?r===void 0?void 0:od(r,`fade`,t)*o:od(i,`fade`,t)*o}setLayerOpacity(e,t){let n=this.mcMap.map,r=h[e.type];for(let i of r.props)n.setPaintProperty(e.id,i,t)}resetLayerOpacity(e){let t=this.mcMap.map,n=h[e.type],r=this.layerInfo[e.id]?.opacity;for(let i of n.props)t.setPaintProperty(e.id,i,r??e.paint?.[i]??n.defaultValue)}},ud=class extends u.Evented{map;video;constructor(e,t,n,r,i,a,o,s){super(),this.map=e,this.video=new ld(this,t,n,r,i,a,o,s)}on(e,t){return super.on(e,t)}once(e,t){return super.once(e,t)}off(e,t){return super.off(e,t)}fire(e,t){return super.fire(e,t)}play(){this.video.play()}pause(){this.video.pause()}seekTo(e){this.video.seekTo(e)}frames(){return this.video.frames()}preload(){return this.video.preload()}};async function dd(e){let{accessToken:t,mode:n=`sdk`,env:r=`production`}=e,i=r===`bleeding`?`https://vapi.bleeding.mc-cdn.io`:r===`beta`?`https://vapi.beta.mc-cdn.io`:`https://vapi.mc-cdn.io`,a=r===`bleeding`?`https://cdn.bleeding.mapcreator.io`:r===`beta`?`https://cdn.beta.mapcreator.io`:`https://cdn.mapcreator.io`,o=typeof e.job==`string`?await fd(e.job,a,t):e.job;await pd();let s={container:e.container,attributionControl:!1,style:null,maxBounds:[-1/0,-90,1/0,90],maxPitch:85,maxZoom:22,locale:{"CooperativeGesturesHandler.WindowsHelpText":ua(`windowsHelpText`),"CooperativeGesturesHandler.MacHelpText":ua(`macHelpText`),"CooperativeGesturesHandler.MobileHelpText":ua(`mobileHelpText`)},canvasContextAttributes:{preserveDrawingBuffer:n===`video`}};n===`video`&&(s.maxTileCacheSize=1/0,s.maxTileCacheZoomLevels=1/0,s.refreshExpiredTiles=!1);let c=new u.Map(s),l=c.getContainer();l.classList.add(`mc-map`),l.classList.add(`mc-mode-${n}`);let d=new hu(c,n),{map:{language:p,pitch:m=0,rotation:h=0,center:g,hideBasemap:_,detailLevel:y=0,projection:x=`mercator`,terrain:C=!1,terrainExaggeration:w=1},registry:T={},web:E,positionOffsets:D,title:O}=o,{models:k={},slots:A={},svgs:j={}}=T,M=new si(c,await Br(r,i,t),i,t);c.resize(),n===`app`&&(document.title=O?`${O} - Mapcreator`:`Mapcreator`),c.setPitch(m),c.setBearing(h);let N=ie(o,l),ee,P;if(n===`video`?(P=o.map.zoom-y,ee=N):(P=o.map.zoom-y+Math.log2(N),ee=1),c.setScale(ee),c.setZoom(P),c.setCenter(g),c.setDetailLevel(y),c.setMinZoom(y),c.addControl(new u.AttributionControl({compact:!1})),n===`app`&&oe()&&c.cooperativeGestures.enable(),await Il(o,D??f,c,M,{center:g,zoom:P,pitch:m,rotation:h},i,a,t,ee,n),d.setJobObject(o),E){let{restrictMapMovement:e,popupPosition:t}=E;e&&(c.boxZoom.disable(),c.doubleClickZoom.disable(),c.dragPan.disable(),c.dragRotate.disable(),c.keyboard.disable(),c.scrollZoom.disable(),c.touchPitch.disable(),c.touchZoomRotate.disable()),d.setParams(t,S(p,b.TWO),e,g)}let te=await fetch(`${i}/styles/${o.meta.mapstyleSet}.json?access_token=${t}`).then(e=>e.json());Vl(te),c.setStyle(null),c.setStyle(te),await c.once(`style.load`),n===`app`&&_d(c.getStyle().metadata?.customCssFilePath,t),v(p,c);let F=await Xl(o.map.overlays??[],o.meta.layers??[],c,i,t,te.metadata?.styleOverride),ne=(o.map.overlays??[]).reduce((e,t,n)=>e.set(t,F[n]),new Map);bd(c,M,k,A,j,i,t),v(p,c),d.setPublication(te.metadata?.publication),d.setpopupElements(),d.setHighlightManager(),c.setProjection({type:x===`globe`?`globe`:`mercator`});let re=md(c,x);hd(c,re),C&&gd(c,i,t,w);let ae=vd(o.map.layerInfo,te,F);return yd(c,ae,!_),new ud(c,o,j,M,te,ne,ae,re)}function fd(e,t,n){return fetch(`${t}/jobs/${e}.json?access_token=${n}`).then(e=>e.json())}function pd(){return new Promise(e=>{let t=()=>{window.innerWidth>0&&window.innerHeight>0&&(window.removeEventListener(`resize`,t),e())};window.addEventListener(`resize`,t),t()})}function md(e,t){let n=e.getStyle().metadata??{},r=n[`mc:background-color`]??`#f8f8f8`,i=n[`mc:background-color-globe`]??`#000000`;return t===`globe`?i:r}function hd(e,t){e.getContainer().style.backgroundColor=t,e.setSky(e.getStyle().sky??d),e.setLight({position:[1.15,210,45]})}function gd(e,t,n,r){e.addSource(`mc-dem`,{type:`raster-dem`,tiles:[`${t}/dataset/jaxa_terrainrgb/{z}/{x}/{y}?access_token=${n}`],attribution:`<a href="https://earth.jaxa.jp/en/data/policy" target="_blank">© AW3D30 (JAXA)</a>`,minzoom:0,maxzoom:12}),e.setTerrain({source:`mc-dem`,exaggeration:r})}function _d(e,t){if(document.getElementById(`custom-style`)?.remove(),!e)return;let n;e.startsWith(`http`)?(e=`${e}?access_token=${t}`,n=document.createElement(`link`),n.setAttribute(`rel`,`stylesheet`),n.setAttribute(`href`,e.replace(/https?:/,``))):(n=document.createElement(`style`),n.appendChild(document.createTextNode(e))),n.setAttribute(`id`,`custom-style`),n.setAttribute(`type`,`text/css`),document.head.appendChild(n)}function vd(e,t,n){let r=e?.reduce((e,t)=>(e[t.id]={visibility:t.visibility,...t.opacity!==void 0&&{opacity:t.opacity}},e),{})??{},i={};for(let e of t.layers)i[e.id]=r[e.id]??{visibility:(e.layout?.visibility??`visible`)===`visible`};for(let e of n)for(let t of e.layers)i[t.id]=r[t.id]??{visibility:!1};return i}function yd(e,t,n){for(let r in t){let i=e.getLayer(r);if(i!==void 0){let a=t[r];if(e.setLayoutProperty(r,`visibility`,a.visibility&&n?`visible`:`none`),a.opacity!==void 0){let t=h[i.type];for(let n of t.props)e.setPaintProperty(r,n,a.opacity)}}}}function bd(e,t,n,r,i,a,o){let{beforeNone:s=[],beforeNames:c=[],beforeBoundaries:l=[],beforeWaters:u=[]}=r;s.forEach(r=>{xd(e,t,n,r,i,`mc-before-none`,a,o)}),c.forEach(r=>{xd(e,t,n,r,i,`mc-before-names`,a,o)}),l.forEach(r=>{xd(e,t,n,r,i,`mc-before-boundaries`,a,o)}),u.forEach(r=>{xd(e,t,n,r,i,`mc-before-waters`,a,o)})}function xd(e,t,n,r,i,a,o,s){if(r.type===`marker`){let o=n.marker?.find(e=>e.id===r.groupId);o&&ql(e,o,a,i,t)}else if(r.type===`polygon`){let o=n.polygon?.find(e=>e.id===r.groupId);o&&Hl(e,o,a,i,t)}else if(r.type===`circle`){let o=n.circle?.find(e=>e.id===r.groupId);o&&Wl(e,o,a,i,t)}else if(r.type===`line`){let i=n.line?.find(e=>e.id===r.groupId);i&&vu(e,i,a,t)}else if(r.type===`dot`){let t=n.dot?.find(e=>e.id===r.groupId);t&&Su(e,t,a)}else if(r.type===`area`){let c=n.area?.find(e=>e.id===r.groupId);c&&xu(e,c,a,i,t,o,s)}}e.initMap=dd,e.setRTLTextPlugin=u.setRTLTextPlugin});
|
|
1186
|
+
`}return n}htmlToElement(e){let t=document.createElement(`template`);return t.innerHTML=e.trim(),t.content.firstElementChild}addPopupControls(){let e=this.htmlToElement(su);if(e&&(e.addEventListener(`click`,()=>{this.hidePopup(),this.highlightManager.highlight(void 0)}),this.popupContainer.appendChild(e)),this.popupElements.length>1){let e=this.htmlToElement(cu);e&&(e.querySelector(`.prev`)?.addEventListener(`click`,()=>this.cyclePopups(!1)),e.querySelector(`.next`)?.addEventListener(`click`,()=>this.cyclePopups()),this.popupContainer.appendChild(e))}}fillDatalayerTemplate(e,t,n){let r=`data-mention-id`,i=new DOMParser().parseFromString(t,`text/html`).body;for(let t of i.querySelectorAll(`[${r}]`)){let i=this.getProperty(e,t.getAttribute(r),n);i!==void 0&&(t.innerText=i)}return i.innerHTML}getProperty(e,t,n){if(!t)return;let r=t.endsWith(`:en`)?[t.replace(`:en`,n),t]:[t];for(let t of r){let n=e.properties[t]??this.getVectorProperty(e,t);if(n!==void 0)return n}}getVectorProperty(e,t){let n=this.promoteIdCache.get(e.source);n===void 0&&(n=this.map.getSource(e.source)?.serialize().promoteId||`id`,this.promoteIdCache.set(e.source,n));try{let r=e.properties[n];return e.layer.metadata.properties[t][r]}catch{return}}cyclePopups(e=!0){let t=this.popupElements?.findIndex(e=>e.modelId===this.currentModelId);if(t!==-1){let n=0;n=e?t===this.popupElements.length-1?0:t+1:t===0?this.popupElements.length-1:t-1;let r=this.popupElements?.[n];this.currentModelId=r.modelId,this.highlightManager.highlight(r,!0);let i=ou(r.popup,r.popupMedia,r.dataBindings??{},this.mode),a=this.popupContainer;this.popupContainer.remove(),a.innerHTML=i,this.mapContainer.appendChild(a),this.addPopupControls(),e?this.popupContainer.querySelector(`.mc-popup-button.next`)?.focus():this.popupContainer.querySelector(`.mc-popup-button.prev`)?.focus()}}},gu=class e{static#e(e){let t=0,n=[t];for(let r=1;r<e.length;++r){let i=e[r-1],a=e[r],o=a.x-i.x,s=a.y-i.y;t+=Math.sqrt(o*o+s*s),n.push(t)}return n}static#t(e,t){return e.x===t.x&&e.y===t.y}#n;#r;#i;#a;constructor(t){this.#n=t.filter((e,n)=>n===0||t[n][0]!==t[n-1][0]||t[n][1]!==t[n-1][1]),this.#r=this.#n.map(e=>u.MercatorCoordinate.fromLngLat(e)),this.#i=e.#e(this.#r),this.#a=this.#i[this.#i.length-1]}sample(e){let t=this.#r,n=this.#i;if(t.length<2)return t[0];e*=this.#a;for(let r=1;r<t.length;++r){let i=t[r-1],a=t[r],o=n[r-1],s=n[r];if(s>=e){let t=(e-o)/(s-o);return new u.MercatorCoordinate(ee(i.x,a.x,t),ee(i.y,a.y,t))}}return new u.MercatorCoordinate(t[t.length-1].x,t[t.length-1].y)}slice(t,n){if(this.#n.length<2)return this.#n;let r=this.#r.filter((e,r)=>this.#i[r]>=t*this.#a&&this.#i[r]<=n*this.#a);if(t>0){let n=this.sample(t);e.#t(n,r[0])||r.unshift(n)}if(n<1){let t=this.sample(n);e.#t(t,r[r.length-1])||r.push(t)}return r.map(e=>{let{lng:t,lat:n}=e.toLngLat();return[t,n]})}get length(){return this.#a}},_u={solid:[1,0],dotted:[.7,.3],dashed:[3.5,1.5]};function vu(e,t,n,r){e.addSource(t.id,{type:`geojson`,data:{type:`FeatureCollection`,features:t.models.filter(e=>e.visible??!0).map(n=>yu(e,t,n,1,r))}}),Object.entries(_u).forEach(([r,i])=>{t.models.some(e=>(e.lineStyle??`solid`)===r)&&e.addLayer({id:`${t.id}-${r}`,type:`line`,source:t.id,metadata:{"mc-model-type":`line`,"mc-group-id":t.id},filter:[`all`,[`==`,[`geometry-type`],`LineString`],[`==`,[`get`,`line-style`],r]],paint:{"line-width":[`get`,`line-width`],"line-color":[`get`,`line-color`],"line-dasharray":i,"line-opacity":[`coalesce`,[`feature-state`,`opacity`],1]}},n)}),e.addLayer({id:`${t.id}-clickable`,type:`line`,source:t.id,metadata:{"mc-model-type":`line`,"mc-group-id":t.id},paint:{"line-width":[`max`,[`get`,`line-width`],15],"line-opacity":0},filter:[`==`,[`geometry-type`],`LineString`]},n),t.models.some(e=>e.svg)&&e.addLayer({id:`${t.id}-icon`,type:`symbol`,source:t.id,metadata:{"mc-model-type":`line`,"mc-group-id":t.id},layout:{"icon-allow-overlap":!0,"icon-ignore-placement":!0,"icon-image":[`get`,`mc-image-key`],"icon-anchor":`center`,"icon-size":[`get`,`icon-size`],"icon-rotate":[`get`,`icon-rotate`],"icon-offset":[`get`,`icon-offset`]},paint:{"icon-opacity":[`coalesce`,[`feature-state`,`opacity`],1]},filter:[`==`,[`geometry-type`],`Point`]},n)}function yu(e,t,n,r,i){let a=new gu(n.geometry).slice(0,r),o=n.svg===void 0?void 0:i.getMapLibreImageKey(mi(n.dataBindings??{},n.svg,void 0),window.devicePixelRatio*(n.iconScale??1)*e.getScale());return{type:`Feature`,id:D(n.id),properties:{id:n.id,"line-width":n.lineWidth??3,"line-color":t.lineColor||n.lineColor?fi(n.dataBindings??{},n.lineColor,t.lineColor):`#000000`,"line-style":n.lineStyle??`solid`,"mc-image-key":o,"icon-rotate":bu(n,a,e),"icon-offset":n.iconOffset,"icon-size":n.iconScale},geometry:{type:`GeometryCollection`,geometries:[{type:`LineString`,coordinates:a},{type:`Point`,coordinates:a[a.length-1]}]}}}function bu(e,t,n){return e.iconRotation?e.iconAlign?wr(t,n)+e.iconRotation:e.iconRotation:0}function xu(e,t,n,r,i,a,o){let s=jr(t),c=new Map,l=new Map;for(let e of t.models){let n=e.featureId,a=t.id,o=[],u=Sr(e),d=xr(a,e),f=l.get(d)??{model:e,featureIds:o,modelIdToFillColor:{},modelIdToFillPattern:{},modelIdToOutlineColor:{},modelIdToOutlineWidth:{}};if(e.visible??!0){f.featureIds.push(n);let a=e.fillPattern===void 0?null:i.getMapLibreImageKey(r[e.fillPattern],2*window.devicePixelRatio);f.modelIdToFillColor[n]=t.fillColor||e.fillColor?fi(e.dataBindings??{},e.fillColor,t.fillColor,s,t.choropleth?.unmatchedColor):`#000000`,f.modelIdToFillPattern[n]=a,f.modelIdToOutlineColor[n]=t.outlineColor||e.outlineColor?fi(e.dataBindings??{},e.outlineColor,t.outlineColor):`#000000`,f.modelIdToOutlineWidth[n]=e.outlineWidth??.5}c.set(u,e),l.set(d,f)}for(let t of c.keys())e.getSource(t)||e.addSource(t,{type:`vector`,url:`${a}${c.get(t).vectorUrl}?access_token=${o}`,promoteId:`id`});for(let r of l.keys()){let{model:i}=l.get(r),{sourceLayerId:a}=i,o=Sr(i);e.addLayer({id:r,type:`fill`,source:o,"source-layer":a,filter:[`literal`,!1],metadata:{"mc-model-type":`area`,"mc-model-id-prefix":i.vectorUrl,"mc-group-id":t.id},paint:{"fill-color":`#ffffff`,"fill-outline-color":`#000000`,"fill-antialias":!1,"fill-opacity":[`coalesce`,[`feature-state`,`opacity-${t.id}`],1]}},n),e.addLayer({id:`${r}-pattern`,type:`fill`,source:o,"source-layer":a,filter:[`literal`,!1],metadata:{"mc-model-type":`area`,"mc-model-id-prefix":i.vectorUrl,"mc-group-id":t.id},paint:{"fill-pattern":[`get`,`fill-pattern`],"fill-opacity":[`coalesce`,[`feature-state`,`opacity-${t.id}`],1]},layout:{visibility:`visible`}},n),e.addLayer({id:`${r}-outline`,type:`line`,source:o,"source-layer":a,filter:[`literal`,!1],metadata:{"mc-model-type":`area`,"mc-model-id-prefix":i.vectorUrl,"mc-group-id":t.id},paint:{"line-color":`#000000`,"line-width":.5,"line-opacity":[`coalesce`,[`feature-state`,`opacity-${t.id}`],1]}},n)}l.forEach((t,n)=>{let{featureIds:r,modelIdToFillColor:i,modelIdToFillPattern:a,modelIdToOutlineColor:o,modelIdToOutlineWidth:s}=t;e.setFilter(n,[`in`,`id`,...r]),e.setFilter(`${n}-outline`,[`in`,`id`,...r]),e.setPaintProperty(n,`fill-color`,[`get`,[`case`,[`==`,[`typeof`,[`get`,`id`]],`number`],[`to-string`,[`get`,`id`]],[`get`,`id`]],[`literal`,i]]),e.setPaintProperty(`${n}-outline`,`line-color`,[`get`,[`case`,[`==`,[`typeof`,[`get`,`id`]],`number`],[`to-string`,[`get`,`id`]],[`get`,`id`]],[`literal`,o]]),e.setPaintProperty(`${n}-outline`,`line-width`,[`get`,[`case`,[`==`,[`typeof`,[`get`,`id`]],`number`],[`to-string`,[`get`,`id`]],[`get`,`id`]],[`literal`,s]]),e.setFilter(`${n}-pattern`,[`to-boolean`,[`get`,[`case`,[`==`,[`typeof`,[`get`,`id`]],`number`],[`to-string`,[`get`,`id`]],[`get`,`id`]],[`literal`,a]]]),e.setPaintProperty(`${n}-pattern`,`fill-pattern`,[`get`,[`case`,[`==`,[`typeof`,[`get`,`id`]],`number`],[`to-string`,[`get`,`id`]],[`get`,`id`]],[`literal`,a]])})}function Su(e,t,n){e.addSource(t.id,{type:`geojson`,data:{type:`FeatureCollection`,features:t.models.filter(e=>e.visible??!0).map(e=>Cu(t,e))}}),e.addLayer({id:t.id,type:`circle`,source:t.id,metadata:{"mc-model-type":`dot`,"mc-group-id":t.id},paint:{"circle-color":[`get`,`circle-color`],"circle-radius":[`get`,`circle-radius`],"circle-opacity":[`coalesce`,[`feature-state`,`opacity`],1]}},n)}function Cu(e,t){return{type:`Feature`,id:t.id,properties:{id:t.id,"circle-radius":t.radius,"circle-color":e.fillColor||t.fillColor?fi(t.dataBindings??{},t.fillColor,e.fillColor):`#000000`},geometry:{type:`Point`,coordinates:[t.center.lng,t.center.lat]}}}function wu(e){let t=e.length>0?[Tu(e[0])]:[],n=0,r=0;for(let i=1;i<e.length;++i){let a=Tu(e[i]);n+=Eu(e[i-1].center[0],a.center[0]),r+=Eu(e[i-1].bearing,a.bearing),a.center[0]+=n*360,a.x+=n,a.bearing+=r*360,t.push(a)}return t}function Tu(e){return{...e,center:[e.center[0],e.center[1]]}}function Eu(e,t){if(Math.abs(e)+Math.abs(t)>180){if(e>0&&t<0)return 1;if(e<0&&t>0)return-1}return 0}function Du(e){return 2**-e}function Ou(e){return e.length>0?e[e.length-1].time:0}function ku(e){return ae(e,23.976)?24e3/1001:ae(e,29.97)?3e4/1001:ae(e,59.94)?6e4/1001:e}function Au(e,t){return e===void 0||t===void 0?e===t:e.center.lat===t.center.lat&&e.center.lng===t.center.lng&&e.zoom===t.zoom&&e.bearing===t.bearing&&e.pitch===t.pitch&&e.fov===t.fov&&e.elevation===t.elevation}function ju(e){return e<0?-1:1}function Mu(e,t,n){var r=e._x1-e._x0,i=t-e._x1,a=(e._y1-e._y0)/(r||i<0&&-0),o=(n-e._y1)/(i||r<0&&-0),s=(a*i+o*r)/(r+i);return(ju(a)+ju(o))*Math.min(Math.abs(a),Math.abs(o),.5*Math.abs(s))||0}function Nu(e,t){var n=e._x1-e._x0;return n?(3*(e._y1-e._y0)/n-t)/2:t}function Pu(e,t,n){var r=e._x0,i=e._y0,a=e._x1,o=e._y1,s=(a-r)/3;e._context.bezierCurveTo(r+s,i+s*t,a-s,o-s*n,a,o)}function Fu(e){this._context=e}Fu.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x0=this._x1=this._y0=this._y1=this._t0=NaN,this._point=0},lineEnd:function(){switch(this._point){case 2:this._context.lineTo(this._x1,this._y1);break;case 3:Pu(this,this._t0,Nu(this,this._t0));break}(this._line||this._line!==0&&this._point===1)&&this._context.closePath(),this._line=1-this._line},point:function(e,t){var n=NaN;if(e=+e,t=+t,!(e===this._x1&&t===this._y1)){switch(this._point){case 0:this._point=1,this._line?this._context.lineTo(e,t):this._context.moveTo(e,t);break;case 1:this._point=2;break;case 2:this._point=3,Pu(this,Nu(this,n=Mu(this,e,t)),n);break;default:Pu(this,this._t0,n=Mu(this,e,t));break}this._x0=this._x1,this._x1=e,this._y0=this._y1,this._y1=t,this._t0=n}}};function Iu(e){this._context=new Lu(e)}(Iu.prototype=Object.create(Fu.prototype)).point=function(e,t){Fu.prototype.point.call(this,t,e)};function Lu(e){this._context=e}Lu.prototype={moveTo:function(e,t){this._context.moveTo(t,e)},closePath:function(){this._context.closePath()},lineTo:function(e,t){this._context.lineTo(t,e)},bezierCurveTo:function(e,t,n,r,i,a){this._context.bezierCurveTo(t,e,r,n,a,i)}};function Ru(e){return new Fu(e)}function zu(e){return e}var{cbrt:Bu,sqrt:Vu,PI:Hu}=Math,Uu=(e,t,n,r,i)=>{let a=t+n*e,o=a**2+r;if(o>0){let e=Vu(o);return Bu(a+e)+Bu(a-e)-i}let s=Bu(Vu(a*a-o)),c=a?Math.atan(Vu(-o)/a):-Hu/2,l;return l=n<0?(a>0?2*Hu:Hu)-c:i<0?(a>0?2*Hu:-3*Hu)+c:(a>0?0:Hu)+c,2*s*Math.cos(l/3)-i},Wu=(e,t,n,r)=>((t*e+3*n)*e+r)*e;function Gu(e,t,n,r){if(!(0<=e&&e<=1&&0<=n&&n<=1))throw Error(`bezier x values must be in [0, 1] range`);if(e===t&&n===r)return zu;let i=6*(3*e-3*n+1),a=6*(n-2*e),o=3*e,s=i*i,c=a*a,l=a/i,u=3*a*o/s-c*a/(s*i),d=2*o/i-c/s,f=d*d*d,p=3/i,m=3*t-3*r+1,h=r-2*t,g=3*t,_=i?Uu:zu;return function(e){return e===0||e===1?e:Wu(_(e,u,p,f,l),m,h,g)}}var Ku=l(s(((e,t)=>{t.exports=n;function n(e,t,n,r){var i,a,o,s,c,l,u,d,f,p,m,h,g,_;for(typeof t!=`function`&&(r=n,n=t,t=null),r||={},s=r.tolerance===void 0?1e-7:r.tolerance,_=r.epsilon===void 0?2220446049250313e-31:r.epsilon,c=r.maxIterations===void 0?20:r.maxIterations,m=r.h===void 0?1e-4:r.h,g=r.verbose===void 0?!1:r.verbose,h=1/m,l=0;l++<c;){if(a=e(n),t?o=t(n):(u=e(n+m),d=e(n-m),f=e(n+2*m),p=e(n-2*m),o=(p-f+8*(u-d))*h/12),Math.abs(o)<=_*Math.abs(a))return g&&console.log(`Newton-Raphson: failed to converged due to nearly zero first derivative`),!1;if(i=n-a/o,Math.abs(i-n)<=s*Math.abs(i))return g&&console.log(`Newton-Raphson: converged to x = `+i+` after `+l+` iterations`),i;n=i}return g&&console.log(`Newton-Raphson: Maximum iterations reached (`+c+`)`),!1}}))(),1),qu=class{segments;constructor(e){this.segments=[];let t=new Ju,n=Ru(t);n.lineStart();for(let t of e)n.point(t.x,t.y);n.lineEnd(),this.segments=t.segments}sample(e){if(e<=0)return this.segments[0].startY;if(e>=this.segments[this.segments.length-1].endX)return this.segments[this.segments.length-1].endY;let t=this.segments.find(t=>e>=t.startX&&e<t.endX),n=P(t.startX,t.endX,e);return t.startY!==t.endY&&t.easing!==void 0?ee(t.startY,t.endY,t.easing(n)):ee(t.startY,t.endY,n)}solve(e,t){let n=(0,Ku.default)(t=>this.sample(t)-e,t);return n===!1?t:n}},Ju=class{previousPoint={x:0,y:0};segments=[];bezierCurveTo(e,t,n,r,i,a){let o=this.previousPoint.x,s=this.previousPoint.y,c=i===o?void 0:Gu((e-o)/(i-o),(t-s)/(a-s),(n-o)/(i-o),(r-s)/(a-s));this.segments.push({startX:o,endX:i,startY:s,endY:a,easing:c}),this.previousPoint={x:i,y:a}}lineTo(e,t){this.segments.push({startX:this.previousPoint.x,endX:e,startY:this.previousPoint.y,endY:t,easing:void 0}),this.previousPoint={x:e,y:t}}moveTo(e,t){this.previousPoint={x:e,y:t}}closePath(){}arc(){}rect(){}arcTo(){}quadraticCurveTo(){}};function Yu(e,t,n,r){return t+n/r*e}function Xu(e,t,n,r){return n*((e=e/r-1)*e*e+1)+t}function Zu(e,t,n,r){let i=1.70158,a=0,o=n;return e===0?t:(e/=r)===1?t+n:(a||=r*.3,o<Math.abs(n)?(o=n,i=a/4):i=a/(2*Math.PI)*Math.asin(n/o),o*2**(-10*e)*Math.sin((e*r-i)*(2*Math.PI)/a)+n+t)}function Qu(e,t,n,r,i){return i===void 0&&(i=1.70158),n*((e=e/r-1)*e*((i+1)*e+i)+1)+t}function $u(e,t,n,r){return(e/=r)<1/2.75?n*(7.5625*e*e)+t:e<2/2.75?n*(7.5625*(e-=1.5/2.75)*e+.75)+t:e<2.5/2.75?n*(7.5625*(e-=2.25/2.75)*e+.9375)+t:n*(7.5625*(e-=2.625/2.75)*e+.984375)+t}var ed=class{script;xCurve;yCurve;fovCurve;zoomCurve;pitchCurve;bearingCurve;altitudeCurve;elevationCurve;constructor(e){this.script=wu(e),this.xCurve=this.createMonotonicCurve(this.script,`x`),this.yCurve=this.createMonotonicCurve(this.script,`y`),this.fovCurve=this.createMonotonicCurve(this.script,`fov`),this.zoomCurve=this.createMonotonicCurve(this.script,`zoom`),this.pitchCurve=this.createMonotonicCurve(this.script,`pitch`),this.bearingCurve=this.createMonotonicCurve(this.script,`bearing`),this.altitudeCurve=this.createMonotonicCurve(this.script,`altitude`),this.elevationCurve=this.createMonotonicCurve(this.script,`elevation`)}sample(e){let t=this.zoomCurve.sample(e),n=this.altitudeCurve.solve(Du(t),e),r=this.xCurve.sample(n),i=this.yCurve.sample(n),a=this.elevationCurve.sample(n),o=this.bearingCurve.sample(e),s=this.pitchCurve.sample(e),c=this.fovCurve.sample(e);return{center:new u.MercatorCoordinate(r,i).toLngLat(),zoom:t,bearing:o,pitch:s,fov:c,elevation:a}}createMonotonicCurve(e,t){let n=[];for(let r=0;r<e.length;r++){let i=r===0,a=r===e.length-1,o=e[r],s=e[r+1],c=e[r-1],l=this.getKeyframeValue(o,t);if(i&&n.push({x:-1,y:l}),n.push({x:o.time,y:l}),!i&&!a&&c.transition===`instant`&&o.transition===`ease`&&n.push({x:o.time+.1,y:l}),!a)if(o.transition===`linear`){let e=o.time+.1,r=s.time-.1,i=P(o.time,s.time,e),a=P(o.time,s.time,r),c=this.getKeyframeValue(s,t);n.push({x:e,y:ee(l,c,i)}),n.push({x:r,y:ee(l,c,a)})}else o.transition===`instant`&&(n.push({x:o.time+.1,y:l}),n.push({x:s.time-.1,y:l}));a&&n.push({x:o.time+1,y:l})}return new qu(n)}sampleAutoHideOpacity(e){let t=this.script;if(t.length<2)return 1;let n=this.getKeyframeIndexByTime(e);if(n===-1||n===t.length-1)return 1;let r=t[n],i=t[n+1],a=n>0?t[n-1]:void 0,o;if(r.hideLabels===(a?.hideLabels??!1))o=r.hideLabels?0:1;else{let t=e-r.time,n=Math.min(400,i.time-r.time);o=te(Xu(t,r.hideLabels?1:0,r.hideLabels?-1:1,n),0,1)}let s;if(n===t.length-2&&r.hideLabels){let t=Math.max(r.time,i.time-400);s=te(Xu(e-t,0,1,i.time-t),0,1)}else s=0;return Math.max(o,s)}getKeyframeIndexByTime(e){let t=this.script;if(t.length!==0){for(let n=0;n<t.length;n++)if(e<t[n].time)return n-1;return t.length-1}}getKeyframeValue(e,t){return t===`altitude`?Du(e.zoom):e[t]}},td=nd;function nd(e,t,n){var r=null,i=null,a=function(){r&&=(clearTimeout(r),i=null,null)},o=function(){var e=i;a(),e&&e()},s=function(){if(!t)return e.apply(this,arguments);var o=this,s=arguments,c=n&&!r;if(a(),i=function(){e.apply(o,s)},r=setTimeout(function(){if(r=null,!c){var e=i;return i=null,e()}},t),c)return i()};return s.cancel=a,s.flush=o,s}var rd={linear:Yu,easeOutCubic:Xu,easeOutBack:Qu,easeOutBounce:$u,easeOutElastic:Zu};function id(e){return e.entryType===`fade`||e.exitType===`fade`||e.entryType===`instant`||e.exitType===`instant`}function ad(e){return e.entryType===`grow`||e.exitType===`grow`}function od(e,t,n){let{entry:r,entryDuration:i,exit:a,exitDuration:o}=e,{entryType:s,entryEasing:c,exitType:l,exitEasing:u}=e;return n<r&&(s===t||s===`instant`&&t===`fade`)||n>a&&(l===t||l===`instant`&&t===`fade`)?0:i>0&&n<r+i&&s===t?rd[c](n-r,0,1,i):o>0&&n>a-o&&l===t?rd[u](n-(a-o),1,-1,o):1}function sd(e){return e.target.type===`model`}function cd(e){return e.target.type===`layer`||e.target.type===`overlay`}var ld=class{mcMap;cameraCurve;registryAnimations;layerAnimations;registry;svgs;svgCache;duration;frameRate;mapstyle;overlays;layerInfo;backgroundColor;playhead;playbackContext;constructor(e,t,n,r,i,a,o,s){this.mcMap=e,this.playhead=0,this.playbackContext=void 0;let c=(t.video?.keyframes??[]).map(e=>{let{x:t,y:n}=u.MercatorCoordinate.fromLngLat(e.center);return{...e,x:t,y:n,fov:e.fov??36.87,elevation:e.elevation??0}}),l=t.video?.animations??[];this.layerAnimations=l.filter(cd);let d=l.filter(sd);this.registryAnimations=[...d.filter(e=>e.target.modelId===void 0),...d.filter(e=>e.target.modelId!==void 0)],this.duration=Ou(c),this.frameRate=ku(t.export?.frameRate??60),this.cameraCurve=new ed(c),this.registry=new pu(t),this.svgs=n,this.svgCache=r,this.mapstyle=i,this.overlays=a,this.layerInfo=o,this.backgroundColor=s}play(){this.playbackContext===void 0&&this.duration>0&&(this.playhead>=this.duration&&(this.playhead=0),this.playbackContext={startTime:Date.now(),startPlayhead:this.playhead},this.mcMap.fire(`playstart`,{time:this.playhead}),this.playFrame())}pause(){this.playbackContext!==void 0&&(this.playbackContext=void 0,this.restoreAfterPlayback.flush(),this.mcMap.fire(`playend`,{time:this.playhead}))}seekTo(e){this.duration>0&&(e=te(e,0,this.duration),this.prepareForPlayback(),this.setFrame(e),this.playbackContext!==void 0&&(this.playbackContext={startTime:Date.now(),startPlayhead:e}))}async*frames(){let e=this.mcMap.map,t=Math.ceil(this.duration*this.frameRate/1e3);e._fadeDuration=0,e.style.stylesheet.transition={duration:0,delay:0},e.setRasterAlignment(!1),e.setCenterClampedToGround(!1),e.setSourceTileLodParams(1,4);let n=e.getCanvas(),{width:r,height:i}=n,a=new OffscreenCanvas(r,i).getContext(`2d`,{desynchronized:!0,willReadFrequently:!0}),o=e.getContainer(),s=o.getBoundingClientRect();for(let e=0;e<t;e++)yield this.captureFrame(e*1e3/this.frameRate,n,a,r,i,o,s);e._fadeDuration=300,e.style.stylesheet.transition=void 0,e.setRasterAlignment(!0),e.setCenterClampedToGround(!0),e.setSourceTileLodParams(m,3),this.playhead=0}async preload(){this.playbackContext!==void 0&&this.pause();let e=this.mcMap.map,t=Math.ceil(this.duration*this.frameRate/1e3);e._fadeDuration=0,e.style.stylesheet.transition={duration:0,delay:0},e.setCenterClampedToGround(!1),e.setSourceTileLodParams(1,4),e.setRasterAlignment(!1);try{let n;for(let r=0;r<t;r++){let t=this.cameraCurve.sample(r*1e3/this.frameRate);Au(n,t)||(this.setCamera(t),await this.waitForRenderOrAbort()===`render`?n=t:(n!==void 0&&this.setCamera(n),e.triggerRepaint(),await e.once(`idle`),r--))}e.areTilesLoaded()||await e.once(`idle`)}finally{e._fadeDuration=300,e.style.stylesheet.transition=void 0,e.setCenterClampedToGround(!0),e.setSourceTileLodParams(m,3),e.setRasterAlignment(!0)}}waitForRenderOrAbort(){let e=this.mcMap.map;return new Promise(t=>{let n=()=>{e.off(`render`,r),e.off(`dataabort`,i)},r=()=>{n(),t(`render`)},i=e=>{e.tile?.state===`loading`&&(n(),t(`abort`))};e.on(`render`,r),e.on(`dataabort`,i)})}async captureFrame(e,t,n,r,i,a,o){return this.setFrame(e),await this.mcMap.map.once(`idle`),n.fillStyle=this.backgroundColor,n.fillRect(0,0,r,i),n.drawImage(t,0,0),await this.drawAdornments(n,a,o),n.getImageData(0,0,r,i)}async drawAdornments(e,t,n){let r=t.querySelectorAll(`.adornment-svg`),i=await Promise.all(Array.from(r).map(async e=>{let t=e.outerHTML,r=e.getBoundingClientRect(),i=r.left-n.left,a=r.top-n.top,o=r.width,s=r.height,{fontMap:c,vapiUrl:l,accessToken:u}=this.svgCache;return{image:await Jr(t,o,s,c,l,u),x:i,y:a}}));for(let t of i)e.drawImage(t.image,t.x,t.y)}playFrame(){if(this.playbackContext!==void 0){let e=this.playbackContext.startPlayhead+(Date.now()-this.playbackContext.startTime);this.prepareForPlayback(),e>this.duration?(this.setFrame(this.duration),this.playbackContext=void 0,this.restoreAfterPlayback.flush(),this.mcMap.fire(`playend`,{time:this.playhead})):(this.setFrame(e),requestAnimationFrame(()=>this.playFrame()))}}setFrame(e){this.playhead=e;let t=this.cameraCurve.sample(e);this.setCamera(t),this.applyAnimations(e),this.mcMap.fire(`play`,{time:e})}setCamera(e){let t=this.mcMap.map,n=t.getCenter(),r=t.getZoom(),i=t.getBearing(),a=t.getPitch(),o=t.getCenterElevation(),s=t.getVerticalFieldOfView();e.center.lat!==n.lat||e.center.lng!==n.lng||e.zoom!==r||e.bearing!==i||e.pitch!==a||e.elevation!==o||e.fov!==s?(t.setVerticalFieldOfView(e.fov),t.jumpTo(e)):t.triggerRepaint()}applyAnimations(e){let t=this.mcMap.map,{svgs:n,svgCache:r,registryAnimations:i}=this;for(let n of i){let{target:r}=n;if(!id(n))continue;let{modelType:i,groupId:a,modelId:o}=r,s=od(n,`fade`,e);if(i===`area`){let e=this.registry.models.area[a]??{},n=o===void 0?Object.values(e):e[o]?[e[o]]:[];for(let e of n)t.setFeatureState({source:Sr(e),sourceLayer:e.sourceLayerId,id:e.featureId},{[`opacity-${a}`]:s})}else if(i===`polygon`||i===`circle`||i===`line`||i===`marker`||i===`dot`){let e=this.registry.models[i][a]??{},n=o===void 0?Object.keys(e):[o];for(let e of n)t.setFeatureState({source:a,id:D(e)},{opacity:s})}}for(let i of Object.values(this.registry.groups.circle)){let{groupAnimation:a,modelAnimations:o}=this.getGroupAnimations(`circle`,i.id,`scale`),s=a===void 0?1:od(a,`grow`,e);(a!==void 0||o.size>0)&&t.getSource(i.id).setData({type:`FeatureCollection`,features:i.models.filter(e=>e.visible??!0).map(t=>{let a=o.get(t.id);return Gl(i,t,a===void 0?s:od(a,`grow`,e),n,r)})})}for(let n of Object.values(this.registry.groups.line)){let{groupAnimation:i,modelAnimations:a}=this.getGroupAnimations(`line`,n.id,`scale`),o=i===void 0?1:od(i,`grow`,e);(i!==void 0||a.size>0)&&t.getSource(n.id).setData({type:`FeatureCollection`,features:n.models.filter(e=>e.visible??!0).map(i=>{let s=a.get(i.id);return yu(t,n,i,s===void 0?o:od(s,`grow`,e),r)})})}for(let i of Object.values(this.registry.groups.marker)){let{groupAnimation:a,modelAnimations:o}=this.getGroupAnimations(`marker`,i.id,`scale`),s=a===void 0?1:od(a,`grow`,e);(a!==void 0||o.size>0)&&t.getSource(i.id).setData({type:`FeatureCollection`,features:i.models.filter(e=>e.visible??!0).map(a=>{let c=o.get(a.id);return Yl(t,i,a,c===void 0?s:od(c,`grow`,e),n,r)})})}let a=this.cameraCurve.sampleAutoHideOpacity(e);for(let t of this.mapstyle.layers){let n=this.getLayerOpacity(t,e,void 0);n===void 0?t.type===`symbol`&&this.setLayerOpacity(t,a):this.setLayerOpacity(t,n)}for(let[t,n]of this.overlays)for(let r of n.layers){let n=this.getLayerOpacity(r,e,t);n===void 0?this.resetLayerOpacity(r):this.setLayerOpacity(r,n)}}prepareForPlayback(){let e=this.mcMap.map;e.setCenterClampedToGround(!1),e.setRasterAlignment(!1),e.style?.stylesheet&&(e.style.stylesheet.transition={duration:0,delay:0}),e.setSourceTileLodParams(1,4),this.restoreAfterPlayback()}restoreAfterPlayback=td(()=>{let e=this.mcMap.map;e.setCenterClampedToGround(!0),e.setRasterAlignment(!0),e.style?.stylesheet&&(e.style.stylesheet.transition=void 0),e.setSourceTileLodParams(m,3)},300);getGroupAnimations(e,t,n){let r,i=new Map;for(let a of this.registryAnimations){let{target:o}=a;o.modelType===e&&o.groupId===t&&(n===`opacity`&&id(a)||n===`scale`&&ad(a))&&(o.modelId===void 0?r=a:i.set(o.modelId,a))}return{groupAnimation:r,modelAnimations:i}}getLayerOpacity(e,t,n){let r,i,a=1/0;n!==void 0&&(r=this.layerAnimations.find(e=>e.target.type===`overlay`&&e.target.id===n));for(let t of this.layerAnimations){let{target:n}=t;n.type===`layer`&&n.ids.includes(e.id)&&n.ids.length<a&&(i=t,a=n.ids.length)}let o=this.layerInfo[e.id]?.opacity??h[e.type].defaultValue;return i===void 0?r===void 0?void 0:od(r,`fade`,t)*o:od(i,`fade`,t)*o}setLayerOpacity(e,t){let n=this.mcMap.map,r=h[e.type];for(let i of r.props)n.setPaintProperty(e.id,i,t)}resetLayerOpacity(e){let t=this.mcMap.map,n=h[e.type],r=this.layerInfo[e.id]?.opacity;for(let i of n.props)t.setPaintProperty(e.id,i,r??e.paint?.[i]??n.defaultValue)}},ud=class extends u.Evented{map;video;constructor(e,t,n,r,i,a,o,s){super(),this.map=e,this.video=new ld(this,t,n,r,i,a,o,s)}on(e,t){return super.on(e,t)}once(e,t){return super.once(e,t)}off(e,t){return super.off(e,t)}fire(e,t){return super.fire(e,t)}play(){this.video.play()}pause(){this.video.pause()}seekTo(e){this.video.seekTo(e)}frames(){return this.video.frames()}preload(){return this.video.preload()}};async function dd(e){let{accessToken:t,mode:n=`sdk`,env:r=`production`}=e,i=r===`bleeding`?`https://vapi.bleeding.mc-cdn.io`:r===`beta`?`https://vapi.beta.mc-cdn.io`:`https://vapi.mc-cdn.io`,a=r===`bleeding`?`https://cdn.bleeding.mapcreator.io`:r===`beta`?`https://cdn.beta.mapcreator.io`:`https://cdn.mapcreator.io`,o=typeof e.job==`string`?await fd(e.job,a,t):e.job;await pd();let s={container:e.container,attributionControl:!1,style:null,maxBounds:[-1/0,-90,1/0,90],maxPitch:85,maxZoom:22,locale:{"CooperativeGesturesHandler.WindowsHelpText":ua(`windowsHelpText`),"CooperativeGesturesHandler.MacHelpText":ua(`macHelpText`),"CooperativeGesturesHandler.MobileHelpText":ua(`mobileHelpText`)},canvasContextAttributes:{preserveDrawingBuffer:n===`video`}};n===`video`&&(s.maxTileCacheSize=1/0,s.maxTileCacheZoomLevels=1/0,s.refreshExpiredTiles=!1);let c=new u.Map(s),l=c.getContainer();l.classList.add(`mc-map`),l.classList.add(`mc-mode-${n}`);let d=new hu(c,n),{map:{language:p,pitch:m=0,rotation:h=0,center:g,hideBasemap:_,detailLevel:y=0,projection:x=`mercator`,terrain:C=!1,terrainExaggeration:w=1},registry:T={},web:E,positionOffsets:D,title:O}=o,{models:k={},slots:A={},svgs:j={}}=T,M=new si(c,await Br(r,i,t),i,t);c.resize(),n===`app`&&(document.title=O?`${O} - Mapcreator`:`Mapcreator`),c.setPitch(m),c.setBearing(h);let N=ie(o,l),ee,P;if(n===`video`?(P=o.map.zoom-y,ee=N):(P=o.map.zoom-y+Math.log2(N),ee=1),c.setScale(ee),c.setZoom(P),c.setCenter(g),c.setDetailLevel(y),c.setMinZoom(y),c.addControl(new u.AttributionControl({compact:!1})),n===`app`&&oe()&&c.cooperativeGestures.enable(),await Il(o,D??f,c,M,{center:g,zoom:P,pitch:m,rotation:h},i,a,t,ee,n),d.setJobObject(o),E){let{restrictMapMovement:e,popupPosition:t}=E;e&&(c.boxZoom.disable(),c.doubleClickZoom.disable(),c.dragPan.disable(),c.dragRotate.disable(),c.keyboard.disable(),c.scrollZoom.disable(),c.touchPitch.disable(),c.touchZoomRotate.disable()),d.setParams(t,S(p,b.TWO),e,g)}let te=o.meta?.mapstyleSet,F=te===void 0?{version:8,sources:{},layers:[]}:await fetch(`${i}/styles/${te}.json?access_token=${t}`).then(e=>e.json());Vl(F),c.setStyle(null),c.setStyle(F),await c.once(`style.load`),n===`app`&&_d(c.getStyle().metadata?.customCssFilePath,t),v(p,c);let ne=o.map.overlays??[],re=o.meta?.layers??[];ne.length!==re.length&&(ne=[],re=[]);let ae=await Xl(ne,re,c,i,t,F.metadata?.styleOverride),se=ne.reduce((e,t,n)=>e.set(t,ae[n]),new Map);bd(c,M,k,A,j,i,t),v(p,c),d.setPublication(F.metadata?.publication),d.setpopupElements(),d.setHighlightManager(),c.setProjection({type:x===`globe`?`globe`:`mercator`});let ce=md(c,x);hd(c,ce),C&&gd(c,i,t,w);let le=vd(o.map.layerInfo,F,ae);return yd(c,le,!_),new ud(c,o,j,M,F,se,le,ce)}function fd(e,t,n){return fetch(`${t}/jobs/${e}.json?access_token=${n}`).then(e=>e.json())}function pd(){return new Promise(e=>{let t=()=>{window.innerWidth>0&&window.innerHeight>0&&(window.removeEventListener(`resize`,t),e())};window.addEventListener(`resize`,t),t()})}function md(e,t){let n=e.getStyle().metadata??{},r=n[`mc:background-color`]??`#f8f8f8`,i=n[`mc:background-color-globe`]??`#000000`;return t===`globe`?i:r}function hd(e,t){e.getContainer().style.backgroundColor=t,e.setSky(e.getStyle().sky??d),e.setLight({position:[1.15,210,45]})}function gd(e,t,n,r){e.addSource(`mc-dem`,{type:`raster-dem`,tiles:[`${t}/dataset/jaxa_terrainrgb/{z}/{x}/{y}?access_token=${n}`],attribution:`<a href="https://earth.jaxa.jp/en/data/policy" target="_blank">© AW3D30 (JAXA)</a>`,minzoom:0,maxzoom:12}),e.setTerrain({source:`mc-dem`,exaggeration:r})}function _d(e,t){if(document.getElementById(`custom-style`)?.remove(),!e)return;let n;e.startsWith(`http`)?(e=`${e}?access_token=${t}`,n=document.createElement(`link`),n.setAttribute(`rel`,`stylesheet`),n.setAttribute(`href`,e.replace(/https?:/,``))):(n=document.createElement(`style`),n.appendChild(document.createTextNode(e))),n.setAttribute(`id`,`custom-style`),n.setAttribute(`type`,`text/css`),document.head.appendChild(n)}function vd(e,t,n){let r=e?.reduce((e,t)=>(e[t.id]={visibility:t.visibility,...t.opacity!==void 0&&{opacity:t.opacity}},e),{})??{},i={};for(let e of t.layers)i[e.id]=r[e.id]??{visibility:(e.layout?.visibility??`visible`)===`visible`};for(let e of n)for(let t of e.layers)i[t.id]=r[t.id]??{visibility:!1};return i}function yd(e,t,n){for(let r in t){let i=e.getLayer(r);if(i!==void 0){let a=t[r];if(e.setLayoutProperty(r,`visibility`,a.visibility&&n?`visible`:`none`),a.opacity!==void 0){let t=h[i.type];for(let n of t.props)e.setPaintProperty(r,n,a.opacity)}}}}function bd(e,t,n,r,i,a,o){let{beforeNone:s=[],beforeNames:c=[],beforeBoundaries:l=[],beforeWaters:u=[]}=r;s.forEach(r=>{xd(e,t,n,r,i,`mc-before-none`,a,o)}),c.forEach(r=>{xd(e,t,n,r,i,`mc-before-names`,a,o)}),l.forEach(r=>{xd(e,t,n,r,i,`mc-before-boundaries`,a,o)}),u.forEach(r=>{xd(e,t,n,r,i,`mc-before-waters`,a,o)})}function xd(e,t,n,r,i,a,o,s){if(r.type===`marker`){let o=n.marker?.find(e=>e.id===r.groupId);o&&ql(e,o,a,i,t)}else if(r.type===`polygon`){let o=n.polygon?.find(e=>e.id===r.groupId);o&&Hl(e,o,a,i,t)}else if(r.type===`circle`){let o=n.circle?.find(e=>e.id===r.groupId);o&&Wl(e,o,a,i,t)}else if(r.type===`line`){let i=n.line?.find(e=>e.id===r.groupId);i&&vu(e,i,a,t)}else if(r.type===`dot`){let t=n.dot?.find(e=>e.id===r.groupId);t&&Su(e,t,a)}else if(r.type===`area`){let c=n.area?.find(e=>e.id===r.groupId);c&&xu(e,c,a,i,t,o,s)}}e.initMap=dd,e.setRTLTextPlugin=u.setRTLTextPlugin});
|
package/dist/report.html
CHANGED
|
@@ -4930,7 +4930,7 @@ var drawChart = (function (exports) {
|
|
|
4930
4930
|
</script>
|
|
4931
4931
|
<script>
|
|
4932
4932
|
/*<!--*/
|
|
4933
|
-
const data = {"version":2,"tree":{"name":"root","children":[{"name":"mapcreator-sdk.umd.cjs","children":[{"name":"\u0000rolldown/runtime.js","uid":"e72eabda-1"},{"name":"node_modules","children":[{"name":"@mapcreator/maplibre-gl/dist","children":[{"uid":"e72eabda-3","name":"maplibre-gl.css"},{"uid":"e72eabda-9","name":"maplibre-gl.js"}]},{"name":"d3-color/src","children":[{"uid":"e72eabda-19","name":"define.js"},{"uid":"e72eabda-21","name":"color.js"},{"uid":"e72eabda-23","name":"math.js"},{"uid":"e72eabda-25","name":"lab.js"}]},{"name":"d3-interpolate/src","children":[{"uid":"e72eabda-27","name":"basis.js"},{"uid":"e72eabda-29","name":"basisClosed.js"},{"uid":"e72eabda-31","name":"constant.js"},{"uid":"e72eabda-33","name":"color.js"},{"uid":"e72eabda-35","name":"rgb.js"},{"uid":"e72eabda-37","name":"numberArray.js"},{"uid":"e72eabda-39","name":"array.js"},{"uid":"e72eabda-41","name":"date.js"},{"uid":"e72eabda-43","name":"number.js"},{"uid":"e72eabda-45","name":"object.js"},{"uid":"e72eabda-47","name":"string.js"},{"uid":"e72eabda-49","name":"value.js"},{"uid":"e72eabda-51","name":"round.js"},{"uid":"e72eabda-53","name":"hcl.js"},{"uid":"e72eabda-55","name":"piecewise.js"},{"uid":"e72eabda-57","name":"quantize.js"}]},{"name":"d3-array/src","children":[{"uid":"e72eabda-59","name":"ascending.js"},{"uid":"e72eabda-61","name":"descending.js"},{"uid":"e72eabda-63","name":"bisector.js"},{"uid":"e72eabda-65","name":"number.js"},{"uid":"e72eabda-67","name":"bisect.js"},{"uid":"e72eabda-69","name":"extent.js"},{"uid":"e72eabda-71","name":"fsum.js"},{"uid":"e72eabda-75","name":"ticks.js"},{"uid":"e72eabda-77","name":"quantile.js"},{"uid":"e72eabda-79","name":"merge.js"},{"uid":"e72eabda-81","name":"range.js"}]},{"name":"internmap/src/index.js","uid":"e72eabda-73"},{"name":"d3-scale/src","children":[{"uid":"e72eabda-83","name":"init.js"},{"uid":"e72eabda-85","name":"ordinal.js"},{"uid":"e72eabda-87","name":"constant.js"},{"uid":"e72eabda-89","name":"number.js"},{"uid":"e72eabda-91","name":"continuous.js"},{"uid":"e72eabda-123","name":"tickFormat.js"},{"uid":"e72eabda-125","name":"linear.js"},{"uid":"e72eabda-127","name":"quantile.js"},{"uid":"e72eabda-129","name":"quantize.js"}]},{"name":"d3-format/src","children":[{"uid":"e72eabda-93","name":"formatDecimal.js"},{"uid":"e72eabda-95","name":"exponent.js"},{"uid":"e72eabda-97","name":"formatGroup.js"},{"uid":"e72eabda-99","name":"formatNumerals.js"},{"uid":"e72eabda-101","name":"formatSpecifier.js"},{"uid":"e72eabda-103","name":"formatTrim.js"},{"uid":"e72eabda-105","name":"formatPrefixAuto.js"},{"uid":"e72eabda-107","name":"formatRounded.js"},{"uid":"e72eabda-109","name":"formatTypes.js"},{"uid":"e72eabda-111","name":"identity.js"},{"uid":"e72eabda-113","name":"locale.js"},{"uid":"e72eabda-115","name":"defaultLocale.js"},{"uid":"e72eabda-117","name":"precisionFixed.js"},{"uid":"e72eabda-119","name":"precisionPrefix.js"},{"uid":"e72eabda-121","name":"precisionRound.js"}]},{"name":"@turf","children":[{"name":"helpers/dist/esm/index.js","uid":"e72eabda-131"},{"name":"meta/dist/esm/index.js","uid":"e72eabda-133"},{"name":"polygon-smooth/dist/esm/index.js","uid":"e72eabda-135"},{"name":"invariant/dist/esm/index.js","uid":"e72eabda-137"},{"name":"bbox-clip/dist/esm/index.js","uid":"e72eabda-139"},{"name":"area/dist/esm/index.js","uid":"e72eabda-223"},{"name":"intersect/dist/esm/index.js","uid":"e72eabda-239"}]},{"name":"path-data-polyfill/path-data-polyfill.js","uid":"e72eabda-149"},{"name":"topojson-client/src","children":[{"uid":"e72eabda-225","name":"identity.js"},{"uid":"e72eabda-227","name":"transform.js"},{"uid":"e72eabda-229","name":"reverse.js"},{"uid":"e72eabda-231","name":"feature.js"}]},{"name":"bignumber.js/bignumber.mjs","uid":"e72eabda-233"},{"name":"splaytree-ts/dist/esm/index.js","uid":"e72eabda-235"},{"name":"polyclip-ts/dist/esm/index.js","uid":"e72eabda-237"},{"name":"d3-geo/src","children":[{"uid":"e72eabda-241","name":"math.js"},{"uid":"e72eabda-243","name":"noop.js"},{"uid":"e72eabda-245","name":"stream.js"},{"uid":"e72eabda-247","name":"cartesian.js"},{"uid":"e72eabda-249","name":"compose.js"},{"uid":"e72eabda-251","name":"rotation.js"},{"uid":"e72eabda-253","name":"circle.js"},{"name":"clip","children":[{"uid":"e72eabda-255","name":"buffer.js"},{"uid":"e72eabda-259","name":"rejoin.js"},{"uid":"e72eabda-263","name":"index.js"},{"uid":"e72eabda-265","name":"antimeridian.js"},{"uid":"e72eabda-267","name":"circle.js"},{"uid":"e72eabda-269","name":"line.js"},{"uid":"e72eabda-271","name":"rectangle.js"}]},{"uid":"e72eabda-257","name":"pointEqual.js"},{"uid":"e72eabda-261","name":"polygonContains.js"},{"uid":"e72eabda-273","name":"graticule.js"},{"uid":"e72eabda-275","name":"identity.js"},{"name":"path","children":[{"uid":"e72eabda-277","name":"area.js"},{"uid":"e72eabda-279","name":"bounds.js"},{"uid":"e72eabda-281","name":"centroid.js"},{"uid":"e72eabda-283","name":"context.js"},{"uid":"e72eabda-285","name":"measure.js"},{"uid":"e72eabda-287","name":"string.js"},{"uid":"e72eabda-289","name":"index.js"}]},{"uid":"e72eabda-291","name":"transform.js"},{"name":"projection","children":[{"uid":"e72eabda-293","name":"fit.js"},{"uid":"e72eabda-295","name":"resample.js"},{"uid":"e72eabda-297","name":"index.js"},{"uid":"e72eabda-299","name":"azimuthal.js"},{"uid":"e72eabda-301","name":"mercator.js"},{"uid":"e72eabda-303","name":"orthographic.js"}]}]},{"name":"d3-shape/src/curve/monotone.js","uid":"e72eabda-353"},{"name":"bezier-easing/src/index.js","uid":"e72eabda-355"},{"name":"newton-raphson-method/index.js","uid":"e72eabda-357"},{"name":"just-debounce-it/index.mjs","uid":"e72eabda-365"}]},{"name":"src","children":[{"uid":"e72eabda-5","name":"style.css"},{"uid":"e72eabda-7","name":"polyfills.ts"},{"name":"constants/index.ts","uid":"e72eabda-11"},{"name":"utils","children":[{"uid":"e72eabda-13","name":"language.ts"},{"uid":"e72eabda-15","name":"helpers.ts"},{"uid":"e72eabda-141","name":"models.ts"},{"uid":"e72eabda-143","name":"choropleth.ts"},{"uid":"e72eabda-145","name":"fonts.ts"},{"uid":"e72eabda-147","name":"bbox.ts"},{"uid":"e72eabda-151","name":"svgHelpers.ts"},{"uid":"e72eabda-179","name":"geolocation.ts"},{"uid":"e72eabda-185","name":"fullscreen.ts"},{"uid":"e72eabda-213","name":"graphhopper.ts"},{"uid":"e72eabda-217","name":"browser.ts"},{"uid":"e72eabda-307","name":"scalebar.ts"},{"uid":"e72eabda-315","name":"mapstyle.ts"},{"uid":"e72eabda-323","name":"overlays.ts"},{"uid":"e72eabda-333","name":"youtube.ts"},{"uid":"e72eabda-335","name":"template.ts"},{"uid":"e72eabda-343","name":"lineSlicer.ts"},{"name":"video","children":[{"uid":"e72eabda-351","name":"index.ts"},{"uid":"e72eabda-359","name":"monotonicCurve.ts"},{"uid":"e72eabda-361","name":"easings.ts"},{"uid":"e72eabda-363","name":"cameraCurve.ts"},{"uid":"e72eabda-367","name":"animations.ts"}]}]},{"name":"adornments","children":[{"uid":"e72eabda-17","name":"customAdornment.ts"},{"uid":"e72eabda-153","name":"categoricalLegend.ts"},{"uid":"e72eabda-155","name":"connectedLegend.ts"},{"uid":"e72eabda-157","name":"manualLegend.ts"},{"uid":"e72eabda-159","name":"northArrow.ts"},{"uid":"e72eabda-221","name":"copyright.ts"},{"uid":"e72eabda-305","name":"insetMap.ts"},{"uid":"e72eabda-309","name":"scalebar.ts"},{"uid":"e72eabda-311","name":"heading.ts"}]},{"name":"images","children":[{"uid":"e72eabda-161","name":"adornments.svg?raw"},{"uid":"e72eabda-167","name":"plus.svg?raw"},{"uid":"e72eabda-169","name":"minus.svg?raw"},{"uid":"e72eabda-173","name":"geolocation.svg?raw"},{"uid":"e72eabda-175","name":"locating.svg?raw"},{"uid":"e72eabda-177","name":"location-dot.svg?raw"},{"uid":"e72eabda-183","name":"full-screen.svg?raw"},{"uid":"e72eabda-189","name":"refresh.svg?raw"},{"uid":"e72eabda-193","name":"search.svg?raw"},{"uid":"e72eabda-195","name":"close.svg?raw"},{"uid":"e72eabda-325","name":"popup-previous.svg?raw"},{"uid":"e72eabda-327","name":"popup-close.svg?raw"},{"uid":"e72eabda-329","name":"popup-next.svg?raw"},{"uid":"e72eabda-331","name":"alert-triangle.svg?raw"}]},{"name":"controls","children":[{"uid":"e72eabda-163","name":"controls.ts"},{"uid":"e72eabda-165","name":"toggleAdornmentsControl.ts"},{"uid":"e72eabda-171","name":"zoomControls.ts"},{"uid":"e72eabda-181","name":"geolocationControls.ts"},{"uid":"e72eabda-187","name":"fullscreenControls.ts"},{"uid":"e72eabda-191","name":"refreshMapControls.ts"},{"uid":"e72eabda-215","name":"geocoderControl.ts"},{"uid":"e72eabda-219","name":"webControls.ts"}]},{"name":"locales","children":[{"name":"da_DK/strings.json","uid":"e72eabda-197"},{"name":"de_DE/strings.json","uid":"e72eabda-199"},{"name":"en_GB/strings.json","uid":"e72eabda-201"},{"name":"es_ES/strings.json","uid":"e72eabda-203"},{"name":"fr_FR/strings.json","uid":"e72eabda-205"},{"name":"it_IT/strings.json","uid":"e72eabda-207"},{"name":"nl_NL/strings.json","uid":"e72eabda-209"}]},{"uid":"e72eabda-211","name":"i18n.ts"},{"uid":"e72eabda-313","name":"renderAdornments.ts"},{"name":"models","children":[{"uid":"e72eabda-317","name":"polygon.ts"},{"uid":"e72eabda-319","name":"circle.ts"},{"uid":"e72eabda-321","name":"marker.ts"},{"uid":"e72eabda-345","name":"line.ts"},{"uid":"e72eabda-347","name":"area.ts"},{"uid":"e72eabda-349","name":"dot.ts"}]},{"uid":"e72eabda-337","name":"Registry.ts"},{"uid":"e72eabda-339","name":"HighlightManager.ts"},{"uid":"e72eabda-341","name":"PopupManager.ts"},{"uid":"e72eabda-369","name":"Video.ts"},{"uid":"e72eabda-371","name":"MCMap.ts"},{"uid":"e72eabda-373","name":"initMap.ts"},{"uid":"e72eabda-375","name":"index.ts"}]}]}],"isRoot":true},"nodeParts":{"e72eabda-1":{"renderedLength":1136,"gzipLength":0,"brotliLength":487,"metaUid":"e72eabda-0"},"e72eabda-3":{"renderedLength":0,"gzipLength":0,"brotliLength":0,"metaUid":"e72eabda-2"},"e72eabda-5":{"renderedLength":0,"gzipLength":0,"brotliLength":0,"metaUid":"e72eabda-4"},"e72eabda-7":{"renderedLength":1458,"gzipLength":0,"brotliLength":535,"metaUid":"e72eabda-6"},"e72eabda-9":{"renderedLength":1282642,"gzipLength":0,"brotliLength":222883,"metaUid":"e72eabda-8"},"e72eabda-11":{"renderedLength":2492,"gzipLength":0,"brotliLength":630,"metaUid":"e72eabda-10"},"e72eabda-13":{"renderedLength":4783,"gzipLength":0,"brotliLength":999,"metaUid":"e72eabda-12"},"e72eabda-15":{"renderedLength":5350,"gzipLength":0,"brotliLength":1779,"metaUid":"e72eabda-14"},"e72eabda-17":{"renderedLength":1198,"gzipLength":0,"brotliLength":431,"metaUid":"e72eabda-16"},"e72eabda-19":{"renderedLength":395,"gzipLength":0,"brotliLength":171,"metaUid":"e72eabda-18"},"e72eabda-21":{"renderedLength":10260,"gzipLength":0,"brotliLength":2968,"metaUid":"e72eabda-20"},"e72eabda-23":{"renderedLength":121,"gzipLength":0,"brotliLength":97,"metaUid":"e72eabda-22"},"e72eabda-25":{"renderedLength":3110,"gzipLength":0,"brotliLength":1038,"metaUid":"e72eabda-24"},"e72eabda-27":{"renderedLength":605,"gzipLength":0,"brotliLength":284,"metaUid":"e72eabda-26"},"e72eabda-29":{"renderedLength":371,"gzipLength":0,"brotliLength":204,"metaUid":"e72eabda-28"},"e72eabda-31":{"renderedLength":109,"gzipLength":0,"brotliLength":94,"metaUid":"e72eabda-30"},"e72eabda-33":{"renderedLength":735,"gzipLength":0,"brotliLength":287,"metaUid":"e72eabda-32"},"e72eabda-35":{"renderedLength":1100,"gzipLength":0,"brotliLength":396,"metaUid":"e72eabda-34"},"e72eabda-37":{"renderedLength":389,"gzipLength":0,"brotliLength":229,"metaUid":"e72eabda-36"},"e72eabda-39":{"renderedLength":386,"gzipLength":0,"brotliLength":218,"metaUid":"e72eabda-38"},"e72eabda-41":{"renderedLength":224,"gzipLength":0,"brotliLength":156,"metaUid":"e72eabda-40"},"e72eabda-43":{"renderedLength":176,"gzipLength":0,"brotliLength":124,"metaUid":"e72eabda-42"},"e72eabda-45":{"renderedLength":382,"gzipLength":0,"brotliLength":190,"metaUid":"e72eabda-44"},"e72eabda-47":{"renderedLength":1071,"gzipLength":0,"brotliLength":477,"metaUid":"e72eabda-46"},"e72eabda-49":{"renderedLength":562,"gzipLength":0,"brotliLength":254,"metaUid":"e72eabda-48"},"e72eabda-51":{"renderedLength":186,"gzipLength":0,"brotliLength":145,"metaUid":"e72eabda-50"},"e72eabda-53":{"renderedLength":495,"gzipLength":0,"brotliLength":222,"metaUid":"e72eabda-52"},"e72eabda-55":{"renderedLength":439,"gzipLength":0,"brotliLength":223,"metaUid":"e72eabda-54"},"e72eabda-57":{"renderedLength":234,"gzipLength":0,"brotliLength":141,"metaUid":"e72eabda-56"},"e72eabda-59":{"renderedLength":176,"gzipLength":0,"brotliLength":118,"metaUid":"e72eabda-58"},"e72eabda-61":{"renderedLength":178,"gzipLength":0,"brotliLength":119,"metaUid":"e72eabda-60"},"e72eabda-63":{"renderedLength":1116,"gzipLength":0,"brotliLength":382,"metaUid":"e72eabda-62"},"e72eabda-65":{"renderedLength":118,"gzipLength":0,"brotliLength":100,"metaUid":"e72eabda-64"},"e72eabda-67":{"renderedLength":232,"gzipLength":0,"brotliLength":130,"metaUid":"e72eabda-66"},"e72eabda-69":{"renderedLength":637,"gzipLength":0,"brotliLength":224,"metaUid":"e72eabda-68"},"e72eabda-71":{"renderedLength":849,"gzipLength":0,"brotliLength":390,"metaUid":"e72eabda-70"},"e72eabda-73":{"renderedLength":1214,"gzipLength":0,"brotliLength":383,"metaUid":"e72eabda-72"},"e72eabda-75":{"renderedLength":1943,"gzipLength":0,"brotliLength":568,"metaUid":"e72eabda-74"},"e72eabda-77":{"renderedLength":469,"gzipLength":0,"brotliLength":234,"metaUid":"e72eabda-76"},"e72eabda-79":{"renderedLength":203,"gzipLength":0,"brotliLength":131,"metaUid":"e72eabda-78"},"e72eabda-81":{"renderedLength":370,"gzipLength":0,"brotliLength":194,"metaUid":"e72eabda-80"},"e72eabda-83":{"renderedLength":271,"gzipLength":0,"brotliLength":141,"metaUid":"e72eabda-82"},"e72eabda-85":{"renderedLength":1004,"gzipLength":0,"brotliLength":366,"metaUid":"e72eabda-84"},"e72eabda-87":{"renderedLength":129,"gzipLength":0,"brotliLength":96,"metaUid":"e72eabda-86"},"e72eabda-89":{"renderedLength":97,"gzipLength":0,"brotliLength":83,"metaUid":"e72eabda-88"},"e72eabda-91":{"renderedLength":2912,"gzipLength":0,"brotliLength":863,"metaUid":"e72eabda-90"},"e72eabda-93":{"renderedLength":509,"gzipLength":0,"brotliLength":269,"metaUid":"e72eabda-92"},"e72eabda-95":{"renderedLength":159,"gzipLength":0,"brotliLength":124,"metaUid":"e72eabda-94"},"e72eabda-97":{"renderedLength":501,"gzipLength":0,"brotliLength":237,"metaUid":"e72eabda-96"},"e72eabda-99":{"renderedLength":228,"gzipLength":0,"brotliLength":125,"metaUid":"e72eabda-98"},"e72eabda-101":{"renderedLength":1594,"gzipLength":0,"brotliLength":517,"metaUid":"e72eabda-100"},"e72eabda-103":{"renderedLength":416,"gzipLength":0,"brotliLength":218,"metaUid":"e72eabda-102"},"e72eabda-105":{"renderedLength":632,"gzipLength":0,"brotliLength":301,"metaUid":"e72eabda-104"},"e72eabda-107":{"renderedLength":475,"gzipLength":0,"brotliLength":217,"metaUid":"e72eabda-106"},"e72eabda-109":{"renderedLength":586,"gzipLength":0,"brotliLength":234,"metaUid":"e72eabda-108"},"e72eabda-111":{"renderedLength":111,"gzipLength":0,"brotliLength":88,"metaUid":"e72eabda-110"},"e72eabda-113":{"renderedLength":4435,"gzipLength":0,"brotliLength":1313,"metaUid":"e72eabda-112"},"e72eabda-115":{"renderedLength":362,"gzipLength":0,"brotliLength":170,"metaUid":"e72eabda-114"},"e72eabda-117":{"renderedLength":169,"gzipLength":0,"brotliLength":110,"metaUid":"e72eabda-116"},"e72eabda-119":{"renderedLength":250,"gzipLength":0,"brotliLength":143,"metaUid":"e72eabda-118"},"e72eabda-121":{"renderedLength":244,"gzipLength":0,"brotliLength":138,"metaUid":"e72eabda-120"},"e72eabda-123":{"renderedLength":1005,"gzipLength":0,"brotliLength":305,"metaUid":"e72eabda-122"},"e72eabda-125":{"renderedLength":1400,"gzipLength":0,"brotliLength":442,"metaUid":"e72eabda-124"},"e72eabda-127":{"renderedLength":1301,"gzipLength":0,"brotliLength":476,"metaUid":"e72eabda-126"},"e72eabda-129":{"renderedLength":1179,"gzipLength":0,"brotliLength":468,"metaUid":"e72eabda-128"},"e72eabda-131":{"renderedLength":2220,"gzipLength":0,"brotliLength":624,"metaUid":"e72eabda-130"},"e72eabda-133":{"renderedLength":5428,"gzipLength":0,"brotliLength":962,"metaUid":"e72eabda-132"},"e72eabda-135":{"renderedLength":2952,"gzipLength":0,"brotliLength":661,"metaUid":"e72eabda-134"},"e72eabda-137":{"renderedLength":179,"gzipLength":0,"brotliLength":122,"metaUid":"e72eabda-136"},"e72eabda-139":{"renderedLength":3262,"gzipLength":0,"brotliLength":1004,"metaUid":"e72eabda-138"},"e72eabda-141":{"renderedLength":3495,"gzipLength":0,"brotliLength":1049,"metaUid":"e72eabda-140"},"e72eabda-143":{"renderedLength":4270,"gzipLength":0,"brotliLength":1307,"metaUid":"e72eabda-142"},"e72eabda-145":{"renderedLength":1832,"gzipLength":0,"brotliLength":701,"metaUid":"e72eabda-144"},"e72eabda-147":{"renderedLength":652,"gzipLength":0,"brotliLength":241,"metaUid":"e72eabda-146"},"e72eabda-149":{"renderedLength":28463,"gzipLength":0,"brotliLength":4086,"metaUid":"e72eabda-148"},"e72eabda-151":{"renderedLength":45817,"gzipLength":0,"brotliLength":9133,"metaUid":"e72eabda-150"},"e72eabda-153":{"renderedLength":4054,"gzipLength":0,"brotliLength":1069,"metaUid":"e72eabda-152"},"e72eabda-155":{"renderedLength":13705,"gzipLength":0,"brotliLength":3131,"metaUid":"e72eabda-154"},"e72eabda-157":{"renderedLength":751,"gzipLength":0,"brotliLength":350,"metaUid":"e72eabda-156"},"e72eabda-159":{"renderedLength":1090,"gzipLength":0,"brotliLength":439,"metaUid":"e72eabda-158"},"e72eabda-161":{"renderedLength":1260,"gzipLength":0,"brotliLength":286,"metaUid":"e72eabda-160"},"e72eabda-163":{"renderedLength":270,"gzipLength":0,"brotliLength":131,"metaUid":"e72eabda-162"},"e72eabda-165":{"renderedLength":529,"gzipLength":0,"brotliLength":257,"metaUid":"e72eabda-164"},"e72eabda-167":{"renderedLength":250,"gzipLength":0,"brotliLength":163,"metaUid":"e72eabda-166"},"e72eabda-169":{"renderedLength":228,"gzipLength":0,"brotliLength":173,"metaUid":"e72eabda-168"},"e72eabda-171":{"renderedLength":478,"gzipLength":0,"brotliLength":179,"metaUid":"e72eabda-170"},"e72eabda-173":{"renderedLength":698,"gzipLength":0,"brotliLength":339,"metaUid":"e72eabda-172"},"e72eabda-175":{"renderedLength":1004,"gzipLength":0,"brotliLength":504,"metaUid":"e72eabda-174"},"e72eabda-177":{"renderedLength":1005,"gzipLength":0,"brotliLength":457,"metaUid":"e72eabda-176"},"e72eabda-179":{"renderedLength":2568,"gzipLength":0,"brotliLength":822,"metaUid":"e72eabda-178"},"e72eabda-181":{"renderedLength":1862,"gzipLength":0,"brotliLength":631,"metaUid":"e72eabda-180"},"e72eabda-183":{"renderedLength":610,"gzipLength":0,"brotliLength":330,"metaUid":"e72eabda-182"},"e72eabda-185":{"renderedLength":1160,"gzipLength":0,"brotliLength":256,"metaUid":"e72eabda-184"},"e72eabda-187":{"renderedLength":600,"gzipLength":0,"brotliLength":295,"metaUid":"e72eabda-186"},"e72eabda-189":{"renderedLength":726,"gzipLength":0,"brotliLength":377,"metaUid":"e72eabda-188"},"e72eabda-191":{"renderedLength":446,"gzipLength":0,"brotliLength":208,"metaUid":"e72eabda-190"},"e72eabda-193":{"renderedLength":541,"gzipLength":0,"brotliLength":302,"metaUid":"e72eabda-192"},"e72eabda-195":{"renderedLength":336,"gzipLength":0,"brotliLength":214,"metaUid":"e72eabda-194"},"e72eabda-197":{"renderedLength":513,"gzipLength":0,"brotliLength":233,"metaUid":"e72eabda-196"},"e72eabda-199":{"renderedLength":575,"gzipLength":0,"brotliLength":266,"metaUid":"e72eabda-198"},"e72eabda-201":{"renderedLength":513,"gzipLength":0,"brotliLength":235,"metaUid":"e72eabda-200"},"e72eabda-203":{"renderedLength":552,"gzipLength":0,"brotliLength":248,"metaUid":"e72eabda-202"},"e72eabda-205":{"renderedLength":568,"gzipLength":0,"brotliLength":268,"metaUid":"e72eabda-204"},"e72eabda-207":{"renderedLength":532,"gzipLength":0,"brotliLength":236,"metaUid":"e72eabda-206"},"e72eabda-209":{"renderedLength":457,"gzipLength":0,"brotliLength":233,"metaUid":"e72eabda-208"},"e72eabda-211":{"renderedLength":613,"gzipLength":0,"brotliLength":254,"metaUid":"e72eabda-210"},"e72eabda-213":{"renderedLength":1228,"gzipLength":0,"brotliLength":566,"metaUid":"e72eabda-212"},"e72eabda-215":{"renderedLength":5848,"gzipLength":0,"brotliLength":1387,"metaUid":"e72eabda-214"},"e72eabda-217":{"renderedLength":137,"gzipLength":0,"brotliLength":93,"metaUid":"e72eabda-216"},"e72eabda-219":{"renderedLength":1382,"gzipLength":0,"brotliLength":469,"metaUid":"e72eabda-218"},"e72eabda-221":{"renderedLength":3217,"gzipLength":0,"brotliLength":1053,"metaUid":"e72eabda-220"},"e72eabda-223":{"renderedLength":1449,"gzipLength":0,"brotliLength":514,"metaUid":"e72eabda-222"},"e72eabda-225":{"renderedLength":117,"gzipLength":0,"brotliLength":94,"metaUid":"e72eabda-224"},"e72eabda-227":{"renderedLength":549,"gzipLength":0,"brotliLength":258,"metaUid":"e72eabda-226"},"e72eabda-229":{"renderedLength":215,"gzipLength":0,"brotliLength":131,"metaUid":"e72eabda-228"},"e72eabda-231":{"renderedLength":2232,"gzipLength":0,"brotliLength":651,"metaUid":"e72eabda-230"},"e72eabda-233":{"renderedLength":36640,"gzipLength":0,"brotliLength":9529,"metaUid":"e72eabda-232"},"e72eabda-235":{"renderedLength":16617,"gzipLength":0,"brotliLength":2784,"metaUid":"e72eabda-234"},"e72eabda-237":{"renderedLength":32989,"gzipLength":0,"brotliLength":6414,"metaUid":"e72eabda-236"},"e72eabda-239":{"renderedLength":561,"gzipLength":0,"brotliLength":257,"metaUid":"e72eabda-238"},"e72eabda-241":{"renderedLength":692,"gzipLength":0,"brotliLength":284,"metaUid":"e72eabda-240"},"e72eabda-243":{"renderedLength":75,"gzipLength":0,"brotliLength":65,"metaUid":"e72eabda-242"},"e72eabda-245":{"renderedLength":2323,"gzipLength":0,"brotliLength":477,"metaUid":"e72eabda-244"},"e72eabda-247":{"renderedLength":902,"gzipLength":0,"brotliLength":332,"metaUid":"e72eabda-246"},"e72eabda-249":{"renderedLength":306,"gzipLength":0,"brotliLength":172,"metaUid":"e72eabda-248"},"e72eabda-251":{"renderedLength":2340,"gzipLength":0,"brotliLength":550,"metaUid":"e72eabda-250"},"e72eabda-253":{"renderedLength":907,"gzipLength":0,"brotliLength":408,"metaUid":"e72eabda-252"},"e72eabda-255":{"renderedLength":503,"gzipLength":0,"brotliLength":236,"metaUid":"e72eabda-254"},"e72eabda-257":{"renderedLength":162,"gzipLength":0,"brotliLength":109,"metaUid":"e72eabda-256"},"e72eabda-259":{"renderedLength":2208,"gzipLength":0,"brotliLength":698,"metaUid":"e72eabda-258"},"e72eabda-261":{"renderedLength":1820,"gzipLength":0,"brotliLength":703,"metaUid":"e72eabda-260"},"e72eabda-263":{"renderedLength":2908,"gzipLength":0,"brotliLength":782,"metaUid":"e72eabda-262"},"e72eabda-265":{"renderedLength":2327,"gzipLength":0,"brotliLength":676,"metaUid":"e72eabda-264"},"e72eabda-267":{"renderedLength":3767,"gzipLength":0,"brotliLength":1192,"metaUid":"e72eabda-266"},"e72eabda-269":{"renderedLength":1085,"gzipLength":0,"brotliLength":284,"metaUid":"e72eabda-268"},"e72eabda-271":{"renderedLength":3909,"gzipLength":0,"brotliLength":1174,"metaUid":"e72eabda-270"},"e72eabda-273":{"renderedLength":2853,"gzipLength":0,"brotliLength":719,"metaUid":"e72eabda-272"},"e72eabda-275":{"renderedLength":93,"gzipLength":0,"brotliLength":81,"metaUid":"e72eabda-274"},"e72eabda-277":{"renderedLength":915,"gzipLength":0,"brotliLength":337,"metaUid":"e72eabda-276"},"e72eabda-279":{"renderedLength":500,"gzipLength":0,"brotliLength":254,"metaUid":"e72eabda-278"},"e72eabda-281":{"renderedLength":1930,"gzipLength":0,"brotliLength":478,"metaUid":"e72eabda-280"},"e72eabda-283":{"renderedLength":839,"gzipLength":0,"brotliLength":298,"metaUid":"e72eabda-282"},"e72eabda-285":{"renderedLength":768,"gzipLength":0,"brotliLength":288,"metaUid":"e72eabda-284"},"e72eabda-287":{"renderedLength":1858,"gzipLength":0,"brotliLength":609,"metaUid":"e72eabda-286"},"e72eabda-289":{"renderedLength":2013,"gzipLength":0,"brotliLength":491,"metaUid":"e72eabda-288"},"e72eabda-291":{"renderedLength":698,"gzipLength":0,"brotliLength":255,"metaUid":"e72eabda-290"},"e72eabda-293":{"renderedLength":1458,"gzipLength":0,"brotliLength":389,"metaUid":"e72eabda-292"},"e72eabda-295":{"renderedLength":2746,"gzipLength":0,"brotliLength":810,"metaUid":"e72eabda-294"},"e72eabda-297":{"renderedLength":5164,"gzipLength":0,"brotliLength":1257,"metaUid":"e72eabda-296"},"e72eabda-299":{"renderedLength":272,"gzipLength":0,"brotliLength":186,"metaUid":"e72eabda-298"},"e72eabda-301":{"renderedLength":1388,"gzipLength":0,"brotliLength":510,"metaUid":"e72eabda-300"},"e72eabda-303":{"renderedLength":309,"gzipLength":0,"brotliLength":185,"metaUid":"e72eabda-302"},"e72eabda-305":{"renderedLength":9862,"gzipLength":0,"brotliLength":2351,"metaUid":"e72eabda-304"},"e72eabda-307":{"renderedLength":1026,"gzipLength":0,"brotliLength":416,"metaUid":"e72eabda-306"},"e72eabda-309":{"renderedLength":5136,"gzipLength":0,"brotliLength":1165,"metaUid":"e72eabda-308"},"e72eabda-311":{"renderedLength":3276,"gzipLength":0,"brotliLength":935,"metaUid":"e72eabda-310"},"e72eabda-313":{"renderedLength":5045,"gzipLength":0,"brotliLength":1272,"metaUid":"e72eabda-312"},"e72eabda-315":{"renderedLength":551,"gzipLength":0,"brotliLength":259,"metaUid":"e72eabda-314"},"e72eabda-317":{"renderedLength":2273,"gzipLength":0,"brotliLength":643,"metaUid":"e72eabda-316"},"e72eabda-319":{"renderedLength":3437,"gzipLength":0,"brotliLength":811,"metaUid":"e72eabda-318"},"e72eabda-321":{"renderedLength":8077,"gzipLength":0,"brotliLength":1767,"metaUid":"e72eabda-320"},"e72eabda-323":{"renderedLength":2073,"gzipLength":0,"brotliLength":696,"metaUid":"e72eabda-322"},"e72eabda-325":{"renderedLength":318,"gzipLength":0,"brotliLength":227,"metaUid":"e72eabda-324"},"e72eabda-327":{"renderedLength":426,"gzipLength":0,"brotliLength":248,"metaUid":"e72eabda-326"},"e72eabda-329":{"renderedLength":311,"gzipLength":0,"brotliLength":223,"metaUid":"e72eabda-328"},"e72eabda-331":{"renderedLength":409,"gzipLength":0,"brotliLength":258,"metaUid":"e72eabda-330"},"e72eabda-333":{"renderedLength":1580,"gzipLength":0,"brotliLength":642,"metaUid":"e72eabda-332"},"e72eabda-335":{"renderedLength":3219,"gzipLength":0,"brotliLength":970,"metaUid":"e72eabda-334"},"e72eabda-337":{"renderedLength":2412,"gzipLength":0,"brotliLength":758,"metaUid":"e72eabda-336"},"e72eabda-339":{"renderedLength":9003,"gzipLength":0,"brotliLength":2198,"metaUid":"e72eabda-338"},"e72eabda-341":{"renderedLength":8275,"gzipLength":0,"brotliLength":2130,"metaUid":"e72eabda-340"},"e72eabda-343":{"renderedLength":2356,"gzipLength":0,"brotliLength":720,"metaUid":"e72eabda-342"},"e72eabda-345":{"renderedLength":3460,"gzipLength":0,"brotliLength":1038,"metaUid":"e72eabda-344"},"e72eabda-347":{"renderedLength":5048,"gzipLength":0,"brotliLength":1097,"metaUid":"e72eabda-346"},"e72eabda-349":{"renderedLength":1058,"gzipLength":0,"brotliLength":420,"metaUid":"e72eabda-348"},"e72eabda-351":{"renderedLength":1853,"gzipLength":0,"brotliLength":611,"metaUid":"e72eabda-350"},"e72eabda-353":{"renderedLength":2656,"gzipLength":0,"brotliLength":769,"metaUid":"e72eabda-352"},"e72eabda-355":{"renderedLength":1403,"gzipLength":0,"brotliLength":611,"metaUid":"e72eabda-354"},"e72eabda-357":{"renderedLength":1552,"gzipLength":0,"brotliLength":611,"metaUid":"e72eabda-356"},"e72eabda-359":{"renderedLength":2063,"gzipLength":0,"brotliLength":669,"metaUid":"e72eabda-358"},"e72eabda-361":{"renderedLength":1005,"gzipLength":0,"brotliLength":394,"metaUid":"e72eabda-360"},"e72eabda-363":{"renderedLength":4381,"gzipLength":0,"brotliLength":1110,"metaUid":"e72eabda-362"},"e72eabda-365":{"renderedLength":964,"gzipLength":0,"brotliLength":313,"metaUid":"e72eabda-364"},"e72eabda-367":{"renderedLength":1316,"gzipLength":0,"brotliLength":398,"metaUid":"e72eabda-366"},"e72eabda-369":{"renderedLength":13936,"gzipLength":0,"brotliLength":2997,"metaUid":"e72eabda-368"},"e72eabda-371":{"renderedLength":834,"gzipLength":0,"brotliLength":276,"metaUid":"e72eabda-370"},"e72eabda-373":{"renderedLength":9900,"gzipLength":0,"brotliLength":2656,"metaUid":"e72eabda-372"},"e72eabda-375":{"renderedLength":0,"gzipLength":0,"brotliLength":0,"metaUid":"e72eabda-374"}},"nodeMetas":{"e72eabda-0":{"id":"\u0000rolldown/runtime.js","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-1"},"imported":[],"importedBy":[]},"e72eabda-2":{"id":"/node_modules/@mapcreator/maplibre-gl/dist/maplibre-gl.css","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-3"},"imported":[],"importedBy":[{"uid":"e72eabda-374"}]},"e72eabda-4":{"id":"/src/style.css","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-5"},"imported":[],"importedBy":[{"uid":"e72eabda-374"}]},"e72eabda-6":{"id":"/src/polyfills.ts","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-7"},"imported":[],"importedBy":[{"uid":"e72eabda-374"}]},"e72eabda-8":{"id":"/node_modules/@mapcreator/maplibre-gl/dist/maplibre-gl.js","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-9"},"imported":[],"importedBy":[{"uid":"e72eabda-374"},{"uid":"e72eabda-372"},{"uid":"e72eabda-340"},{"uid":"e72eabda-370"},{"uid":"e72eabda-338"},{"uid":"e72eabda-342"},{"uid":"e72eabda-368"},{"uid":"e72eabda-362"}]},"e72eabda-10":{"id":"/src/constants/index.ts","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-11"},"imported":[],"importedBy":[{"uid":"e72eabda-372"},{"uid":"e72eabda-312"},{"uid":"e72eabda-314"},{"uid":"e72eabda-368"}]},"e72eabda-12":{"id":"/src/utils/language.ts","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-13"},"imported":[],"importedBy":[{"uid":"e72eabda-372"}]},"e72eabda-14":{"id":"/src/utils/helpers.ts","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-15"},"imported":[],"importedBy":[{"uid":"e72eabda-372"},{"uid":"e72eabda-316"},{"uid":"e72eabda-318"},{"uid":"e72eabda-320"},{"uid":"e72eabda-322"},{"uid":"e72eabda-144"},{"uid":"e72eabda-150"},{"uid":"e72eabda-344"},{"uid":"e72eabda-16"},{"uid":"e72eabda-154"},{"uid":"e72eabda-304"},{"uid":"e72eabda-308"},{"uid":"e72eabda-140"},{"uid":"e72eabda-334"},{"uid":"e72eabda-338"},{"uid":"e72eabda-342"},{"uid":"e72eabda-368"},{"uid":"e72eabda-332"},{"uid":"e72eabda-350"},{"uid":"e72eabda-362"},{"uid":"e72eabda-358"}]},"e72eabda-16":{"id":"/src/adornments/customAdornment.ts","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-17"},"imported":[{"uid":"e72eabda-14"}],"importedBy":[{"uid":"e72eabda-312"}]},"e72eabda-18":{"id":"/node_modules/d3-color/src/define.js","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-19"},"imported":[],"importedBy":[{"uid":"e72eabda-20"},{"uid":"e72eabda-24"},{"uid":"e72eabda-489"}]},"e72eabda-20":{"id":"/node_modules/d3-color/src/color.js","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-21"},"imported":[{"uid":"e72eabda-18"}],"importedBy":[{"uid":"e72eabda-483"},{"uid":"e72eabda-24"},{"uid":"e72eabda-489"}]},"e72eabda-22":{"id":"/node_modules/d3-color/src/math.js","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-23"},"imported":[],"importedBy":[{"uid":"e72eabda-24"},{"uid":"e72eabda-489"}]},"e72eabda-24":{"id":"/node_modules/d3-color/src/lab.js","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-25"},"imported":[{"uid":"e72eabda-18"},{"uid":"e72eabda-20"},{"uid":"e72eabda-22"}],"importedBy":[{"uid":"e72eabda-483"}]},"e72eabda-26":{"id":"/node_modules/d3-interpolate/src/basis.js","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-27"},"imported":[],"importedBy":[{"uid":"e72eabda-380"},{"uid":"e72eabda-28"},{"uid":"e72eabda-34"}]},"e72eabda-28":{"id":"/node_modules/d3-interpolate/src/basisClosed.js","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-29"},"imported":[{"uid":"e72eabda-26"}],"importedBy":[{"uid":"e72eabda-380"},{"uid":"e72eabda-34"}]},"e72eabda-30":{"id":"/node_modules/d3-interpolate/src/constant.js","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-31"},"imported":[],"importedBy":[{"uid":"e72eabda-48"},{"uid":"e72eabda-32"}]},"e72eabda-32":{"id":"/node_modules/d3-interpolate/src/color.js","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-33"},"imported":[{"uid":"e72eabda-30"}],"importedBy":[{"uid":"e72eabda-457"},{"uid":"e72eabda-34"},{"uid":"e72eabda-460"},{"uid":"e72eabda-461"},{"uid":"e72eabda-52"},{"uid":"e72eabda-462"}]},"e72eabda-34":{"id":"/node_modules/d3-interpolate/src/rgb.js","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-35"},"imported":[{"uid":"e72eabda-483"},{"uid":"e72eabda-26"},{"uid":"e72eabda-28"},{"uid":"e72eabda-32"}],"importedBy":[{"uid":"e72eabda-380"},{"uid":"e72eabda-48"}]},"e72eabda-36":{"id":"/node_modules/d3-interpolate/src/numberArray.js","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-37"},"imported":[],"importedBy":[{"uid":"e72eabda-380"},{"uid":"e72eabda-48"},{"uid":"e72eabda-38"}]},"e72eabda-38":{"id":"/node_modules/d3-interpolate/src/array.js","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-39"},"imported":[{"uid":"e72eabda-48"},{"uid":"e72eabda-36"}],"importedBy":[{"uid":"e72eabda-380"},{"uid":"e72eabda-48"}]},"e72eabda-40":{"id":"/node_modules/d3-interpolate/src/date.js","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-41"},"imported":[],"importedBy":[{"uid":"e72eabda-380"},{"uid":"e72eabda-48"}]},"e72eabda-42":{"id":"/node_modules/d3-interpolate/src/number.js","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-43"},"imported":[],"importedBy":[{"uid":"e72eabda-380"},{"uid":"e72eabda-48"},{"uid":"e72eabda-46"},{"uid":"e72eabda-458"}]},"e72eabda-44":{"id":"/node_modules/d3-interpolate/src/object.js","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-45"},"imported":[{"uid":"e72eabda-48"}],"importedBy":[{"uid":"e72eabda-380"},{"uid":"e72eabda-48"}]},"e72eabda-46":{"id":"/node_modules/d3-interpolate/src/string.js","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-47"},"imported":[{"uid":"e72eabda-42"}],"importedBy":[{"uid":"e72eabda-380"},{"uid":"e72eabda-48"}]},"e72eabda-48":{"id":"/node_modules/d3-interpolate/src/value.js","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-49"},"imported":[{"uid":"e72eabda-483"},{"uid":"e72eabda-34"},{"uid":"e72eabda-38"},{"uid":"e72eabda-40"},{"uid":"e72eabda-42"},{"uid":"e72eabda-44"},{"uid":"e72eabda-46"},{"uid":"e72eabda-30"},{"uid":"e72eabda-36"}],"importedBy":[{"uid":"e72eabda-380"},{"uid":"e72eabda-38"},{"uid":"e72eabda-44"},{"uid":"e72eabda-54"}]},"e72eabda-50":{"id":"/node_modules/d3-interpolate/src/round.js","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-51"},"imported":[],"importedBy":[{"uid":"e72eabda-380"}]},"e72eabda-52":{"id":"/node_modules/d3-interpolate/src/hcl.js","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-53"},"imported":[{"uid":"e72eabda-483"},{"uid":"e72eabda-32"}],"importedBy":[{"uid":"e72eabda-380"}]},"e72eabda-54":{"id":"/node_modules/d3-interpolate/src/piecewise.js","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-55"},"imported":[{"uid":"e72eabda-48"}],"importedBy":[{"uid":"e72eabda-380"}]},"e72eabda-56":{"id":"/node_modules/d3-interpolate/src/quantize.js","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-57"},"imported":[],"importedBy":[{"uid":"e72eabda-380"}]},"e72eabda-58":{"id":"/node_modules/d3-array/src/ascending.js","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-59"},"imported":[],"importedBy":[{"uid":"e72eabda-377"},{"uid":"e72eabda-66"},{"uid":"e72eabda-62"},{"uid":"e72eabda-388"},{"uid":"e72eabda-404"},{"uid":"e72eabda-405"},{"uid":"e72eabda-406"},{"uid":"e72eabda-407"},{"uid":"e72eabda-408"},{"uid":"e72eabda-421"}]},"e72eabda-60":{"id":"/node_modules/d3-array/src/descending.js","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-61"},"imported":[],"importedBy":[{"uid":"e72eabda-377"},{"uid":"e72eabda-62"}]},"e72eabda-62":{"id":"/node_modules/d3-array/src/bisector.js","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-63"},"imported":[{"uid":"e72eabda-58"},{"uid":"e72eabda-60"}],"importedBy":[{"uid":"e72eabda-377"},{"uid":"e72eabda-66"}]},"e72eabda-64":{"id":"/node_modules/d3-array/src/number.js","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-65"},"imported":[],"importedBy":[{"uid":"e72eabda-66"},{"uid":"e72eabda-76"}]},"e72eabda-66":{"id":"/node_modules/d3-array/src/bisect.js","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-67"},"imported":[{"uid":"e72eabda-58"},{"uid":"e72eabda-62"},{"uid":"e72eabda-64"}],"importedBy":[{"uid":"e72eabda-377"},{"uid":"e72eabda-389"}]},"e72eabda-68":{"id":"/node_modules/d3-array/src/extent.js","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-69"},"imported":[],"importedBy":[{"uid":"e72eabda-377"},{"uid":"e72eabda-389"}]},"e72eabda-70":{"id":"/node_modules/d3-array/src/fsum.js","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-71"},"imported":[],"importedBy":[{"uid":"e72eabda-377"}]},"e72eabda-72":{"id":"/node_modules/internmap/src/index.js","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-73"},"imported":[],"importedBy":[{"uid":"e72eabda-377"},{"uid":"e72eabda-387"},{"uid":"e72eabda-399"},{"uid":"e72eabda-422"},{"uid":"e72eabda-423"},{"uid":"e72eabda-424"},{"uid":"e72eabda-427"}]},"e72eabda-74":{"id":"/node_modules/d3-array/src/ticks.js","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-75"},"imported":[],"importedBy":[{"uid":"e72eabda-377"},{"uid":"e72eabda-389"},{"uid":"e72eabda-400"}]},"e72eabda-76":{"id":"/node_modules/d3-array/src/quantile.js","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-77"},"imported":[{"uid":"e72eabda-393"},{"uid":"e72eabda-394"},{"uid":"e72eabda-397"},{"uid":"e72eabda-398"},{"uid":"e72eabda-403"},{"uid":"e72eabda-64"},{"uid":"e72eabda-421"},{"uid":"e72eabda-407"}],"importedBy":[{"uid":"e72eabda-377"},{"uid":"e72eabda-390"},{"uid":"e72eabda-396"}]},"e72eabda-78":{"id":"/node_modules/d3-array/src/merge.js","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-79"},"imported":[],"importedBy":[{"uid":"e72eabda-377"}]},"e72eabda-80":{"id":"/node_modules/d3-array/src/range.js","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-81"},"imported":[],"importedBy":[{"uid":"e72eabda-377"}]},"e72eabda-82":{"id":"/node_modules/d3-scale/src/init.js","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-83"},"imported":[],"importedBy":[{"uid":"e72eabda-463"},{"uid":"e72eabda-124"},{"uid":"e72eabda-465"},{"uid":"e72eabda-466"},{"uid":"e72eabda-84"},{"uid":"e72eabda-467"},{"uid":"e72eabda-468"},{"uid":"e72eabda-126"},{"uid":"e72eabda-128"},{"uid":"e72eabda-469"},{"uid":"e72eabda-470"},{"uid":"e72eabda-471"},{"uid":"e72eabda-472"},{"uid":"e72eabda-473"},{"uid":"e72eabda-474"}]},"e72eabda-84":{"id":"/node_modules/d3-scale/src/ordinal.js","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-85"},"imported":[{"uid":"e72eabda-377"},{"uid":"e72eabda-82"}],"importedBy":[{"uid":"e72eabda-381"},{"uid":"e72eabda-463"}]},"e72eabda-86":{"id":"/node_modules/d3-scale/src/constant.js","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-87"},"imported":[],"importedBy":[{"uid":"e72eabda-90"}]},"e72eabda-88":{"id":"/node_modules/d3-scale/src/number.js","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-89"},"imported":[],"importedBy":[{"uid":"e72eabda-464"},{"uid":"e72eabda-468"},{"uid":"e72eabda-90"}]},"e72eabda-90":{"id":"/node_modules/d3-scale/src/continuous.js","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-91"},"imported":[{"uid":"e72eabda-377"},{"uid":"e72eabda-380"},{"uid":"e72eabda-86"},{"uid":"e72eabda-88"}],"importedBy":[{"uid":"e72eabda-124"},{"uid":"e72eabda-465"},{"uid":"e72eabda-466"},{"uid":"e72eabda-467"},{"uid":"e72eabda-468"},{"uid":"e72eabda-470"},{"uid":"e72eabda-472"},{"uid":"e72eabda-473"},{"uid":"e72eabda-474"}]},"e72eabda-92":{"id":"/node_modules/d3-format/src/formatDecimal.js","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-93"},"imported":[],"importedBy":[{"uid":"e72eabda-94"},{"uid":"e72eabda-108"},{"uid":"e72eabda-104"},{"uid":"e72eabda-106"}]},"e72eabda-94":{"id":"/node_modules/d3-format/src/exponent.js","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-95"},"imported":[{"uid":"e72eabda-92"}],"importedBy":[{"uid":"e72eabda-112"},{"uid":"e72eabda-116"},{"uid":"e72eabda-118"},{"uid":"e72eabda-120"}]},"e72eabda-96":{"id":"/node_modules/d3-format/src/formatGroup.js","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-97"},"imported":[],"importedBy":[{"uid":"e72eabda-112"}]},"e72eabda-98":{"id":"/node_modules/d3-format/src/formatNumerals.js","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-99"},"imported":[],"importedBy":[{"uid":"e72eabda-112"}]},"e72eabda-100":{"id":"/node_modules/d3-format/src/formatSpecifier.js","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-101"},"imported":[],"importedBy":[{"uid":"e72eabda-376"},{"uid":"e72eabda-112"}]},"e72eabda-102":{"id":"/node_modules/d3-format/src/formatTrim.js","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-103"},"imported":[],"importedBy":[{"uid":"e72eabda-112"}]},"e72eabda-104":{"id":"/node_modules/d3-format/src/formatPrefixAuto.js","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-105"},"imported":[{"uid":"e72eabda-92"}],"importedBy":[{"uid":"e72eabda-112"},{"uid":"e72eabda-108"}]},"e72eabda-106":{"id":"/node_modules/d3-format/src/formatRounded.js","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-107"},"imported":[{"uid":"e72eabda-92"}],"importedBy":[{"uid":"e72eabda-108"}]},"e72eabda-108":{"id":"/node_modules/d3-format/src/formatTypes.js","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-109"},"imported":[{"uid":"e72eabda-92"},{"uid":"e72eabda-104"},{"uid":"e72eabda-106"}],"importedBy":[{"uid":"e72eabda-112"}]},"e72eabda-110":{"id":"/node_modules/d3-format/src/identity.js","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-111"},"imported":[],"importedBy":[{"uid":"e72eabda-112"}]},"e72eabda-112":{"id":"/node_modules/d3-format/src/locale.js","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-113"},"imported":[{"uid":"e72eabda-94"},{"uid":"e72eabda-96"},{"uid":"e72eabda-98"},{"uid":"e72eabda-100"},{"uid":"e72eabda-102"},{"uid":"e72eabda-108"},{"uid":"e72eabda-104"},{"uid":"e72eabda-110"}],"importedBy":[{"uid":"e72eabda-376"},{"uid":"e72eabda-114"}]},"e72eabda-114":{"id":"/node_modules/d3-format/src/defaultLocale.js","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-115"},"imported":[{"uid":"e72eabda-112"}],"importedBy":[{"uid":"e72eabda-376"}]},"e72eabda-116":{"id":"/node_modules/d3-format/src/precisionFixed.js","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-117"},"imported":[{"uid":"e72eabda-94"}],"importedBy":[{"uid":"e72eabda-376"}]},"e72eabda-118":{"id":"/node_modules/d3-format/src/precisionPrefix.js","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-119"},"imported":[{"uid":"e72eabda-94"}],"importedBy":[{"uid":"e72eabda-376"}]},"e72eabda-120":{"id":"/node_modules/d3-format/src/precisionRound.js","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-121"},"imported":[{"uid":"e72eabda-94"}],"importedBy":[{"uid":"e72eabda-376"}]},"e72eabda-122":{"id":"/node_modules/d3-scale/src/tickFormat.js","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-123"},"imported":[{"uid":"e72eabda-377"},{"uid":"e72eabda-376"}],"importedBy":[{"uid":"e72eabda-381"},{"uid":"e72eabda-124"}]},"e72eabda-124":{"id":"/node_modules/d3-scale/src/linear.js","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-125"},"imported":[{"uid":"e72eabda-377"},{"uid":"e72eabda-90"},{"uid":"e72eabda-82"},{"uid":"e72eabda-122"}],"importedBy":[{"uid":"e72eabda-381"},{"uid":"e72eabda-464"},{"uid":"e72eabda-466"},{"uid":"e72eabda-467"},{"uid":"e72eabda-468"},{"uid":"e72eabda-128"},{"uid":"e72eabda-472"},{"uid":"e72eabda-474"}]},"e72eabda-126":{"id":"/node_modules/d3-scale/src/quantile.js","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-127"},"imported":[{"uid":"e72eabda-377"},{"uid":"e72eabda-82"}],"importedBy":[{"uid":"e72eabda-381"}]},"e72eabda-128":{"id":"/node_modules/d3-scale/src/quantize.js","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-129"},"imported":[{"uid":"e72eabda-377"},{"uid":"e72eabda-124"},{"uid":"e72eabda-82"}],"importedBy":[{"uid":"e72eabda-381"}]},"e72eabda-130":{"id":"/node_modules/@turf/helpers/dist/esm/index.js","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-131"},"imported":[],"importedBy":[{"uid":"e72eabda-304"},{"uid":"e72eabda-140"},{"uid":"e72eabda-222"},{"uid":"e72eabda-132"},{"uid":"e72eabda-238"},{"uid":"e72eabda-134"},{"uid":"e72eabda-138"},{"uid":"e72eabda-136"}]},"e72eabda-132":{"id":"/node_modules/@turf/meta/dist/esm/index.js","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-133"},"imported":[{"uid":"e72eabda-130"}],"importedBy":[{"uid":"e72eabda-304"},{"uid":"e72eabda-222"},{"uid":"e72eabda-238"},{"uid":"e72eabda-134"}]},"e72eabda-134":{"id":"/node_modules/@turf/polygon-smooth/dist/esm/index.js","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-135"},"imported":[{"uid":"e72eabda-130"},{"uid":"e72eabda-132"}],"importedBy":[{"uid":"e72eabda-140"}]},"e72eabda-136":{"id":"/node_modules/@turf/invariant/dist/esm/index.js","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-137"},"imported":[{"uid":"e72eabda-130"}],"importedBy":[{"uid":"e72eabda-138"}]},"e72eabda-138":{"id":"/node_modules/@turf/bbox-clip/dist/esm/index.js","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-139"},"imported":[{"uid":"e72eabda-130"},{"uid":"e72eabda-136"}],"importedBy":[{"uid":"e72eabda-140"}]},"e72eabda-140":{"id":"/src/utils/models.ts","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-141"},"imported":[{"uid":"e72eabda-14"},{"uid":"e72eabda-130"},{"uid":"e72eabda-134"},{"uid":"e72eabda-138"}],"importedBy":[{"uid":"e72eabda-316"},{"uid":"e72eabda-318"},{"uid":"e72eabda-344"},{"uid":"e72eabda-346"},{"uid":"e72eabda-338"},{"uid":"e72eabda-142"},{"uid":"e72eabda-368"}]},"e72eabda-142":{"id":"/src/utils/choropleth.ts","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-143"},"imported":[{"uid":"e72eabda-380"},{"uid":"e72eabda-377"},{"uid":"e72eabda-381"},{"uid":"e72eabda-140"}],"importedBy":[{"uid":"e72eabda-346"},{"uid":"e72eabda-154"}]},"e72eabda-144":{"id":"/src/utils/fonts.ts","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-145"},"imported":[{"uid":"e72eabda-14"}],"importedBy":[{"uid":"e72eabda-372"},{"uid":"e72eabda-150"},{"uid":"e72eabda-154"},{"uid":"e72eabda-156"},{"uid":"e72eabda-310"}]},"e72eabda-146":{"id":"/src/utils/bbox.ts","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-147"},"imported":[],"importedBy":[{"uid":"e72eabda-150"}]},"e72eabda-148":{"id":"/node_modules/path-data-polyfill/path-data-polyfill.js","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-149"},"imported":[],"importedBy":[{"uid":"e72eabda-150"}]},"e72eabda-150":{"id":"/src/utils/svgHelpers.ts","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-151"},"imported":[{"uid":"e72eabda-14"},{"uid":"e72eabda-146"},{"uid":"e72eabda-144"},{"uid":"e72eabda-148"}],"importedBy":[{"uid":"e72eabda-372"},{"uid":"e72eabda-316"},{"uid":"e72eabda-318"},{"uid":"e72eabda-320"},{"uid":"e72eabda-344"},{"uid":"e72eabda-346"},{"uid":"e72eabda-348"},{"uid":"e72eabda-154"},{"uid":"e72eabda-310"},{"uid":"e72eabda-368"},{"uid":"e72eabda-152"}]},"e72eabda-152":{"id":"/src/adornments/categoricalLegend.ts","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-153"},"imported":[{"uid":"e72eabda-150"}],"importedBy":[{"uid":"e72eabda-154"},{"uid":"e72eabda-156"}]},"e72eabda-154":{"id":"/src/adornments/connectedLegend.ts","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-155"},"imported":[{"uid":"e72eabda-142"},{"uid":"e72eabda-144"},{"uid":"e72eabda-376"},{"uid":"e72eabda-14"},{"uid":"e72eabda-377"},{"uid":"e72eabda-150"},{"uid":"e72eabda-152"}],"importedBy":[{"uid":"e72eabda-312"}]},"e72eabda-156":{"id":"/src/adornments/manualLegend.ts","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-157"},"imported":[{"uid":"e72eabda-144"},{"uid":"e72eabda-152"}],"importedBy":[{"uid":"e72eabda-312"}]},"e72eabda-158":{"id":"/src/adornments/northArrow.ts","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-159"},"imported":[],"importedBy":[{"uid":"e72eabda-312"}]},"e72eabda-160":{"id":"/src/images/adornments.svg?raw","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-161"},"imported":[],"importedBy":[{"uid":"e72eabda-164"}]},"e72eabda-162":{"id":"/src/controls/controls.ts","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-163"},"imported":[],"importedBy":[{"uid":"e72eabda-164"},{"uid":"e72eabda-170"},{"uid":"e72eabda-180"},{"uid":"e72eabda-186"},{"uid":"e72eabda-190"}]},"e72eabda-164":{"id":"/src/controls/toggleAdornmentsControl.ts","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-165"},"imported":[{"uid":"e72eabda-160"},{"uid":"e72eabda-312"},{"uid":"e72eabda-162"}],"importedBy":[{"uid":"e72eabda-218"}]},"e72eabda-166":{"id":"/src/images/plus.svg?raw","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-167"},"imported":[],"importedBy":[{"uid":"e72eabda-170"}]},"e72eabda-168":{"id":"/src/images/minus.svg?raw","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-169"},"imported":[],"importedBy":[{"uid":"e72eabda-170"}]},"e72eabda-170":{"id":"/src/controls/zoomControls.ts","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-171"},"imported":[{"uid":"e72eabda-166"},{"uid":"e72eabda-168"},{"uid":"e72eabda-162"}],"importedBy":[{"uid":"e72eabda-218"}]},"e72eabda-172":{"id":"/src/images/geolocation.svg?raw","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-173"},"imported":[],"importedBy":[{"uid":"e72eabda-180"}]},"e72eabda-174":{"id":"/src/images/locating.svg?raw","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-175"},"imported":[],"importedBy":[{"uid":"e72eabda-180"}]},"e72eabda-176":{"id":"/src/images/location-dot.svg?raw","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-177"},"imported":[],"importedBy":[{"uid":"e72eabda-178"}]},"e72eabda-178":{"id":"/src/utils/geolocation.ts","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-179"},"imported":[{"uid":"e72eabda-176"}],"importedBy":[{"uid":"e72eabda-180"}]},"e72eabda-180":{"id":"/src/controls/geolocationControls.ts","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-181"},"imported":[{"uid":"e72eabda-172"},{"uid":"e72eabda-174"},{"uid":"e72eabda-162"},{"uid":"e72eabda-178"}],"importedBy":[{"uid":"e72eabda-218"}]},"e72eabda-182":{"id":"/src/images/full-screen.svg?raw","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-183"},"imported":[],"importedBy":[{"uid":"e72eabda-186"}]},"e72eabda-184":{"id":"/src/utils/fullscreen.ts","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-185"},"imported":[],"importedBy":[{"uid":"e72eabda-186"}]},"e72eabda-186":{"id":"/src/controls/fullscreenControls.ts","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-187"},"imported":[{"uid":"e72eabda-182"},{"uid":"e72eabda-162"},{"uid":"e72eabda-184"}],"importedBy":[{"uid":"e72eabda-218"}]},"e72eabda-188":{"id":"/src/images/refresh.svg?raw","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-189"},"imported":[],"importedBy":[{"uid":"e72eabda-190"}]},"e72eabda-190":{"id":"/src/controls/refreshMapControls.ts","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-191"},"imported":[{"uid":"e72eabda-188"},{"uid":"e72eabda-162"}],"importedBy":[{"uid":"e72eabda-218"}]},"e72eabda-192":{"id":"/src/images/search.svg?raw","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-193"},"imported":[],"importedBy":[{"uid":"e72eabda-214"}]},"e72eabda-194":{"id":"/src/images/close.svg?raw","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-195"},"imported":[],"importedBy":[{"uid":"e72eabda-214"}]},"e72eabda-196":{"id":"/src/locales/da_DK/strings.json","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-197"},"imported":[],"importedBy":[{"uid":"e72eabda-210"}]},"e72eabda-198":{"id":"/src/locales/de_DE/strings.json","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-199"},"imported":[],"importedBy":[{"uid":"e72eabda-210"}]},"e72eabda-200":{"id":"/src/locales/en_GB/strings.json","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-201"},"imported":[],"importedBy":[{"uid":"e72eabda-210"}]},"e72eabda-202":{"id":"/src/locales/es_ES/strings.json","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-203"},"imported":[],"importedBy":[{"uid":"e72eabda-210"}]},"e72eabda-204":{"id":"/src/locales/fr_FR/strings.json","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-205"},"imported":[],"importedBy":[{"uid":"e72eabda-210"}]},"e72eabda-206":{"id":"/src/locales/it_IT/strings.json","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-207"},"imported":[],"importedBy":[{"uid":"e72eabda-210"}]},"e72eabda-208":{"id":"/src/locales/nl_NL/strings.json","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-209"},"imported":[],"importedBy":[{"uid":"e72eabda-210"}]},"e72eabda-210":{"id":"/src/i18n.ts","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-211"},"imported":[{"uid":"e72eabda-196"},{"uid":"e72eabda-198"},{"uid":"e72eabda-200"},{"uid":"e72eabda-202"},{"uid":"e72eabda-204"},{"uid":"e72eabda-206"},{"uid":"e72eabda-208"}],"importedBy":[{"uid":"e72eabda-372"},{"uid":"e72eabda-334"},{"uid":"e72eabda-214"},{"uid":"e72eabda-212"}]},"e72eabda-212":{"id":"/src/utils/graphhopper.ts","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-213"},"imported":[{"uid":"e72eabda-210"}],"importedBy":[{"uid":"e72eabda-214"}]},"e72eabda-214":{"id":"/src/controls/geocoderControl.ts","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-215"},"imported":[{"uid":"e72eabda-192"},{"uid":"e72eabda-194"},{"uid":"e72eabda-212"},{"uid":"e72eabda-210"}],"importedBy":[{"uid":"e72eabda-218"}]},"e72eabda-216":{"id":"/src/utils/browser.ts","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-217"},"imported":[],"importedBy":[{"uid":"e72eabda-312"},{"uid":"e72eabda-218"}]},"e72eabda-218":{"id":"/src/controls/webControls.ts","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-219"},"imported":[{"uid":"e72eabda-164"},{"uid":"e72eabda-170"},{"uid":"e72eabda-180"},{"uid":"e72eabda-186"},{"uid":"e72eabda-190"},{"uid":"e72eabda-214"},{"uid":"e72eabda-216"}],"importedBy":[{"uid":"e72eabda-312"}]},"e72eabda-220":{"id":"/src/adornments/copyright.ts","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-221"},"imported":[],"importedBy":[{"uid":"e72eabda-312"}]},"e72eabda-222":{"id":"/node_modules/@turf/area/dist/esm/index.js","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-223"},"imported":[{"uid":"e72eabda-130"},{"uid":"e72eabda-132"}],"importedBy":[{"uid":"e72eabda-304"}]},"e72eabda-224":{"id":"/node_modules/topojson-client/src/identity.js","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-225"},"imported":[],"importedBy":[{"uid":"e72eabda-226"},{"uid":"e72eabda-433"}]},"e72eabda-226":{"id":"/node_modules/topojson-client/src/transform.js","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-227"},"imported":[{"uid":"e72eabda-224"}],"importedBy":[{"uid":"e72eabda-378"},{"uid":"e72eabda-428"},{"uid":"e72eabda-230"}]},"e72eabda-228":{"id":"/node_modules/topojson-client/src/reverse.js","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-229"},"imported":[],"importedBy":[{"uid":"e72eabda-230"}]},"e72eabda-230":{"id":"/node_modules/topojson-client/src/feature.js","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-231"},"imported":[{"uid":"e72eabda-228"},{"uid":"e72eabda-226"}],"importedBy":[{"uid":"e72eabda-378"},{"uid":"e72eabda-429"},{"uid":"e72eabda-430"}]},"e72eabda-232":{"id":"/node_modules/bignumber.js/bignumber.mjs","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-233"},"imported":[],"importedBy":[{"uid":"e72eabda-236"}]},"e72eabda-234":{"id":"/node_modules/splaytree-ts/dist/esm/index.js","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-235"},"imported":[],"importedBy":[{"uid":"e72eabda-236"}]},"e72eabda-236":{"id":"/node_modules/polyclip-ts/dist/esm/index.js","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-237"},"imported":[{"uid":"e72eabda-232"},{"uid":"e72eabda-234"}],"importedBy":[{"uid":"e72eabda-238"}]},"e72eabda-238":{"id":"/node_modules/@turf/intersect/dist/esm/index.js","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-239"},"imported":[{"uid":"e72eabda-130"},{"uid":"e72eabda-132"},{"uid":"e72eabda-236"}],"importedBy":[{"uid":"e72eabda-304"}]},"e72eabda-240":{"id":"/node_modules/d3-geo/src/math.js","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-241"},"imported":[],"importedBy":[{"uid":"e72eabda-434"},{"uid":"e72eabda-435"},{"uid":"e72eabda-436"},{"uid":"e72eabda-252"},{"uid":"e72eabda-264"},{"uid":"e72eabda-266"},{"uid":"e72eabda-270"},{"uid":"e72eabda-438"},{"uid":"e72eabda-272"},{"uid":"e72eabda-440"},{"uid":"e72eabda-441"},{"uid":"e72eabda-443"},{"uid":"e72eabda-444"},{"uid":"e72eabda-445"},{"uid":"e72eabda-446"},{"uid":"e72eabda-447"},{"uid":"e72eabda-448"},{"uid":"e72eabda-449"},{"uid":"e72eabda-451"},{"uid":"e72eabda-452"},{"uid":"e72eabda-296"},{"uid":"e72eabda-300"},{"uid":"e72eabda-453"},{"uid":"e72eabda-302"},{"uid":"e72eabda-454"},{"uid":"e72eabda-455"},{"uid":"e72eabda-250"},{"uid":"e72eabda-246"},{"uid":"e72eabda-262"},{"uid":"e72eabda-256"},{"uid":"e72eabda-258"},{"uid":"e72eabda-260"},{"uid":"e72eabda-276"},{"uid":"e72eabda-280"},{"uid":"e72eabda-282"},{"uid":"e72eabda-284"},{"uid":"e72eabda-298"},{"uid":"e72eabda-481"},{"uid":"e72eabda-482"},{"uid":"e72eabda-294"}]},"e72eabda-242":{"id":"/node_modules/d3-geo/src/noop.js","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-243"},"imported":[],"importedBy":[{"uid":"e72eabda-434"},{"uid":"e72eabda-436"},{"uid":"e72eabda-441"},{"uid":"e72eabda-254"},{"uid":"e72eabda-276"},{"uid":"e72eabda-278"},{"uid":"e72eabda-282"},{"uid":"e72eabda-284"}]},"e72eabda-244":{"id":"/node_modules/d3-geo/src/stream.js","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-245"},"imported":[],"importedBy":[{"uid":"e72eabda-379"},{"uid":"e72eabda-434"},{"uid":"e72eabda-435"},{"uid":"e72eabda-436"},{"uid":"e72eabda-441"},{"uid":"e72eabda-288"},{"uid":"e72eabda-292"}]},"e72eabda-246":{"id":"/node_modules/d3-geo/src/cartesian.js","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-247"},"imported":[{"uid":"e72eabda-240"}],"importedBy":[{"uid":"e72eabda-435"},{"uid":"e72eabda-252"},{"uid":"e72eabda-266"},{"uid":"e72eabda-260"},{"uid":"e72eabda-294"}]},"e72eabda-248":{"id":"/node_modules/d3-geo/src/compose.js","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-249"},"imported":[],"importedBy":[{"uid":"e72eabda-296"},{"uid":"e72eabda-250"}]},"e72eabda-250":{"id":"/node_modules/d3-geo/src/rotation.js","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-251"},"imported":[{"uid":"e72eabda-248"},{"uid":"e72eabda-240"}],"importedBy":[{"uid":"e72eabda-379"},{"uid":"e72eabda-252"},{"uid":"e72eabda-296"},{"uid":"e72eabda-300"}]},"e72eabda-252":{"id":"/node_modules/d3-geo/src/circle.js","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-253"},"imported":[{"uid":"e72eabda-246"},{"uid":"e72eabda-480"},{"uid":"e72eabda-240"},{"uid":"e72eabda-250"}],"importedBy":[{"uid":"e72eabda-379"},{"uid":"e72eabda-266"}]},"e72eabda-254":{"id":"/node_modules/d3-geo/src/clip/buffer.js","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-255"},"imported":[{"uid":"e72eabda-242"}],"importedBy":[{"uid":"e72eabda-270"},{"uid":"e72eabda-262"}]},"e72eabda-256":{"id":"/node_modules/d3-geo/src/pointEqual.js","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-257"},"imported":[{"uid":"e72eabda-240"}],"importedBy":[{"uid":"e72eabda-266"},{"uid":"e72eabda-258"}]},"e72eabda-258":{"id":"/node_modules/d3-geo/src/clip/rejoin.js","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-259"},"imported":[{"uid":"e72eabda-256"},{"uid":"e72eabda-240"}],"importedBy":[{"uid":"e72eabda-270"},{"uid":"e72eabda-262"}]},"e72eabda-260":{"id":"/node_modules/d3-geo/src/polygonContains.js","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-261"},"imported":[{"uid":"e72eabda-377"},{"uid":"e72eabda-246"},{"uid":"e72eabda-240"}],"importedBy":[{"uid":"e72eabda-438"},{"uid":"e72eabda-262"}]},"e72eabda-262":{"id":"/node_modules/d3-geo/src/clip/index.js","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-263"},"imported":[{"uid":"e72eabda-254"},{"uid":"e72eabda-258"},{"uid":"e72eabda-240"},{"uid":"e72eabda-260"},{"uid":"e72eabda-377"}],"importedBy":[{"uid":"e72eabda-264"},{"uid":"e72eabda-266"}]},"e72eabda-264":{"id":"/node_modules/d3-geo/src/clip/antimeridian.js","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-265"},"imported":[{"uid":"e72eabda-262"},{"uid":"e72eabda-240"}],"importedBy":[{"uid":"e72eabda-379"},{"uid":"e72eabda-296"}]},"e72eabda-266":{"id":"/node_modules/d3-geo/src/clip/circle.js","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-267"},"imported":[{"uid":"e72eabda-246"},{"uid":"e72eabda-252"},{"uid":"e72eabda-240"},{"uid":"e72eabda-256"},{"uid":"e72eabda-262"}],"importedBy":[{"uid":"e72eabda-379"},{"uid":"e72eabda-296"}]},"e72eabda-268":{"id":"/node_modules/d3-geo/src/clip/line.js","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-269"},"imported":[],"importedBy":[{"uid":"e72eabda-270"}]},"e72eabda-270":{"id":"/node_modules/d3-geo/src/clip/rectangle.js","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-271"},"imported":[{"uid":"e72eabda-240"},{"uid":"e72eabda-254"},{"uid":"e72eabda-268"},{"uid":"e72eabda-258"},{"uid":"e72eabda-377"}],"importedBy":[{"uid":"e72eabda-379"},{"uid":"e72eabda-437"},{"uid":"e72eabda-452"},{"uid":"e72eabda-296"}]},"e72eabda-272":{"id":"/node_modules/d3-geo/src/graticule.js","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-273"},"imported":[{"uid":"e72eabda-377"},{"uid":"e72eabda-240"}],"importedBy":[{"uid":"e72eabda-379"}]},"e72eabda-274":{"id":"/node_modules/d3-geo/src/identity.js","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-275"},"imported":[],"importedBy":[{"uid":"e72eabda-288"},{"uid":"e72eabda-452"},{"uid":"e72eabda-296"}]},"e72eabda-276":{"id":"/node_modules/d3-geo/src/path/area.js","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-277"},"imported":[{"uid":"e72eabda-377"},{"uid":"e72eabda-240"},{"uid":"e72eabda-242"}],"importedBy":[{"uid":"e72eabda-288"}]},"e72eabda-278":{"id":"/node_modules/d3-geo/src/path/bounds.js","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-279"},"imported":[{"uid":"e72eabda-242"}],"importedBy":[{"uid":"e72eabda-288"},{"uid":"e72eabda-292"}]},"e72eabda-280":{"id":"/node_modules/d3-geo/src/path/centroid.js","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-281"},"imported":[{"uid":"e72eabda-240"}],"importedBy":[{"uid":"e72eabda-288"}]},"e72eabda-282":{"id":"/node_modules/d3-geo/src/path/context.js","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-283"},"imported":[{"uid":"e72eabda-240"},{"uid":"e72eabda-242"}],"importedBy":[{"uid":"e72eabda-288"}]},"e72eabda-284":{"id":"/node_modules/d3-geo/src/path/measure.js","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-285"},"imported":[{"uid":"e72eabda-377"},{"uid":"e72eabda-240"},{"uid":"e72eabda-242"}],"importedBy":[{"uid":"e72eabda-288"}]},"e72eabda-286":{"id":"/node_modules/d3-geo/src/path/string.js","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-287"},"imported":[],"importedBy":[{"uid":"e72eabda-288"}]},"e72eabda-288":{"id":"/node_modules/d3-geo/src/path/index.js","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-289"},"imported":[{"uid":"e72eabda-274"},{"uid":"e72eabda-244"},{"uid":"e72eabda-276"},{"uid":"e72eabda-278"},{"uid":"e72eabda-280"},{"uid":"e72eabda-282"},{"uid":"e72eabda-284"},{"uid":"e72eabda-286"}],"importedBy":[{"uid":"e72eabda-379"}]},"e72eabda-290":{"id":"/node_modules/d3-geo/src/transform.js","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-291"},"imported":[],"importedBy":[{"uid":"e72eabda-379"},{"uid":"e72eabda-452"},{"uid":"e72eabda-296"},{"uid":"e72eabda-294"}]},"e72eabda-292":{"id":"/node_modules/d3-geo/src/projection/fit.js","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-293"},"imported":[{"uid":"e72eabda-244"},{"uid":"e72eabda-278"}],"importedBy":[{"uid":"e72eabda-443"},{"uid":"e72eabda-452"},{"uid":"e72eabda-296"}]},"e72eabda-294":{"id":"/node_modules/d3-geo/src/projection/resample.js","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-295"},"imported":[{"uid":"e72eabda-246"},{"uid":"e72eabda-240"},{"uid":"e72eabda-290"}],"importedBy":[{"uid":"e72eabda-296"}]},"e72eabda-296":{"id":"/node_modules/d3-geo/src/projection/index.js","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-297"},"imported":[{"uid":"e72eabda-264"},{"uid":"e72eabda-266"},{"uid":"e72eabda-270"},{"uid":"e72eabda-248"},{"uid":"e72eabda-274"},{"uid":"e72eabda-240"},{"uid":"e72eabda-250"},{"uid":"e72eabda-290"},{"uid":"e72eabda-292"},{"uid":"e72eabda-294"}],"importedBy":[{"uid":"e72eabda-379"},{"uid":"e72eabda-444"},{"uid":"e72eabda-445"},{"uid":"e72eabda-449"},{"uid":"e72eabda-450"},{"uid":"e72eabda-451"},{"uid":"e72eabda-300"},{"uid":"e72eabda-453"},{"uid":"e72eabda-302"},{"uid":"e72eabda-454"},{"uid":"e72eabda-481"}]},"e72eabda-298":{"id":"/node_modules/d3-geo/src/projection/azimuthal.js","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-299"},"imported":[{"uid":"e72eabda-240"}],"importedBy":[{"uid":"e72eabda-444"},{"uid":"e72eabda-445"},{"uid":"e72eabda-451"},{"uid":"e72eabda-302"},{"uid":"e72eabda-454"}]},"e72eabda-300":{"id":"/node_modules/d3-geo/src/projection/mercator.js","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-301"},"imported":[{"uid":"e72eabda-240"},{"uid":"e72eabda-250"},{"uid":"e72eabda-296"}],"importedBy":[{"uid":"e72eabda-379"},{"uid":"e72eabda-446"},{"uid":"e72eabda-455"}]},"e72eabda-302":{"id":"/node_modules/d3-geo/src/projection/orthographic.js","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-303"},"imported":[{"uid":"e72eabda-240"},{"uid":"e72eabda-298"},{"uid":"e72eabda-296"}],"importedBy":[{"uid":"e72eabda-379"}]},"e72eabda-304":{"id":"/src/adornments/insetMap.ts","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-305"},"imported":[{"uid":"e72eabda-222"},{"uid":"e72eabda-14"},{"uid":"e72eabda-132"},{"uid":"e72eabda-378"},{"uid":"e72eabda-238"},{"uid":"e72eabda-130"},{"uid":"e72eabda-379"}],"importedBy":[{"uid":"e72eabda-312"}]},"e72eabda-306":{"id":"/src/utils/scalebar.ts","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-307"},"imported":[],"importedBy":[{"uid":"e72eabda-308"}]},"e72eabda-308":{"id":"/src/adornments/scalebar.ts","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-309"},"imported":[{"uid":"e72eabda-14"},{"uid":"e72eabda-306"}],"importedBy":[{"uid":"e72eabda-312"}]},"e72eabda-310":{"id":"/src/adornments/heading.ts","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-311"},"imported":[{"uid":"e72eabda-150"},{"uid":"e72eabda-144"}],"importedBy":[{"uid":"e72eabda-312"}]},"e72eabda-312":{"id":"/src/renderAdornments.ts","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-313"},"imported":[{"uid":"e72eabda-16"},{"uid":"e72eabda-154"},{"uid":"e72eabda-156"},{"uid":"e72eabda-158"},{"uid":"e72eabda-218"},{"uid":"e72eabda-220"},{"uid":"e72eabda-304"},{"uid":"e72eabda-308"},{"uid":"e72eabda-310"},{"uid":"e72eabda-10"},{"uid":"e72eabda-216"}],"importedBy":[{"uid":"e72eabda-372"},{"uid":"e72eabda-164"}]},"e72eabda-314":{"id":"/src/utils/mapstyle.ts","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-315"},"imported":[{"uid":"e72eabda-10"}],"importedBy":[{"uid":"e72eabda-372"}]},"e72eabda-316":{"id":"/src/models/polygon.ts","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-317"},"imported":[{"uid":"e72eabda-150"},{"uid":"e72eabda-140"},{"uid":"e72eabda-14"}],"importedBy":[{"uid":"e72eabda-372"}]},"e72eabda-318":{"id":"/src/models/circle.ts","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-319"},"imported":[{"uid":"e72eabda-140"},{"uid":"e72eabda-150"},{"uid":"e72eabda-14"}],"importedBy":[{"uid":"e72eabda-372"},{"uid":"e72eabda-368"}]},"e72eabda-320":{"id":"/src/models/marker.ts","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-321"},"imported":[{"uid":"e72eabda-150"},{"uid":"e72eabda-14"}],"importedBy":[{"uid":"e72eabda-372"},{"uid":"e72eabda-368"}]},"e72eabda-322":{"id":"/src/utils/overlays.ts","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-323"},"imported":[{"uid":"e72eabda-14"}],"importedBy":[{"uid":"e72eabda-372"}]},"e72eabda-324":{"id":"/src/images/popup-previous.svg?raw","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-325"},"imported":[],"importedBy":[{"uid":"e72eabda-334"}]},"e72eabda-326":{"id":"/src/images/popup-close.svg?raw","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-327"},"imported":[],"importedBy":[{"uid":"e72eabda-334"}]},"e72eabda-328":{"id":"/src/images/popup-next.svg?raw","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-329"},"imported":[],"importedBy":[{"uid":"e72eabda-334"}]},"e72eabda-330":{"id":"/src/images/alert-triangle.svg?raw","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-331"},"imported":[],"importedBy":[{"uid":"e72eabda-334"}]},"e72eabda-332":{"id":"/src/utils/youtube.ts","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-333"},"imported":[{"uid":"e72eabda-14"}],"importedBy":[{"uid":"e72eabda-334"}]},"e72eabda-334":{"id":"/src/utils/template.ts","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-335"},"imported":[{"uid":"e72eabda-324"},{"uid":"e72eabda-326"},{"uid":"e72eabda-328"},{"uid":"e72eabda-330"},{"uid":"e72eabda-210"},{"uid":"e72eabda-332"},{"uid":"e72eabda-14"}],"importedBy":[{"uid":"e72eabda-340"}]},"e72eabda-336":{"id":"/src/Registry.ts","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-337"},"imported":[],"importedBy":[{"uid":"e72eabda-340"},{"uid":"e72eabda-368"}]},"e72eabda-338":{"id":"/src/HighlightManager.ts","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-339"},"imported":[{"uid":"e72eabda-8"},{"uid":"e72eabda-14"},{"uid":"e72eabda-140"}],"importedBy":[{"uid":"e72eabda-340"}]},"e72eabda-340":{"id":"/src/PopupManager.ts","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-341"},"imported":[{"uid":"e72eabda-8"},{"uid":"e72eabda-334"},{"uid":"e72eabda-336"},{"uid":"e72eabda-338"}],"importedBy":[{"uid":"e72eabda-372"}]},"e72eabda-342":{"id":"/src/utils/lineSlicer.ts","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-343"},"imported":[{"uid":"e72eabda-8"},{"uid":"e72eabda-14"}],"importedBy":[{"uid":"e72eabda-344"}]},"e72eabda-344":{"id":"/src/models/line.ts","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-345"},"imported":[{"uid":"e72eabda-150"},{"uid":"e72eabda-342"},{"uid":"e72eabda-140"},{"uid":"e72eabda-14"}],"importedBy":[{"uid":"e72eabda-372"},{"uid":"e72eabda-368"}]},"e72eabda-346":{"id":"/src/models/area.ts","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-347"},"imported":[{"uid":"e72eabda-140"},{"uid":"e72eabda-150"},{"uid":"e72eabda-142"}],"importedBy":[{"uid":"e72eabda-372"}]},"e72eabda-348":{"id":"/src/models/dot.ts","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-349"},"imported":[{"uid":"e72eabda-150"}],"importedBy":[{"uid":"e72eabda-372"}]},"e72eabda-350":{"id":"/src/utils/video/index.ts","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-351"},"imported":[{"uid":"e72eabda-14"}],"importedBy":[{"uid":"e72eabda-368"},{"uid":"e72eabda-362"}]},"e72eabda-352":{"id":"/node_modules/d3-shape/src/curve/monotone.js","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-353"},"imported":[],"importedBy":[{"uid":"e72eabda-488"}]},"e72eabda-354":{"id":"/node_modules/bezier-easing/src/index.js","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-355"},"imported":[],"importedBy":[{"uid":"e72eabda-358"}]},"e72eabda-356":{"id":"/node_modules/newton-raphson-method/index.js","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-357"},"imported":[],"importedBy":[{"uid":"e72eabda-358"}]},"e72eabda-358":{"id":"/src/utils/video/monotonicCurve.ts","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-359"},"imported":[{"uid":"e72eabda-14"},{"uid":"e72eabda-488"},{"uid":"e72eabda-354"},{"uid":"e72eabda-356"}],"importedBy":[{"uid":"e72eabda-362"}]},"e72eabda-360":{"id":"/src/utils/video/easings.ts","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-361"},"imported":[],"importedBy":[{"uid":"e72eabda-362"},{"uid":"e72eabda-366"}]},"e72eabda-362":{"id":"/src/utils/video/cameraCurve.ts","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-363"},"imported":[{"uid":"e72eabda-350"},{"uid":"e72eabda-358"},{"uid":"e72eabda-8"},{"uid":"e72eabda-14"},{"uid":"e72eabda-360"}],"importedBy":[{"uid":"e72eabda-368"}]},"e72eabda-364":{"id":"/node_modules/just-debounce-it/index.mjs","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-365"},"imported":[],"importedBy":[{"uid":"e72eabda-368"}]},"e72eabda-366":{"id":"/src/utils/video/animations.ts","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-367"},"imported":[{"uid":"e72eabda-360"}],"importedBy":[{"uid":"e72eabda-368"}]},"e72eabda-368":{"id":"/src/Video.ts","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-369"},"imported":[{"uid":"e72eabda-350"},{"uid":"e72eabda-8"},{"uid":"e72eabda-14"},{"uid":"e72eabda-362"},{"uid":"e72eabda-318"},{"uid":"e72eabda-320"},{"uid":"e72eabda-150"},{"uid":"e72eabda-344"},{"uid":"e72eabda-140"},{"uid":"e72eabda-364"},{"uid":"e72eabda-336"},{"uid":"e72eabda-366"},{"uid":"e72eabda-10"}],"importedBy":[{"uid":"e72eabda-370"}]},"e72eabda-370":{"id":"/src/MCMap.ts","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-371"},"imported":[{"uid":"e72eabda-8"},{"uid":"e72eabda-368"}],"importedBy":[{"uid":"e72eabda-372"}]},"e72eabda-372":{"id":"/src/initMap.ts","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-373"},"imported":[{"uid":"e72eabda-10"},{"uid":"e72eabda-12"},{"uid":"e72eabda-8"},{"uid":"e72eabda-14"},{"uid":"e72eabda-312"},{"uid":"e72eabda-314"},{"uid":"e72eabda-316"},{"uid":"e72eabda-318"},{"uid":"e72eabda-320"},{"uid":"e72eabda-322"},{"uid":"e72eabda-340"},{"uid":"e72eabda-144"},{"uid":"e72eabda-150"},{"uid":"e72eabda-344"},{"uid":"e72eabda-346"},{"uid":"e72eabda-348"},{"uid":"e72eabda-370"},{"uid":"e72eabda-210"}],"importedBy":[{"uid":"e72eabda-374"}]},"e72eabda-374":{"id":"/src/index.ts","moduleParts":{"mapcreator-sdk.umd.cjs":"e72eabda-375"},"imported":[{"uid":"e72eabda-2"},{"uid":"e72eabda-4"},{"uid":"e72eabda-6"},{"uid":"e72eabda-8"},{"uid":"e72eabda-372"}],"importedBy":[],"isEntry":true},"e72eabda-376":{"id":"/node_modules/d3-format/src/index.js","moduleParts":{},"imported":[{"uid":"e72eabda-114"},{"uid":"e72eabda-112"},{"uid":"e72eabda-100"},{"uid":"e72eabda-116"},{"uid":"e72eabda-118"},{"uid":"e72eabda-120"}],"importedBy":[{"uid":"e72eabda-154"},{"uid":"e72eabda-465"},{"uid":"e72eabda-122"}]},"e72eabda-377":{"id":"/node_modules/d3-array/src/index.js","moduleParts":{},"imported":[{"uid":"e72eabda-66"},{"uid":"e72eabda-58"},{"uid":"e72eabda-62"},{"uid":"e72eabda-382"},{"uid":"e72eabda-383"},{"uid":"e72eabda-384"},{"uid":"e72eabda-385"},{"uid":"e72eabda-60"},{"uid":"e72eabda-386"},{"uid":"e72eabda-68"},{"uid":"e72eabda-70"},{"uid":"e72eabda-387"},{"uid":"e72eabda-388"},{"uid":"e72eabda-389"},{"uid":"e72eabda-390"},{"uid":"e72eabda-391"},{"uid":"e72eabda-392"},{"uid":"e72eabda-393"},{"uid":"e72eabda-394"},{"uid":"e72eabda-395"},{"uid":"e72eabda-396"},{"uid":"e72eabda-78"},{"uid":"e72eabda-397"},{"uid":"e72eabda-398"},{"uid":"e72eabda-399"},{"uid":"e72eabda-400"},{"uid":"e72eabda-401"},{"uid":"e72eabda-402"},{"uid":"e72eabda-76"},{"uid":"e72eabda-403"},{"uid":"e72eabda-80"},{"uid":"e72eabda-404"},{"uid":"e72eabda-405"},{"uid":"e72eabda-406"},{"uid":"e72eabda-407"},{"uid":"e72eabda-408"},{"uid":"e72eabda-409"},{"uid":"e72eabda-410"},{"uid":"e72eabda-411"},{"uid":"e72eabda-74"},{"uid":"e72eabda-412"},{"uid":"e72eabda-413"},{"uid":"e72eabda-414"},{"uid":"e72eabda-415"},{"uid":"e72eabda-416"},{"uid":"e72eabda-417"},{"uid":"e72eabda-418"},{"uid":"e72eabda-419"},{"uid":"e72eabda-420"},{"uid":"e72eabda-421"},{"uid":"e72eabda-422"},{"uid":"e72eabda-423"},{"uid":"e72eabda-424"},{"uid":"e72eabda-425"},{"uid":"e72eabda-426"},{"uid":"e72eabda-427"},{"uid":"e72eabda-72"}],"importedBy":[{"uid":"e72eabda-154"},{"uid":"e72eabda-142"},{"uid":"e72eabda-434"},{"uid":"e72eabda-435"},{"uid":"e72eabda-436"},{"uid":"e72eabda-270"},{"uid":"e72eabda-272"},{"uid":"e72eabda-441"},{"uid":"e72eabda-463"},{"uid":"e72eabda-124"},{"uid":"e72eabda-465"},{"uid":"e72eabda-84"},{"uid":"e72eabda-126"},{"uid":"e72eabda-128"},{"uid":"e72eabda-469"},{"uid":"e72eabda-473"},{"uid":"e72eabda-122"},{"uid":"e72eabda-262"},{"uid":"e72eabda-260"},{"uid":"e72eabda-276"},{"uid":"e72eabda-284"},{"uid":"e72eabda-90"},{"uid":"e72eabda-500"}]},"e72eabda-378":{"id":"/node_modules/topojson-client/src/index.js","moduleParts":{},"imported":[{"uid":"e72eabda-428"},{"uid":"e72eabda-230"},{"uid":"e72eabda-429"},{"uid":"e72eabda-430"},{"uid":"e72eabda-431"},{"uid":"e72eabda-432"},{"uid":"e72eabda-226"},{"uid":"e72eabda-433"}],"importedBy":[{"uid":"e72eabda-304"}]},"e72eabda-379":{"id":"/node_modules/d3-geo/src/index.js","moduleParts":{},"imported":[{"uid":"e72eabda-434"},{"uid":"e72eabda-435"},{"uid":"e72eabda-436"},{"uid":"e72eabda-252"},{"uid":"e72eabda-264"},{"uid":"e72eabda-266"},{"uid":"e72eabda-437"},{"uid":"e72eabda-270"},{"uid":"e72eabda-438"},{"uid":"e72eabda-439"},{"uid":"e72eabda-272"},{"uid":"e72eabda-440"},{"uid":"e72eabda-441"},{"uid":"e72eabda-288"},{"uid":"e72eabda-442"},{"uid":"e72eabda-443"},{"uid":"e72eabda-444"},{"uid":"e72eabda-445"},{"uid":"e72eabda-446"},{"uid":"e72eabda-447"},{"uid":"e72eabda-448"},{"uid":"e72eabda-449"},{"uid":"e72eabda-450"},{"uid":"e72eabda-451"},{"uid":"e72eabda-452"},{"uid":"e72eabda-296"},{"uid":"e72eabda-300"},{"uid":"e72eabda-453"},{"uid":"e72eabda-302"},{"uid":"e72eabda-454"},{"uid":"e72eabda-455"},{"uid":"e72eabda-250"},{"uid":"e72eabda-244"},{"uid":"e72eabda-290"}],"importedBy":[{"uid":"e72eabda-304"}]},"e72eabda-380":{"id":"/node_modules/d3-interpolate/src/index.js","moduleParts":{},"imported":[{"uid":"e72eabda-48"},{"uid":"e72eabda-38"},{"uid":"e72eabda-26"},{"uid":"e72eabda-28"},{"uid":"e72eabda-40"},{"uid":"e72eabda-456"},{"uid":"e72eabda-457"},{"uid":"e72eabda-42"},{"uid":"e72eabda-36"},{"uid":"e72eabda-44"},{"uid":"e72eabda-50"},{"uid":"e72eabda-46"},{"uid":"e72eabda-458"},{"uid":"e72eabda-459"},{"uid":"e72eabda-34"},{"uid":"e72eabda-460"},{"uid":"e72eabda-461"},{"uid":"e72eabda-52"},{"uid":"e72eabda-462"},{"uid":"e72eabda-54"},{"uid":"e72eabda-56"}],"importedBy":[{"uid":"e72eabda-142"},{"uid":"e72eabda-472"},{"uid":"e72eabda-474"},{"uid":"e72eabda-90"}]},"e72eabda-381":{"id":"/node_modules/d3-scale/src/index.js","moduleParts":{},"imported":[{"uid":"e72eabda-463"},{"uid":"e72eabda-464"},{"uid":"e72eabda-124"},{"uid":"e72eabda-465"},{"uid":"e72eabda-466"},{"uid":"e72eabda-84"},{"uid":"e72eabda-467"},{"uid":"e72eabda-468"},{"uid":"e72eabda-126"},{"uid":"e72eabda-128"},{"uid":"e72eabda-469"},{"uid":"e72eabda-470"},{"uid":"e72eabda-471"},{"uid":"e72eabda-472"},{"uid":"e72eabda-473"},{"uid":"e72eabda-474"},{"uid":"e72eabda-122"}],"importedBy":[{"uid":"e72eabda-142"}]},"e72eabda-382":{"id":"/node_modules/d3-array/src/blur.js","moduleParts":{},"imported":[],"importedBy":[{"uid":"e72eabda-377"}]},"e72eabda-383":{"id":"/node_modules/d3-array/src/count.js","moduleParts":{},"imported":[],"importedBy":[{"uid":"e72eabda-377"},{"uid":"e72eabda-390"},{"uid":"e72eabda-391"},{"uid":"e72eabda-392"}]},"e72eabda-384":{"id":"/node_modules/d3-array/src/cross.js","moduleParts":{},"imported":[],"importedBy":[{"uid":"e72eabda-377"}]},"e72eabda-385":{"id":"/node_modules/d3-array/src/cumsum.js","moduleParts":{},"imported":[],"importedBy":[{"uid":"e72eabda-377"}]},"e72eabda-386":{"id":"/node_modules/d3-array/src/deviation.js","moduleParts":{},"imported":[{"uid":"e72eabda-413"}],"importedBy":[{"uid":"e72eabda-377"},{"uid":"e72eabda-391"}]},"e72eabda-387":{"id":"/node_modules/d3-array/src/group.js","moduleParts":{},"imported":[{"uid":"e72eabda-72"},{"uid":"e72eabda-475"}],"importedBy":[{"uid":"e72eabda-377"},{"uid":"e72eabda-388"}]},"e72eabda-388":{"id":"/node_modules/d3-array/src/groupSort.js","moduleParts":{},"imported":[{"uid":"e72eabda-58"},{"uid":"e72eabda-387"},{"uid":"e72eabda-421"}],"importedBy":[{"uid":"e72eabda-377"}]},"e72eabda-389":{"id":"/node_modules/d3-array/src/bin.js","moduleParts":{},"imported":[{"uid":"e72eabda-476"},{"uid":"e72eabda-66"},{"uid":"e72eabda-477"},{"uid":"e72eabda-68"},{"uid":"e72eabda-475"},{"uid":"e72eabda-400"},{"uid":"e72eabda-74"},{"uid":"e72eabda-392"}],"importedBy":[{"uid":"e72eabda-377"}]},"e72eabda-390":{"id":"/node_modules/d3-array/src/threshold/freedmanDiaconis.js","moduleParts":{},"imported":[{"uid":"e72eabda-383"},{"uid":"e72eabda-76"}],"importedBy":[{"uid":"e72eabda-377"}]},"e72eabda-391":{"id":"/node_modules/d3-array/src/threshold/scott.js","moduleParts":{},"imported":[{"uid":"e72eabda-383"},{"uid":"e72eabda-386"}],"importedBy":[{"uid":"e72eabda-377"}]},"e72eabda-392":{"id":"/node_modules/d3-array/src/threshold/sturges.js","moduleParts":{},"imported":[{"uid":"e72eabda-383"}],"importedBy":[{"uid":"e72eabda-377"},{"uid":"e72eabda-389"}]},"e72eabda-393":{"id":"/node_modules/d3-array/src/max.js","moduleParts":{},"imported":[],"importedBy":[{"uid":"e72eabda-377"},{"uid":"e72eabda-76"}]},"e72eabda-394":{"id":"/node_modules/d3-array/src/maxIndex.js","moduleParts":{},"imported":[],"importedBy":[{"uid":"e72eabda-377"},{"uid":"e72eabda-76"},{"uid":"e72eabda-408"}]},"e72eabda-395":{"id":"/node_modules/d3-array/src/mean.js","moduleParts":{},"imported":[],"importedBy":[{"uid":"e72eabda-377"}]},"e72eabda-396":{"id":"/node_modules/d3-array/src/median.js","moduleParts":{},"imported":[{"uid":"e72eabda-76"}],"importedBy":[{"uid":"e72eabda-377"}]},"e72eabda-397":{"id":"/node_modules/d3-array/src/min.js","moduleParts":{},"imported":[],"importedBy":[{"uid":"e72eabda-377"},{"uid":"e72eabda-76"},{"uid":"e72eabda-412"}]},"e72eabda-398":{"id":"/node_modules/d3-array/src/minIndex.js","moduleParts":{},"imported":[],"importedBy":[{"uid":"e72eabda-377"},{"uid":"e72eabda-76"},{"uid":"e72eabda-406"}]},"e72eabda-399":{"id":"/node_modules/d3-array/src/mode.js","moduleParts":{},"imported":[{"uid":"e72eabda-72"}],"importedBy":[{"uid":"e72eabda-377"}]},"e72eabda-400":{"id":"/node_modules/d3-array/src/nice.js","moduleParts":{},"imported":[{"uid":"e72eabda-74"}],"importedBy":[{"uid":"e72eabda-377"},{"uid":"e72eabda-389"}]},"e72eabda-401":{"id":"/node_modules/d3-array/src/pairs.js","moduleParts":{},"imported":[],"importedBy":[{"uid":"e72eabda-377"}]},"e72eabda-402":{"id":"/node_modules/d3-array/src/permute.js","moduleParts":{},"imported":[],"importedBy":[{"uid":"e72eabda-377"},{"uid":"e72eabda-421"}]},"e72eabda-403":{"id":"/node_modules/d3-array/src/quickselect.js","moduleParts":{},"imported":[{"uid":"e72eabda-421"}],"importedBy":[{"uid":"e72eabda-377"},{"uid":"e72eabda-76"}]},"e72eabda-404":{"id":"/node_modules/d3-array/src/rank.js","moduleParts":{},"imported":[{"uid":"e72eabda-58"},{"uid":"e72eabda-421"}],"importedBy":[{"uid":"e72eabda-377"}]},"e72eabda-405":{"id":"/node_modules/d3-array/src/least.js","moduleParts":{},"imported":[{"uid":"e72eabda-58"}],"importedBy":[{"uid":"e72eabda-377"}]},"e72eabda-406":{"id":"/node_modules/d3-array/src/leastIndex.js","moduleParts":{},"imported":[{"uid":"e72eabda-58"},{"uid":"e72eabda-398"}],"importedBy":[{"uid":"e72eabda-377"},{"uid":"e72eabda-409"}]},"e72eabda-407":{"id":"/node_modules/d3-array/src/greatest.js","moduleParts":{},"imported":[{"uid":"e72eabda-58"}],"importedBy":[{"uid":"e72eabda-377"},{"uid":"e72eabda-76"}]},"e72eabda-408":{"id":"/node_modules/d3-array/src/greatestIndex.js","moduleParts":{},"imported":[{"uid":"e72eabda-58"},{"uid":"e72eabda-394"}],"importedBy":[{"uid":"e72eabda-377"}]},"e72eabda-409":{"id":"/node_modules/d3-array/src/scan.js","moduleParts":{},"imported":[{"uid":"e72eabda-406"}],"importedBy":[{"uid":"e72eabda-377"}]},"e72eabda-410":{"id":"/node_modules/d3-array/src/shuffle.js","moduleParts":{},"imported":[],"importedBy":[{"uid":"e72eabda-377"}]},"e72eabda-411":{"id":"/node_modules/d3-array/src/sum.js","moduleParts":{},"imported":[],"importedBy":[{"uid":"e72eabda-377"}]},"e72eabda-412":{"id":"/node_modules/d3-array/src/transpose.js","moduleParts":{},"imported":[{"uid":"e72eabda-397"}],"importedBy":[{"uid":"e72eabda-377"},{"uid":"e72eabda-414"}]},"e72eabda-413":{"id":"/node_modules/d3-array/src/variance.js","moduleParts":{},"imported":[],"importedBy":[{"uid":"e72eabda-377"},{"uid":"e72eabda-386"}]},"e72eabda-414":{"id":"/node_modules/d3-array/src/zip.js","moduleParts":{},"imported":[{"uid":"e72eabda-412"}],"importedBy":[{"uid":"e72eabda-377"}]},"e72eabda-415":{"id":"/node_modules/d3-array/src/every.js","moduleParts":{},"imported":[],"importedBy":[{"uid":"e72eabda-377"}]},"e72eabda-416":{"id":"/node_modules/d3-array/src/some.js","moduleParts":{},"imported":[],"importedBy":[{"uid":"e72eabda-377"}]},"e72eabda-417":{"id":"/node_modules/d3-array/src/filter.js","moduleParts":{},"imported":[],"importedBy":[{"uid":"e72eabda-377"}]},"e72eabda-418":{"id":"/node_modules/d3-array/src/map.js","moduleParts":{},"imported":[],"importedBy":[{"uid":"e72eabda-377"}]},"e72eabda-419":{"id":"/node_modules/d3-array/src/reduce.js","moduleParts":{},"imported":[],"importedBy":[{"uid":"e72eabda-377"}]},"e72eabda-420":{"id":"/node_modules/d3-array/src/reverse.js","moduleParts":{},"imported":[],"importedBy":[{"uid":"e72eabda-377"}]},"e72eabda-421":{"id":"/node_modules/d3-array/src/sort.js","moduleParts":{},"imported":[{"uid":"e72eabda-58"},{"uid":"e72eabda-402"}],"importedBy":[{"uid":"e72eabda-377"},{"uid":"e72eabda-388"},{"uid":"e72eabda-76"},{"uid":"e72eabda-403"},{"uid":"e72eabda-404"}]},"e72eabda-422":{"id":"/node_modules/d3-array/src/difference.js","moduleParts":{},"imported":[{"uid":"e72eabda-72"}],"importedBy":[{"uid":"e72eabda-377"}]},"e72eabda-423":{"id":"/node_modules/d3-array/src/disjoint.js","moduleParts":{},"imported":[{"uid":"e72eabda-72"}],"importedBy":[{"uid":"e72eabda-377"}]},"e72eabda-424":{"id":"/node_modules/d3-array/src/intersection.js","moduleParts":{},"imported":[{"uid":"e72eabda-72"}],"importedBy":[{"uid":"e72eabda-377"}]},"e72eabda-425":{"id":"/node_modules/d3-array/src/subset.js","moduleParts":{},"imported":[{"uid":"e72eabda-426"}],"importedBy":[{"uid":"e72eabda-377"}]},"e72eabda-426":{"id":"/node_modules/d3-array/src/superset.js","moduleParts":{},"imported":[],"importedBy":[{"uid":"e72eabda-377"},{"uid":"e72eabda-425"}]},"e72eabda-427":{"id":"/node_modules/d3-array/src/union.js","moduleParts":{},"imported":[{"uid":"e72eabda-72"}],"importedBy":[{"uid":"e72eabda-377"}]},"e72eabda-428":{"id":"/node_modules/topojson-client/src/bbox.js","moduleParts":{},"imported":[{"uid":"e72eabda-226"}],"importedBy":[{"uid":"e72eabda-378"},{"uid":"e72eabda-432"}]},"e72eabda-429":{"id":"/node_modules/topojson-client/src/mesh.js","moduleParts":{},"imported":[{"uid":"e72eabda-230"},{"uid":"e72eabda-478"}],"importedBy":[{"uid":"e72eabda-378"}]},"e72eabda-430":{"id":"/node_modules/topojson-client/src/merge.js","moduleParts":{},"imported":[{"uid":"e72eabda-230"},{"uid":"e72eabda-478"}],"importedBy":[{"uid":"e72eabda-378"}]},"e72eabda-431":{"id":"/node_modules/topojson-client/src/neighbors.js","moduleParts":{},"imported":[{"uid":"e72eabda-479"}],"importedBy":[{"uid":"e72eabda-378"}]},"e72eabda-432":{"id":"/node_modules/topojson-client/src/quantize.js","moduleParts":{},"imported":[{"uid":"e72eabda-428"},{"uid":"e72eabda-433"}],"importedBy":[{"uid":"e72eabda-378"}]},"e72eabda-433":{"id":"/node_modules/topojson-client/src/untransform.js","moduleParts":{},"imported":[{"uid":"e72eabda-224"}],"importedBy":[{"uid":"e72eabda-378"},{"uid":"e72eabda-432"}]},"e72eabda-434":{"id":"/node_modules/d3-geo/src/area.js","moduleParts":{},"imported":[{"uid":"e72eabda-377"},{"uid":"e72eabda-240"},{"uid":"e72eabda-242"},{"uid":"e72eabda-244"}],"importedBy":[{"uid":"e72eabda-379"},{"uid":"e72eabda-435"}]},"e72eabda-435":{"id":"/node_modules/d3-geo/src/bounds.js","moduleParts":{},"imported":[{"uid":"e72eabda-377"},{"uid":"e72eabda-434"},{"uid":"e72eabda-246"},{"uid":"e72eabda-240"},{"uid":"e72eabda-244"}],"importedBy":[{"uid":"e72eabda-379"}]},"e72eabda-436":{"id":"/node_modules/d3-geo/src/centroid.js","moduleParts":{},"imported":[{"uid":"e72eabda-377"},{"uid":"e72eabda-240"},{"uid":"e72eabda-242"},{"uid":"e72eabda-244"}],"importedBy":[{"uid":"e72eabda-379"}]},"e72eabda-437":{"id":"/node_modules/d3-geo/src/clip/extent.js","moduleParts":{},"imported":[{"uid":"e72eabda-270"}],"importedBy":[{"uid":"e72eabda-379"}]},"e72eabda-438":{"id":"/node_modules/d3-geo/src/contains.js","moduleParts":{},"imported":[{"uid":"e72eabda-260"},{"uid":"e72eabda-439"},{"uid":"e72eabda-240"}],"importedBy":[{"uid":"e72eabda-379"}]},"e72eabda-439":{"id":"/node_modules/d3-geo/src/distance.js","moduleParts":{},"imported":[{"uid":"e72eabda-441"}],"importedBy":[{"uid":"e72eabda-379"},{"uid":"e72eabda-438"}]},"e72eabda-440":{"id":"/node_modules/d3-geo/src/interpolate.js","moduleParts":{},"imported":[{"uid":"e72eabda-240"}],"importedBy":[{"uid":"e72eabda-379"}]},"e72eabda-441":{"id":"/node_modules/d3-geo/src/length.js","moduleParts":{},"imported":[{"uid":"e72eabda-377"},{"uid":"e72eabda-240"},{"uid":"e72eabda-242"},{"uid":"e72eabda-244"}],"importedBy":[{"uid":"e72eabda-379"},{"uid":"e72eabda-439"}]},"e72eabda-442":{"id":"/node_modules/d3-geo/src/projection/albers.js","moduleParts":{},"imported":[{"uid":"e72eabda-447"}],"importedBy":[{"uid":"e72eabda-379"},{"uid":"e72eabda-443"}]},"e72eabda-443":{"id":"/node_modules/d3-geo/src/projection/albersUsa.js","moduleParts":{},"imported":[{"uid":"e72eabda-240"},{"uid":"e72eabda-442"},{"uid":"e72eabda-447"},{"uid":"e72eabda-292"}],"importedBy":[{"uid":"e72eabda-379"}]},"e72eabda-444":{"id":"/node_modules/d3-geo/src/projection/azimuthalEqualArea.js","moduleParts":{},"imported":[{"uid":"e72eabda-240"},{"uid":"e72eabda-298"},{"uid":"e72eabda-296"}],"importedBy":[{"uid":"e72eabda-379"}]},"e72eabda-445":{"id":"/node_modules/d3-geo/src/projection/azimuthalEquidistant.js","moduleParts":{},"imported":[{"uid":"e72eabda-240"},{"uid":"e72eabda-298"},{"uid":"e72eabda-296"}],"importedBy":[{"uid":"e72eabda-379"}]},"e72eabda-446":{"id":"/node_modules/d3-geo/src/projection/conicConformal.js","moduleParts":{},"imported":[{"uid":"e72eabda-240"},{"uid":"e72eabda-481"},{"uid":"e72eabda-300"}],"importedBy":[{"uid":"e72eabda-379"}]},"e72eabda-447":{"id":"/node_modules/d3-geo/src/projection/conicEqualArea.js","moduleParts":{},"imported":[{"uid":"e72eabda-240"},{"uid":"e72eabda-481"},{"uid":"e72eabda-482"}],"importedBy":[{"uid":"e72eabda-379"},{"uid":"e72eabda-442"},{"uid":"e72eabda-443"}]},"e72eabda-448":{"id":"/node_modules/d3-geo/src/projection/conicEquidistant.js","moduleParts":{},"imported":[{"uid":"e72eabda-240"},{"uid":"e72eabda-481"},{"uid":"e72eabda-450"}],"importedBy":[{"uid":"e72eabda-379"}]},"e72eabda-449":{"id":"/node_modules/d3-geo/src/projection/equalEarth.js","moduleParts":{},"imported":[{"uid":"e72eabda-296"},{"uid":"e72eabda-240"}],"importedBy":[{"uid":"e72eabda-379"}]},"e72eabda-450":{"id":"/node_modules/d3-geo/src/projection/equirectangular.js","moduleParts":{},"imported":[{"uid":"e72eabda-296"}],"importedBy":[{"uid":"e72eabda-379"},{"uid":"e72eabda-448"}]},"e72eabda-451":{"id":"/node_modules/d3-geo/src/projection/gnomonic.js","moduleParts":{},"imported":[{"uid":"e72eabda-240"},{"uid":"e72eabda-298"},{"uid":"e72eabda-296"}],"importedBy":[{"uid":"e72eabda-379"}]},"e72eabda-452":{"id":"/node_modules/d3-geo/src/projection/identity.js","moduleParts":{},"imported":[{"uid":"e72eabda-270"},{"uid":"e72eabda-274"},{"uid":"e72eabda-290"},{"uid":"e72eabda-292"},{"uid":"e72eabda-240"}],"importedBy":[{"uid":"e72eabda-379"}]},"e72eabda-453":{"id":"/node_modules/d3-geo/src/projection/naturalEarth1.js","moduleParts":{},"imported":[{"uid":"e72eabda-296"},{"uid":"e72eabda-240"}],"importedBy":[{"uid":"e72eabda-379"}]},"e72eabda-454":{"id":"/node_modules/d3-geo/src/projection/stereographic.js","moduleParts":{},"imported":[{"uid":"e72eabda-240"},{"uid":"e72eabda-298"},{"uid":"e72eabda-296"}],"importedBy":[{"uid":"e72eabda-379"}]},"e72eabda-455":{"id":"/node_modules/d3-geo/src/projection/transverseMercator.js","moduleParts":{},"imported":[{"uid":"e72eabda-240"},{"uid":"e72eabda-300"}],"importedBy":[{"uid":"e72eabda-379"}]},"e72eabda-456":{"id":"/node_modules/d3-interpolate/src/discrete.js","moduleParts":{},"imported":[],"importedBy":[{"uid":"e72eabda-380"}]},"e72eabda-457":{"id":"/node_modules/d3-interpolate/src/hue.js","moduleParts":{},"imported":[{"uid":"e72eabda-32"}],"importedBy":[{"uid":"e72eabda-380"}]},"e72eabda-458":{"id":"/node_modules/d3-interpolate/src/transform/index.js","moduleParts":{},"imported":[{"uid":"e72eabda-42"},{"uid":"e72eabda-484"}],"importedBy":[{"uid":"e72eabda-380"}]},"e72eabda-459":{"id":"/node_modules/d3-interpolate/src/zoom.js","moduleParts":{},"imported":[],"importedBy":[{"uid":"e72eabda-380"}]},"e72eabda-460":{"id":"/node_modules/d3-interpolate/src/hsl.js","moduleParts":{},"imported":[{"uid":"e72eabda-483"},{"uid":"e72eabda-32"}],"importedBy":[{"uid":"e72eabda-380"}]},"e72eabda-461":{"id":"/node_modules/d3-interpolate/src/lab.js","moduleParts":{},"imported":[{"uid":"e72eabda-483"},{"uid":"e72eabda-32"}],"importedBy":[{"uid":"e72eabda-380"}]},"e72eabda-462":{"id":"/node_modules/d3-interpolate/src/cubehelix.js","moduleParts":{},"imported":[{"uid":"e72eabda-483"},{"uid":"e72eabda-32"}],"importedBy":[{"uid":"e72eabda-380"}]},"e72eabda-463":{"id":"/node_modules/d3-scale/src/band.js","moduleParts":{},"imported":[{"uid":"e72eabda-377"},{"uid":"e72eabda-82"},{"uid":"e72eabda-84"}],"importedBy":[{"uid":"e72eabda-381"}]},"e72eabda-464":{"id":"/node_modules/d3-scale/src/identity.js","moduleParts":{},"imported":[{"uid":"e72eabda-124"},{"uid":"e72eabda-88"}],"importedBy":[{"uid":"e72eabda-381"}]},"e72eabda-465":{"id":"/node_modules/d3-scale/src/log.js","moduleParts":{},"imported":[{"uid":"e72eabda-377"},{"uid":"e72eabda-376"},{"uid":"e72eabda-485"},{"uid":"e72eabda-90"},{"uid":"e72eabda-82"}],"importedBy":[{"uid":"e72eabda-381"},{"uid":"e72eabda-472"},{"uid":"e72eabda-474"}]},"e72eabda-466":{"id":"/node_modules/d3-scale/src/symlog.js","moduleParts":{},"imported":[{"uid":"e72eabda-124"},{"uid":"e72eabda-90"},{"uid":"e72eabda-82"}],"importedBy":[{"uid":"e72eabda-381"},{"uid":"e72eabda-472"},{"uid":"e72eabda-474"}]},"e72eabda-467":{"id":"/node_modules/d3-scale/src/pow.js","moduleParts":{},"imported":[{"uid":"e72eabda-124"},{"uid":"e72eabda-90"},{"uid":"e72eabda-82"}],"importedBy":[{"uid":"e72eabda-381"},{"uid":"e72eabda-472"},{"uid":"e72eabda-474"}]},"e72eabda-468":{"id":"/node_modules/d3-scale/src/radial.js","moduleParts":{},"imported":[{"uid":"e72eabda-90"},{"uid":"e72eabda-82"},{"uid":"e72eabda-124"},{"uid":"e72eabda-88"}],"importedBy":[{"uid":"e72eabda-381"}]},"e72eabda-469":{"id":"/node_modules/d3-scale/src/threshold.js","moduleParts":{},"imported":[{"uid":"e72eabda-377"},{"uid":"e72eabda-82"}],"importedBy":[{"uid":"e72eabda-381"}]},"e72eabda-470":{"id":"/node_modules/d3-scale/src/time.js","moduleParts":{},"imported":[{"uid":"e72eabda-486"},{"uid":"e72eabda-487"},{"uid":"e72eabda-90"},{"uid":"e72eabda-82"},{"uid":"e72eabda-485"}],"importedBy":[{"uid":"e72eabda-381"},{"uid":"e72eabda-471"}]},"e72eabda-471":{"id":"/node_modules/d3-scale/src/utcTime.js","moduleParts":{},"imported":[{"uid":"e72eabda-486"},{"uid":"e72eabda-487"},{"uid":"e72eabda-470"},{"uid":"e72eabda-82"}],"importedBy":[{"uid":"e72eabda-381"}]},"e72eabda-472":{"id":"/node_modules/d3-scale/src/sequential.js","moduleParts":{},"imported":[{"uid":"e72eabda-380"},{"uid":"e72eabda-90"},{"uid":"e72eabda-82"},{"uid":"e72eabda-124"},{"uid":"e72eabda-465"},{"uid":"e72eabda-466"},{"uid":"e72eabda-467"}],"importedBy":[{"uid":"e72eabda-381"},{"uid":"e72eabda-474"}]},"e72eabda-473":{"id":"/node_modules/d3-scale/src/sequentialQuantile.js","moduleParts":{},"imported":[{"uid":"e72eabda-377"},{"uid":"e72eabda-90"},{"uid":"e72eabda-82"}],"importedBy":[{"uid":"e72eabda-381"}]},"e72eabda-474":{"id":"/node_modules/d3-scale/src/diverging.js","moduleParts":{},"imported":[{"uid":"e72eabda-380"},{"uid":"e72eabda-90"},{"uid":"e72eabda-82"},{"uid":"e72eabda-124"},{"uid":"e72eabda-465"},{"uid":"e72eabda-472"},{"uid":"e72eabda-466"},{"uid":"e72eabda-467"}],"importedBy":[{"uid":"e72eabda-381"}]},"e72eabda-475":{"id":"/node_modules/d3-array/src/identity.js","moduleParts":{},"imported":[],"importedBy":[{"uid":"e72eabda-387"},{"uid":"e72eabda-389"}]},"e72eabda-476":{"id":"/node_modules/d3-array/src/array.js","moduleParts":{},"imported":[],"importedBy":[{"uid":"e72eabda-389"}]},"e72eabda-477":{"id":"/node_modules/d3-array/src/constant.js","moduleParts":{},"imported":[],"importedBy":[{"uid":"e72eabda-389"}]},"e72eabda-478":{"id":"/node_modules/topojson-client/src/stitch.js","moduleParts":{},"imported":[],"importedBy":[{"uid":"e72eabda-429"},{"uid":"e72eabda-430"}]},"e72eabda-479":{"id":"/node_modules/topojson-client/src/bisect.js","moduleParts":{},"imported":[],"importedBy":[{"uid":"e72eabda-431"}]},"e72eabda-480":{"id":"/node_modules/d3-geo/src/constant.js","moduleParts":{},"imported":[],"importedBy":[{"uid":"e72eabda-252"}]},"e72eabda-481":{"id":"/node_modules/d3-geo/src/projection/conic.js","moduleParts":{},"imported":[{"uid":"e72eabda-240"},{"uid":"e72eabda-296"}],"importedBy":[{"uid":"e72eabda-446"},{"uid":"e72eabda-447"},{"uid":"e72eabda-448"}]},"e72eabda-482":{"id":"/node_modules/d3-geo/src/projection/cylindricalEqualArea.js","moduleParts":{},"imported":[{"uid":"e72eabda-240"}],"importedBy":[{"uid":"e72eabda-447"}]},"e72eabda-483":{"id":"/node_modules/d3-color/src/index.js","moduleParts":{},"imported":[{"uid":"e72eabda-20"},{"uid":"e72eabda-24"},{"uid":"e72eabda-489"}],"importedBy":[{"uid":"e72eabda-48"},{"uid":"e72eabda-34"},{"uid":"e72eabda-460"},{"uid":"e72eabda-461"},{"uid":"e72eabda-52"},{"uid":"e72eabda-462"}]},"e72eabda-484":{"id":"/node_modules/d3-interpolate/src/transform/parse.js","moduleParts":{},"imported":[{"uid":"e72eabda-490"}],"importedBy":[{"uid":"e72eabda-458"}]},"e72eabda-485":{"id":"/node_modules/d3-scale/src/nice.js","moduleParts":{},"imported":[],"importedBy":[{"uid":"e72eabda-465"},{"uid":"e72eabda-470"}]},"e72eabda-486":{"id":"/node_modules/d3-time/src/index.js","moduleParts":{},"imported":[{"uid":"e72eabda-491"},{"uid":"e72eabda-492"},{"uid":"e72eabda-493"},{"uid":"e72eabda-494"},{"uid":"e72eabda-495"},{"uid":"e72eabda-496"},{"uid":"e72eabda-497"},{"uid":"e72eabda-498"},{"uid":"e72eabda-499"},{"uid":"e72eabda-500"}],"importedBy":[{"uid":"e72eabda-470"},{"uid":"e72eabda-471"},{"uid":"e72eabda-502"}]},"e72eabda-487":{"id":"/node_modules/d3-time-format/src/index.js","moduleParts":{},"imported":[{"uid":"e72eabda-501"},{"uid":"e72eabda-502"},{"uid":"e72eabda-503"},{"uid":"e72eabda-504"}],"importedBy":[{"uid":"e72eabda-470"},{"uid":"e72eabda-471"}]},"e72eabda-488":{"id":"/node_modules/d3-shape/src/index.js","moduleParts":{},"imported":[{"uid":"e72eabda-505"},{"uid":"e72eabda-506"},{"uid":"e72eabda-507"},{"uid":"e72eabda-508"},{"uid":"e72eabda-509"},{"uid":"e72eabda-510"},{"uid":"e72eabda-511"},{"uid":"e72eabda-512"},{"uid":"e72eabda-513"},{"uid":"e72eabda-514"},{"uid":"e72eabda-515"},{"uid":"e72eabda-516"},{"uid":"e72eabda-517"},{"uid":"e72eabda-518"},{"uid":"e72eabda-519"},{"uid":"e72eabda-520"},{"uid":"e72eabda-521"},{"uid":"e72eabda-522"},{"uid":"e72eabda-523"},{"uid":"e72eabda-524"},{"uid":"e72eabda-525"},{"uid":"e72eabda-526"},{"uid":"e72eabda-527"},{"uid":"e72eabda-528"},{"uid":"e72eabda-529"},{"uid":"e72eabda-530"},{"uid":"e72eabda-531"},{"uid":"e72eabda-532"},{"uid":"e72eabda-533"},{"uid":"e72eabda-534"},{"uid":"e72eabda-535"},{"uid":"e72eabda-536"},{"uid":"e72eabda-537"},{"uid":"e72eabda-538"},{"uid":"e72eabda-539"},{"uid":"e72eabda-352"},{"uid":"e72eabda-540"},{"uid":"e72eabda-541"},{"uid":"e72eabda-542"},{"uid":"e72eabda-543"},{"uid":"e72eabda-544"},{"uid":"e72eabda-545"},{"uid":"e72eabda-546"},{"uid":"e72eabda-547"},{"uid":"e72eabda-548"},{"uid":"e72eabda-549"},{"uid":"e72eabda-550"},{"uid":"e72eabda-551"},{"uid":"e72eabda-552"},{"uid":"e72eabda-553"}],"importedBy":[{"uid":"e72eabda-358"}]},"e72eabda-489":{"id":"/node_modules/d3-color/src/cubehelix.js","moduleParts":{},"imported":[{"uid":"e72eabda-18"},{"uid":"e72eabda-20"},{"uid":"e72eabda-22"}],"importedBy":[{"uid":"e72eabda-483"}]},"e72eabda-490":{"id":"/node_modules/d3-interpolate/src/transform/decompose.js","moduleParts":{},"imported":[],"importedBy":[{"uid":"e72eabda-484"}]},"e72eabda-491":{"id":"/node_modules/d3-time/src/interval.js","moduleParts":{},"imported":[],"importedBy":[{"uid":"e72eabda-486"},{"uid":"e72eabda-492"},{"uid":"e72eabda-493"},{"uid":"e72eabda-494"},{"uid":"e72eabda-495"},{"uid":"e72eabda-496"},{"uid":"e72eabda-497"},{"uid":"e72eabda-498"},{"uid":"e72eabda-499"}]},"e72eabda-492":{"id":"/node_modules/d3-time/src/millisecond.js","moduleParts":{},"imported":[{"uid":"e72eabda-491"}],"importedBy":[{"uid":"e72eabda-486"},{"uid":"e72eabda-500"}]},"e72eabda-493":{"id":"/node_modules/d3-time/src/second.js","moduleParts":{},"imported":[{"uid":"e72eabda-491"},{"uid":"e72eabda-554"}],"importedBy":[{"uid":"e72eabda-486"},{"uid":"e72eabda-500"}]},"e72eabda-494":{"id":"/node_modules/d3-time/src/minute.js","moduleParts":{},"imported":[{"uid":"e72eabda-491"},{"uid":"e72eabda-554"}],"importedBy":[{"uid":"e72eabda-486"},{"uid":"e72eabda-500"}]},"e72eabda-495":{"id":"/node_modules/d3-time/src/hour.js","moduleParts":{},"imported":[{"uid":"e72eabda-491"},{"uid":"e72eabda-554"}],"importedBy":[{"uid":"e72eabda-486"},{"uid":"e72eabda-500"}]},"e72eabda-496":{"id":"/node_modules/d3-time/src/day.js","moduleParts":{},"imported":[{"uid":"e72eabda-491"},{"uid":"e72eabda-554"}],"importedBy":[{"uid":"e72eabda-486"},{"uid":"e72eabda-500"}]},"e72eabda-497":{"id":"/node_modules/d3-time/src/week.js","moduleParts":{},"imported":[{"uid":"e72eabda-491"},{"uid":"e72eabda-554"}],"importedBy":[{"uid":"e72eabda-486"},{"uid":"e72eabda-500"}]},"e72eabda-498":{"id":"/node_modules/d3-time/src/month.js","moduleParts":{},"imported":[{"uid":"e72eabda-491"}],"importedBy":[{"uid":"e72eabda-486"},{"uid":"e72eabda-500"}]},"e72eabda-499":{"id":"/node_modules/d3-time/src/year.js","moduleParts":{},"imported":[{"uid":"e72eabda-491"}],"importedBy":[{"uid":"e72eabda-486"},{"uid":"e72eabda-500"}]},"e72eabda-500":{"id":"/node_modules/d3-time/src/ticks.js","moduleParts":{},"imported":[{"uid":"e72eabda-377"},{"uid":"e72eabda-554"},{"uid":"e72eabda-492"},{"uid":"e72eabda-493"},{"uid":"e72eabda-494"},{"uid":"e72eabda-495"},{"uid":"e72eabda-496"},{"uid":"e72eabda-497"},{"uid":"e72eabda-498"},{"uid":"e72eabda-499"}],"importedBy":[{"uid":"e72eabda-486"}]},"e72eabda-501":{"id":"/node_modules/d3-time-format/src/defaultLocale.js","moduleParts":{},"imported":[{"uid":"e72eabda-502"}],"importedBy":[{"uid":"e72eabda-487"},{"uid":"e72eabda-503"},{"uid":"e72eabda-504"}]},"e72eabda-502":{"id":"/node_modules/d3-time-format/src/locale.js","moduleParts":{},"imported":[{"uid":"e72eabda-486"}],"importedBy":[{"uid":"e72eabda-487"},{"uid":"e72eabda-501"}]},"e72eabda-503":{"id":"/node_modules/d3-time-format/src/isoFormat.js","moduleParts":{},"imported":[{"uid":"e72eabda-501"}],"importedBy":[{"uid":"e72eabda-487"},{"uid":"e72eabda-504"}]},"e72eabda-504":{"id":"/node_modules/d3-time-format/src/isoParse.js","moduleParts":{},"imported":[{"uid":"e72eabda-503"},{"uid":"e72eabda-501"}],"importedBy":[{"uid":"e72eabda-487"}]},"e72eabda-505":{"id":"/node_modules/d3-shape/src/arc.js","moduleParts":{},"imported":[{"uid":"e72eabda-555"},{"uid":"e72eabda-556"},{"uid":"e72eabda-557"}],"importedBy":[{"uid":"e72eabda-488"}]},"e72eabda-506":{"id":"/node_modules/d3-shape/src/area.js","moduleParts":{},"imported":[{"uid":"e72eabda-558"},{"uid":"e72eabda-555"},{"uid":"e72eabda-539"},{"uid":"e72eabda-507"},{"uid":"e72eabda-557"},{"uid":"e72eabda-559"}],"importedBy":[{"uid":"e72eabda-488"},{"uid":"e72eabda-509"}]},"e72eabda-507":{"id":"/node_modules/d3-shape/src/line.js","moduleParts":{},"imported":[{"uid":"e72eabda-558"},{"uid":"e72eabda-555"},{"uid":"e72eabda-539"},{"uid":"e72eabda-557"},{"uid":"e72eabda-559"}],"importedBy":[{"uid":"e72eabda-488"},{"uid":"e72eabda-506"},{"uid":"e72eabda-510"}]},"e72eabda-508":{"id":"/node_modules/d3-shape/src/pie.js","moduleParts":{},"imported":[{"uid":"e72eabda-558"},{"uid":"e72eabda-555"},{"uid":"e72eabda-560"},{"uid":"e72eabda-561"},{"uid":"e72eabda-556"}],"importedBy":[{"uid":"e72eabda-488"}]},"e72eabda-509":{"id":"/node_modules/d3-shape/src/areaRadial.js","moduleParts":{},"imported":[{"uid":"e72eabda-562"},{"uid":"e72eabda-506"},{"uid":"e72eabda-510"}],"importedBy":[{"uid":"e72eabda-488"}]},"e72eabda-510":{"id":"/node_modules/d3-shape/src/lineRadial.js","moduleParts":{},"imported":[{"uid":"e72eabda-562"},{"uid":"e72eabda-507"}],"importedBy":[{"uid":"e72eabda-488"},{"uid":"e72eabda-509"}]},"e72eabda-511":{"id":"/node_modules/d3-shape/src/pointRadial.js","moduleParts":{},"imported":[],"importedBy":[{"uid":"e72eabda-488"},{"uid":"e72eabda-530"}]},"e72eabda-512":{"id":"/node_modules/d3-shape/src/link.js","moduleParts":{},"imported":[{"uid":"e72eabda-558"},{"uid":"e72eabda-555"},{"uid":"e72eabda-530"},{"uid":"e72eabda-557"},{"uid":"e72eabda-559"}],"importedBy":[{"uid":"e72eabda-488"}]},"e72eabda-513":{"id":"/node_modules/d3-shape/src/symbol.js","moduleParts":{},"imported":[{"uid":"e72eabda-555"},{"uid":"e72eabda-557"},{"uid":"e72eabda-514"},{"uid":"e72eabda-515"},{"uid":"e72eabda-516"},{"uid":"e72eabda-517"},{"uid":"e72eabda-518"},{"uid":"e72eabda-519"},{"uid":"e72eabda-520"},{"uid":"e72eabda-521"},{"uid":"e72eabda-522"},{"uid":"e72eabda-523"},{"uid":"e72eabda-524"},{"uid":"e72eabda-525"},{"uid":"e72eabda-526"}],"importedBy":[{"uid":"e72eabda-488"}]},"e72eabda-514":{"id":"/node_modules/d3-shape/src/symbol/asterisk.js","moduleParts":{},"imported":[{"uid":"e72eabda-556"}],"importedBy":[{"uid":"e72eabda-488"},{"uid":"e72eabda-513"}]},"e72eabda-515":{"id":"/node_modules/d3-shape/src/symbol/circle.js","moduleParts":{},"imported":[{"uid":"e72eabda-556"}],"importedBy":[{"uid":"e72eabda-488"},{"uid":"e72eabda-513"}]},"e72eabda-516":{"id":"/node_modules/d3-shape/src/symbol/cross.js","moduleParts":{},"imported":[{"uid":"e72eabda-556"}],"importedBy":[{"uid":"e72eabda-488"},{"uid":"e72eabda-513"}]},"e72eabda-517":{"id":"/node_modules/d3-shape/src/symbol/diamond.js","moduleParts":{},"imported":[{"uid":"e72eabda-556"}],"importedBy":[{"uid":"e72eabda-488"},{"uid":"e72eabda-513"}]},"e72eabda-518":{"id":"/node_modules/d3-shape/src/symbol/diamond2.js","moduleParts":{},"imported":[{"uid":"e72eabda-556"}],"importedBy":[{"uid":"e72eabda-488"},{"uid":"e72eabda-513"}]},"e72eabda-519":{"id":"/node_modules/d3-shape/src/symbol/plus.js","moduleParts":{},"imported":[{"uid":"e72eabda-556"}],"importedBy":[{"uid":"e72eabda-488"},{"uid":"e72eabda-513"}]},"e72eabda-520":{"id":"/node_modules/d3-shape/src/symbol/square.js","moduleParts":{},"imported":[{"uid":"e72eabda-556"}],"importedBy":[{"uid":"e72eabda-488"},{"uid":"e72eabda-513"}]},"e72eabda-521":{"id":"/node_modules/d3-shape/src/symbol/square2.js","moduleParts":{},"imported":[{"uid":"e72eabda-556"}],"importedBy":[{"uid":"e72eabda-488"},{"uid":"e72eabda-513"}]},"e72eabda-522":{"id":"/node_modules/d3-shape/src/symbol/star.js","moduleParts":{},"imported":[{"uid":"e72eabda-556"}],"importedBy":[{"uid":"e72eabda-488"},{"uid":"e72eabda-513"}]},"e72eabda-523":{"id":"/node_modules/d3-shape/src/symbol/triangle.js","moduleParts":{},"imported":[{"uid":"e72eabda-556"}],"importedBy":[{"uid":"e72eabda-488"},{"uid":"e72eabda-513"}]},"e72eabda-524":{"id":"/node_modules/d3-shape/src/symbol/triangle2.js","moduleParts":{},"imported":[{"uid":"e72eabda-556"}],"importedBy":[{"uid":"e72eabda-488"},{"uid":"e72eabda-513"}]},"e72eabda-525":{"id":"/node_modules/d3-shape/src/symbol/wye.js","moduleParts":{},"imported":[{"uid":"e72eabda-556"}],"importedBy":[{"uid":"e72eabda-488"},{"uid":"e72eabda-513"}]},"e72eabda-526":{"id":"/node_modules/d3-shape/src/symbol/times.js","moduleParts":{},"imported":[{"uid":"e72eabda-556"}],"importedBy":[{"uid":"e72eabda-488"},{"uid":"e72eabda-513"}]},"e72eabda-527":{"id":"/node_modules/d3-shape/src/curve/basisClosed.js","moduleParts":{},"imported":[{"uid":"e72eabda-563"},{"uid":"e72eabda-529"}],"importedBy":[{"uid":"e72eabda-488"}]},"e72eabda-528":{"id":"/node_modules/d3-shape/src/curve/basisOpen.js","moduleParts":{},"imported":[{"uid":"e72eabda-529"}],"importedBy":[{"uid":"e72eabda-488"}]},"e72eabda-529":{"id":"/node_modules/d3-shape/src/curve/basis.js","moduleParts":{},"imported":[],"importedBy":[{"uid":"e72eabda-488"},{"uid":"e72eabda-527"},{"uid":"e72eabda-528"},{"uid":"e72eabda-531"}]},"e72eabda-530":{"id":"/node_modules/d3-shape/src/curve/bump.js","moduleParts":{},"imported":[{"uid":"e72eabda-511"}],"importedBy":[{"uid":"e72eabda-488"},{"uid":"e72eabda-512"}]},"e72eabda-531":{"id":"/node_modules/d3-shape/src/curve/bundle.js","moduleParts":{},"imported":[{"uid":"e72eabda-529"}],"importedBy":[{"uid":"e72eabda-488"}]},"e72eabda-532":{"id":"/node_modules/d3-shape/src/curve/cardinalClosed.js","moduleParts":{},"imported":[{"uid":"e72eabda-563"},{"uid":"e72eabda-534"}],"importedBy":[{"uid":"e72eabda-488"},{"uid":"e72eabda-535"}]},"e72eabda-533":{"id":"/node_modules/d3-shape/src/curve/cardinalOpen.js","moduleParts":{},"imported":[{"uid":"e72eabda-534"}],"importedBy":[{"uid":"e72eabda-488"},{"uid":"e72eabda-536"}]},"e72eabda-534":{"id":"/node_modules/d3-shape/src/curve/cardinal.js","moduleParts":{},"imported":[],"importedBy":[{"uid":"e72eabda-488"},{"uid":"e72eabda-532"},{"uid":"e72eabda-533"},{"uid":"e72eabda-537"}]},"e72eabda-535":{"id":"/node_modules/d3-shape/src/curve/catmullRomClosed.js","moduleParts":{},"imported":[{"uid":"e72eabda-532"},{"uid":"e72eabda-563"},{"uid":"e72eabda-537"}],"importedBy":[{"uid":"e72eabda-488"}]},"e72eabda-536":{"id":"/node_modules/d3-shape/src/curve/catmullRomOpen.js","moduleParts":{},"imported":[{"uid":"e72eabda-533"},{"uid":"e72eabda-537"}],"importedBy":[{"uid":"e72eabda-488"}]},"e72eabda-537":{"id":"/node_modules/d3-shape/src/curve/catmullRom.js","moduleParts":{},"imported":[{"uid":"e72eabda-556"},{"uid":"e72eabda-534"}],"importedBy":[{"uid":"e72eabda-488"},{"uid":"e72eabda-535"},{"uid":"e72eabda-536"}]},"e72eabda-538":{"id":"/node_modules/d3-shape/src/curve/linearClosed.js","moduleParts":{},"imported":[{"uid":"e72eabda-563"}],"importedBy":[{"uid":"e72eabda-488"}]},"e72eabda-539":{"id":"/node_modules/d3-shape/src/curve/linear.js","moduleParts":{},"imported":[],"importedBy":[{"uid":"e72eabda-488"},{"uid":"e72eabda-506"},{"uid":"e72eabda-507"},{"uid":"e72eabda-562"}]},"e72eabda-540":{"id":"/node_modules/d3-shape/src/curve/natural.js","moduleParts":{},"imported":[],"importedBy":[{"uid":"e72eabda-488"}]},"e72eabda-541":{"id":"/node_modules/d3-shape/src/curve/step.js","moduleParts":{},"imported":[],"importedBy":[{"uid":"e72eabda-488"}]},"e72eabda-542":{"id":"/node_modules/d3-shape/src/stack.js","moduleParts":{},"imported":[{"uid":"e72eabda-558"},{"uid":"e72eabda-555"},{"uid":"e72eabda-545"},{"uid":"e72eabda-552"}],"importedBy":[{"uid":"e72eabda-488"}]},"e72eabda-543":{"id":"/node_modules/d3-shape/src/offset/expand.js","moduleParts":{},"imported":[{"uid":"e72eabda-545"}],"importedBy":[{"uid":"e72eabda-488"}]},"e72eabda-544":{"id":"/node_modules/d3-shape/src/offset/diverging.js","moduleParts":{},"imported":[],"importedBy":[{"uid":"e72eabda-488"}]},"e72eabda-545":{"id":"/node_modules/d3-shape/src/offset/none.js","moduleParts":{},"imported":[],"importedBy":[{"uid":"e72eabda-488"},{"uid":"e72eabda-542"},{"uid":"e72eabda-543"},{"uid":"e72eabda-546"},{"uid":"e72eabda-547"}]},"e72eabda-546":{"id":"/node_modules/d3-shape/src/offset/silhouette.js","moduleParts":{},"imported":[{"uid":"e72eabda-545"}],"importedBy":[{"uid":"e72eabda-488"}]},"e72eabda-547":{"id":"/node_modules/d3-shape/src/offset/wiggle.js","moduleParts":{},"imported":[{"uid":"e72eabda-545"}],"importedBy":[{"uid":"e72eabda-488"}]},"e72eabda-548":{"id":"/node_modules/d3-shape/src/order/appearance.js","moduleParts":{},"imported":[{"uid":"e72eabda-552"}],"importedBy":[{"uid":"e72eabda-488"},{"uid":"e72eabda-551"}]},"e72eabda-549":{"id":"/node_modules/d3-shape/src/order/ascending.js","moduleParts":{},"imported":[{"uid":"e72eabda-552"}],"importedBy":[{"uid":"e72eabda-488"},{"uid":"e72eabda-550"},{"uid":"e72eabda-551"}]},"e72eabda-550":{"id":"/node_modules/d3-shape/src/order/descending.js","moduleParts":{},"imported":[{"uid":"e72eabda-549"}],"importedBy":[{"uid":"e72eabda-488"}]},"e72eabda-551":{"id":"/node_modules/d3-shape/src/order/insideOut.js","moduleParts":{},"imported":[{"uid":"e72eabda-548"},{"uid":"e72eabda-549"}],"importedBy":[{"uid":"e72eabda-488"}]},"e72eabda-552":{"id":"/node_modules/d3-shape/src/order/none.js","moduleParts":{},"imported":[],"importedBy":[{"uid":"e72eabda-488"},{"uid":"e72eabda-542"},{"uid":"e72eabda-548"},{"uid":"e72eabda-549"},{"uid":"e72eabda-553"}]},"e72eabda-553":{"id":"/node_modules/d3-shape/src/order/reverse.js","moduleParts":{},"imported":[{"uid":"e72eabda-552"}],"importedBy":[{"uid":"e72eabda-488"}]},"e72eabda-554":{"id":"/node_modules/d3-time/src/duration.js","moduleParts":{},"imported":[],"importedBy":[{"uid":"e72eabda-493"},{"uid":"e72eabda-494"},{"uid":"e72eabda-495"},{"uid":"e72eabda-496"},{"uid":"e72eabda-497"},{"uid":"e72eabda-500"}]},"e72eabda-555":{"id":"/node_modules/d3-shape/src/constant.js","moduleParts":{},"imported":[],"importedBy":[{"uid":"e72eabda-505"},{"uid":"e72eabda-506"},{"uid":"e72eabda-507"},{"uid":"e72eabda-508"},{"uid":"e72eabda-512"},{"uid":"e72eabda-513"},{"uid":"e72eabda-542"}]},"e72eabda-556":{"id":"/node_modules/d3-shape/src/math.js","moduleParts":{},"imported":[],"importedBy":[{"uid":"e72eabda-505"},{"uid":"e72eabda-508"},{"uid":"e72eabda-514"},{"uid":"e72eabda-515"},{"uid":"e72eabda-516"},{"uid":"e72eabda-517"},{"uid":"e72eabda-518"},{"uid":"e72eabda-519"},{"uid":"e72eabda-520"},{"uid":"e72eabda-521"},{"uid":"e72eabda-522"},{"uid":"e72eabda-523"},{"uid":"e72eabda-524"},{"uid":"e72eabda-525"},{"uid":"e72eabda-526"},{"uid":"e72eabda-537"}]},"e72eabda-557":{"id":"/node_modules/d3-shape/src/path.js","moduleParts":{},"imported":[{"uid":"e72eabda-564"}],"importedBy":[{"uid":"e72eabda-505"},{"uid":"e72eabda-506"},{"uid":"e72eabda-507"},{"uid":"e72eabda-512"},{"uid":"e72eabda-513"}]},"e72eabda-558":{"id":"/node_modules/d3-shape/src/array.js","moduleParts":{},"imported":[],"importedBy":[{"uid":"e72eabda-506"},{"uid":"e72eabda-507"},{"uid":"e72eabda-508"},{"uid":"e72eabda-512"},{"uid":"e72eabda-542"}]},"e72eabda-559":{"id":"/node_modules/d3-shape/src/point.js","moduleParts":{},"imported":[],"importedBy":[{"uid":"e72eabda-506"},{"uid":"e72eabda-507"},{"uid":"e72eabda-512"}]},"e72eabda-560":{"id":"/node_modules/d3-shape/src/descending.js","moduleParts":{},"imported":[],"importedBy":[{"uid":"e72eabda-508"}]},"e72eabda-561":{"id":"/node_modules/d3-shape/src/identity.js","moduleParts":{},"imported":[],"importedBy":[{"uid":"e72eabda-508"}]},"e72eabda-562":{"id":"/node_modules/d3-shape/src/curve/radial.js","moduleParts":{},"imported":[{"uid":"e72eabda-539"}],"importedBy":[{"uid":"e72eabda-509"},{"uid":"e72eabda-510"}]},"e72eabda-563":{"id":"/node_modules/d3-shape/src/noop.js","moduleParts":{},"imported":[],"importedBy":[{"uid":"e72eabda-527"},{"uid":"e72eabda-532"},{"uid":"e72eabda-535"},{"uid":"e72eabda-538"}]},"e72eabda-564":{"id":"/node_modules/d3-path/src/index.js","moduleParts":{},"imported":[{"uid":"e72eabda-565"}],"importedBy":[{"uid":"e72eabda-557"}]},"e72eabda-565":{"id":"/node_modules/d3-path/src/path.js","moduleParts":{},"imported":[],"importedBy":[{"uid":"e72eabda-564"}]}},"env":{"rollup":"4.23.0"},"options":{"gzip":false,"brotli":true,"sourcemap":false}};
|
|
4933
|
+
const data = {"version":2,"tree":{"name":"root","children":[{"name":"mapcreator-sdk.umd.cjs","children":[{"name":"\u0000rolldown/runtime.js","uid":"5bfca6b7-1"},{"name":"node_modules","children":[{"name":"@mapcreator/maplibre-gl/dist","children":[{"uid":"5bfca6b7-3","name":"maplibre-gl.css"},{"uid":"5bfca6b7-9","name":"maplibre-gl.js"}]},{"name":"d3-color/src","children":[{"uid":"5bfca6b7-19","name":"define.js"},{"uid":"5bfca6b7-21","name":"color.js"},{"uid":"5bfca6b7-23","name":"math.js"},{"uid":"5bfca6b7-25","name":"lab.js"}]},{"name":"d3-interpolate/src","children":[{"uid":"5bfca6b7-27","name":"basis.js"},{"uid":"5bfca6b7-29","name":"basisClosed.js"},{"uid":"5bfca6b7-31","name":"constant.js"},{"uid":"5bfca6b7-33","name":"color.js"},{"uid":"5bfca6b7-35","name":"rgb.js"},{"uid":"5bfca6b7-37","name":"numberArray.js"},{"uid":"5bfca6b7-39","name":"array.js"},{"uid":"5bfca6b7-41","name":"date.js"},{"uid":"5bfca6b7-43","name":"number.js"},{"uid":"5bfca6b7-45","name":"object.js"},{"uid":"5bfca6b7-47","name":"string.js"},{"uid":"5bfca6b7-49","name":"value.js"},{"uid":"5bfca6b7-51","name":"round.js"},{"uid":"5bfca6b7-53","name":"hcl.js"},{"uid":"5bfca6b7-55","name":"piecewise.js"},{"uid":"5bfca6b7-57","name":"quantize.js"}]},{"name":"d3-array/src","children":[{"uid":"5bfca6b7-59","name":"ascending.js"},{"uid":"5bfca6b7-61","name":"descending.js"},{"uid":"5bfca6b7-63","name":"bisector.js"},{"uid":"5bfca6b7-65","name":"number.js"},{"uid":"5bfca6b7-67","name":"bisect.js"},{"uid":"5bfca6b7-69","name":"extent.js"},{"uid":"5bfca6b7-71","name":"fsum.js"},{"uid":"5bfca6b7-75","name":"ticks.js"},{"uid":"5bfca6b7-77","name":"quantile.js"},{"uid":"5bfca6b7-79","name":"merge.js"},{"uid":"5bfca6b7-81","name":"range.js"}]},{"name":"internmap/src/index.js","uid":"5bfca6b7-73"},{"name":"d3-scale/src","children":[{"uid":"5bfca6b7-83","name":"init.js"},{"uid":"5bfca6b7-85","name":"ordinal.js"},{"uid":"5bfca6b7-87","name":"constant.js"},{"uid":"5bfca6b7-89","name":"number.js"},{"uid":"5bfca6b7-91","name":"continuous.js"},{"uid":"5bfca6b7-123","name":"tickFormat.js"},{"uid":"5bfca6b7-125","name":"linear.js"},{"uid":"5bfca6b7-127","name":"quantile.js"},{"uid":"5bfca6b7-129","name":"quantize.js"}]},{"name":"d3-format/src","children":[{"uid":"5bfca6b7-93","name":"formatDecimal.js"},{"uid":"5bfca6b7-95","name":"exponent.js"},{"uid":"5bfca6b7-97","name":"formatGroup.js"},{"uid":"5bfca6b7-99","name":"formatNumerals.js"},{"uid":"5bfca6b7-101","name":"formatSpecifier.js"},{"uid":"5bfca6b7-103","name":"formatTrim.js"},{"uid":"5bfca6b7-105","name":"formatPrefixAuto.js"},{"uid":"5bfca6b7-107","name":"formatRounded.js"},{"uid":"5bfca6b7-109","name":"formatTypes.js"},{"uid":"5bfca6b7-111","name":"identity.js"},{"uid":"5bfca6b7-113","name":"locale.js"},{"uid":"5bfca6b7-115","name":"defaultLocale.js"},{"uid":"5bfca6b7-117","name":"precisionFixed.js"},{"uid":"5bfca6b7-119","name":"precisionPrefix.js"},{"uid":"5bfca6b7-121","name":"precisionRound.js"}]},{"name":"@turf","children":[{"name":"helpers/dist/esm/index.js","uid":"5bfca6b7-131"},{"name":"meta/dist/esm/index.js","uid":"5bfca6b7-133"},{"name":"polygon-smooth/dist/esm/index.js","uid":"5bfca6b7-135"},{"name":"invariant/dist/esm/index.js","uid":"5bfca6b7-137"},{"name":"bbox-clip/dist/esm/index.js","uid":"5bfca6b7-139"},{"name":"area/dist/esm/index.js","uid":"5bfca6b7-223"},{"name":"intersect/dist/esm/index.js","uid":"5bfca6b7-239"}]},{"name":"path-data-polyfill/path-data-polyfill.js","uid":"5bfca6b7-149"},{"name":"topojson-client/src","children":[{"uid":"5bfca6b7-225","name":"identity.js"},{"uid":"5bfca6b7-227","name":"transform.js"},{"uid":"5bfca6b7-229","name":"reverse.js"},{"uid":"5bfca6b7-231","name":"feature.js"}]},{"name":"bignumber.js/bignumber.mjs","uid":"5bfca6b7-233"},{"name":"splaytree-ts/dist/esm/index.js","uid":"5bfca6b7-235"},{"name":"polyclip-ts/dist/esm/index.js","uid":"5bfca6b7-237"},{"name":"d3-geo/src","children":[{"uid":"5bfca6b7-241","name":"math.js"},{"uid":"5bfca6b7-243","name":"noop.js"},{"uid":"5bfca6b7-245","name":"stream.js"},{"uid":"5bfca6b7-247","name":"cartesian.js"},{"uid":"5bfca6b7-249","name":"compose.js"},{"uid":"5bfca6b7-251","name":"rotation.js"},{"uid":"5bfca6b7-253","name":"circle.js"},{"name":"clip","children":[{"uid":"5bfca6b7-255","name":"buffer.js"},{"uid":"5bfca6b7-259","name":"rejoin.js"},{"uid":"5bfca6b7-263","name":"index.js"},{"uid":"5bfca6b7-265","name":"antimeridian.js"},{"uid":"5bfca6b7-267","name":"circle.js"},{"uid":"5bfca6b7-269","name":"line.js"},{"uid":"5bfca6b7-271","name":"rectangle.js"}]},{"uid":"5bfca6b7-257","name":"pointEqual.js"},{"uid":"5bfca6b7-261","name":"polygonContains.js"},{"uid":"5bfca6b7-273","name":"graticule.js"},{"uid":"5bfca6b7-275","name":"identity.js"},{"name":"path","children":[{"uid":"5bfca6b7-277","name":"area.js"},{"uid":"5bfca6b7-279","name":"bounds.js"},{"uid":"5bfca6b7-281","name":"centroid.js"},{"uid":"5bfca6b7-283","name":"context.js"},{"uid":"5bfca6b7-285","name":"measure.js"},{"uid":"5bfca6b7-287","name":"string.js"},{"uid":"5bfca6b7-289","name":"index.js"}]},{"uid":"5bfca6b7-291","name":"transform.js"},{"name":"projection","children":[{"uid":"5bfca6b7-293","name":"fit.js"},{"uid":"5bfca6b7-295","name":"resample.js"},{"uid":"5bfca6b7-297","name":"index.js"},{"uid":"5bfca6b7-299","name":"azimuthal.js"},{"uid":"5bfca6b7-301","name":"mercator.js"},{"uid":"5bfca6b7-303","name":"orthographic.js"}]}]},{"name":"d3-shape/src/curve/monotone.js","uid":"5bfca6b7-353"},{"name":"bezier-easing/src/index.js","uid":"5bfca6b7-355"},{"name":"newton-raphson-method/index.js","uid":"5bfca6b7-357"},{"name":"just-debounce-it/index.mjs","uid":"5bfca6b7-365"}]},{"name":"src","children":[{"uid":"5bfca6b7-5","name":"style.css"},{"uid":"5bfca6b7-7","name":"polyfills.ts"},{"name":"constants/index.ts","uid":"5bfca6b7-11"},{"name":"utils","children":[{"uid":"5bfca6b7-13","name":"language.ts"},{"uid":"5bfca6b7-15","name":"helpers.ts"},{"uid":"5bfca6b7-141","name":"models.ts"},{"uid":"5bfca6b7-143","name":"choropleth.ts"},{"uid":"5bfca6b7-145","name":"fonts.ts"},{"uid":"5bfca6b7-147","name":"bbox.ts"},{"uid":"5bfca6b7-151","name":"svgHelpers.ts"},{"uid":"5bfca6b7-179","name":"geolocation.ts"},{"uid":"5bfca6b7-185","name":"fullscreen.ts"},{"uid":"5bfca6b7-213","name":"graphhopper.ts"},{"uid":"5bfca6b7-217","name":"browser.ts"},{"uid":"5bfca6b7-307","name":"scalebar.ts"},{"uid":"5bfca6b7-315","name":"mapstyle.ts"},{"uid":"5bfca6b7-323","name":"overlays.ts"},{"uid":"5bfca6b7-333","name":"youtube.ts"},{"uid":"5bfca6b7-335","name":"template.ts"},{"uid":"5bfca6b7-343","name":"lineSlicer.ts"},{"name":"video","children":[{"uid":"5bfca6b7-351","name":"index.ts"},{"uid":"5bfca6b7-359","name":"monotonicCurve.ts"},{"uid":"5bfca6b7-361","name":"easings.ts"},{"uid":"5bfca6b7-363","name":"cameraCurve.ts"},{"uid":"5bfca6b7-367","name":"animations.ts"}]}]},{"name":"adornments","children":[{"uid":"5bfca6b7-17","name":"customAdornment.ts"},{"uid":"5bfca6b7-153","name":"categoricalLegend.ts"},{"uid":"5bfca6b7-155","name":"connectedLegend.ts"},{"uid":"5bfca6b7-157","name":"manualLegend.ts"},{"uid":"5bfca6b7-159","name":"northArrow.ts"},{"uid":"5bfca6b7-221","name":"copyright.ts"},{"uid":"5bfca6b7-305","name":"insetMap.ts"},{"uid":"5bfca6b7-309","name":"scalebar.ts"},{"uid":"5bfca6b7-311","name":"heading.ts"}]},{"name":"images","children":[{"uid":"5bfca6b7-161","name":"adornments.svg?raw"},{"uid":"5bfca6b7-167","name":"plus.svg?raw"},{"uid":"5bfca6b7-169","name":"minus.svg?raw"},{"uid":"5bfca6b7-173","name":"geolocation.svg?raw"},{"uid":"5bfca6b7-175","name":"locating.svg?raw"},{"uid":"5bfca6b7-177","name":"location-dot.svg?raw"},{"uid":"5bfca6b7-183","name":"full-screen.svg?raw"},{"uid":"5bfca6b7-189","name":"refresh.svg?raw"},{"uid":"5bfca6b7-193","name":"search.svg?raw"},{"uid":"5bfca6b7-195","name":"close.svg?raw"},{"uid":"5bfca6b7-325","name":"popup-previous.svg?raw"},{"uid":"5bfca6b7-327","name":"popup-close.svg?raw"},{"uid":"5bfca6b7-329","name":"popup-next.svg?raw"},{"uid":"5bfca6b7-331","name":"alert-triangle.svg?raw"}]},{"name":"controls","children":[{"uid":"5bfca6b7-163","name":"controls.ts"},{"uid":"5bfca6b7-165","name":"toggleAdornmentsControl.ts"},{"uid":"5bfca6b7-171","name":"zoomControls.ts"},{"uid":"5bfca6b7-181","name":"geolocationControls.ts"},{"uid":"5bfca6b7-187","name":"fullscreenControls.ts"},{"uid":"5bfca6b7-191","name":"refreshMapControls.ts"},{"uid":"5bfca6b7-215","name":"geocoderControl.ts"},{"uid":"5bfca6b7-219","name":"webControls.ts"}]},{"name":"locales","children":[{"name":"da_DK/strings.json","uid":"5bfca6b7-197"},{"name":"de_DE/strings.json","uid":"5bfca6b7-199"},{"name":"en_GB/strings.json","uid":"5bfca6b7-201"},{"name":"es_ES/strings.json","uid":"5bfca6b7-203"},{"name":"fr_FR/strings.json","uid":"5bfca6b7-205"},{"name":"it_IT/strings.json","uid":"5bfca6b7-207"},{"name":"nl_NL/strings.json","uid":"5bfca6b7-209"}]},{"uid":"5bfca6b7-211","name":"i18n.ts"},{"uid":"5bfca6b7-313","name":"renderAdornments.ts"},{"name":"models","children":[{"uid":"5bfca6b7-317","name":"polygon.ts"},{"uid":"5bfca6b7-319","name":"circle.ts"},{"uid":"5bfca6b7-321","name":"marker.ts"},{"uid":"5bfca6b7-345","name":"line.ts"},{"uid":"5bfca6b7-347","name":"area.ts"},{"uid":"5bfca6b7-349","name":"dot.ts"}]},{"uid":"5bfca6b7-337","name":"Registry.ts"},{"uid":"5bfca6b7-339","name":"HighlightManager.ts"},{"uid":"5bfca6b7-341","name":"PopupManager.ts"},{"uid":"5bfca6b7-369","name":"Video.ts"},{"uid":"5bfca6b7-371","name":"MCMap.ts"},{"uid":"5bfca6b7-373","name":"initMap.ts"},{"uid":"5bfca6b7-375","name":"index.ts"}]}]}],"isRoot":true},"nodeParts":{"5bfca6b7-1":{"renderedLength":1136,"gzipLength":0,"brotliLength":487,"metaUid":"5bfca6b7-0"},"5bfca6b7-3":{"renderedLength":0,"gzipLength":0,"brotliLength":0,"metaUid":"5bfca6b7-2"},"5bfca6b7-5":{"renderedLength":0,"gzipLength":0,"brotliLength":0,"metaUid":"5bfca6b7-4"},"5bfca6b7-7":{"renderedLength":1458,"gzipLength":0,"brotliLength":535,"metaUid":"5bfca6b7-6"},"5bfca6b7-9":{"renderedLength":1282642,"gzipLength":0,"brotliLength":222883,"metaUid":"5bfca6b7-8"},"5bfca6b7-11":{"renderedLength":2492,"gzipLength":0,"brotliLength":630,"metaUid":"5bfca6b7-10"},"5bfca6b7-13":{"renderedLength":4783,"gzipLength":0,"brotliLength":999,"metaUid":"5bfca6b7-12"},"5bfca6b7-15":{"renderedLength":5350,"gzipLength":0,"brotliLength":1779,"metaUid":"5bfca6b7-14"},"5bfca6b7-17":{"renderedLength":1198,"gzipLength":0,"brotliLength":431,"metaUid":"5bfca6b7-16"},"5bfca6b7-19":{"renderedLength":395,"gzipLength":0,"brotliLength":171,"metaUid":"5bfca6b7-18"},"5bfca6b7-21":{"renderedLength":10260,"gzipLength":0,"brotliLength":2968,"metaUid":"5bfca6b7-20"},"5bfca6b7-23":{"renderedLength":121,"gzipLength":0,"brotliLength":97,"metaUid":"5bfca6b7-22"},"5bfca6b7-25":{"renderedLength":3110,"gzipLength":0,"brotliLength":1038,"metaUid":"5bfca6b7-24"},"5bfca6b7-27":{"renderedLength":605,"gzipLength":0,"brotliLength":284,"metaUid":"5bfca6b7-26"},"5bfca6b7-29":{"renderedLength":371,"gzipLength":0,"brotliLength":204,"metaUid":"5bfca6b7-28"},"5bfca6b7-31":{"renderedLength":109,"gzipLength":0,"brotliLength":94,"metaUid":"5bfca6b7-30"},"5bfca6b7-33":{"renderedLength":735,"gzipLength":0,"brotliLength":287,"metaUid":"5bfca6b7-32"},"5bfca6b7-35":{"renderedLength":1100,"gzipLength":0,"brotliLength":396,"metaUid":"5bfca6b7-34"},"5bfca6b7-37":{"renderedLength":389,"gzipLength":0,"brotliLength":229,"metaUid":"5bfca6b7-36"},"5bfca6b7-39":{"renderedLength":386,"gzipLength":0,"brotliLength":218,"metaUid":"5bfca6b7-38"},"5bfca6b7-41":{"renderedLength":224,"gzipLength":0,"brotliLength":156,"metaUid":"5bfca6b7-40"},"5bfca6b7-43":{"renderedLength":176,"gzipLength":0,"brotliLength":124,"metaUid":"5bfca6b7-42"},"5bfca6b7-45":{"renderedLength":382,"gzipLength":0,"brotliLength":190,"metaUid":"5bfca6b7-44"},"5bfca6b7-47":{"renderedLength":1071,"gzipLength":0,"brotliLength":477,"metaUid":"5bfca6b7-46"},"5bfca6b7-49":{"renderedLength":562,"gzipLength":0,"brotliLength":254,"metaUid":"5bfca6b7-48"},"5bfca6b7-51":{"renderedLength":186,"gzipLength":0,"brotliLength":145,"metaUid":"5bfca6b7-50"},"5bfca6b7-53":{"renderedLength":495,"gzipLength":0,"brotliLength":222,"metaUid":"5bfca6b7-52"},"5bfca6b7-55":{"renderedLength":439,"gzipLength":0,"brotliLength":223,"metaUid":"5bfca6b7-54"},"5bfca6b7-57":{"renderedLength":234,"gzipLength":0,"brotliLength":141,"metaUid":"5bfca6b7-56"},"5bfca6b7-59":{"renderedLength":176,"gzipLength":0,"brotliLength":118,"metaUid":"5bfca6b7-58"},"5bfca6b7-61":{"renderedLength":178,"gzipLength":0,"brotliLength":119,"metaUid":"5bfca6b7-60"},"5bfca6b7-63":{"renderedLength":1116,"gzipLength":0,"brotliLength":382,"metaUid":"5bfca6b7-62"},"5bfca6b7-65":{"renderedLength":118,"gzipLength":0,"brotliLength":100,"metaUid":"5bfca6b7-64"},"5bfca6b7-67":{"renderedLength":232,"gzipLength":0,"brotliLength":130,"metaUid":"5bfca6b7-66"},"5bfca6b7-69":{"renderedLength":637,"gzipLength":0,"brotliLength":224,"metaUid":"5bfca6b7-68"},"5bfca6b7-71":{"renderedLength":849,"gzipLength":0,"brotliLength":390,"metaUid":"5bfca6b7-70"},"5bfca6b7-73":{"renderedLength":1214,"gzipLength":0,"brotliLength":383,"metaUid":"5bfca6b7-72"},"5bfca6b7-75":{"renderedLength":1943,"gzipLength":0,"brotliLength":568,"metaUid":"5bfca6b7-74"},"5bfca6b7-77":{"renderedLength":469,"gzipLength":0,"brotliLength":234,"metaUid":"5bfca6b7-76"},"5bfca6b7-79":{"renderedLength":203,"gzipLength":0,"brotliLength":131,"metaUid":"5bfca6b7-78"},"5bfca6b7-81":{"renderedLength":370,"gzipLength":0,"brotliLength":194,"metaUid":"5bfca6b7-80"},"5bfca6b7-83":{"renderedLength":271,"gzipLength":0,"brotliLength":141,"metaUid":"5bfca6b7-82"},"5bfca6b7-85":{"renderedLength":1004,"gzipLength":0,"brotliLength":366,"metaUid":"5bfca6b7-84"},"5bfca6b7-87":{"renderedLength":129,"gzipLength":0,"brotliLength":96,"metaUid":"5bfca6b7-86"},"5bfca6b7-89":{"renderedLength":97,"gzipLength":0,"brotliLength":83,"metaUid":"5bfca6b7-88"},"5bfca6b7-91":{"renderedLength":2912,"gzipLength":0,"brotliLength":863,"metaUid":"5bfca6b7-90"},"5bfca6b7-93":{"renderedLength":509,"gzipLength":0,"brotliLength":269,"metaUid":"5bfca6b7-92"},"5bfca6b7-95":{"renderedLength":159,"gzipLength":0,"brotliLength":124,"metaUid":"5bfca6b7-94"},"5bfca6b7-97":{"renderedLength":501,"gzipLength":0,"brotliLength":237,"metaUid":"5bfca6b7-96"},"5bfca6b7-99":{"renderedLength":228,"gzipLength":0,"brotliLength":125,"metaUid":"5bfca6b7-98"},"5bfca6b7-101":{"renderedLength":1594,"gzipLength":0,"brotliLength":517,"metaUid":"5bfca6b7-100"},"5bfca6b7-103":{"renderedLength":416,"gzipLength":0,"brotliLength":218,"metaUid":"5bfca6b7-102"},"5bfca6b7-105":{"renderedLength":632,"gzipLength":0,"brotliLength":301,"metaUid":"5bfca6b7-104"},"5bfca6b7-107":{"renderedLength":475,"gzipLength":0,"brotliLength":217,"metaUid":"5bfca6b7-106"},"5bfca6b7-109":{"renderedLength":586,"gzipLength":0,"brotliLength":234,"metaUid":"5bfca6b7-108"},"5bfca6b7-111":{"renderedLength":111,"gzipLength":0,"brotliLength":88,"metaUid":"5bfca6b7-110"},"5bfca6b7-113":{"renderedLength":4435,"gzipLength":0,"brotliLength":1313,"metaUid":"5bfca6b7-112"},"5bfca6b7-115":{"renderedLength":362,"gzipLength":0,"brotliLength":170,"metaUid":"5bfca6b7-114"},"5bfca6b7-117":{"renderedLength":169,"gzipLength":0,"brotliLength":110,"metaUid":"5bfca6b7-116"},"5bfca6b7-119":{"renderedLength":250,"gzipLength":0,"brotliLength":143,"metaUid":"5bfca6b7-118"},"5bfca6b7-121":{"renderedLength":244,"gzipLength":0,"brotliLength":138,"metaUid":"5bfca6b7-120"},"5bfca6b7-123":{"renderedLength":1005,"gzipLength":0,"brotliLength":305,"metaUid":"5bfca6b7-122"},"5bfca6b7-125":{"renderedLength":1400,"gzipLength":0,"brotliLength":442,"metaUid":"5bfca6b7-124"},"5bfca6b7-127":{"renderedLength":1301,"gzipLength":0,"brotliLength":476,"metaUid":"5bfca6b7-126"},"5bfca6b7-129":{"renderedLength":1179,"gzipLength":0,"brotliLength":468,"metaUid":"5bfca6b7-128"},"5bfca6b7-131":{"renderedLength":2220,"gzipLength":0,"brotliLength":624,"metaUid":"5bfca6b7-130"},"5bfca6b7-133":{"renderedLength":5428,"gzipLength":0,"brotliLength":962,"metaUid":"5bfca6b7-132"},"5bfca6b7-135":{"renderedLength":2952,"gzipLength":0,"brotliLength":661,"metaUid":"5bfca6b7-134"},"5bfca6b7-137":{"renderedLength":179,"gzipLength":0,"brotliLength":122,"metaUid":"5bfca6b7-136"},"5bfca6b7-139":{"renderedLength":3262,"gzipLength":0,"brotliLength":1004,"metaUid":"5bfca6b7-138"},"5bfca6b7-141":{"renderedLength":3495,"gzipLength":0,"brotliLength":1049,"metaUid":"5bfca6b7-140"},"5bfca6b7-143":{"renderedLength":4270,"gzipLength":0,"brotliLength":1307,"metaUid":"5bfca6b7-142"},"5bfca6b7-145":{"renderedLength":1832,"gzipLength":0,"brotliLength":701,"metaUid":"5bfca6b7-144"},"5bfca6b7-147":{"renderedLength":652,"gzipLength":0,"brotliLength":241,"metaUid":"5bfca6b7-146"},"5bfca6b7-149":{"renderedLength":28463,"gzipLength":0,"brotliLength":4086,"metaUid":"5bfca6b7-148"},"5bfca6b7-151":{"renderedLength":45817,"gzipLength":0,"brotliLength":9133,"metaUid":"5bfca6b7-150"},"5bfca6b7-153":{"renderedLength":4054,"gzipLength":0,"brotliLength":1069,"metaUid":"5bfca6b7-152"},"5bfca6b7-155":{"renderedLength":13705,"gzipLength":0,"brotliLength":3131,"metaUid":"5bfca6b7-154"},"5bfca6b7-157":{"renderedLength":751,"gzipLength":0,"brotliLength":350,"metaUid":"5bfca6b7-156"},"5bfca6b7-159":{"renderedLength":1090,"gzipLength":0,"brotliLength":439,"metaUid":"5bfca6b7-158"},"5bfca6b7-161":{"renderedLength":1260,"gzipLength":0,"brotliLength":286,"metaUid":"5bfca6b7-160"},"5bfca6b7-163":{"renderedLength":270,"gzipLength":0,"brotliLength":131,"metaUid":"5bfca6b7-162"},"5bfca6b7-165":{"renderedLength":529,"gzipLength":0,"brotliLength":257,"metaUid":"5bfca6b7-164"},"5bfca6b7-167":{"renderedLength":250,"gzipLength":0,"brotliLength":163,"metaUid":"5bfca6b7-166"},"5bfca6b7-169":{"renderedLength":228,"gzipLength":0,"brotliLength":173,"metaUid":"5bfca6b7-168"},"5bfca6b7-171":{"renderedLength":478,"gzipLength":0,"brotliLength":179,"metaUid":"5bfca6b7-170"},"5bfca6b7-173":{"renderedLength":698,"gzipLength":0,"brotliLength":339,"metaUid":"5bfca6b7-172"},"5bfca6b7-175":{"renderedLength":1004,"gzipLength":0,"brotliLength":504,"metaUid":"5bfca6b7-174"},"5bfca6b7-177":{"renderedLength":1005,"gzipLength":0,"brotliLength":457,"metaUid":"5bfca6b7-176"},"5bfca6b7-179":{"renderedLength":2568,"gzipLength":0,"brotliLength":822,"metaUid":"5bfca6b7-178"},"5bfca6b7-181":{"renderedLength":1862,"gzipLength":0,"brotliLength":631,"metaUid":"5bfca6b7-180"},"5bfca6b7-183":{"renderedLength":610,"gzipLength":0,"brotliLength":330,"metaUid":"5bfca6b7-182"},"5bfca6b7-185":{"renderedLength":1160,"gzipLength":0,"brotliLength":256,"metaUid":"5bfca6b7-184"},"5bfca6b7-187":{"renderedLength":600,"gzipLength":0,"brotliLength":295,"metaUid":"5bfca6b7-186"},"5bfca6b7-189":{"renderedLength":726,"gzipLength":0,"brotliLength":377,"metaUid":"5bfca6b7-188"},"5bfca6b7-191":{"renderedLength":446,"gzipLength":0,"brotliLength":208,"metaUid":"5bfca6b7-190"},"5bfca6b7-193":{"renderedLength":541,"gzipLength":0,"brotliLength":302,"metaUid":"5bfca6b7-192"},"5bfca6b7-195":{"renderedLength":336,"gzipLength":0,"brotliLength":214,"metaUid":"5bfca6b7-194"},"5bfca6b7-197":{"renderedLength":513,"gzipLength":0,"brotliLength":233,"metaUid":"5bfca6b7-196"},"5bfca6b7-199":{"renderedLength":575,"gzipLength":0,"brotliLength":266,"metaUid":"5bfca6b7-198"},"5bfca6b7-201":{"renderedLength":513,"gzipLength":0,"brotliLength":235,"metaUid":"5bfca6b7-200"},"5bfca6b7-203":{"renderedLength":552,"gzipLength":0,"brotliLength":248,"metaUid":"5bfca6b7-202"},"5bfca6b7-205":{"renderedLength":568,"gzipLength":0,"brotliLength":268,"metaUid":"5bfca6b7-204"},"5bfca6b7-207":{"renderedLength":532,"gzipLength":0,"brotliLength":236,"metaUid":"5bfca6b7-206"},"5bfca6b7-209":{"renderedLength":457,"gzipLength":0,"brotliLength":233,"metaUid":"5bfca6b7-208"},"5bfca6b7-211":{"renderedLength":613,"gzipLength":0,"brotliLength":254,"metaUid":"5bfca6b7-210"},"5bfca6b7-213":{"renderedLength":1228,"gzipLength":0,"brotliLength":566,"metaUid":"5bfca6b7-212"},"5bfca6b7-215":{"renderedLength":5848,"gzipLength":0,"brotliLength":1387,"metaUid":"5bfca6b7-214"},"5bfca6b7-217":{"renderedLength":137,"gzipLength":0,"brotliLength":93,"metaUid":"5bfca6b7-216"},"5bfca6b7-219":{"renderedLength":1382,"gzipLength":0,"brotliLength":469,"metaUid":"5bfca6b7-218"},"5bfca6b7-221":{"renderedLength":3217,"gzipLength":0,"brotliLength":1053,"metaUid":"5bfca6b7-220"},"5bfca6b7-223":{"renderedLength":1449,"gzipLength":0,"brotliLength":514,"metaUid":"5bfca6b7-222"},"5bfca6b7-225":{"renderedLength":117,"gzipLength":0,"brotliLength":94,"metaUid":"5bfca6b7-224"},"5bfca6b7-227":{"renderedLength":549,"gzipLength":0,"brotliLength":258,"metaUid":"5bfca6b7-226"},"5bfca6b7-229":{"renderedLength":215,"gzipLength":0,"brotliLength":131,"metaUid":"5bfca6b7-228"},"5bfca6b7-231":{"renderedLength":2232,"gzipLength":0,"brotliLength":651,"metaUid":"5bfca6b7-230"},"5bfca6b7-233":{"renderedLength":36640,"gzipLength":0,"brotliLength":9529,"metaUid":"5bfca6b7-232"},"5bfca6b7-235":{"renderedLength":16617,"gzipLength":0,"brotliLength":2784,"metaUid":"5bfca6b7-234"},"5bfca6b7-237":{"renderedLength":32989,"gzipLength":0,"brotliLength":6414,"metaUid":"5bfca6b7-236"},"5bfca6b7-239":{"renderedLength":561,"gzipLength":0,"brotliLength":257,"metaUid":"5bfca6b7-238"},"5bfca6b7-241":{"renderedLength":692,"gzipLength":0,"brotliLength":284,"metaUid":"5bfca6b7-240"},"5bfca6b7-243":{"renderedLength":75,"gzipLength":0,"brotliLength":65,"metaUid":"5bfca6b7-242"},"5bfca6b7-245":{"renderedLength":2323,"gzipLength":0,"brotliLength":477,"metaUid":"5bfca6b7-244"},"5bfca6b7-247":{"renderedLength":902,"gzipLength":0,"brotliLength":332,"metaUid":"5bfca6b7-246"},"5bfca6b7-249":{"renderedLength":306,"gzipLength":0,"brotliLength":172,"metaUid":"5bfca6b7-248"},"5bfca6b7-251":{"renderedLength":2340,"gzipLength":0,"brotliLength":550,"metaUid":"5bfca6b7-250"},"5bfca6b7-253":{"renderedLength":907,"gzipLength":0,"brotliLength":408,"metaUid":"5bfca6b7-252"},"5bfca6b7-255":{"renderedLength":503,"gzipLength":0,"brotliLength":236,"metaUid":"5bfca6b7-254"},"5bfca6b7-257":{"renderedLength":162,"gzipLength":0,"brotliLength":109,"metaUid":"5bfca6b7-256"},"5bfca6b7-259":{"renderedLength":2208,"gzipLength":0,"brotliLength":698,"metaUid":"5bfca6b7-258"},"5bfca6b7-261":{"renderedLength":1820,"gzipLength":0,"brotliLength":703,"metaUid":"5bfca6b7-260"},"5bfca6b7-263":{"renderedLength":2908,"gzipLength":0,"brotliLength":782,"metaUid":"5bfca6b7-262"},"5bfca6b7-265":{"renderedLength":2327,"gzipLength":0,"brotliLength":676,"metaUid":"5bfca6b7-264"},"5bfca6b7-267":{"renderedLength":3767,"gzipLength":0,"brotliLength":1192,"metaUid":"5bfca6b7-266"},"5bfca6b7-269":{"renderedLength":1085,"gzipLength":0,"brotliLength":284,"metaUid":"5bfca6b7-268"},"5bfca6b7-271":{"renderedLength":3909,"gzipLength":0,"brotliLength":1174,"metaUid":"5bfca6b7-270"},"5bfca6b7-273":{"renderedLength":2853,"gzipLength":0,"brotliLength":719,"metaUid":"5bfca6b7-272"},"5bfca6b7-275":{"renderedLength":93,"gzipLength":0,"brotliLength":81,"metaUid":"5bfca6b7-274"},"5bfca6b7-277":{"renderedLength":915,"gzipLength":0,"brotliLength":337,"metaUid":"5bfca6b7-276"},"5bfca6b7-279":{"renderedLength":500,"gzipLength":0,"brotliLength":254,"metaUid":"5bfca6b7-278"},"5bfca6b7-281":{"renderedLength":1930,"gzipLength":0,"brotliLength":478,"metaUid":"5bfca6b7-280"},"5bfca6b7-283":{"renderedLength":839,"gzipLength":0,"brotliLength":298,"metaUid":"5bfca6b7-282"},"5bfca6b7-285":{"renderedLength":768,"gzipLength":0,"brotliLength":288,"metaUid":"5bfca6b7-284"},"5bfca6b7-287":{"renderedLength":1858,"gzipLength":0,"brotliLength":609,"metaUid":"5bfca6b7-286"},"5bfca6b7-289":{"renderedLength":2013,"gzipLength":0,"brotliLength":491,"metaUid":"5bfca6b7-288"},"5bfca6b7-291":{"renderedLength":698,"gzipLength":0,"brotliLength":255,"metaUid":"5bfca6b7-290"},"5bfca6b7-293":{"renderedLength":1458,"gzipLength":0,"brotliLength":389,"metaUid":"5bfca6b7-292"},"5bfca6b7-295":{"renderedLength":2746,"gzipLength":0,"brotliLength":810,"metaUid":"5bfca6b7-294"},"5bfca6b7-297":{"renderedLength":5164,"gzipLength":0,"brotliLength":1257,"metaUid":"5bfca6b7-296"},"5bfca6b7-299":{"renderedLength":272,"gzipLength":0,"brotliLength":186,"metaUid":"5bfca6b7-298"},"5bfca6b7-301":{"renderedLength":1388,"gzipLength":0,"brotliLength":510,"metaUid":"5bfca6b7-300"},"5bfca6b7-303":{"renderedLength":309,"gzipLength":0,"brotliLength":185,"metaUid":"5bfca6b7-302"},"5bfca6b7-305":{"renderedLength":9862,"gzipLength":0,"brotliLength":2351,"metaUid":"5bfca6b7-304"},"5bfca6b7-307":{"renderedLength":1026,"gzipLength":0,"brotliLength":416,"metaUid":"5bfca6b7-306"},"5bfca6b7-309":{"renderedLength":5136,"gzipLength":0,"brotliLength":1165,"metaUid":"5bfca6b7-308"},"5bfca6b7-311":{"renderedLength":3276,"gzipLength":0,"brotliLength":935,"metaUid":"5bfca6b7-310"},"5bfca6b7-313":{"renderedLength":5045,"gzipLength":0,"brotliLength":1272,"metaUid":"5bfca6b7-312"},"5bfca6b7-315":{"renderedLength":551,"gzipLength":0,"brotliLength":259,"metaUid":"5bfca6b7-314"},"5bfca6b7-317":{"renderedLength":2273,"gzipLength":0,"brotliLength":643,"metaUid":"5bfca6b7-316"},"5bfca6b7-319":{"renderedLength":3437,"gzipLength":0,"brotliLength":811,"metaUid":"5bfca6b7-318"},"5bfca6b7-321":{"renderedLength":8077,"gzipLength":0,"brotliLength":1767,"metaUid":"5bfca6b7-320"},"5bfca6b7-323":{"renderedLength":2073,"gzipLength":0,"brotliLength":696,"metaUid":"5bfca6b7-322"},"5bfca6b7-325":{"renderedLength":318,"gzipLength":0,"brotliLength":227,"metaUid":"5bfca6b7-324"},"5bfca6b7-327":{"renderedLength":426,"gzipLength":0,"brotliLength":248,"metaUid":"5bfca6b7-326"},"5bfca6b7-329":{"renderedLength":311,"gzipLength":0,"brotliLength":223,"metaUid":"5bfca6b7-328"},"5bfca6b7-331":{"renderedLength":409,"gzipLength":0,"brotliLength":258,"metaUid":"5bfca6b7-330"},"5bfca6b7-333":{"renderedLength":1580,"gzipLength":0,"brotliLength":642,"metaUid":"5bfca6b7-332"},"5bfca6b7-335":{"renderedLength":3219,"gzipLength":0,"brotliLength":970,"metaUid":"5bfca6b7-334"},"5bfca6b7-337":{"renderedLength":2412,"gzipLength":0,"brotliLength":758,"metaUid":"5bfca6b7-336"},"5bfca6b7-339":{"renderedLength":9003,"gzipLength":0,"brotliLength":2198,"metaUid":"5bfca6b7-338"},"5bfca6b7-341":{"renderedLength":8275,"gzipLength":0,"brotliLength":2130,"metaUid":"5bfca6b7-340"},"5bfca6b7-343":{"renderedLength":2356,"gzipLength":0,"brotliLength":720,"metaUid":"5bfca6b7-342"},"5bfca6b7-345":{"renderedLength":3460,"gzipLength":0,"brotliLength":1038,"metaUid":"5bfca6b7-344"},"5bfca6b7-347":{"renderedLength":5048,"gzipLength":0,"brotliLength":1097,"metaUid":"5bfca6b7-346"},"5bfca6b7-349":{"renderedLength":1058,"gzipLength":0,"brotliLength":420,"metaUid":"5bfca6b7-348"},"5bfca6b7-351":{"renderedLength":1853,"gzipLength":0,"brotliLength":611,"metaUid":"5bfca6b7-350"},"5bfca6b7-353":{"renderedLength":2656,"gzipLength":0,"brotliLength":769,"metaUid":"5bfca6b7-352"},"5bfca6b7-355":{"renderedLength":1403,"gzipLength":0,"brotliLength":611,"metaUid":"5bfca6b7-354"},"5bfca6b7-357":{"renderedLength":1552,"gzipLength":0,"brotliLength":611,"metaUid":"5bfca6b7-356"},"5bfca6b7-359":{"renderedLength":2063,"gzipLength":0,"brotliLength":669,"metaUid":"5bfca6b7-358"},"5bfca6b7-361":{"renderedLength":1005,"gzipLength":0,"brotliLength":394,"metaUid":"5bfca6b7-360"},"5bfca6b7-363":{"renderedLength":4381,"gzipLength":0,"brotliLength":1110,"metaUid":"5bfca6b7-362"},"5bfca6b7-365":{"renderedLength":964,"gzipLength":0,"brotliLength":313,"metaUid":"5bfca6b7-364"},"5bfca6b7-367":{"renderedLength":1316,"gzipLength":0,"brotliLength":398,"metaUid":"5bfca6b7-366"},"5bfca6b7-369":{"renderedLength":13936,"gzipLength":0,"brotliLength":2997,"metaUid":"5bfca6b7-368"},"5bfca6b7-371":{"renderedLength":834,"gzipLength":0,"brotliLength":276,"metaUid":"5bfca6b7-370"},"5bfca6b7-373":{"renderedLength":10161,"gzipLength":0,"brotliLength":2733,"metaUid":"5bfca6b7-372"},"5bfca6b7-375":{"renderedLength":0,"gzipLength":0,"brotliLength":0,"metaUid":"5bfca6b7-374"}},"nodeMetas":{"5bfca6b7-0":{"id":"\u0000rolldown/runtime.js","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-1"},"imported":[],"importedBy":[]},"5bfca6b7-2":{"id":"/node_modules/@mapcreator/maplibre-gl/dist/maplibre-gl.css","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-3"},"imported":[],"importedBy":[{"uid":"5bfca6b7-374"}]},"5bfca6b7-4":{"id":"/src/style.css","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-5"},"imported":[],"importedBy":[{"uid":"5bfca6b7-374"}]},"5bfca6b7-6":{"id":"/src/polyfills.ts","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-7"},"imported":[],"importedBy":[{"uid":"5bfca6b7-374"}]},"5bfca6b7-8":{"id":"/node_modules/@mapcreator/maplibre-gl/dist/maplibre-gl.js","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-9"},"imported":[],"importedBy":[{"uid":"5bfca6b7-374"},{"uid":"5bfca6b7-372"},{"uid":"5bfca6b7-340"},{"uid":"5bfca6b7-370"},{"uid":"5bfca6b7-338"},{"uid":"5bfca6b7-342"},{"uid":"5bfca6b7-368"},{"uid":"5bfca6b7-362"}]},"5bfca6b7-10":{"id":"/src/constants/index.ts","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-11"},"imported":[],"importedBy":[{"uid":"5bfca6b7-372"},{"uid":"5bfca6b7-312"},{"uid":"5bfca6b7-314"},{"uid":"5bfca6b7-368"}]},"5bfca6b7-12":{"id":"/src/utils/language.ts","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-13"},"imported":[],"importedBy":[{"uid":"5bfca6b7-372"}]},"5bfca6b7-14":{"id":"/src/utils/helpers.ts","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-15"},"imported":[],"importedBy":[{"uid":"5bfca6b7-372"},{"uid":"5bfca6b7-316"},{"uid":"5bfca6b7-318"},{"uid":"5bfca6b7-320"},{"uid":"5bfca6b7-322"},{"uid":"5bfca6b7-144"},{"uid":"5bfca6b7-150"},{"uid":"5bfca6b7-344"},{"uid":"5bfca6b7-16"},{"uid":"5bfca6b7-154"},{"uid":"5bfca6b7-304"},{"uid":"5bfca6b7-308"},{"uid":"5bfca6b7-140"},{"uid":"5bfca6b7-334"},{"uid":"5bfca6b7-338"},{"uid":"5bfca6b7-342"},{"uid":"5bfca6b7-368"},{"uid":"5bfca6b7-332"},{"uid":"5bfca6b7-350"},{"uid":"5bfca6b7-362"},{"uid":"5bfca6b7-358"}]},"5bfca6b7-16":{"id":"/src/adornments/customAdornment.ts","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-17"},"imported":[{"uid":"5bfca6b7-14"}],"importedBy":[{"uid":"5bfca6b7-312"}]},"5bfca6b7-18":{"id":"/node_modules/d3-color/src/define.js","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-19"},"imported":[],"importedBy":[{"uid":"5bfca6b7-20"},{"uid":"5bfca6b7-24"},{"uid":"5bfca6b7-489"}]},"5bfca6b7-20":{"id":"/node_modules/d3-color/src/color.js","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-21"},"imported":[{"uid":"5bfca6b7-18"}],"importedBy":[{"uid":"5bfca6b7-483"},{"uid":"5bfca6b7-24"},{"uid":"5bfca6b7-489"}]},"5bfca6b7-22":{"id":"/node_modules/d3-color/src/math.js","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-23"},"imported":[],"importedBy":[{"uid":"5bfca6b7-24"},{"uid":"5bfca6b7-489"}]},"5bfca6b7-24":{"id":"/node_modules/d3-color/src/lab.js","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-25"},"imported":[{"uid":"5bfca6b7-18"},{"uid":"5bfca6b7-20"},{"uid":"5bfca6b7-22"}],"importedBy":[{"uid":"5bfca6b7-483"}]},"5bfca6b7-26":{"id":"/node_modules/d3-interpolate/src/basis.js","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-27"},"imported":[],"importedBy":[{"uid":"5bfca6b7-380"},{"uid":"5bfca6b7-28"},{"uid":"5bfca6b7-34"}]},"5bfca6b7-28":{"id":"/node_modules/d3-interpolate/src/basisClosed.js","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-29"},"imported":[{"uid":"5bfca6b7-26"}],"importedBy":[{"uid":"5bfca6b7-380"},{"uid":"5bfca6b7-34"}]},"5bfca6b7-30":{"id":"/node_modules/d3-interpolate/src/constant.js","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-31"},"imported":[],"importedBy":[{"uid":"5bfca6b7-48"},{"uid":"5bfca6b7-32"}]},"5bfca6b7-32":{"id":"/node_modules/d3-interpolate/src/color.js","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-33"},"imported":[{"uid":"5bfca6b7-30"}],"importedBy":[{"uid":"5bfca6b7-457"},{"uid":"5bfca6b7-34"},{"uid":"5bfca6b7-460"},{"uid":"5bfca6b7-461"},{"uid":"5bfca6b7-52"},{"uid":"5bfca6b7-462"}]},"5bfca6b7-34":{"id":"/node_modules/d3-interpolate/src/rgb.js","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-35"},"imported":[{"uid":"5bfca6b7-483"},{"uid":"5bfca6b7-26"},{"uid":"5bfca6b7-28"},{"uid":"5bfca6b7-32"}],"importedBy":[{"uid":"5bfca6b7-380"},{"uid":"5bfca6b7-48"}]},"5bfca6b7-36":{"id":"/node_modules/d3-interpolate/src/numberArray.js","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-37"},"imported":[],"importedBy":[{"uid":"5bfca6b7-380"},{"uid":"5bfca6b7-48"},{"uid":"5bfca6b7-38"}]},"5bfca6b7-38":{"id":"/node_modules/d3-interpolate/src/array.js","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-39"},"imported":[{"uid":"5bfca6b7-48"},{"uid":"5bfca6b7-36"}],"importedBy":[{"uid":"5bfca6b7-380"},{"uid":"5bfca6b7-48"}]},"5bfca6b7-40":{"id":"/node_modules/d3-interpolate/src/date.js","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-41"},"imported":[],"importedBy":[{"uid":"5bfca6b7-380"},{"uid":"5bfca6b7-48"}]},"5bfca6b7-42":{"id":"/node_modules/d3-interpolate/src/number.js","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-43"},"imported":[],"importedBy":[{"uid":"5bfca6b7-380"},{"uid":"5bfca6b7-48"},{"uid":"5bfca6b7-46"},{"uid":"5bfca6b7-458"}]},"5bfca6b7-44":{"id":"/node_modules/d3-interpolate/src/object.js","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-45"},"imported":[{"uid":"5bfca6b7-48"}],"importedBy":[{"uid":"5bfca6b7-380"},{"uid":"5bfca6b7-48"}]},"5bfca6b7-46":{"id":"/node_modules/d3-interpolate/src/string.js","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-47"},"imported":[{"uid":"5bfca6b7-42"}],"importedBy":[{"uid":"5bfca6b7-380"},{"uid":"5bfca6b7-48"}]},"5bfca6b7-48":{"id":"/node_modules/d3-interpolate/src/value.js","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-49"},"imported":[{"uid":"5bfca6b7-483"},{"uid":"5bfca6b7-34"},{"uid":"5bfca6b7-38"},{"uid":"5bfca6b7-40"},{"uid":"5bfca6b7-42"},{"uid":"5bfca6b7-44"},{"uid":"5bfca6b7-46"},{"uid":"5bfca6b7-30"},{"uid":"5bfca6b7-36"}],"importedBy":[{"uid":"5bfca6b7-380"},{"uid":"5bfca6b7-38"},{"uid":"5bfca6b7-44"},{"uid":"5bfca6b7-54"}]},"5bfca6b7-50":{"id":"/node_modules/d3-interpolate/src/round.js","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-51"},"imported":[],"importedBy":[{"uid":"5bfca6b7-380"}]},"5bfca6b7-52":{"id":"/node_modules/d3-interpolate/src/hcl.js","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-53"},"imported":[{"uid":"5bfca6b7-483"},{"uid":"5bfca6b7-32"}],"importedBy":[{"uid":"5bfca6b7-380"}]},"5bfca6b7-54":{"id":"/node_modules/d3-interpolate/src/piecewise.js","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-55"},"imported":[{"uid":"5bfca6b7-48"}],"importedBy":[{"uid":"5bfca6b7-380"}]},"5bfca6b7-56":{"id":"/node_modules/d3-interpolate/src/quantize.js","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-57"},"imported":[],"importedBy":[{"uid":"5bfca6b7-380"}]},"5bfca6b7-58":{"id":"/node_modules/d3-array/src/ascending.js","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-59"},"imported":[],"importedBy":[{"uid":"5bfca6b7-377"},{"uid":"5bfca6b7-66"},{"uid":"5bfca6b7-62"},{"uid":"5bfca6b7-388"},{"uid":"5bfca6b7-404"},{"uid":"5bfca6b7-405"},{"uid":"5bfca6b7-406"},{"uid":"5bfca6b7-407"},{"uid":"5bfca6b7-408"},{"uid":"5bfca6b7-421"}]},"5bfca6b7-60":{"id":"/node_modules/d3-array/src/descending.js","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-61"},"imported":[],"importedBy":[{"uid":"5bfca6b7-377"},{"uid":"5bfca6b7-62"}]},"5bfca6b7-62":{"id":"/node_modules/d3-array/src/bisector.js","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-63"},"imported":[{"uid":"5bfca6b7-58"},{"uid":"5bfca6b7-60"}],"importedBy":[{"uid":"5bfca6b7-377"},{"uid":"5bfca6b7-66"}]},"5bfca6b7-64":{"id":"/node_modules/d3-array/src/number.js","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-65"},"imported":[],"importedBy":[{"uid":"5bfca6b7-66"},{"uid":"5bfca6b7-76"}]},"5bfca6b7-66":{"id":"/node_modules/d3-array/src/bisect.js","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-67"},"imported":[{"uid":"5bfca6b7-58"},{"uid":"5bfca6b7-62"},{"uid":"5bfca6b7-64"}],"importedBy":[{"uid":"5bfca6b7-377"},{"uid":"5bfca6b7-389"}]},"5bfca6b7-68":{"id":"/node_modules/d3-array/src/extent.js","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-69"},"imported":[],"importedBy":[{"uid":"5bfca6b7-377"},{"uid":"5bfca6b7-389"}]},"5bfca6b7-70":{"id":"/node_modules/d3-array/src/fsum.js","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-71"},"imported":[],"importedBy":[{"uid":"5bfca6b7-377"}]},"5bfca6b7-72":{"id":"/node_modules/internmap/src/index.js","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-73"},"imported":[],"importedBy":[{"uid":"5bfca6b7-377"},{"uid":"5bfca6b7-387"},{"uid":"5bfca6b7-399"},{"uid":"5bfca6b7-422"},{"uid":"5bfca6b7-423"},{"uid":"5bfca6b7-424"},{"uid":"5bfca6b7-427"}]},"5bfca6b7-74":{"id":"/node_modules/d3-array/src/ticks.js","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-75"},"imported":[],"importedBy":[{"uid":"5bfca6b7-377"},{"uid":"5bfca6b7-389"},{"uid":"5bfca6b7-400"}]},"5bfca6b7-76":{"id":"/node_modules/d3-array/src/quantile.js","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-77"},"imported":[{"uid":"5bfca6b7-393"},{"uid":"5bfca6b7-394"},{"uid":"5bfca6b7-397"},{"uid":"5bfca6b7-398"},{"uid":"5bfca6b7-403"},{"uid":"5bfca6b7-64"},{"uid":"5bfca6b7-421"},{"uid":"5bfca6b7-407"}],"importedBy":[{"uid":"5bfca6b7-377"},{"uid":"5bfca6b7-390"},{"uid":"5bfca6b7-396"}]},"5bfca6b7-78":{"id":"/node_modules/d3-array/src/merge.js","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-79"},"imported":[],"importedBy":[{"uid":"5bfca6b7-377"}]},"5bfca6b7-80":{"id":"/node_modules/d3-array/src/range.js","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-81"},"imported":[],"importedBy":[{"uid":"5bfca6b7-377"}]},"5bfca6b7-82":{"id":"/node_modules/d3-scale/src/init.js","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-83"},"imported":[],"importedBy":[{"uid":"5bfca6b7-463"},{"uid":"5bfca6b7-124"},{"uid":"5bfca6b7-465"},{"uid":"5bfca6b7-466"},{"uid":"5bfca6b7-84"},{"uid":"5bfca6b7-467"},{"uid":"5bfca6b7-468"},{"uid":"5bfca6b7-126"},{"uid":"5bfca6b7-128"},{"uid":"5bfca6b7-469"},{"uid":"5bfca6b7-470"},{"uid":"5bfca6b7-471"},{"uid":"5bfca6b7-472"},{"uid":"5bfca6b7-473"},{"uid":"5bfca6b7-474"}]},"5bfca6b7-84":{"id":"/node_modules/d3-scale/src/ordinal.js","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-85"},"imported":[{"uid":"5bfca6b7-377"},{"uid":"5bfca6b7-82"}],"importedBy":[{"uid":"5bfca6b7-381"},{"uid":"5bfca6b7-463"}]},"5bfca6b7-86":{"id":"/node_modules/d3-scale/src/constant.js","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-87"},"imported":[],"importedBy":[{"uid":"5bfca6b7-90"}]},"5bfca6b7-88":{"id":"/node_modules/d3-scale/src/number.js","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-89"},"imported":[],"importedBy":[{"uid":"5bfca6b7-464"},{"uid":"5bfca6b7-468"},{"uid":"5bfca6b7-90"}]},"5bfca6b7-90":{"id":"/node_modules/d3-scale/src/continuous.js","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-91"},"imported":[{"uid":"5bfca6b7-377"},{"uid":"5bfca6b7-380"},{"uid":"5bfca6b7-86"},{"uid":"5bfca6b7-88"}],"importedBy":[{"uid":"5bfca6b7-124"},{"uid":"5bfca6b7-465"},{"uid":"5bfca6b7-466"},{"uid":"5bfca6b7-467"},{"uid":"5bfca6b7-468"},{"uid":"5bfca6b7-470"},{"uid":"5bfca6b7-472"},{"uid":"5bfca6b7-473"},{"uid":"5bfca6b7-474"}]},"5bfca6b7-92":{"id":"/node_modules/d3-format/src/formatDecimal.js","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-93"},"imported":[],"importedBy":[{"uid":"5bfca6b7-94"},{"uid":"5bfca6b7-108"},{"uid":"5bfca6b7-104"},{"uid":"5bfca6b7-106"}]},"5bfca6b7-94":{"id":"/node_modules/d3-format/src/exponent.js","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-95"},"imported":[{"uid":"5bfca6b7-92"}],"importedBy":[{"uid":"5bfca6b7-112"},{"uid":"5bfca6b7-116"},{"uid":"5bfca6b7-118"},{"uid":"5bfca6b7-120"}]},"5bfca6b7-96":{"id":"/node_modules/d3-format/src/formatGroup.js","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-97"},"imported":[],"importedBy":[{"uid":"5bfca6b7-112"}]},"5bfca6b7-98":{"id":"/node_modules/d3-format/src/formatNumerals.js","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-99"},"imported":[],"importedBy":[{"uid":"5bfca6b7-112"}]},"5bfca6b7-100":{"id":"/node_modules/d3-format/src/formatSpecifier.js","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-101"},"imported":[],"importedBy":[{"uid":"5bfca6b7-376"},{"uid":"5bfca6b7-112"}]},"5bfca6b7-102":{"id":"/node_modules/d3-format/src/formatTrim.js","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-103"},"imported":[],"importedBy":[{"uid":"5bfca6b7-112"}]},"5bfca6b7-104":{"id":"/node_modules/d3-format/src/formatPrefixAuto.js","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-105"},"imported":[{"uid":"5bfca6b7-92"}],"importedBy":[{"uid":"5bfca6b7-112"},{"uid":"5bfca6b7-108"}]},"5bfca6b7-106":{"id":"/node_modules/d3-format/src/formatRounded.js","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-107"},"imported":[{"uid":"5bfca6b7-92"}],"importedBy":[{"uid":"5bfca6b7-108"}]},"5bfca6b7-108":{"id":"/node_modules/d3-format/src/formatTypes.js","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-109"},"imported":[{"uid":"5bfca6b7-92"},{"uid":"5bfca6b7-104"},{"uid":"5bfca6b7-106"}],"importedBy":[{"uid":"5bfca6b7-112"}]},"5bfca6b7-110":{"id":"/node_modules/d3-format/src/identity.js","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-111"},"imported":[],"importedBy":[{"uid":"5bfca6b7-112"}]},"5bfca6b7-112":{"id":"/node_modules/d3-format/src/locale.js","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-113"},"imported":[{"uid":"5bfca6b7-94"},{"uid":"5bfca6b7-96"},{"uid":"5bfca6b7-98"},{"uid":"5bfca6b7-100"},{"uid":"5bfca6b7-102"},{"uid":"5bfca6b7-108"},{"uid":"5bfca6b7-104"},{"uid":"5bfca6b7-110"}],"importedBy":[{"uid":"5bfca6b7-376"},{"uid":"5bfca6b7-114"}]},"5bfca6b7-114":{"id":"/node_modules/d3-format/src/defaultLocale.js","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-115"},"imported":[{"uid":"5bfca6b7-112"}],"importedBy":[{"uid":"5bfca6b7-376"}]},"5bfca6b7-116":{"id":"/node_modules/d3-format/src/precisionFixed.js","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-117"},"imported":[{"uid":"5bfca6b7-94"}],"importedBy":[{"uid":"5bfca6b7-376"}]},"5bfca6b7-118":{"id":"/node_modules/d3-format/src/precisionPrefix.js","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-119"},"imported":[{"uid":"5bfca6b7-94"}],"importedBy":[{"uid":"5bfca6b7-376"}]},"5bfca6b7-120":{"id":"/node_modules/d3-format/src/precisionRound.js","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-121"},"imported":[{"uid":"5bfca6b7-94"}],"importedBy":[{"uid":"5bfca6b7-376"}]},"5bfca6b7-122":{"id":"/node_modules/d3-scale/src/tickFormat.js","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-123"},"imported":[{"uid":"5bfca6b7-377"},{"uid":"5bfca6b7-376"}],"importedBy":[{"uid":"5bfca6b7-381"},{"uid":"5bfca6b7-124"}]},"5bfca6b7-124":{"id":"/node_modules/d3-scale/src/linear.js","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-125"},"imported":[{"uid":"5bfca6b7-377"},{"uid":"5bfca6b7-90"},{"uid":"5bfca6b7-82"},{"uid":"5bfca6b7-122"}],"importedBy":[{"uid":"5bfca6b7-381"},{"uid":"5bfca6b7-464"},{"uid":"5bfca6b7-466"},{"uid":"5bfca6b7-467"},{"uid":"5bfca6b7-468"},{"uid":"5bfca6b7-128"},{"uid":"5bfca6b7-472"},{"uid":"5bfca6b7-474"}]},"5bfca6b7-126":{"id":"/node_modules/d3-scale/src/quantile.js","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-127"},"imported":[{"uid":"5bfca6b7-377"},{"uid":"5bfca6b7-82"}],"importedBy":[{"uid":"5bfca6b7-381"}]},"5bfca6b7-128":{"id":"/node_modules/d3-scale/src/quantize.js","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-129"},"imported":[{"uid":"5bfca6b7-377"},{"uid":"5bfca6b7-124"},{"uid":"5bfca6b7-82"}],"importedBy":[{"uid":"5bfca6b7-381"}]},"5bfca6b7-130":{"id":"/node_modules/@turf/helpers/dist/esm/index.js","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-131"},"imported":[],"importedBy":[{"uid":"5bfca6b7-304"},{"uid":"5bfca6b7-140"},{"uid":"5bfca6b7-222"},{"uid":"5bfca6b7-132"},{"uid":"5bfca6b7-238"},{"uid":"5bfca6b7-134"},{"uid":"5bfca6b7-138"},{"uid":"5bfca6b7-136"}]},"5bfca6b7-132":{"id":"/node_modules/@turf/meta/dist/esm/index.js","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-133"},"imported":[{"uid":"5bfca6b7-130"}],"importedBy":[{"uid":"5bfca6b7-304"},{"uid":"5bfca6b7-222"},{"uid":"5bfca6b7-238"},{"uid":"5bfca6b7-134"}]},"5bfca6b7-134":{"id":"/node_modules/@turf/polygon-smooth/dist/esm/index.js","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-135"},"imported":[{"uid":"5bfca6b7-130"},{"uid":"5bfca6b7-132"}],"importedBy":[{"uid":"5bfca6b7-140"}]},"5bfca6b7-136":{"id":"/node_modules/@turf/invariant/dist/esm/index.js","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-137"},"imported":[{"uid":"5bfca6b7-130"}],"importedBy":[{"uid":"5bfca6b7-138"}]},"5bfca6b7-138":{"id":"/node_modules/@turf/bbox-clip/dist/esm/index.js","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-139"},"imported":[{"uid":"5bfca6b7-130"},{"uid":"5bfca6b7-136"}],"importedBy":[{"uid":"5bfca6b7-140"}]},"5bfca6b7-140":{"id":"/src/utils/models.ts","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-141"},"imported":[{"uid":"5bfca6b7-14"},{"uid":"5bfca6b7-130"},{"uid":"5bfca6b7-134"},{"uid":"5bfca6b7-138"}],"importedBy":[{"uid":"5bfca6b7-316"},{"uid":"5bfca6b7-318"},{"uid":"5bfca6b7-344"},{"uid":"5bfca6b7-346"},{"uid":"5bfca6b7-338"},{"uid":"5bfca6b7-142"},{"uid":"5bfca6b7-368"}]},"5bfca6b7-142":{"id":"/src/utils/choropleth.ts","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-143"},"imported":[{"uid":"5bfca6b7-380"},{"uid":"5bfca6b7-377"},{"uid":"5bfca6b7-381"},{"uid":"5bfca6b7-140"}],"importedBy":[{"uid":"5bfca6b7-346"},{"uid":"5bfca6b7-154"}]},"5bfca6b7-144":{"id":"/src/utils/fonts.ts","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-145"},"imported":[{"uid":"5bfca6b7-14"}],"importedBy":[{"uid":"5bfca6b7-372"},{"uid":"5bfca6b7-150"},{"uid":"5bfca6b7-154"},{"uid":"5bfca6b7-156"},{"uid":"5bfca6b7-310"}]},"5bfca6b7-146":{"id":"/src/utils/bbox.ts","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-147"},"imported":[],"importedBy":[{"uid":"5bfca6b7-150"}]},"5bfca6b7-148":{"id":"/node_modules/path-data-polyfill/path-data-polyfill.js","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-149"},"imported":[],"importedBy":[{"uid":"5bfca6b7-150"}]},"5bfca6b7-150":{"id":"/src/utils/svgHelpers.ts","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-151"},"imported":[{"uid":"5bfca6b7-14"},{"uid":"5bfca6b7-146"},{"uid":"5bfca6b7-144"},{"uid":"5bfca6b7-148"}],"importedBy":[{"uid":"5bfca6b7-372"},{"uid":"5bfca6b7-316"},{"uid":"5bfca6b7-318"},{"uid":"5bfca6b7-320"},{"uid":"5bfca6b7-344"},{"uid":"5bfca6b7-346"},{"uid":"5bfca6b7-348"},{"uid":"5bfca6b7-154"},{"uid":"5bfca6b7-310"},{"uid":"5bfca6b7-368"},{"uid":"5bfca6b7-152"}]},"5bfca6b7-152":{"id":"/src/adornments/categoricalLegend.ts","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-153"},"imported":[{"uid":"5bfca6b7-150"}],"importedBy":[{"uid":"5bfca6b7-154"},{"uid":"5bfca6b7-156"}]},"5bfca6b7-154":{"id":"/src/adornments/connectedLegend.ts","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-155"},"imported":[{"uid":"5bfca6b7-142"},{"uid":"5bfca6b7-144"},{"uid":"5bfca6b7-376"},{"uid":"5bfca6b7-14"},{"uid":"5bfca6b7-377"},{"uid":"5bfca6b7-150"},{"uid":"5bfca6b7-152"}],"importedBy":[{"uid":"5bfca6b7-312"}]},"5bfca6b7-156":{"id":"/src/adornments/manualLegend.ts","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-157"},"imported":[{"uid":"5bfca6b7-144"},{"uid":"5bfca6b7-152"}],"importedBy":[{"uid":"5bfca6b7-312"}]},"5bfca6b7-158":{"id":"/src/adornments/northArrow.ts","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-159"},"imported":[],"importedBy":[{"uid":"5bfca6b7-312"}]},"5bfca6b7-160":{"id":"/src/images/adornments.svg?raw","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-161"},"imported":[],"importedBy":[{"uid":"5bfca6b7-164"}]},"5bfca6b7-162":{"id":"/src/controls/controls.ts","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-163"},"imported":[],"importedBy":[{"uid":"5bfca6b7-164"},{"uid":"5bfca6b7-170"},{"uid":"5bfca6b7-180"},{"uid":"5bfca6b7-186"},{"uid":"5bfca6b7-190"}]},"5bfca6b7-164":{"id":"/src/controls/toggleAdornmentsControl.ts","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-165"},"imported":[{"uid":"5bfca6b7-160"},{"uid":"5bfca6b7-312"},{"uid":"5bfca6b7-162"}],"importedBy":[{"uid":"5bfca6b7-218"}]},"5bfca6b7-166":{"id":"/src/images/plus.svg?raw","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-167"},"imported":[],"importedBy":[{"uid":"5bfca6b7-170"}]},"5bfca6b7-168":{"id":"/src/images/minus.svg?raw","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-169"},"imported":[],"importedBy":[{"uid":"5bfca6b7-170"}]},"5bfca6b7-170":{"id":"/src/controls/zoomControls.ts","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-171"},"imported":[{"uid":"5bfca6b7-166"},{"uid":"5bfca6b7-168"},{"uid":"5bfca6b7-162"}],"importedBy":[{"uid":"5bfca6b7-218"}]},"5bfca6b7-172":{"id":"/src/images/geolocation.svg?raw","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-173"},"imported":[],"importedBy":[{"uid":"5bfca6b7-180"}]},"5bfca6b7-174":{"id":"/src/images/locating.svg?raw","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-175"},"imported":[],"importedBy":[{"uid":"5bfca6b7-180"}]},"5bfca6b7-176":{"id":"/src/images/location-dot.svg?raw","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-177"},"imported":[],"importedBy":[{"uid":"5bfca6b7-178"}]},"5bfca6b7-178":{"id":"/src/utils/geolocation.ts","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-179"},"imported":[{"uid":"5bfca6b7-176"}],"importedBy":[{"uid":"5bfca6b7-180"}]},"5bfca6b7-180":{"id":"/src/controls/geolocationControls.ts","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-181"},"imported":[{"uid":"5bfca6b7-172"},{"uid":"5bfca6b7-174"},{"uid":"5bfca6b7-162"},{"uid":"5bfca6b7-178"}],"importedBy":[{"uid":"5bfca6b7-218"}]},"5bfca6b7-182":{"id":"/src/images/full-screen.svg?raw","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-183"},"imported":[],"importedBy":[{"uid":"5bfca6b7-186"}]},"5bfca6b7-184":{"id":"/src/utils/fullscreen.ts","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-185"},"imported":[],"importedBy":[{"uid":"5bfca6b7-186"}]},"5bfca6b7-186":{"id":"/src/controls/fullscreenControls.ts","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-187"},"imported":[{"uid":"5bfca6b7-182"},{"uid":"5bfca6b7-162"},{"uid":"5bfca6b7-184"}],"importedBy":[{"uid":"5bfca6b7-218"}]},"5bfca6b7-188":{"id":"/src/images/refresh.svg?raw","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-189"},"imported":[],"importedBy":[{"uid":"5bfca6b7-190"}]},"5bfca6b7-190":{"id":"/src/controls/refreshMapControls.ts","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-191"},"imported":[{"uid":"5bfca6b7-188"},{"uid":"5bfca6b7-162"}],"importedBy":[{"uid":"5bfca6b7-218"}]},"5bfca6b7-192":{"id":"/src/images/search.svg?raw","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-193"},"imported":[],"importedBy":[{"uid":"5bfca6b7-214"}]},"5bfca6b7-194":{"id":"/src/images/close.svg?raw","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-195"},"imported":[],"importedBy":[{"uid":"5bfca6b7-214"}]},"5bfca6b7-196":{"id":"/src/locales/da_DK/strings.json","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-197"},"imported":[],"importedBy":[{"uid":"5bfca6b7-210"}]},"5bfca6b7-198":{"id":"/src/locales/de_DE/strings.json","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-199"},"imported":[],"importedBy":[{"uid":"5bfca6b7-210"}]},"5bfca6b7-200":{"id":"/src/locales/en_GB/strings.json","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-201"},"imported":[],"importedBy":[{"uid":"5bfca6b7-210"}]},"5bfca6b7-202":{"id":"/src/locales/es_ES/strings.json","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-203"},"imported":[],"importedBy":[{"uid":"5bfca6b7-210"}]},"5bfca6b7-204":{"id":"/src/locales/fr_FR/strings.json","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-205"},"imported":[],"importedBy":[{"uid":"5bfca6b7-210"}]},"5bfca6b7-206":{"id":"/src/locales/it_IT/strings.json","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-207"},"imported":[],"importedBy":[{"uid":"5bfca6b7-210"}]},"5bfca6b7-208":{"id":"/src/locales/nl_NL/strings.json","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-209"},"imported":[],"importedBy":[{"uid":"5bfca6b7-210"}]},"5bfca6b7-210":{"id":"/src/i18n.ts","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-211"},"imported":[{"uid":"5bfca6b7-196"},{"uid":"5bfca6b7-198"},{"uid":"5bfca6b7-200"},{"uid":"5bfca6b7-202"},{"uid":"5bfca6b7-204"},{"uid":"5bfca6b7-206"},{"uid":"5bfca6b7-208"}],"importedBy":[{"uid":"5bfca6b7-372"},{"uid":"5bfca6b7-334"},{"uid":"5bfca6b7-214"},{"uid":"5bfca6b7-212"}]},"5bfca6b7-212":{"id":"/src/utils/graphhopper.ts","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-213"},"imported":[{"uid":"5bfca6b7-210"}],"importedBy":[{"uid":"5bfca6b7-214"}]},"5bfca6b7-214":{"id":"/src/controls/geocoderControl.ts","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-215"},"imported":[{"uid":"5bfca6b7-192"},{"uid":"5bfca6b7-194"},{"uid":"5bfca6b7-212"},{"uid":"5bfca6b7-210"}],"importedBy":[{"uid":"5bfca6b7-218"}]},"5bfca6b7-216":{"id":"/src/utils/browser.ts","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-217"},"imported":[],"importedBy":[{"uid":"5bfca6b7-312"},{"uid":"5bfca6b7-218"}]},"5bfca6b7-218":{"id":"/src/controls/webControls.ts","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-219"},"imported":[{"uid":"5bfca6b7-164"},{"uid":"5bfca6b7-170"},{"uid":"5bfca6b7-180"},{"uid":"5bfca6b7-186"},{"uid":"5bfca6b7-190"},{"uid":"5bfca6b7-214"},{"uid":"5bfca6b7-216"}],"importedBy":[{"uid":"5bfca6b7-312"}]},"5bfca6b7-220":{"id":"/src/adornments/copyright.ts","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-221"},"imported":[],"importedBy":[{"uid":"5bfca6b7-312"}]},"5bfca6b7-222":{"id":"/node_modules/@turf/area/dist/esm/index.js","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-223"},"imported":[{"uid":"5bfca6b7-130"},{"uid":"5bfca6b7-132"}],"importedBy":[{"uid":"5bfca6b7-304"}]},"5bfca6b7-224":{"id":"/node_modules/topojson-client/src/identity.js","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-225"},"imported":[],"importedBy":[{"uid":"5bfca6b7-226"},{"uid":"5bfca6b7-433"}]},"5bfca6b7-226":{"id":"/node_modules/topojson-client/src/transform.js","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-227"},"imported":[{"uid":"5bfca6b7-224"}],"importedBy":[{"uid":"5bfca6b7-378"},{"uid":"5bfca6b7-428"},{"uid":"5bfca6b7-230"}]},"5bfca6b7-228":{"id":"/node_modules/topojson-client/src/reverse.js","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-229"},"imported":[],"importedBy":[{"uid":"5bfca6b7-230"}]},"5bfca6b7-230":{"id":"/node_modules/topojson-client/src/feature.js","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-231"},"imported":[{"uid":"5bfca6b7-228"},{"uid":"5bfca6b7-226"}],"importedBy":[{"uid":"5bfca6b7-378"},{"uid":"5bfca6b7-429"},{"uid":"5bfca6b7-430"}]},"5bfca6b7-232":{"id":"/node_modules/bignumber.js/bignumber.mjs","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-233"},"imported":[],"importedBy":[{"uid":"5bfca6b7-236"}]},"5bfca6b7-234":{"id":"/node_modules/splaytree-ts/dist/esm/index.js","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-235"},"imported":[],"importedBy":[{"uid":"5bfca6b7-236"}]},"5bfca6b7-236":{"id":"/node_modules/polyclip-ts/dist/esm/index.js","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-237"},"imported":[{"uid":"5bfca6b7-232"},{"uid":"5bfca6b7-234"}],"importedBy":[{"uid":"5bfca6b7-238"}]},"5bfca6b7-238":{"id":"/node_modules/@turf/intersect/dist/esm/index.js","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-239"},"imported":[{"uid":"5bfca6b7-130"},{"uid":"5bfca6b7-132"},{"uid":"5bfca6b7-236"}],"importedBy":[{"uid":"5bfca6b7-304"}]},"5bfca6b7-240":{"id":"/node_modules/d3-geo/src/math.js","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-241"},"imported":[],"importedBy":[{"uid":"5bfca6b7-434"},{"uid":"5bfca6b7-435"},{"uid":"5bfca6b7-436"},{"uid":"5bfca6b7-252"},{"uid":"5bfca6b7-264"},{"uid":"5bfca6b7-266"},{"uid":"5bfca6b7-270"},{"uid":"5bfca6b7-438"},{"uid":"5bfca6b7-272"},{"uid":"5bfca6b7-440"},{"uid":"5bfca6b7-441"},{"uid":"5bfca6b7-443"},{"uid":"5bfca6b7-444"},{"uid":"5bfca6b7-445"},{"uid":"5bfca6b7-446"},{"uid":"5bfca6b7-447"},{"uid":"5bfca6b7-448"},{"uid":"5bfca6b7-449"},{"uid":"5bfca6b7-451"},{"uid":"5bfca6b7-452"},{"uid":"5bfca6b7-296"},{"uid":"5bfca6b7-300"},{"uid":"5bfca6b7-453"},{"uid":"5bfca6b7-302"},{"uid":"5bfca6b7-454"},{"uid":"5bfca6b7-455"},{"uid":"5bfca6b7-250"},{"uid":"5bfca6b7-246"},{"uid":"5bfca6b7-262"},{"uid":"5bfca6b7-256"},{"uid":"5bfca6b7-258"},{"uid":"5bfca6b7-260"},{"uid":"5bfca6b7-276"},{"uid":"5bfca6b7-280"},{"uid":"5bfca6b7-282"},{"uid":"5bfca6b7-284"},{"uid":"5bfca6b7-298"},{"uid":"5bfca6b7-481"},{"uid":"5bfca6b7-482"},{"uid":"5bfca6b7-294"}]},"5bfca6b7-242":{"id":"/node_modules/d3-geo/src/noop.js","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-243"},"imported":[],"importedBy":[{"uid":"5bfca6b7-434"},{"uid":"5bfca6b7-436"},{"uid":"5bfca6b7-441"},{"uid":"5bfca6b7-254"},{"uid":"5bfca6b7-276"},{"uid":"5bfca6b7-278"},{"uid":"5bfca6b7-282"},{"uid":"5bfca6b7-284"}]},"5bfca6b7-244":{"id":"/node_modules/d3-geo/src/stream.js","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-245"},"imported":[],"importedBy":[{"uid":"5bfca6b7-379"},{"uid":"5bfca6b7-434"},{"uid":"5bfca6b7-435"},{"uid":"5bfca6b7-436"},{"uid":"5bfca6b7-441"},{"uid":"5bfca6b7-288"},{"uid":"5bfca6b7-292"}]},"5bfca6b7-246":{"id":"/node_modules/d3-geo/src/cartesian.js","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-247"},"imported":[{"uid":"5bfca6b7-240"}],"importedBy":[{"uid":"5bfca6b7-435"},{"uid":"5bfca6b7-252"},{"uid":"5bfca6b7-266"},{"uid":"5bfca6b7-260"},{"uid":"5bfca6b7-294"}]},"5bfca6b7-248":{"id":"/node_modules/d3-geo/src/compose.js","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-249"},"imported":[],"importedBy":[{"uid":"5bfca6b7-296"},{"uid":"5bfca6b7-250"}]},"5bfca6b7-250":{"id":"/node_modules/d3-geo/src/rotation.js","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-251"},"imported":[{"uid":"5bfca6b7-248"},{"uid":"5bfca6b7-240"}],"importedBy":[{"uid":"5bfca6b7-379"},{"uid":"5bfca6b7-252"},{"uid":"5bfca6b7-296"},{"uid":"5bfca6b7-300"}]},"5bfca6b7-252":{"id":"/node_modules/d3-geo/src/circle.js","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-253"},"imported":[{"uid":"5bfca6b7-246"},{"uid":"5bfca6b7-480"},{"uid":"5bfca6b7-240"},{"uid":"5bfca6b7-250"}],"importedBy":[{"uid":"5bfca6b7-379"},{"uid":"5bfca6b7-266"}]},"5bfca6b7-254":{"id":"/node_modules/d3-geo/src/clip/buffer.js","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-255"},"imported":[{"uid":"5bfca6b7-242"}],"importedBy":[{"uid":"5bfca6b7-270"},{"uid":"5bfca6b7-262"}]},"5bfca6b7-256":{"id":"/node_modules/d3-geo/src/pointEqual.js","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-257"},"imported":[{"uid":"5bfca6b7-240"}],"importedBy":[{"uid":"5bfca6b7-266"},{"uid":"5bfca6b7-258"}]},"5bfca6b7-258":{"id":"/node_modules/d3-geo/src/clip/rejoin.js","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-259"},"imported":[{"uid":"5bfca6b7-256"},{"uid":"5bfca6b7-240"}],"importedBy":[{"uid":"5bfca6b7-270"},{"uid":"5bfca6b7-262"}]},"5bfca6b7-260":{"id":"/node_modules/d3-geo/src/polygonContains.js","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-261"},"imported":[{"uid":"5bfca6b7-377"},{"uid":"5bfca6b7-246"},{"uid":"5bfca6b7-240"}],"importedBy":[{"uid":"5bfca6b7-438"},{"uid":"5bfca6b7-262"}]},"5bfca6b7-262":{"id":"/node_modules/d3-geo/src/clip/index.js","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-263"},"imported":[{"uid":"5bfca6b7-254"},{"uid":"5bfca6b7-258"},{"uid":"5bfca6b7-240"},{"uid":"5bfca6b7-260"},{"uid":"5bfca6b7-377"}],"importedBy":[{"uid":"5bfca6b7-264"},{"uid":"5bfca6b7-266"}]},"5bfca6b7-264":{"id":"/node_modules/d3-geo/src/clip/antimeridian.js","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-265"},"imported":[{"uid":"5bfca6b7-262"},{"uid":"5bfca6b7-240"}],"importedBy":[{"uid":"5bfca6b7-379"},{"uid":"5bfca6b7-296"}]},"5bfca6b7-266":{"id":"/node_modules/d3-geo/src/clip/circle.js","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-267"},"imported":[{"uid":"5bfca6b7-246"},{"uid":"5bfca6b7-252"},{"uid":"5bfca6b7-240"},{"uid":"5bfca6b7-256"},{"uid":"5bfca6b7-262"}],"importedBy":[{"uid":"5bfca6b7-379"},{"uid":"5bfca6b7-296"}]},"5bfca6b7-268":{"id":"/node_modules/d3-geo/src/clip/line.js","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-269"},"imported":[],"importedBy":[{"uid":"5bfca6b7-270"}]},"5bfca6b7-270":{"id":"/node_modules/d3-geo/src/clip/rectangle.js","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-271"},"imported":[{"uid":"5bfca6b7-240"},{"uid":"5bfca6b7-254"},{"uid":"5bfca6b7-268"},{"uid":"5bfca6b7-258"},{"uid":"5bfca6b7-377"}],"importedBy":[{"uid":"5bfca6b7-379"},{"uid":"5bfca6b7-437"},{"uid":"5bfca6b7-452"},{"uid":"5bfca6b7-296"}]},"5bfca6b7-272":{"id":"/node_modules/d3-geo/src/graticule.js","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-273"},"imported":[{"uid":"5bfca6b7-377"},{"uid":"5bfca6b7-240"}],"importedBy":[{"uid":"5bfca6b7-379"}]},"5bfca6b7-274":{"id":"/node_modules/d3-geo/src/identity.js","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-275"},"imported":[],"importedBy":[{"uid":"5bfca6b7-288"},{"uid":"5bfca6b7-452"},{"uid":"5bfca6b7-296"}]},"5bfca6b7-276":{"id":"/node_modules/d3-geo/src/path/area.js","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-277"},"imported":[{"uid":"5bfca6b7-377"},{"uid":"5bfca6b7-240"},{"uid":"5bfca6b7-242"}],"importedBy":[{"uid":"5bfca6b7-288"}]},"5bfca6b7-278":{"id":"/node_modules/d3-geo/src/path/bounds.js","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-279"},"imported":[{"uid":"5bfca6b7-242"}],"importedBy":[{"uid":"5bfca6b7-288"},{"uid":"5bfca6b7-292"}]},"5bfca6b7-280":{"id":"/node_modules/d3-geo/src/path/centroid.js","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-281"},"imported":[{"uid":"5bfca6b7-240"}],"importedBy":[{"uid":"5bfca6b7-288"}]},"5bfca6b7-282":{"id":"/node_modules/d3-geo/src/path/context.js","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-283"},"imported":[{"uid":"5bfca6b7-240"},{"uid":"5bfca6b7-242"}],"importedBy":[{"uid":"5bfca6b7-288"}]},"5bfca6b7-284":{"id":"/node_modules/d3-geo/src/path/measure.js","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-285"},"imported":[{"uid":"5bfca6b7-377"},{"uid":"5bfca6b7-240"},{"uid":"5bfca6b7-242"}],"importedBy":[{"uid":"5bfca6b7-288"}]},"5bfca6b7-286":{"id":"/node_modules/d3-geo/src/path/string.js","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-287"},"imported":[],"importedBy":[{"uid":"5bfca6b7-288"}]},"5bfca6b7-288":{"id":"/node_modules/d3-geo/src/path/index.js","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-289"},"imported":[{"uid":"5bfca6b7-274"},{"uid":"5bfca6b7-244"},{"uid":"5bfca6b7-276"},{"uid":"5bfca6b7-278"},{"uid":"5bfca6b7-280"},{"uid":"5bfca6b7-282"},{"uid":"5bfca6b7-284"},{"uid":"5bfca6b7-286"}],"importedBy":[{"uid":"5bfca6b7-379"}]},"5bfca6b7-290":{"id":"/node_modules/d3-geo/src/transform.js","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-291"},"imported":[],"importedBy":[{"uid":"5bfca6b7-379"},{"uid":"5bfca6b7-452"},{"uid":"5bfca6b7-296"},{"uid":"5bfca6b7-294"}]},"5bfca6b7-292":{"id":"/node_modules/d3-geo/src/projection/fit.js","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-293"},"imported":[{"uid":"5bfca6b7-244"},{"uid":"5bfca6b7-278"}],"importedBy":[{"uid":"5bfca6b7-443"},{"uid":"5bfca6b7-452"},{"uid":"5bfca6b7-296"}]},"5bfca6b7-294":{"id":"/node_modules/d3-geo/src/projection/resample.js","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-295"},"imported":[{"uid":"5bfca6b7-246"},{"uid":"5bfca6b7-240"},{"uid":"5bfca6b7-290"}],"importedBy":[{"uid":"5bfca6b7-296"}]},"5bfca6b7-296":{"id":"/node_modules/d3-geo/src/projection/index.js","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-297"},"imported":[{"uid":"5bfca6b7-264"},{"uid":"5bfca6b7-266"},{"uid":"5bfca6b7-270"},{"uid":"5bfca6b7-248"},{"uid":"5bfca6b7-274"},{"uid":"5bfca6b7-240"},{"uid":"5bfca6b7-250"},{"uid":"5bfca6b7-290"},{"uid":"5bfca6b7-292"},{"uid":"5bfca6b7-294"}],"importedBy":[{"uid":"5bfca6b7-379"},{"uid":"5bfca6b7-444"},{"uid":"5bfca6b7-445"},{"uid":"5bfca6b7-449"},{"uid":"5bfca6b7-450"},{"uid":"5bfca6b7-451"},{"uid":"5bfca6b7-300"},{"uid":"5bfca6b7-453"},{"uid":"5bfca6b7-302"},{"uid":"5bfca6b7-454"},{"uid":"5bfca6b7-481"}]},"5bfca6b7-298":{"id":"/node_modules/d3-geo/src/projection/azimuthal.js","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-299"},"imported":[{"uid":"5bfca6b7-240"}],"importedBy":[{"uid":"5bfca6b7-444"},{"uid":"5bfca6b7-445"},{"uid":"5bfca6b7-451"},{"uid":"5bfca6b7-302"},{"uid":"5bfca6b7-454"}]},"5bfca6b7-300":{"id":"/node_modules/d3-geo/src/projection/mercator.js","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-301"},"imported":[{"uid":"5bfca6b7-240"},{"uid":"5bfca6b7-250"},{"uid":"5bfca6b7-296"}],"importedBy":[{"uid":"5bfca6b7-379"},{"uid":"5bfca6b7-446"},{"uid":"5bfca6b7-455"}]},"5bfca6b7-302":{"id":"/node_modules/d3-geo/src/projection/orthographic.js","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-303"},"imported":[{"uid":"5bfca6b7-240"},{"uid":"5bfca6b7-298"},{"uid":"5bfca6b7-296"}],"importedBy":[{"uid":"5bfca6b7-379"}]},"5bfca6b7-304":{"id":"/src/adornments/insetMap.ts","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-305"},"imported":[{"uid":"5bfca6b7-222"},{"uid":"5bfca6b7-14"},{"uid":"5bfca6b7-132"},{"uid":"5bfca6b7-378"},{"uid":"5bfca6b7-238"},{"uid":"5bfca6b7-130"},{"uid":"5bfca6b7-379"}],"importedBy":[{"uid":"5bfca6b7-312"}]},"5bfca6b7-306":{"id":"/src/utils/scalebar.ts","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-307"},"imported":[],"importedBy":[{"uid":"5bfca6b7-308"}]},"5bfca6b7-308":{"id":"/src/adornments/scalebar.ts","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-309"},"imported":[{"uid":"5bfca6b7-14"},{"uid":"5bfca6b7-306"}],"importedBy":[{"uid":"5bfca6b7-312"}]},"5bfca6b7-310":{"id":"/src/adornments/heading.ts","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-311"},"imported":[{"uid":"5bfca6b7-150"},{"uid":"5bfca6b7-144"}],"importedBy":[{"uid":"5bfca6b7-312"}]},"5bfca6b7-312":{"id":"/src/renderAdornments.ts","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-313"},"imported":[{"uid":"5bfca6b7-16"},{"uid":"5bfca6b7-154"},{"uid":"5bfca6b7-156"},{"uid":"5bfca6b7-158"},{"uid":"5bfca6b7-218"},{"uid":"5bfca6b7-220"},{"uid":"5bfca6b7-304"},{"uid":"5bfca6b7-308"},{"uid":"5bfca6b7-310"},{"uid":"5bfca6b7-10"},{"uid":"5bfca6b7-216"}],"importedBy":[{"uid":"5bfca6b7-372"},{"uid":"5bfca6b7-164"}]},"5bfca6b7-314":{"id":"/src/utils/mapstyle.ts","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-315"},"imported":[{"uid":"5bfca6b7-10"}],"importedBy":[{"uid":"5bfca6b7-372"}]},"5bfca6b7-316":{"id":"/src/models/polygon.ts","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-317"},"imported":[{"uid":"5bfca6b7-150"},{"uid":"5bfca6b7-140"},{"uid":"5bfca6b7-14"}],"importedBy":[{"uid":"5bfca6b7-372"}]},"5bfca6b7-318":{"id":"/src/models/circle.ts","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-319"},"imported":[{"uid":"5bfca6b7-140"},{"uid":"5bfca6b7-150"},{"uid":"5bfca6b7-14"}],"importedBy":[{"uid":"5bfca6b7-372"},{"uid":"5bfca6b7-368"}]},"5bfca6b7-320":{"id":"/src/models/marker.ts","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-321"},"imported":[{"uid":"5bfca6b7-150"},{"uid":"5bfca6b7-14"}],"importedBy":[{"uid":"5bfca6b7-372"},{"uid":"5bfca6b7-368"}]},"5bfca6b7-322":{"id":"/src/utils/overlays.ts","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-323"},"imported":[{"uid":"5bfca6b7-14"}],"importedBy":[{"uid":"5bfca6b7-372"}]},"5bfca6b7-324":{"id":"/src/images/popup-previous.svg?raw","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-325"},"imported":[],"importedBy":[{"uid":"5bfca6b7-334"}]},"5bfca6b7-326":{"id":"/src/images/popup-close.svg?raw","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-327"},"imported":[],"importedBy":[{"uid":"5bfca6b7-334"}]},"5bfca6b7-328":{"id":"/src/images/popup-next.svg?raw","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-329"},"imported":[],"importedBy":[{"uid":"5bfca6b7-334"}]},"5bfca6b7-330":{"id":"/src/images/alert-triangle.svg?raw","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-331"},"imported":[],"importedBy":[{"uid":"5bfca6b7-334"}]},"5bfca6b7-332":{"id":"/src/utils/youtube.ts","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-333"},"imported":[{"uid":"5bfca6b7-14"}],"importedBy":[{"uid":"5bfca6b7-334"}]},"5bfca6b7-334":{"id":"/src/utils/template.ts","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-335"},"imported":[{"uid":"5bfca6b7-324"},{"uid":"5bfca6b7-326"},{"uid":"5bfca6b7-328"},{"uid":"5bfca6b7-330"},{"uid":"5bfca6b7-210"},{"uid":"5bfca6b7-332"},{"uid":"5bfca6b7-14"}],"importedBy":[{"uid":"5bfca6b7-340"}]},"5bfca6b7-336":{"id":"/src/Registry.ts","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-337"},"imported":[],"importedBy":[{"uid":"5bfca6b7-340"},{"uid":"5bfca6b7-368"}]},"5bfca6b7-338":{"id":"/src/HighlightManager.ts","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-339"},"imported":[{"uid":"5bfca6b7-8"},{"uid":"5bfca6b7-14"},{"uid":"5bfca6b7-140"}],"importedBy":[{"uid":"5bfca6b7-340"}]},"5bfca6b7-340":{"id":"/src/PopupManager.ts","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-341"},"imported":[{"uid":"5bfca6b7-8"},{"uid":"5bfca6b7-334"},{"uid":"5bfca6b7-336"},{"uid":"5bfca6b7-338"}],"importedBy":[{"uid":"5bfca6b7-372"}]},"5bfca6b7-342":{"id":"/src/utils/lineSlicer.ts","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-343"},"imported":[{"uid":"5bfca6b7-8"},{"uid":"5bfca6b7-14"}],"importedBy":[{"uid":"5bfca6b7-344"}]},"5bfca6b7-344":{"id":"/src/models/line.ts","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-345"},"imported":[{"uid":"5bfca6b7-150"},{"uid":"5bfca6b7-342"},{"uid":"5bfca6b7-140"},{"uid":"5bfca6b7-14"}],"importedBy":[{"uid":"5bfca6b7-372"},{"uid":"5bfca6b7-368"}]},"5bfca6b7-346":{"id":"/src/models/area.ts","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-347"},"imported":[{"uid":"5bfca6b7-140"},{"uid":"5bfca6b7-150"},{"uid":"5bfca6b7-142"}],"importedBy":[{"uid":"5bfca6b7-372"}]},"5bfca6b7-348":{"id":"/src/models/dot.ts","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-349"},"imported":[{"uid":"5bfca6b7-150"}],"importedBy":[{"uid":"5bfca6b7-372"}]},"5bfca6b7-350":{"id":"/src/utils/video/index.ts","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-351"},"imported":[{"uid":"5bfca6b7-14"}],"importedBy":[{"uid":"5bfca6b7-368"},{"uid":"5bfca6b7-362"}]},"5bfca6b7-352":{"id":"/node_modules/d3-shape/src/curve/monotone.js","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-353"},"imported":[],"importedBy":[{"uid":"5bfca6b7-488"}]},"5bfca6b7-354":{"id":"/node_modules/bezier-easing/src/index.js","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-355"},"imported":[],"importedBy":[{"uid":"5bfca6b7-358"}]},"5bfca6b7-356":{"id":"/node_modules/newton-raphson-method/index.js","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-357"},"imported":[],"importedBy":[{"uid":"5bfca6b7-358"}]},"5bfca6b7-358":{"id":"/src/utils/video/monotonicCurve.ts","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-359"},"imported":[{"uid":"5bfca6b7-14"},{"uid":"5bfca6b7-488"},{"uid":"5bfca6b7-354"},{"uid":"5bfca6b7-356"}],"importedBy":[{"uid":"5bfca6b7-362"}]},"5bfca6b7-360":{"id":"/src/utils/video/easings.ts","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-361"},"imported":[],"importedBy":[{"uid":"5bfca6b7-362"},{"uid":"5bfca6b7-366"}]},"5bfca6b7-362":{"id":"/src/utils/video/cameraCurve.ts","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-363"},"imported":[{"uid":"5bfca6b7-350"},{"uid":"5bfca6b7-358"},{"uid":"5bfca6b7-8"},{"uid":"5bfca6b7-14"},{"uid":"5bfca6b7-360"}],"importedBy":[{"uid":"5bfca6b7-368"}]},"5bfca6b7-364":{"id":"/node_modules/just-debounce-it/index.mjs","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-365"},"imported":[],"importedBy":[{"uid":"5bfca6b7-368"}]},"5bfca6b7-366":{"id":"/src/utils/video/animations.ts","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-367"},"imported":[{"uid":"5bfca6b7-360"}],"importedBy":[{"uid":"5bfca6b7-368"}]},"5bfca6b7-368":{"id":"/src/Video.ts","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-369"},"imported":[{"uid":"5bfca6b7-350"},{"uid":"5bfca6b7-8"},{"uid":"5bfca6b7-14"},{"uid":"5bfca6b7-362"},{"uid":"5bfca6b7-318"},{"uid":"5bfca6b7-320"},{"uid":"5bfca6b7-150"},{"uid":"5bfca6b7-344"},{"uid":"5bfca6b7-140"},{"uid":"5bfca6b7-364"},{"uid":"5bfca6b7-336"},{"uid":"5bfca6b7-366"},{"uid":"5bfca6b7-10"}],"importedBy":[{"uid":"5bfca6b7-370"}]},"5bfca6b7-370":{"id":"/src/MCMap.ts","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-371"},"imported":[{"uid":"5bfca6b7-8"},{"uid":"5bfca6b7-368"}],"importedBy":[{"uid":"5bfca6b7-372"}]},"5bfca6b7-372":{"id":"/src/initMap.ts","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-373"},"imported":[{"uid":"5bfca6b7-10"},{"uid":"5bfca6b7-12"},{"uid":"5bfca6b7-8"},{"uid":"5bfca6b7-14"},{"uid":"5bfca6b7-312"},{"uid":"5bfca6b7-314"},{"uid":"5bfca6b7-316"},{"uid":"5bfca6b7-318"},{"uid":"5bfca6b7-320"},{"uid":"5bfca6b7-322"},{"uid":"5bfca6b7-340"},{"uid":"5bfca6b7-144"},{"uid":"5bfca6b7-150"},{"uid":"5bfca6b7-344"},{"uid":"5bfca6b7-346"},{"uid":"5bfca6b7-348"},{"uid":"5bfca6b7-370"},{"uid":"5bfca6b7-210"}],"importedBy":[{"uid":"5bfca6b7-374"}]},"5bfca6b7-374":{"id":"/src/index.ts","moduleParts":{"mapcreator-sdk.umd.cjs":"5bfca6b7-375"},"imported":[{"uid":"5bfca6b7-2"},{"uid":"5bfca6b7-4"},{"uid":"5bfca6b7-6"},{"uid":"5bfca6b7-8"},{"uid":"5bfca6b7-372"}],"importedBy":[],"isEntry":true},"5bfca6b7-376":{"id":"/node_modules/d3-format/src/index.js","moduleParts":{},"imported":[{"uid":"5bfca6b7-114"},{"uid":"5bfca6b7-112"},{"uid":"5bfca6b7-100"},{"uid":"5bfca6b7-116"},{"uid":"5bfca6b7-118"},{"uid":"5bfca6b7-120"}],"importedBy":[{"uid":"5bfca6b7-154"},{"uid":"5bfca6b7-465"},{"uid":"5bfca6b7-122"}]},"5bfca6b7-377":{"id":"/node_modules/d3-array/src/index.js","moduleParts":{},"imported":[{"uid":"5bfca6b7-66"},{"uid":"5bfca6b7-58"},{"uid":"5bfca6b7-62"},{"uid":"5bfca6b7-382"},{"uid":"5bfca6b7-383"},{"uid":"5bfca6b7-384"},{"uid":"5bfca6b7-385"},{"uid":"5bfca6b7-60"},{"uid":"5bfca6b7-386"},{"uid":"5bfca6b7-68"},{"uid":"5bfca6b7-70"},{"uid":"5bfca6b7-387"},{"uid":"5bfca6b7-388"},{"uid":"5bfca6b7-389"},{"uid":"5bfca6b7-390"},{"uid":"5bfca6b7-391"},{"uid":"5bfca6b7-392"},{"uid":"5bfca6b7-393"},{"uid":"5bfca6b7-394"},{"uid":"5bfca6b7-395"},{"uid":"5bfca6b7-396"},{"uid":"5bfca6b7-78"},{"uid":"5bfca6b7-397"},{"uid":"5bfca6b7-398"},{"uid":"5bfca6b7-399"},{"uid":"5bfca6b7-400"},{"uid":"5bfca6b7-401"},{"uid":"5bfca6b7-402"},{"uid":"5bfca6b7-76"},{"uid":"5bfca6b7-403"},{"uid":"5bfca6b7-80"},{"uid":"5bfca6b7-404"},{"uid":"5bfca6b7-405"},{"uid":"5bfca6b7-406"},{"uid":"5bfca6b7-407"},{"uid":"5bfca6b7-408"},{"uid":"5bfca6b7-409"},{"uid":"5bfca6b7-410"},{"uid":"5bfca6b7-411"},{"uid":"5bfca6b7-74"},{"uid":"5bfca6b7-412"},{"uid":"5bfca6b7-413"},{"uid":"5bfca6b7-414"},{"uid":"5bfca6b7-415"},{"uid":"5bfca6b7-416"},{"uid":"5bfca6b7-417"},{"uid":"5bfca6b7-418"},{"uid":"5bfca6b7-419"},{"uid":"5bfca6b7-420"},{"uid":"5bfca6b7-421"},{"uid":"5bfca6b7-422"},{"uid":"5bfca6b7-423"},{"uid":"5bfca6b7-424"},{"uid":"5bfca6b7-425"},{"uid":"5bfca6b7-426"},{"uid":"5bfca6b7-427"},{"uid":"5bfca6b7-72"}],"importedBy":[{"uid":"5bfca6b7-154"},{"uid":"5bfca6b7-142"},{"uid":"5bfca6b7-434"},{"uid":"5bfca6b7-435"},{"uid":"5bfca6b7-436"},{"uid":"5bfca6b7-270"},{"uid":"5bfca6b7-272"},{"uid":"5bfca6b7-441"},{"uid":"5bfca6b7-463"},{"uid":"5bfca6b7-124"},{"uid":"5bfca6b7-465"},{"uid":"5bfca6b7-84"},{"uid":"5bfca6b7-126"},{"uid":"5bfca6b7-128"},{"uid":"5bfca6b7-469"},{"uid":"5bfca6b7-473"},{"uid":"5bfca6b7-122"},{"uid":"5bfca6b7-262"},{"uid":"5bfca6b7-260"},{"uid":"5bfca6b7-276"},{"uid":"5bfca6b7-284"},{"uid":"5bfca6b7-90"},{"uid":"5bfca6b7-500"}]},"5bfca6b7-378":{"id":"/node_modules/topojson-client/src/index.js","moduleParts":{},"imported":[{"uid":"5bfca6b7-428"},{"uid":"5bfca6b7-230"},{"uid":"5bfca6b7-429"},{"uid":"5bfca6b7-430"},{"uid":"5bfca6b7-431"},{"uid":"5bfca6b7-432"},{"uid":"5bfca6b7-226"},{"uid":"5bfca6b7-433"}],"importedBy":[{"uid":"5bfca6b7-304"}]},"5bfca6b7-379":{"id":"/node_modules/d3-geo/src/index.js","moduleParts":{},"imported":[{"uid":"5bfca6b7-434"},{"uid":"5bfca6b7-435"},{"uid":"5bfca6b7-436"},{"uid":"5bfca6b7-252"},{"uid":"5bfca6b7-264"},{"uid":"5bfca6b7-266"},{"uid":"5bfca6b7-437"},{"uid":"5bfca6b7-270"},{"uid":"5bfca6b7-438"},{"uid":"5bfca6b7-439"},{"uid":"5bfca6b7-272"},{"uid":"5bfca6b7-440"},{"uid":"5bfca6b7-441"},{"uid":"5bfca6b7-288"},{"uid":"5bfca6b7-442"},{"uid":"5bfca6b7-443"},{"uid":"5bfca6b7-444"},{"uid":"5bfca6b7-445"},{"uid":"5bfca6b7-446"},{"uid":"5bfca6b7-447"},{"uid":"5bfca6b7-448"},{"uid":"5bfca6b7-449"},{"uid":"5bfca6b7-450"},{"uid":"5bfca6b7-451"},{"uid":"5bfca6b7-452"},{"uid":"5bfca6b7-296"},{"uid":"5bfca6b7-300"},{"uid":"5bfca6b7-453"},{"uid":"5bfca6b7-302"},{"uid":"5bfca6b7-454"},{"uid":"5bfca6b7-455"},{"uid":"5bfca6b7-250"},{"uid":"5bfca6b7-244"},{"uid":"5bfca6b7-290"}],"importedBy":[{"uid":"5bfca6b7-304"}]},"5bfca6b7-380":{"id":"/node_modules/d3-interpolate/src/index.js","moduleParts":{},"imported":[{"uid":"5bfca6b7-48"},{"uid":"5bfca6b7-38"},{"uid":"5bfca6b7-26"},{"uid":"5bfca6b7-28"},{"uid":"5bfca6b7-40"},{"uid":"5bfca6b7-456"},{"uid":"5bfca6b7-457"},{"uid":"5bfca6b7-42"},{"uid":"5bfca6b7-36"},{"uid":"5bfca6b7-44"},{"uid":"5bfca6b7-50"},{"uid":"5bfca6b7-46"},{"uid":"5bfca6b7-458"},{"uid":"5bfca6b7-459"},{"uid":"5bfca6b7-34"},{"uid":"5bfca6b7-460"},{"uid":"5bfca6b7-461"},{"uid":"5bfca6b7-52"},{"uid":"5bfca6b7-462"},{"uid":"5bfca6b7-54"},{"uid":"5bfca6b7-56"}],"importedBy":[{"uid":"5bfca6b7-142"},{"uid":"5bfca6b7-472"},{"uid":"5bfca6b7-474"},{"uid":"5bfca6b7-90"}]},"5bfca6b7-381":{"id":"/node_modules/d3-scale/src/index.js","moduleParts":{},"imported":[{"uid":"5bfca6b7-463"},{"uid":"5bfca6b7-464"},{"uid":"5bfca6b7-124"},{"uid":"5bfca6b7-465"},{"uid":"5bfca6b7-466"},{"uid":"5bfca6b7-84"},{"uid":"5bfca6b7-467"},{"uid":"5bfca6b7-468"},{"uid":"5bfca6b7-126"},{"uid":"5bfca6b7-128"},{"uid":"5bfca6b7-469"},{"uid":"5bfca6b7-470"},{"uid":"5bfca6b7-471"},{"uid":"5bfca6b7-472"},{"uid":"5bfca6b7-473"},{"uid":"5bfca6b7-474"},{"uid":"5bfca6b7-122"}],"importedBy":[{"uid":"5bfca6b7-142"}]},"5bfca6b7-382":{"id":"/node_modules/d3-array/src/blur.js","moduleParts":{},"imported":[],"importedBy":[{"uid":"5bfca6b7-377"}]},"5bfca6b7-383":{"id":"/node_modules/d3-array/src/count.js","moduleParts":{},"imported":[],"importedBy":[{"uid":"5bfca6b7-377"},{"uid":"5bfca6b7-390"},{"uid":"5bfca6b7-391"},{"uid":"5bfca6b7-392"}]},"5bfca6b7-384":{"id":"/node_modules/d3-array/src/cross.js","moduleParts":{},"imported":[],"importedBy":[{"uid":"5bfca6b7-377"}]},"5bfca6b7-385":{"id":"/node_modules/d3-array/src/cumsum.js","moduleParts":{},"imported":[],"importedBy":[{"uid":"5bfca6b7-377"}]},"5bfca6b7-386":{"id":"/node_modules/d3-array/src/deviation.js","moduleParts":{},"imported":[{"uid":"5bfca6b7-413"}],"importedBy":[{"uid":"5bfca6b7-377"},{"uid":"5bfca6b7-391"}]},"5bfca6b7-387":{"id":"/node_modules/d3-array/src/group.js","moduleParts":{},"imported":[{"uid":"5bfca6b7-72"},{"uid":"5bfca6b7-475"}],"importedBy":[{"uid":"5bfca6b7-377"},{"uid":"5bfca6b7-388"}]},"5bfca6b7-388":{"id":"/node_modules/d3-array/src/groupSort.js","moduleParts":{},"imported":[{"uid":"5bfca6b7-58"},{"uid":"5bfca6b7-387"},{"uid":"5bfca6b7-421"}],"importedBy":[{"uid":"5bfca6b7-377"}]},"5bfca6b7-389":{"id":"/node_modules/d3-array/src/bin.js","moduleParts":{},"imported":[{"uid":"5bfca6b7-476"},{"uid":"5bfca6b7-66"},{"uid":"5bfca6b7-477"},{"uid":"5bfca6b7-68"},{"uid":"5bfca6b7-475"},{"uid":"5bfca6b7-400"},{"uid":"5bfca6b7-74"},{"uid":"5bfca6b7-392"}],"importedBy":[{"uid":"5bfca6b7-377"}]},"5bfca6b7-390":{"id":"/node_modules/d3-array/src/threshold/freedmanDiaconis.js","moduleParts":{},"imported":[{"uid":"5bfca6b7-383"},{"uid":"5bfca6b7-76"}],"importedBy":[{"uid":"5bfca6b7-377"}]},"5bfca6b7-391":{"id":"/node_modules/d3-array/src/threshold/scott.js","moduleParts":{},"imported":[{"uid":"5bfca6b7-383"},{"uid":"5bfca6b7-386"}],"importedBy":[{"uid":"5bfca6b7-377"}]},"5bfca6b7-392":{"id":"/node_modules/d3-array/src/threshold/sturges.js","moduleParts":{},"imported":[{"uid":"5bfca6b7-383"}],"importedBy":[{"uid":"5bfca6b7-377"},{"uid":"5bfca6b7-389"}]},"5bfca6b7-393":{"id":"/node_modules/d3-array/src/max.js","moduleParts":{},"imported":[],"importedBy":[{"uid":"5bfca6b7-377"},{"uid":"5bfca6b7-76"}]},"5bfca6b7-394":{"id":"/node_modules/d3-array/src/maxIndex.js","moduleParts":{},"imported":[],"importedBy":[{"uid":"5bfca6b7-377"},{"uid":"5bfca6b7-76"},{"uid":"5bfca6b7-408"}]},"5bfca6b7-395":{"id":"/node_modules/d3-array/src/mean.js","moduleParts":{},"imported":[],"importedBy":[{"uid":"5bfca6b7-377"}]},"5bfca6b7-396":{"id":"/node_modules/d3-array/src/median.js","moduleParts":{},"imported":[{"uid":"5bfca6b7-76"}],"importedBy":[{"uid":"5bfca6b7-377"}]},"5bfca6b7-397":{"id":"/node_modules/d3-array/src/min.js","moduleParts":{},"imported":[],"importedBy":[{"uid":"5bfca6b7-377"},{"uid":"5bfca6b7-76"},{"uid":"5bfca6b7-412"}]},"5bfca6b7-398":{"id":"/node_modules/d3-array/src/minIndex.js","moduleParts":{},"imported":[],"importedBy":[{"uid":"5bfca6b7-377"},{"uid":"5bfca6b7-76"},{"uid":"5bfca6b7-406"}]},"5bfca6b7-399":{"id":"/node_modules/d3-array/src/mode.js","moduleParts":{},"imported":[{"uid":"5bfca6b7-72"}],"importedBy":[{"uid":"5bfca6b7-377"}]},"5bfca6b7-400":{"id":"/node_modules/d3-array/src/nice.js","moduleParts":{},"imported":[{"uid":"5bfca6b7-74"}],"importedBy":[{"uid":"5bfca6b7-377"},{"uid":"5bfca6b7-389"}]},"5bfca6b7-401":{"id":"/node_modules/d3-array/src/pairs.js","moduleParts":{},"imported":[],"importedBy":[{"uid":"5bfca6b7-377"}]},"5bfca6b7-402":{"id":"/node_modules/d3-array/src/permute.js","moduleParts":{},"imported":[],"importedBy":[{"uid":"5bfca6b7-377"},{"uid":"5bfca6b7-421"}]},"5bfca6b7-403":{"id":"/node_modules/d3-array/src/quickselect.js","moduleParts":{},"imported":[{"uid":"5bfca6b7-421"}],"importedBy":[{"uid":"5bfca6b7-377"},{"uid":"5bfca6b7-76"}]},"5bfca6b7-404":{"id":"/node_modules/d3-array/src/rank.js","moduleParts":{},"imported":[{"uid":"5bfca6b7-58"},{"uid":"5bfca6b7-421"}],"importedBy":[{"uid":"5bfca6b7-377"}]},"5bfca6b7-405":{"id":"/node_modules/d3-array/src/least.js","moduleParts":{},"imported":[{"uid":"5bfca6b7-58"}],"importedBy":[{"uid":"5bfca6b7-377"}]},"5bfca6b7-406":{"id":"/node_modules/d3-array/src/leastIndex.js","moduleParts":{},"imported":[{"uid":"5bfca6b7-58"},{"uid":"5bfca6b7-398"}],"importedBy":[{"uid":"5bfca6b7-377"},{"uid":"5bfca6b7-409"}]},"5bfca6b7-407":{"id":"/node_modules/d3-array/src/greatest.js","moduleParts":{},"imported":[{"uid":"5bfca6b7-58"}],"importedBy":[{"uid":"5bfca6b7-377"},{"uid":"5bfca6b7-76"}]},"5bfca6b7-408":{"id":"/node_modules/d3-array/src/greatestIndex.js","moduleParts":{},"imported":[{"uid":"5bfca6b7-58"},{"uid":"5bfca6b7-394"}],"importedBy":[{"uid":"5bfca6b7-377"}]},"5bfca6b7-409":{"id":"/node_modules/d3-array/src/scan.js","moduleParts":{},"imported":[{"uid":"5bfca6b7-406"}],"importedBy":[{"uid":"5bfca6b7-377"}]},"5bfca6b7-410":{"id":"/node_modules/d3-array/src/shuffle.js","moduleParts":{},"imported":[],"importedBy":[{"uid":"5bfca6b7-377"}]},"5bfca6b7-411":{"id":"/node_modules/d3-array/src/sum.js","moduleParts":{},"imported":[],"importedBy":[{"uid":"5bfca6b7-377"}]},"5bfca6b7-412":{"id":"/node_modules/d3-array/src/transpose.js","moduleParts":{},"imported":[{"uid":"5bfca6b7-397"}],"importedBy":[{"uid":"5bfca6b7-377"},{"uid":"5bfca6b7-414"}]},"5bfca6b7-413":{"id":"/node_modules/d3-array/src/variance.js","moduleParts":{},"imported":[],"importedBy":[{"uid":"5bfca6b7-377"},{"uid":"5bfca6b7-386"}]},"5bfca6b7-414":{"id":"/node_modules/d3-array/src/zip.js","moduleParts":{},"imported":[{"uid":"5bfca6b7-412"}],"importedBy":[{"uid":"5bfca6b7-377"}]},"5bfca6b7-415":{"id":"/node_modules/d3-array/src/every.js","moduleParts":{},"imported":[],"importedBy":[{"uid":"5bfca6b7-377"}]},"5bfca6b7-416":{"id":"/node_modules/d3-array/src/some.js","moduleParts":{},"imported":[],"importedBy":[{"uid":"5bfca6b7-377"}]},"5bfca6b7-417":{"id":"/node_modules/d3-array/src/filter.js","moduleParts":{},"imported":[],"importedBy":[{"uid":"5bfca6b7-377"}]},"5bfca6b7-418":{"id":"/node_modules/d3-array/src/map.js","moduleParts":{},"imported":[],"importedBy":[{"uid":"5bfca6b7-377"}]},"5bfca6b7-419":{"id":"/node_modules/d3-array/src/reduce.js","moduleParts":{},"imported":[],"importedBy":[{"uid":"5bfca6b7-377"}]},"5bfca6b7-420":{"id":"/node_modules/d3-array/src/reverse.js","moduleParts":{},"imported":[],"importedBy":[{"uid":"5bfca6b7-377"}]},"5bfca6b7-421":{"id":"/node_modules/d3-array/src/sort.js","moduleParts":{},"imported":[{"uid":"5bfca6b7-58"},{"uid":"5bfca6b7-402"}],"importedBy":[{"uid":"5bfca6b7-377"},{"uid":"5bfca6b7-388"},{"uid":"5bfca6b7-76"},{"uid":"5bfca6b7-403"},{"uid":"5bfca6b7-404"}]},"5bfca6b7-422":{"id":"/node_modules/d3-array/src/difference.js","moduleParts":{},"imported":[{"uid":"5bfca6b7-72"}],"importedBy":[{"uid":"5bfca6b7-377"}]},"5bfca6b7-423":{"id":"/node_modules/d3-array/src/disjoint.js","moduleParts":{},"imported":[{"uid":"5bfca6b7-72"}],"importedBy":[{"uid":"5bfca6b7-377"}]},"5bfca6b7-424":{"id":"/node_modules/d3-array/src/intersection.js","moduleParts":{},"imported":[{"uid":"5bfca6b7-72"}],"importedBy":[{"uid":"5bfca6b7-377"}]},"5bfca6b7-425":{"id":"/node_modules/d3-array/src/subset.js","moduleParts":{},"imported":[{"uid":"5bfca6b7-426"}],"importedBy":[{"uid":"5bfca6b7-377"}]},"5bfca6b7-426":{"id":"/node_modules/d3-array/src/superset.js","moduleParts":{},"imported":[],"importedBy":[{"uid":"5bfca6b7-377"},{"uid":"5bfca6b7-425"}]},"5bfca6b7-427":{"id":"/node_modules/d3-array/src/union.js","moduleParts":{},"imported":[{"uid":"5bfca6b7-72"}],"importedBy":[{"uid":"5bfca6b7-377"}]},"5bfca6b7-428":{"id":"/node_modules/topojson-client/src/bbox.js","moduleParts":{},"imported":[{"uid":"5bfca6b7-226"}],"importedBy":[{"uid":"5bfca6b7-378"},{"uid":"5bfca6b7-432"}]},"5bfca6b7-429":{"id":"/node_modules/topojson-client/src/mesh.js","moduleParts":{},"imported":[{"uid":"5bfca6b7-230"},{"uid":"5bfca6b7-478"}],"importedBy":[{"uid":"5bfca6b7-378"}]},"5bfca6b7-430":{"id":"/node_modules/topojson-client/src/merge.js","moduleParts":{},"imported":[{"uid":"5bfca6b7-230"},{"uid":"5bfca6b7-478"}],"importedBy":[{"uid":"5bfca6b7-378"}]},"5bfca6b7-431":{"id":"/node_modules/topojson-client/src/neighbors.js","moduleParts":{},"imported":[{"uid":"5bfca6b7-479"}],"importedBy":[{"uid":"5bfca6b7-378"}]},"5bfca6b7-432":{"id":"/node_modules/topojson-client/src/quantize.js","moduleParts":{},"imported":[{"uid":"5bfca6b7-428"},{"uid":"5bfca6b7-433"}],"importedBy":[{"uid":"5bfca6b7-378"}]},"5bfca6b7-433":{"id":"/node_modules/topojson-client/src/untransform.js","moduleParts":{},"imported":[{"uid":"5bfca6b7-224"}],"importedBy":[{"uid":"5bfca6b7-378"},{"uid":"5bfca6b7-432"}]},"5bfca6b7-434":{"id":"/node_modules/d3-geo/src/area.js","moduleParts":{},"imported":[{"uid":"5bfca6b7-377"},{"uid":"5bfca6b7-240"},{"uid":"5bfca6b7-242"},{"uid":"5bfca6b7-244"}],"importedBy":[{"uid":"5bfca6b7-379"},{"uid":"5bfca6b7-435"}]},"5bfca6b7-435":{"id":"/node_modules/d3-geo/src/bounds.js","moduleParts":{},"imported":[{"uid":"5bfca6b7-377"},{"uid":"5bfca6b7-434"},{"uid":"5bfca6b7-246"},{"uid":"5bfca6b7-240"},{"uid":"5bfca6b7-244"}],"importedBy":[{"uid":"5bfca6b7-379"}]},"5bfca6b7-436":{"id":"/node_modules/d3-geo/src/centroid.js","moduleParts":{},"imported":[{"uid":"5bfca6b7-377"},{"uid":"5bfca6b7-240"},{"uid":"5bfca6b7-242"},{"uid":"5bfca6b7-244"}],"importedBy":[{"uid":"5bfca6b7-379"}]},"5bfca6b7-437":{"id":"/node_modules/d3-geo/src/clip/extent.js","moduleParts":{},"imported":[{"uid":"5bfca6b7-270"}],"importedBy":[{"uid":"5bfca6b7-379"}]},"5bfca6b7-438":{"id":"/node_modules/d3-geo/src/contains.js","moduleParts":{},"imported":[{"uid":"5bfca6b7-260"},{"uid":"5bfca6b7-439"},{"uid":"5bfca6b7-240"}],"importedBy":[{"uid":"5bfca6b7-379"}]},"5bfca6b7-439":{"id":"/node_modules/d3-geo/src/distance.js","moduleParts":{},"imported":[{"uid":"5bfca6b7-441"}],"importedBy":[{"uid":"5bfca6b7-379"},{"uid":"5bfca6b7-438"}]},"5bfca6b7-440":{"id":"/node_modules/d3-geo/src/interpolate.js","moduleParts":{},"imported":[{"uid":"5bfca6b7-240"}],"importedBy":[{"uid":"5bfca6b7-379"}]},"5bfca6b7-441":{"id":"/node_modules/d3-geo/src/length.js","moduleParts":{},"imported":[{"uid":"5bfca6b7-377"},{"uid":"5bfca6b7-240"},{"uid":"5bfca6b7-242"},{"uid":"5bfca6b7-244"}],"importedBy":[{"uid":"5bfca6b7-379"},{"uid":"5bfca6b7-439"}]},"5bfca6b7-442":{"id":"/node_modules/d3-geo/src/projection/albers.js","moduleParts":{},"imported":[{"uid":"5bfca6b7-447"}],"importedBy":[{"uid":"5bfca6b7-379"},{"uid":"5bfca6b7-443"}]},"5bfca6b7-443":{"id":"/node_modules/d3-geo/src/projection/albersUsa.js","moduleParts":{},"imported":[{"uid":"5bfca6b7-240"},{"uid":"5bfca6b7-442"},{"uid":"5bfca6b7-447"},{"uid":"5bfca6b7-292"}],"importedBy":[{"uid":"5bfca6b7-379"}]},"5bfca6b7-444":{"id":"/node_modules/d3-geo/src/projection/azimuthalEqualArea.js","moduleParts":{},"imported":[{"uid":"5bfca6b7-240"},{"uid":"5bfca6b7-298"},{"uid":"5bfca6b7-296"}],"importedBy":[{"uid":"5bfca6b7-379"}]},"5bfca6b7-445":{"id":"/node_modules/d3-geo/src/projection/azimuthalEquidistant.js","moduleParts":{},"imported":[{"uid":"5bfca6b7-240"},{"uid":"5bfca6b7-298"},{"uid":"5bfca6b7-296"}],"importedBy":[{"uid":"5bfca6b7-379"}]},"5bfca6b7-446":{"id":"/node_modules/d3-geo/src/projection/conicConformal.js","moduleParts":{},"imported":[{"uid":"5bfca6b7-240"},{"uid":"5bfca6b7-481"},{"uid":"5bfca6b7-300"}],"importedBy":[{"uid":"5bfca6b7-379"}]},"5bfca6b7-447":{"id":"/node_modules/d3-geo/src/projection/conicEqualArea.js","moduleParts":{},"imported":[{"uid":"5bfca6b7-240"},{"uid":"5bfca6b7-481"},{"uid":"5bfca6b7-482"}],"importedBy":[{"uid":"5bfca6b7-379"},{"uid":"5bfca6b7-442"},{"uid":"5bfca6b7-443"}]},"5bfca6b7-448":{"id":"/node_modules/d3-geo/src/projection/conicEquidistant.js","moduleParts":{},"imported":[{"uid":"5bfca6b7-240"},{"uid":"5bfca6b7-481"},{"uid":"5bfca6b7-450"}],"importedBy":[{"uid":"5bfca6b7-379"}]},"5bfca6b7-449":{"id":"/node_modules/d3-geo/src/projection/equalEarth.js","moduleParts":{},"imported":[{"uid":"5bfca6b7-296"},{"uid":"5bfca6b7-240"}],"importedBy":[{"uid":"5bfca6b7-379"}]},"5bfca6b7-450":{"id":"/node_modules/d3-geo/src/projection/equirectangular.js","moduleParts":{},"imported":[{"uid":"5bfca6b7-296"}],"importedBy":[{"uid":"5bfca6b7-379"},{"uid":"5bfca6b7-448"}]},"5bfca6b7-451":{"id":"/node_modules/d3-geo/src/projection/gnomonic.js","moduleParts":{},"imported":[{"uid":"5bfca6b7-240"},{"uid":"5bfca6b7-298"},{"uid":"5bfca6b7-296"}],"importedBy":[{"uid":"5bfca6b7-379"}]},"5bfca6b7-452":{"id":"/node_modules/d3-geo/src/projection/identity.js","moduleParts":{},"imported":[{"uid":"5bfca6b7-270"},{"uid":"5bfca6b7-274"},{"uid":"5bfca6b7-290"},{"uid":"5bfca6b7-292"},{"uid":"5bfca6b7-240"}],"importedBy":[{"uid":"5bfca6b7-379"}]},"5bfca6b7-453":{"id":"/node_modules/d3-geo/src/projection/naturalEarth1.js","moduleParts":{},"imported":[{"uid":"5bfca6b7-296"},{"uid":"5bfca6b7-240"}],"importedBy":[{"uid":"5bfca6b7-379"}]},"5bfca6b7-454":{"id":"/node_modules/d3-geo/src/projection/stereographic.js","moduleParts":{},"imported":[{"uid":"5bfca6b7-240"},{"uid":"5bfca6b7-298"},{"uid":"5bfca6b7-296"}],"importedBy":[{"uid":"5bfca6b7-379"}]},"5bfca6b7-455":{"id":"/node_modules/d3-geo/src/projection/transverseMercator.js","moduleParts":{},"imported":[{"uid":"5bfca6b7-240"},{"uid":"5bfca6b7-300"}],"importedBy":[{"uid":"5bfca6b7-379"}]},"5bfca6b7-456":{"id":"/node_modules/d3-interpolate/src/discrete.js","moduleParts":{},"imported":[],"importedBy":[{"uid":"5bfca6b7-380"}]},"5bfca6b7-457":{"id":"/node_modules/d3-interpolate/src/hue.js","moduleParts":{},"imported":[{"uid":"5bfca6b7-32"}],"importedBy":[{"uid":"5bfca6b7-380"}]},"5bfca6b7-458":{"id":"/node_modules/d3-interpolate/src/transform/index.js","moduleParts":{},"imported":[{"uid":"5bfca6b7-42"},{"uid":"5bfca6b7-484"}],"importedBy":[{"uid":"5bfca6b7-380"}]},"5bfca6b7-459":{"id":"/node_modules/d3-interpolate/src/zoom.js","moduleParts":{},"imported":[],"importedBy":[{"uid":"5bfca6b7-380"}]},"5bfca6b7-460":{"id":"/node_modules/d3-interpolate/src/hsl.js","moduleParts":{},"imported":[{"uid":"5bfca6b7-483"},{"uid":"5bfca6b7-32"}],"importedBy":[{"uid":"5bfca6b7-380"}]},"5bfca6b7-461":{"id":"/node_modules/d3-interpolate/src/lab.js","moduleParts":{},"imported":[{"uid":"5bfca6b7-483"},{"uid":"5bfca6b7-32"}],"importedBy":[{"uid":"5bfca6b7-380"}]},"5bfca6b7-462":{"id":"/node_modules/d3-interpolate/src/cubehelix.js","moduleParts":{},"imported":[{"uid":"5bfca6b7-483"},{"uid":"5bfca6b7-32"}],"importedBy":[{"uid":"5bfca6b7-380"}]},"5bfca6b7-463":{"id":"/node_modules/d3-scale/src/band.js","moduleParts":{},"imported":[{"uid":"5bfca6b7-377"},{"uid":"5bfca6b7-82"},{"uid":"5bfca6b7-84"}],"importedBy":[{"uid":"5bfca6b7-381"}]},"5bfca6b7-464":{"id":"/node_modules/d3-scale/src/identity.js","moduleParts":{},"imported":[{"uid":"5bfca6b7-124"},{"uid":"5bfca6b7-88"}],"importedBy":[{"uid":"5bfca6b7-381"}]},"5bfca6b7-465":{"id":"/node_modules/d3-scale/src/log.js","moduleParts":{},"imported":[{"uid":"5bfca6b7-377"},{"uid":"5bfca6b7-376"},{"uid":"5bfca6b7-485"},{"uid":"5bfca6b7-90"},{"uid":"5bfca6b7-82"}],"importedBy":[{"uid":"5bfca6b7-381"},{"uid":"5bfca6b7-472"},{"uid":"5bfca6b7-474"}]},"5bfca6b7-466":{"id":"/node_modules/d3-scale/src/symlog.js","moduleParts":{},"imported":[{"uid":"5bfca6b7-124"},{"uid":"5bfca6b7-90"},{"uid":"5bfca6b7-82"}],"importedBy":[{"uid":"5bfca6b7-381"},{"uid":"5bfca6b7-472"},{"uid":"5bfca6b7-474"}]},"5bfca6b7-467":{"id":"/node_modules/d3-scale/src/pow.js","moduleParts":{},"imported":[{"uid":"5bfca6b7-124"},{"uid":"5bfca6b7-90"},{"uid":"5bfca6b7-82"}],"importedBy":[{"uid":"5bfca6b7-381"},{"uid":"5bfca6b7-472"},{"uid":"5bfca6b7-474"}]},"5bfca6b7-468":{"id":"/node_modules/d3-scale/src/radial.js","moduleParts":{},"imported":[{"uid":"5bfca6b7-90"},{"uid":"5bfca6b7-82"},{"uid":"5bfca6b7-124"},{"uid":"5bfca6b7-88"}],"importedBy":[{"uid":"5bfca6b7-381"}]},"5bfca6b7-469":{"id":"/node_modules/d3-scale/src/threshold.js","moduleParts":{},"imported":[{"uid":"5bfca6b7-377"},{"uid":"5bfca6b7-82"}],"importedBy":[{"uid":"5bfca6b7-381"}]},"5bfca6b7-470":{"id":"/node_modules/d3-scale/src/time.js","moduleParts":{},"imported":[{"uid":"5bfca6b7-486"},{"uid":"5bfca6b7-487"},{"uid":"5bfca6b7-90"},{"uid":"5bfca6b7-82"},{"uid":"5bfca6b7-485"}],"importedBy":[{"uid":"5bfca6b7-381"},{"uid":"5bfca6b7-471"}]},"5bfca6b7-471":{"id":"/node_modules/d3-scale/src/utcTime.js","moduleParts":{},"imported":[{"uid":"5bfca6b7-486"},{"uid":"5bfca6b7-487"},{"uid":"5bfca6b7-470"},{"uid":"5bfca6b7-82"}],"importedBy":[{"uid":"5bfca6b7-381"}]},"5bfca6b7-472":{"id":"/node_modules/d3-scale/src/sequential.js","moduleParts":{},"imported":[{"uid":"5bfca6b7-380"},{"uid":"5bfca6b7-90"},{"uid":"5bfca6b7-82"},{"uid":"5bfca6b7-124"},{"uid":"5bfca6b7-465"},{"uid":"5bfca6b7-466"},{"uid":"5bfca6b7-467"}],"importedBy":[{"uid":"5bfca6b7-381"},{"uid":"5bfca6b7-474"}]},"5bfca6b7-473":{"id":"/node_modules/d3-scale/src/sequentialQuantile.js","moduleParts":{},"imported":[{"uid":"5bfca6b7-377"},{"uid":"5bfca6b7-90"},{"uid":"5bfca6b7-82"}],"importedBy":[{"uid":"5bfca6b7-381"}]},"5bfca6b7-474":{"id":"/node_modules/d3-scale/src/diverging.js","moduleParts":{},"imported":[{"uid":"5bfca6b7-380"},{"uid":"5bfca6b7-90"},{"uid":"5bfca6b7-82"},{"uid":"5bfca6b7-124"},{"uid":"5bfca6b7-465"},{"uid":"5bfca6b7-472"},{"uid":"5bfca6b7-466"},{"uid":"5bfca6b7-467"}],"importedBy":[{"uid":"5bfca6b7-381"}]},"5bfca6b7-475":{"id":"/node_modules/d3-array/src/identity.js","moduleParts":{},"imported":[],"importedBy":[{"uid":"5bfca6b7-387"},{"uid":"5bfca6b7-389"}]},"5bfca6b7-476":{"id":"/node_modules/d3-array/src/array.js","moduleParts":{},"imported":[],"importedBy":[{"uid":"5bfca6b7-389"}]},"5bfca6b7-477":{"id":"/node_modules/d3-array/src/constant.js","moduleParts":{},"imported":[],"importedBy":[{"uid":"5bfca6b7-389"}]},"5bfca6b7-478":{"id":"/node_modules/topojson-client/src/stitch.js","moduleParts":{},"imported":[],"importedBy":[{"uid":"5bfca6b7-429"},{"uid":"5bfca6b7-430"}]},"5bfca6b7-479":{"id":"/node_modules/topojson-client/src/bisect.js","moduleParts":{},"imported":[],"importedBy":[{"uid":"5bfca6b7-431"}]},"5bfca6b7-480":{"id":"/node_modules/d3-geo/src/constant.js","moduleParts":{},"imported":[],"importedBy":[{"uid":"5bfca6b7-252"}]},"5bfca6b7-481":{"id":"/node_modules/d3-geo/src/projection/conic.js","moduleParts":{},"imported":[{"uid":"5bfca6b7-240"},{"uid":"5bfca6b7-296"}],"importedBy":[{"uid":"5bfca6b7-446"},{"uid":"5bfca6b7-447"},{"uid":"5bfca6b7-448"}]},"5bfca6b7-482":{"id":"/node_modules/d3-geo/src/projection/cylindricalEqualArea.js","moduleParts":{},"imported":[{"uid":"5bfca6b7-240"}],"importedBy":[{"uid":"5bfca6b7-447"}]},"5bfca6b7-483":{"id":"/node_modules/d3-color/src/index.js","moduleParts":{},"imported":[{"uid":"5bfca6b7-20"},{"uid":"5bfca6b7-24"},{"uid":"5bfca6b7-489"}],"importedBy":[{"uid":"5bfca6b7-48"},{"uid":"5bfca6b7-34"},{"uid":"5bfca6b7-460"},{"uid":"5bfca6b7-461"},{"uid":"5bfca6b7-52"},{"uid":"5bfca6b7-462"}]},"5bfca6b7-484":{"id":"/node_modules/d3-interpolate/src/transform/parse.js","moduleParts":{},"imported":[{"uid":"5bfca6b7-490"}],"importedBy":[{"uid":"5bfca6b7-458"}]},"5bfca6b7-485":{"id":"/node_modules/d3-scale/src/nice.js","moduleParts":{},"imported":[],"importedBy":[{"uid":"5bfca6b7-465"},{"uid":"5bfca6b7-470"}]},"5bfca6b7-486":{"id":"/node_modules/d3-time/src/index.js","moduleParts":{},"imported":[{"uid":"5bfca6b7-491"},{"uid":"5bfca6b7-492"},{"uid":"5bfca6b7-493"},{"uid":"5bfca6b7-494"},{"uid":"5bfca6b7-495"},{"uid":"5bfca6b7-496"},{"uid":"5bfca6b7-497"},{"uid":"5bfca6b7-498"},{"uid":"5bfca6b7-499"},{"uid":"5bfca6b7-500"}],"importedBy":[{"uid":"5bfca6b7-470"},{"uid":"5bfca6b7-471"},{"uid":"5bfca6b7-502"}]},"5bfca6b7-487":{"id":"/node_modules/d3-time-format/src/index.js","moduleParts":{},"imported":[{"uid":"5bfca6b7-501"},{"uid":"5bfca6b7-502"},{"uid":"5bfca6b7-503"},{"uid":"5bfca6b7-504"}],"importedBy":[{"uid":"5bfca6b7-470"},{"uid":"5bfca6b7-471"}]},"5bfca6b7-488":{"id":"/node_modules/d3-shape/src/index.js","moduleParts":{},"imported":[{"uid":"5bfca6b7-505"},{"uid":"5bfca6b7-506"},{"uid":"5bfca6b7-507"},{"uid":"5bfca6b7-508"},{"uid":"5bfca6b7-509"},{"uid":"5bfca6b7-510"},{"uid":"5bfca6b7-511"},{"uid":"5bfca6b7-512"},{"uid":"5bfca6b7-513"},{"uid":"5bfca6b7-514"},{"uid":"5bfca6b7-515"},{"uid":"5bfca6b7-516"},{"uid":"5bfca6b7-517"},{"uid":"5bfca6b7-518"},{"uid":"5bfca6b7-519"},{"uid":"5bfca6b7-520"},{"uid":"5bfca6b7-521"},{"uid":"5bfca6b7-522"},{"uid":"5bfca6b7-523"},{"uid":"5bfca6b7-524"},{"uid":"5bfca6b7-525"},{"uid":"5bfca6b7-526"},{"uid":"5bfca6b7-527"},{"uid":"5bfca6b7-528"},{"uid":"5bfca6b7-529"},{"uid":"5bfca6b7-530"},{"uid":"5bfca6b7-531"},{"uid":"5bfca6b7-532"},{"uid":"5bfca6b7-533"},{"uid":"5bfca6b7-534"},{"uid":"5bfca6b7-535"},{"uid":"5bfca6b7-536"},{"uid":"5bfca6b7-537"},{"uid":"5bfca6b7-538"},{"uid":"5bfca6b7-539"},{"uid":"5bfca6b7-352"},{"uid":"5bfca6b7-540"},{"uid":"5bfca6b7-541"},{"uid":"5bfca6b7-542"},{"uid":"5bfca6b7-543"},{"uid":"5bfca6b7-544"},{"uid":"5bfca6b7-545"},{"uid":"5bfca6b7-546"},{"uid":"5bfca6b7-547"},{"uid":"5bfca6b7-548"},{"uid":"5bfca6b7-549"},{"uid":"5bfca6b7-550"},{"uid":"5bfca6b7-551"},{"uid":"5bfca6b7-552"},{"uid":"5bfca6b7-553"}],"importedBy":[{"uid":"5bfca6b7-358"}]},"5bfca6b7-489":{"id":"/node_modules/d3-color/src/cubehelix.js","moduleParts":{},"imported":[{"uid":"5bfca6b7-18"},{"uid":"5bfca6b7-20"},{"uid":"5bfca6b7-22"}],"importedBy":[{"uid":"5bfca6b7-483"}]},"5bfca6b7-490":{"id":"/node_modules/d3-interpolate/src/transform/decompose.js","moduleParts":{},"imported":[],"importedBy":[{"uid":"5bfca6b7-484"}]},"5bfca6b7-491":{"id":"/node_modules/d3-time/src/interval.js","moduleParts":{},"imported":[],"importedBy":[{"uid":"5bfca6b7-486"},{"uid":"5bfca6b7-492"},{"uid":"5bfca6b7-493"},{"uid":"5bfca6b7-494"},{"uid":"5bfca6b7-495"},{"uid":"5bfca6b7-496"},{"uid":"5bfca6b7-497"},{"uid":"5bfca6b7-498"},{"uid":"5bfca6b7-499"}]},"5bfca6b7-492":{"id":"/node_modules/d3-time/src/millisecond.js","moduleParts":{},"imported":[{"uid":"5bfca6b7-491"}],"importedBy":[{"uid":"5bfca6b7-486"},{"uid":"5bfca6b7-500"}]},"5bfca6b7-493":{"id":"/node_modules/d3-time/src/second.js","moduleParts":{},"imported":[{"uid":"5bfca6b7-491"},{"uid":"5bfca6b7-554"}],"importedBy":[{"uid":"5bfca6b7-486"},{"uid":"5bfca6b7-500"}]},"5bfca6b7-494":{"id":"/node_modules/d3-time/src/minute.js","moduleParts":{},"imported":[{"uid":"5bfca6b7-491"},{"uid":"5bfca6b7-554"}],"importedBy":[{"uid":"5bfca6b7-486"},{"uid":"5bfca6b7-500"}]},"5bfca6b7-495":{"id":"/node_modules/d3-time/src/hour.js","moduleParts":{},"imported":[{"uid":"5bfca6b7-491"},{"uid":"5bfca6b7-554"}],"importedBy":[{"uid":"5bfca6b7-486"},{"uid":"5bfca6b7-500"}]},"5bfca6b7-496":{"id":"/node_modules/d3-time/src/day.js","moduleParts":{},"imported":[{"uid":"5bfca6b7-491"},{"uid":"5bfca6b7-554"}],"importedBy":[{"uid":"5bfca6b7-486"},{"uid":"5bfca6b7-500"}]},"5bfca6b7-497":{"id":"/node_modules/d3-time/src/week.js","moduleParts":{},"imported":[{"uid":"5bfca6b7-491"},{"uid":"5bfca6b7-554"}],"importedBy":[{"uid":"5bfca6b7-486"},{"uid":"5bfca6b7-500"}]},"5bfca6b7-498":{"id":"/node_modules/d3-time/src/month.js","moduleParts":{},"imported":[{"uid":"5bfca6b7-491"}],"importedBy":[{"uid":"5bfca6b7-486"},{"uid":"5bfca6b7-500"}]},"5bfca6b7-499":{"id":"/node_modules/d3-time/src/year.js","moduleParts":{},"imported":[{"uid":"5bfca6b7-491"}],"importedBy":[{"uid":"5bfca6b7-486"},{"uid":"5bfca6b7-500"}]},"5bfca6b7-500":{"id":"/node_modules/d3-time/src/ticks.js","moduleParts":{},"imported":[{"uid":"5bfca6b7-377"},{"uid":"5bfca6b7-554"},{"uid":"5bfca6b7-492"},{"uid":"5bfca6b7-493"},{"uid":"5bfca6b7-494"},{"uid":"5bfca6b7-495"},{"uid":"5bfca6b7-496"},{"uid":"5bfca6b7-497"},{"uid":"5bfca6b7-498"},{"uid":"5bfca6b7-499"}],"importedBy":[{"uid":"5bfca6b7-486"}]},"5bfca6b7-501":{"id":"/node_modules/d3-time-format/src/defaultLocale.js","moduleParts":{},"imported":[{"uid":"5bfca6b7-502"}],"importedBy":[{"uid":"5bfca6b7-487"},{"uid":"5bfca6b7-503"},{"uid":"5bfca6b7-504"}]},"5bfca6b7-502":{"id":"/node_modules/d3-time-format/src/locale.js","moduleParts":{},"imported":[{"uid":"5bfca6b7-486"}],"importedBy":[{"uid":"5bfca6b7-487"},{"uid":"5bfca6b7-501"}]},"5bfca6b7-503":{"id":"/node_modules/d3-time-format/src/isoFormat.js","moduleParts":{},"imported":[{"uid":"5bfca6b7-501"}],"importedBy":[{"uid":"5bfca6b7-487"},{"uid":"5bfca6b7-504"}]},"5bfca6b7-504":{"id":"/node_modules/d3-time-format/src/isoParse.js","moduleParts":{},"imported":[{"uid":"5bfca6b7-503"},{"uid":"5bfca6b7-501"}],"importedBy":[{"uid":"5bfca6b7-487"}]},"5bfca6b7-505":{"id":"/node_modules/d3-shape/src/arc.js","moduleParts":{},"imported":[{"uid":"5bfca6b7-555"},{"uid":"5bfca6b7-556"},{"uid":"5bfca6b7-557"}],"importedBy":[{"uid":"5bfca6b7-488"}]},"5bfca6b7-506":{"id":"/node_modules/d3-shape/src/area.js","moduleParts":{},"imported":[{"uid":"5bfca6b7-558"},{"uid":"5bfca6b7-555"},{"uid":"5bfca6b7-539"},{"uid":"5bfca6b7-507"},{"uid":"5bfca6b7-557"},{"uid":"5bfca6b7-559"}],"importedBy":[{"uid":"5bfca6b7-488"},{"uid":"5bfca6b7-509"}]},"5bfca6b7-507":{"id":"/node_modules/d3-shape/src/line.js","moduleParts":{},"imported":[{"uid":"5bfca6b7-558"},{"uid":"5bfca6b7-555"},{"uid":"5bfca6b7-539"},{"uid":"5bfca6b7-557"},{"uid":"5bfca6b7-559"}],"importedBy":[{"uid":"5bfca6b7-488"},{"uid":"5bfca6b7-506"},{"uid":"5bfca6b7-510"}]},"5bfca6b7-508":{"id":"/node_modules/d3-shape/src/pie.js","moduleParts":{},"imported":[{"uid":"5bfca6b7-558"},{"uid":"5bfca6b7-555"},{"uid":"5bfca6b7-560"},{"uid":"5bfca6b7-561"},{"uid":"5bfca6b7-556"}],"importedBy":[{"uid":"5bfca6b7-488"}]},"5bfca6b7-509":{"id":"/node_modules/d3-shape/src/areaRadial.js","moduleParts":{},"imported":[{"uid":"5bfca6b7-562"},{"uid":"5bfca6b7-506"},{"uid":"5bfca6b7-510"}],"importedBy":[{"uid":"5bfca6b7-488"}]},"5bfca6b7-510":{"id":"/node_modules/d3-shape/src/lineRadial.js","moduleParts":{},"imported":[{"uid":"5bfca6b7-562"},{"uid":"5bfca6b7-507"}],"importedBy":[{"uid":"5bfca6b7-488"},{"uid":"5bfca6b7-509"}]},"5bfca6b7-511":{"id":"/node_modules/d3-shape/src/pointRadial.js","moduleParts":{},"imported":[],"importedBy":[{"uid":"5bfca6b7-488"},{"uid":"5bfca6b7-530"}]},"5bfca6b7-512":{"id":"/node_modules/d3-shape/src/link.js","moduleParts":{},"imported":[{"uid":"5bfca6b7-558"},{"uid":"5bfca6b7-555"},{"uid":"5bfca6b7-530"},{"uid":"5bfca6b7-557"},{"uid":"5bfca6b7-559"}],"importedBy":[{"uid":"5bfca6b7-488"}]},"5bfca6b7-513":{"id":"/node_modules/d3-shape/src/symbol.js","moduleParts":{},"imported":[{"uid":"5bfca6b7-555"},{"uid":"5bfca6b7-557"},{"uid":"5bfca6b7-514"},{"uid":"5bfca6b7-515"},{"uid":"5bfca6b7-516"},{"uid":"5bfca6b7-517"},{"uid":"5bfca6b7-518"},{"uid":"5bfca6b7-519"},{"uid":"5bfca6b7-520"},{"uid":"5bfca6b7-521"},{"uid":"5bfca6b7-522"},{"uid":"5bfca6b7-523"},{"uid":"5bfca6b7-524"},{"uid":"5bfca6b7-525"},{"uid":"5bfca6b7-526"}],"importedBy":[{"uid":"5bfca6b7-488"}]},"5bfca6b7-514":{"id":"/node_modules/d3-shape/src/symbol/asterisk.js","moduleParts":{},"imported":[{"uid":"5bfca6b7-556"}],"importedBy":[{"uid":"5bfca6b7-488"},{"uid":"5bfca6b7-513"}]},"5bfca6b7-515":{"id":"/node_modules/d3-shape/src/symbol/circle.js","moduleParts":{},"imported":[{"uid":"5bfca6b7-556"}],"importedBy":[{"uid":"5bfca6b7-488"},{"uid":"5bfca6b7-513"}]},"5bfca6b7-516":{"id":"/node_modules/d3-shape/src/symbol/cross.js","moduleParts":{},"imported":[{"uid":"5bfca6b7-556"}],"importedBy":[{"uid":"5bfca6b7-488"},{"uid":"5bfca6b7-513"}]},"5bfca6b7-517":{"id":"/node_modules/d3-shape/src/symbol/diamond.js","moduleParts":{},"imported":[{"uid":"5bfca6b7-556"}],"importedBy":[{"uid":"5bfca6b7-488"},{"uid":"5bfca6b7-513"}]},"5bfca6b7-518":{"id":"/node_modules/d3-shape/src/symbol/diamond2.js","moduleParts":{},"imported":[{"uid":"5bfca6b7-556"}],"importedBy":[{"uid":"5bfca6b7-488"},{"uid":"5bfca6b7-513"}]},"5bfca6b7-519":{"id":"/node_modules/d3-shape/src/symbol/plus.js","moduleParts":{},"imported":[{"uid":"5bfca6b7-556"}],"importedBy":[{"uid":"5bfca6b7-488"},{"uid":"5bfca6b7-513"}]},"5bfca6b7-520":{"id":"/node_modules/d3-shape/src/symbol/square.js","moduleParts":{},"imported":[{"uid":"5bfca6b7-556"}],"importedBy":[{"uid":"5bfca6b7-488"},{"uid":"5bfca6b7-513"}]},"5bfca6b7-521":{"id":"/node_modules/d3-shape/src/symbol/square2.js","moduleParts":{},"imported":[{"uid":"5bfca6b7-556"}],"importedBy":[{"uid":"5bfca6b7-488"},{"uid":"5bfca6b7-513"}]},"5bfca6b7-522":{"id":"/node_modules/d3-shape/src/symbol/star.js","moduleParts":{},"imported":[{"uid":"5bfca6b7-556"}],"importedBy":[{"uid":"5bfca6b7-488"},{"uid":"5bfca6b7-513"}]},"5bfca6b7-523":{"id":"/node_modules/d3-shape/src/symbol/triangle.js","moduleParts":{},"imported":[{"uid":"5bfca6b7-556"}],"importedBy":[{"uid":"5bfca6b7-488"},{"uid":"5bfca6b7-513"}]},"5bfca6b7-524":{"id":"/node_modules/d3-shape/src/symbol/triangle2.js","moduleParts":{},"imported":[{"uid":"5bfca6b7-556"}],"importedBy":[{"uid":"5bfca6b7-488"},{"uid":"5bfca6b7-513"}]},"5bfca6b7-525":{"id":"/node_modules/d3-shape/src/symbol/wye.js","moduleParts":{},"imported":[{"uid":"5bfca6b7-556"}],"importedBy":[{"uid":"5bfca6b7-488"},{"uid":"5bfca6b7-513"}]},"5bfca6b7-526":{"id":"/node_modules/d3-shape/src/symbol/times.js","moduleParts":{},"imported":[{"uid":"5bfca6b7-556"}],"importedBy":[{"uid":"5bfca6b7-488"},{"uid":"5bfca6b7-513"}]},"5bfca6b7-527":{"id":"/node_modules/d3-shape/src/curve/basisClosed.js","moduleParts":{},"imported":[{"uid":"5bfca6b7-563"},{"uid":"5bfca6b7-529"}],"importedBy":[{"uid":"5bfca6b7-488"}]},"5bfca6b7-528":{"id":"/node_modules/d3-shape/src/curve/basisOpen.js","moduleParts":{},"imported":[{"uid":"5bfca6b7-529"}],"importedBy":[{"uid":"5bfca6b7-488"}]},"5bfca6b7-529":{"id":"/node_modules/d3-shape/src/curve/basis.js","moduleParts":{},"imported":[],"importedBy":[{"uid":"5bfca6b7-488"},{"uid":"5bfca6b7-527"},{"uid":"5bfca6b7-528"},{"uid":"5bfca6b7-531"}]},"5bfca6b7-530":{"id":"/node_modules/d3-shape/src/curve/bump.js","moduleParts":{},"imported":[{"uid":"5bfca6b7-511"}],"importedBy":[{"uid":"5bfca6b7-488"},{"uid":"5bfca6b7-512"}]},"5bfca6b7-531":{"id":"/node_modules/d3-shape/src/curve/bundle.js","moduleParts":{},"imported":[{"uid":"5bfca6b7-529"}],"importedBy":[{"uid":"5bfca6b7-488"}]},"5bfca6b7-532":{"id":"/node_modules/d3-shape/src/curve/cardinalClosed.js","moduleParts":{},"imported":[{"uid":"5bfca6b7-563"},{"uid":"5bfca6b7-534"}],"importedBy":[{"uid":"5bfca6b7-488"},{"uid":"5bfca6b7-535"}]},"5bfca6b7-533":{"id":"/node_modules/d3-shape/src/curve/cardinalOpen.js","moduleParts":{},"imported":[{"uid":"5bfca6b7-534"}],"importedBy":[{"uid":"5bfca6b7-488"},{"uid":"5bfca6b7-536"}]},"5bfca6b7-534":{"id":"/node_modules/d3-shape/src/curve/cardinal.js","moduleParts":{},"imported":[],"importedBy":[{"uid":"5bfca6b7-488"},{"uid":"5bfca6b7-532"},{"uid":"5bfca6b7-533"},{"uid":"5bfca6b7-537"}]},"5bfca6b7-535":{"id":"/node_modules/d3-shape/src/curve/catmullRomClosed.js","moduleParts":{},"imported":[{"uid":"5bfca6b7-532"},{"uid":"5bfca6b7-563"},{"uid":"5bfca6b7-537"}],"importedBy":[{"uid":"5bfca6b7-488"}]},"5bfca6b7-536":{"id":"/node_modules/d3-shape/src/curve/catmullRomOpen.js","moduleParts":{},"imported":[{"uid":"5bfca6b7-533"},{"uid":"5bfca6b7-537"}],"importedBy":[{"uid":"5bfca6b7-488"}]},"5bfca6b7-537":{"id":"/node_modules/d3-shape/src/curve/catmullRom.js","moduleParts":{},"imported":[{"uid":"5bfca6b7-556"},{"uid":"5bfca6b7-534"}],"importedBy":[{"uid":"5bfca6b7-488"},{"uid":"5bfca6b7-535"},{"uid":"5bfca6b7-536"}]},"5bfca6b7-538":{"id":"/node_modules/d3-shape/src/curve/linearClosed.js","moduleParts":{},"imported":[{"uid":"5bfca6b7-563"}],"importedBy":[{"uid":"5bfca6b7-488"}]},"5bfca6b7-539":{"id":"/node_modules/d3-shape/src/curve/linear.js","moduleParts":{},"imported":[],"importedBy":[{"uid":"5bfca6b7-488"},{"uid":"5bfca6b7-506"},{"uid":"5bfca6b7-507"},{"uid":"5bfca6b7-562"}]},"5bfca6b7-540":{"id":"/node_modules/d3-shape/src/curve/natural.js","moduleParts":{},"imported":[],"importedBy":[{"uid":"5bfca6b7-488"}]},"5bfca6b7-541":{"id":"/node_modules/d3-shape/src/curve/step.js","moduleParts":{},"imported":[],"importedBy":[{"uid":"5bfca6b7-488"}]},"5bfca6b7-542":{"id":"/node_modules/d3-shape/src/stack.js","moduleParts":{},"imported":[{"uid":"5bfca6b7-558"},{"uid":"5bfca6b7-555"},{"uid":"5bfca6b7-545"},{"uid":"5bfca6b7-552"}],"importedBy":[{"uid":"5bfca6b7-488"}]},"5bfca6b7-543":{"id":"/node_modules/d3-shape/src/offset/expand.js","moduleParts":{},"imported":[{"uid":"5bfca6b7-545"}],"importedBy":[{"uid":"5bfca6b7-488"}]},"5bfca6b7-544":{"id":"/node_modules/d3-shape/src/offset/diverging.js","moduleParts":{},"imported":[],"importedBy":[{"uid":"5bfca6b7-488"}]},"5bfca6b7-545":{"id":"/node_modules/d3-shape/src/offset/none.js","moduleParts":{},"imported":[],"importedBy":[{"uid":"5bfca6b7-488"},{"uid":"5bfca6b7-542"},{"uid":"5bfca6b7-543"},{"uid":"5bfca6b7-546"},{"uid":"5bfca6b7-547"}]},"5bfca6b7-546":{"id":"/node_modules/d3-shape/src/offset/silhouette.js","moduleParts":{},"imported":[{"uid":"5bfca6b7-545"}],"importedBy":[{"uid":"5bfca6b7-488"}]},"5bfca6b7-547":{"id":"/node_modules/d3-shape/src/offset/wiggle.js","moduleParts":{},"imported":[{"uid":"5bfca6b7-545"}],"importedBy":[{"uid":"5bfca6b7-488"}]},"5bfca6b7-548":{"id":"/node_modules/d3-shape/src/order/appearance.js","moduleParts":{},"imported":[{"uid":"5bfca6b7-552"}],"importedBy":[{"uid":"5bfca6b7-488"},{"uid":"5bfca6b7-551"}]},"5bfca6b7-549":{"id":"/node_modules/d3-shape/src/order/ascending.js","moduleParts":{},"imported":[{"uid":"5bfca6b7-552"}],"importedBy":[{"uid":"5bfca6b7-488"},{"uid":"5bfca6b7-550"},{"uid":"5bfca6b7-551"}]},"5bfca6b7-550":{"id":"/node_modules/d3-shape/src/order/descending.js","moduleParts":{},"imported":[{"uid":"5bfca6b7-549"}],"importedBy":[{"uid":"5bfca6b7-488"}]},"5bfca6b7-551":{"id":"/node_modules/d3-shape/src/order/insideOut.js","moduleParts":{},"imported":[{"uid":"5bfca6b7-548"},{"uid":"5bfca6b7-549"}],"importedBy":[{"uid":"5bfca6b7-488"}]},"5bfca6b7-552":{"id":"/node_modules/d3-shape/src/order/none.js","moduleParts":{},"imported":[],"importedBy":[{"uid":"5bfca6b7-488"},{"uid":"5bfca6b7-542"},{"uid":"5bfca6b7-548"},{"uid":"5bfca6b7-549"},{"uid":"5bfca6b7-553"}]},"5bfca6b7-553":{"id":"/node_modules/d3-shape/src/order/reverse.js","moduleParts":{},"imported":[{"uid":"5bfca6b7-552"}],"importedBy":[{"uid":"5bfca6b7-488"}]},"5bfca6b7-554":{"id":"/node_modules/d3-time/src/duration.js","moduleParts":{},"imported":[],"importedBy":[{"uid":"5bfca6b7-493"},{"uid":"5bfca6b7-494"},{"uid":"5bfca6b7-495"},{"uid":"5bfca6b7-496"},{"uid":"5bfca6b7-497"},{"uid":"5bfca6b7-500"}]},"5bfca6b7-555":{"id":"/node_modules/d3-shape/src/constant.js","moduleParts":{},"imported":[],"importedBy":[{"uid":"5bfca6b7-505"},{"uid":"5bfca6b7-506"},{"uid":"5bfca6b7-507"},{"uid":"5bfca6b7-508"},{"uid":"5bfca6b7-512"},{"uid":"5bfca6b7-513"},{"uid":"5bfca6b7-542"}]},"5bfca6b7-556":{"id":"/node_modules/d3-shape/src/math.js","moduleParts":{},"imported":[],"importedBy":[{"uid":"5bfca6b7-505"},{"uid":"5bfca6b7-508"},{"uid":"5bfca6b7-514"},{"uid":"5bfca6b7-515"},{"uid":"5bfca6b7-516"},{"uid":"5bfca6b7-517"},{"uid":"5bfca6b7-518"},{"uid":"5bfca6b7-519"},{"uid":"5bfca6b7-520"},{"uid":"5bfca6b7-521"},{"uid":"5bfca6b7-522"},{"uid":"5bfca6b7-523"},{"uid":"5bfca6b7-524"},{"uid":"5bfca6b7-525"},{"uid":"5bfca6b7-526"},{"uid":"5bfca6b7-537"}]},"5bfca6b7-557":{"id":"/node_modules/d3-shape/src/path.js","moduleParts":{},"imported":[{"uid":"5bfca6b7-564"}],"importedBy":[{"uid":"5bfca6b7-505"},{"uid":"5bfca6b7-506"},{"uid":"5bfca6b7-507"},{"uid":"5bfca6b7-512"},{"uid":"5bfca6b7-513"}]},"5bfca6b7-558":{"id":"/node_modules/d3-shape/src/array.js","moduleParts":{},"imported":[],"importedBy":[{"uid":"5bfca6b7-506"},{"uid":"5bfca6b7-507"},{"uid":"5bfca6b7-508"},{"uid":"5bfca6b7-512"},{"uid":"5bfca6b7-542"}]},"5bfca6b7-559":{"id":"/node_modules/d3-shape/src/point.js","moduleParts":{},"imported":[],"importedBy":[{"uid":"5bfca6b7-506"},{"uid":"5bfca6b7-507"},{"uid":"5bfca6b7-512"}]},"5bfca6b7-560":{"id":"/node_modules/d3-shape/src/descending.js","moduleParts":{},"imported":[],"importedBy":[{"uid":"5bfca6b7-508"}]},"5bfca6b7-561":{"id":"/node_modules/d3-shape/src/identity.js","moduleParts":{},"imported":[],"importedBy":[{"uid":"5bfca6b7-508"}]},"5bfca6b7-562":{"id":"/node_modules/d3-shape/src/curve/radial.js","moduleParts":{},"imported":[{"uid":"5bfca6b7-539"}],"importedBy":[{"uid":"5bfca6b7-509"},{"uid":"5bfca6b7-510"}]},"5bfca6b7-563":{"id":"/node_modules/d3-shape/src/noop.js","moduleParts":{},"imported":[],"importedBy":[{"uid":"5bfca6b7-527"},{"uid":"5bfca6b7-532"},{"uid":"5bfca6b7-535"},{"uid":"5bfca6b7-538"}]},"5bfca6b7-564":{"id":"/node_modules/d3-path/src/index.js","moduleParts":{},"imported":[{"uid":"5bfca6b7-565"}],"importedBy":[{"uid":"5bfca6b7-557"}]},"5bfca6b7-565":{"id":"/node_modules/d3-path/src/path.js","moduleParts":{},"imported":[],"importedBy":[{"uid":"5bfca6b7-564"}]}},"env":{"rollup":"4.23.0"},"options":{"gzip":false,"brotli":true,"sourcemap":false}};
|
|
4934
4934
|
|
|
4935
4935
|
const run = () => {
|
|
4936
4936
|
const width = window.innerWidth;
|
package/dist/types/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { JobObjectDataBindings } from './jobObject';
|
|
2
2
|
export type Svgs = Record<string, string>;
|
|
3
3
|
export type ModelBindings = {
|
|
4
4
|
dataBindings?: JobObjectDataBindings | undefined;
|
|
@@ -14,12 +14,6 @@ export type InitialPositionInfo = {
|
|
|
14
14
|
};
|
|
15
15
|
export type Mode = 'sdk' | 'app' | 'preview' | 'video';
|
|
16
16
|
export type Env = 'production' | 'beta' | 'bleeding';
|
|
17
|
-
export type JobObjectAugmented = JobObject & {
|
|
18
|
-
meta: {
|
|
19
|
-
mapstyleSet: string;
|
|
20
|
-
layers?: string[] | undefined;
|
|
21
|
-
};
|
|
22
|
-
};
|
|
23
17
|
export type LayerInfo = {
|
|
24
18
|
[layerId: string]: {
|
|
25
19
|
visibility: boolean;
|
|
@@ -61,6 +61,10 @@ export type JobObject = {
|
|
|
61
61
|
keyframes: JobObjectKeyframe[];
|
|
62
62
|
animations: JobObjectAnimation[];
|
|
63
63
|
}>;
|
|
64
|
+
meta?: Optional<{
|
|
65
|
+
mapstyleSet?: Optional<string>;
|
|
66
|
+
layers?: Optional<string[]>;
|
|
67
|
+
}>;
|
|
64
68
|
};
|
|
65
69
|
export type JobObjectModels = {
|
|
66
70
|
area?: Optional<JobObjectAreaGroup[]>;
|
|
@@ -78,6 +82,7 @@ type JobObjectGroupBase<GT extends JobObjectGroupType> = {
|
|
|
78
82
|
id: string;
|
|
79
83
|
name: string;
|
|
80
84
|
models: GT[];
|
|
85
|
+
dataFile?: Optional<string>;
|
|
81
86
|
};
|
|
82
87
|
export type JobObjectAreaGroup = JobObjectGroupBase<JobObjectArea> & {
|
|
83
88
|
fillColor?: Optional<string>;
|