update interim source for presets

see https://github.com/openstreetmap/id-tagging-schema/pull/1307
This commit is contained in:
Martin Raifer
2024-08-08 17:21:48 +02:00
parent b0e47ca93c
commit ba8d52e3c9
+1 -1
View File
@@ -121,7 +121,7 @@ function buildData() {
});
}).then(() =>
// also fetch the bleeding edge data too to make sure we're always hosting the latest icons
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')
).then(response => response.json()).then(cuttingEdgeIcons => {
cuttingEdgeIcons
.filter(icon => /^fa[srb]-/.test(icon))