Skip to content

Commit f343690

Browse files
tyrasd1ec5
authored andcommitted
update interim source for presets
see openstreetmap/id-tagging-schema#1307
1 parent 42a2d02 commit f343690

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build_data.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ function buildData() {
122122
});
123123
}).then(() =>
124124
// 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')
125+
fetch('https://raw.githubusercontent.com/openstreetmap/id-tagging-schema/interim/icons.json')
126126
).then(response => response.json()).then(cuttingEdgeIcons => {
127127
cuttingEdgeIcons
128128
.filter(icon => /^fa[srb]-/.test(icon))

0 commit comments

Comments
 (0)