Skip to content

Commit

Permalink
geocoder fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
lstiz committed Jun 4, 2024
1 parent 13db27f commit 9ff3117
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions dist/index-58U3KmRv.mjs → dist/index-Bq_bNMRX.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -58725,7 +58725,7 @@ function(n) {
*/
function(n) {
function e() {
return (On.canvg ? Promise.resolve(On.canvg) : import("./index.es-BWyxJuJN-BMkqIbwq.mjs")).catch(function(t) {
return (On.canvg ? Promise.resolve(On.canvg) : import("./index.es-BWyxJuJN-CymjIt7T.mjs")).catch(function(t) {
return Promise.reject(new Error("Could not load canvg: " + t));
}).then(function(t) {
return t.default ? t.default : t;
Expand Down Expand Up @@ -63947,9 +63947,9 @@ let yh, qf, Ci, _r, nW = class {
type: "Point",
coordinates: C
},
place_name: A.properties.label,
place_name: A.properties.etiqueta,
properties: A.properties,
text: A.properties.label,
text: A.properties.etiqueta,
place_type: ["place"],
center: C
};
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { p as Ui } from "./index-58U3KmRv.mjs";
import { p as Ui } from "./index-Bq_bNMRX.mjs";
var Zt = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
function No(i) {
return i && i.__esModule && Object.prototype.hasOwnProperty.call(i, "default") ? i.default : i;
Expand Down
2 changes: 1 addition & 1 deletion dist/mapicgc-gl.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/mapicgc-gl.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { C as p, a as s, M as r } from "./index-58U3KmRv.mjs";
import { C as p, a as s, M as r } from "./index-Bq_bNMRX.mjs";
export {
p as CompareMaps,
s as Config,
Expand Down
2 changes: 1 addition & 1 deletion dist/mapicgc-gl.umd.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mapicgc-gl-js",
"homepage": "https://openicgc.github.io/mapicgc-doc/",
"version": "0.0.79",
"version": "0.0.81",
"description": "mapicgc-gl-js library",
"author": "Institut Cartogràfic i Geològic de Catalunya",
"license": "BSD-3-Clause",
Expand Down
4 changes: 2 additions & 2 deletions src/map/Map.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,9 @@ export default class Map {
type: "Point",
coordinates: center,
},
place_name: feature.properties.label,
place_name: feature.properties.etiqueta,
properties: feature.properties,
text: feature.properties.label,
text: feature.properties.etiqueta,
place_type: ["place"],
center,
};
Expand Down

0 comments on commit 9ff3117

Please sign in to comment.