mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-25 09:34:04 +02:00
Order building before other tag classes, so buildings always show as red
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user