Extract all graphics from iD sprite, reassemble with svg-sprite

All iD sprite graphics are now prefixed with `iD-`
Also includes support for sending the preset logos to taginfo
This commit is contained in:
Bryan Housel
2018-06-08 16:06:46 -04:00
parent 2ef12f8bca
commit 470835b38f
309 changed files with 2276 additions and 504 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ export function uiCommitWarnings(context) {
.attr('class', 'warning-item');
itemsEnter
.call(svgIcon('#icon-alert', 'pre-text'));
.call(svgIcon('#iD-icon-alert', 'pre-text'));
itemsEnter
.append('strong')