Add surface and tracktype as secondary tags for classing

This commit is contained in:
Bryan Housel
2015-12-01 15:41:45 -05:00
parent 8a9accfe8d
commit 0b93fefa41
+2 -1
View File
@@ -9,7 +9,8 @@ iD.svg.TagClasses = function() {
'razed', 'demolished', 'obliterated'
],
secondaries = [
'oneway', 'bridge', 'tunnel', 'embankment', 'cutting', 'barrier'
'oneway', 'bridge', 'tunnel', 'embankment', 'cutting', 'barrier',
'surface', 'tracktype'
],
tagClassRe = /^tag-/,
tags = function(entity) { return entity.tags; };