mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 21:48:20 +02:00
Update taginfo.json temaki icons endpoints to ideditor repo
This commit is contained in:
+1
-1
@@ -467,7 +467,7 @@ function generateTaginfo(presets, fields) {
|
||||
tag.icon_url = 'https://cdn.jsdelivr.net/gh/mapbox/maki/icons/' +
|
||||
preset.icon.replace(/^maki-/, '') + '-15.svg';
|
||||
} else if (/^temaki-/.test(preset.icon)) {
|
||||
tag.icon_url = 'https://cdn.jsdelivr.net/gh/bhousel/temaki/icons/' +
|
||||
tag.icon_url = 'https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/' +
|
||||
preset.icon.replace(/^temaki-/, '') + '.svg';
|
||||
} else if (/^fa[srb]-/.test(preset.icon)) {
|
||||
tag.icon_url = 'https://cdn.jsdelivr.net/gh/openstreetmap/iD@master/svg/fontawesome/' +
|
||||
|
||||
+341
-341
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user