From ba8d52e3c9ce7bf674693ef5144f7cf4a3c9bff1 Mon Sep 17 00:00:00 2001 From: Martin Raifer Date: Thu, 8 Aug 2024 17:21:48 +0200 Subject: [PATCH] update interim source for presets see https://github.com/openstreetmap/id-tagging-schema/pull/1307 --- scripts/build_data.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build_data.js b/scripts/build_data.js index a5dcd2a79..f89b841c4 100644 --- a/scripts/build_data.js +++ b/scripts/build_data.js @@ -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))