Move building tag class before everything

(so railway=station tagged building looks like a building)
This commit is contained in:
Bryan Housel
2014-05-01 10:38:52 -04:00
parent e3eb244d3f
commit 21882299c7
+2 -2
View File
@@ -1,7 +1,7 @@
iD.svg.TagClasses = function() {
var primary = [
'highway', 'railway', 'waterway', 'aeroway', 'motorway',
'boundary', 'power', 'building', 'amenity', 'natural', 'landuse',
'building', 'highway', 'railway', 'waterway', 'aeroway',
'motorway', 'boundary', 'power', 'amenity', 'natural', 'landuse',
'leisure', 'place'
],
secondary = [