Skip to content

Commit

Permalink
Deploying to gh-pages from @ e640f05 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
k-yle committed Dec 21, 2024
1 parent ba9c7b0 commit 0b526f7
Show file tree
Hide file tree
Showing 10 changed files with 29 additions and 35 deletions.
8 changes: 4 additions & 4 deletions esbuild.json
Original file line number Diff line number Diff line change
Expand Up @@ -16622,7 +16622,7 @@
]
},
"modules/services/esri_data.js": {
"bytes": 12665,
"bytes": 12564,
"imports": [
{
"path": "node_modules/d3-dispatch/src/index.js",
Expand Down Expand Up @@ -20820,7 +20820,7 @@
"imports": [],
"exports": [],
"inputs": {},
"bytes": 5126608
"bytes": 5126425
},
"dist/iD.js": {
"imports": [],
Expand Down Expand Up @@ -23114,7 +23114,7 @@
"bytesInOutput": 0
},
"modules/services/esri_data.js": {
"bytesInOutput": 11105
"bytesInOutput": 11006
},
"modules/services/fb_ai_features.js": {
"bytesInOutput": 8597
Expand Down Expand Up @@ -23252,7 +23252,7 @@
"bytesInOutput": 472
}
},
"bytes": 3458505
"bytes": 3458406
}
}
}
3 changes: 1 addition & 2 deletions iD.js
Original file line number Diff line number Diff line change
Expand Up @@ -65524,7 +65524,7 @@
// modules/services/esri_data.js
var DEV = new URLSearchParams(location.hash).get("dev");
var DEV_CDN = "http://localhost:5000";
var PROD_CDN = "https://linz-addr-cdn.kyle.kiwi";
var PROD_CDN = "https://osm-nz.github.io/linz-address-import";
var APIROOT = DEV ? DEV_CDN : PROD_CDN;
window.APIROOT = APIROOT;
var TILEZOOM = 14;
Expand All @@ -65536,7 +65536,6 @@
window._dsState = {};
window._mostRecentDsId = null;
window.__locked = {};
fetch(APIROOT + "/__locked").then((r) => r.json()).then((obj) => window.__locked = obj).catch(console.error);
function esc(str) {
return str.replace(/ā/ig, "aa").replace(/ē/ig, "ee").replace(/ī/ig, "ii").replace(/ō/ig, "oo").replace(/ū/ig, "uu");
}
Expand Down
4 changes: 2 additions & 2 deletions iD.js.map

Large diffs are not rendered by default.

7 changes: 1 addition & 6 deletions iD.legacy.js
Original file line number Diff line number Diff line change
Expand Up @@ -74705,7 +74705,7 @@
// modules/services/esri_data.js
var DEV = new URLSearchParams(location.hash).get("dev");
var DEV_CDN = "http://localhost:5000";
var PROD_CDN = "https://linz-addr-cdn.kyle.kiwi";
var PROD_CDN = "https://osm-nz.github.io/linz-address-import";
var APIROOT = DEV ? DEV_CDN : PROD_CDN;
window.APIROOT = APIROOT;
var TILEZOOM = 14;
Expand All @@ -74717,11 +74717,6 @@
window._dsState = {};
window._mostRecentDsId = null;
window.__locked = {};
fetch(APIROOT + "/__locked").then(function(r) {
return r.json();
}).then(function(obj) {
return window.__locked = obj;
}).catch(console.error);
function esc(str) {
return str.replace(/ā/ig, "aa").replace(/ē/ig, "ee").replace(/ī/ig, "ii").replace(/ō/ig, "oo").replace(/ū/ig, "uu");
}
Expand Down
4 changes: 2 additions & 2 deletions iD.legacy.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion iD.legacy.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions iD.legacy.min.js.map

Large diffs are not rendered by default.

26 changes: 13 additions & 13 deletions iD.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions iD.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion img/fa-sprite.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0b526f7

Please sign in to comment.