We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42a2d02 commit f343690Copy full SHA for f343690
scripts/build_data.js
@@ -122,7 +122,7 @@ function buildData() {
122
});
123
}).then(() =>
124
// also fetch the bleeding edge data too to make sure we're always hosting the latest icons
125
- fetch('https://raw.githubusercontent.com/openstreetmap/id-tagging-schema/main/interim/icons.json')
+ fetch('https://raw.githubusercontent.com/openstreetmap/id-tagging-schema/interim/icons.json')
126
).then(response => response.json()).then(cuttingEdgeIcons => {
127
cuttingEdgeIcons
128
.filter(icon => /^fa[srb]-/.test(icon))
0 commit comments