Order building before other tag classes, so buildings always show as red

This commit is contained in:
Bryan Housel
2014-04-30 00:01:56 -04:00
parent 6202d01bf3
commit c289f33e86
+2 -2
View File
@@ -1,8 +1,8 @@
iD.svg.TagClasses = function() {
var primary = [
'highway', 'railway', 'waterway', 'aeroway', 'motorway',
'boundary', 'power', 'amenity', 'natural', 'landuse',
'building', 'leisure', 'place'
'boundary', 'power', 'building', 'amenity', 'natural', 'landuse',
'leisure', 'place'
],
secondary = [
'oneway', 'bridge', 'tunnel', 'construction'