mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-16 05:49:16 +02:00
Fix GitHub URLs
This commit is contained in:
+1
-1
@@ -357,7 +357,7 @@ function generateTaginfo(presets, fields) {
|
||||
}
|
||||
|
||||
if (isMaki(preset.icon)) {
|
||||
tag.icon_url = 'https://raw.githubusercontent.com/mapbox/maki/master/icons/' + preset.icon + '-11.svg';
|
||||
tag.icon_url = 'https://raw.githubusercontent.com/mapbox/maki/master/icons/' + preset.icon + '-15.svg?sanitize=true';
|
||||
}
|
||||
|
||||
coalesceTags(taginfo, tag);
|
||||
|
||||
Reference in New Issue
Block a user