@maptiler/geocoding-control 3.0.0-rc.9 → 3.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -527,7 +527,7 @@ let l = class extends O {
527
527
  h(this, n, je).call(this, t);
528
528
  }}
529
529
  .missingIconsCache=${w(this, ae)}
530
- .iconsBaseUrl=${this.iconsBaseUrl ?? "https://cdn.maptiler.com/maptiler-geocoding-control/v3.0.0-rc.9/icons/"}
530
+ .iconsBaseUrl=${this.iconsBaseUrl ?? "https://cdn.maptiler.com/maptiler-geocoding-control/v3.0.0/icons/"}
531
531
  />
532
532
  `
533
533
  )}
@@ -965,7 +965,7 @@ const Bt = {
965
965
  "poi.aerodrome": 13
966
966
  // TODO add many more
967
967
  }, Gt = (t) => (e) => {
968
- const i = t.iconsBaseUrl ?? "https://cdn.maptiler.com/maptiler-geocoding-control/v3.0.0-rc.9/icons/", o = e.getProperties(), s = e.getGeometry()?.getType(), r = o.isMask ? 0 : s === "LineString" || s === "MultiLineString" ? 3 : 2;
968
+ const i = t.iconsBaseUrl ?? "https://cdn.maptiler.com/maptiler-geocoding-control/v3.0.0/icons/", o = e.getProperties(), s = e.getGeometry()?.getType(), r = o.isMask ? 0 : s === "LineString" || s === "MultiLineString" ? 3 : 2;
969
969
  return new ht({
970
970
  stroke: o.isMask ? void 0 : new Fe({
971
971
  color: "#3170fe",