Skip to content

Commit

Permalink
Add surface and tracktype as secondary tags for classing
Browse files Browse the repository at this point in the history
  • Loading branch information
bhousel committed Dec 1, 2015
1 parent 8a9accf commit 0b93fef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion js/id/svg/tag_classes.js
Original file line number Diff line number Diff line change
Expand Up @@ -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; };
Expand Down

0 comments on commit 0b93fef

Please sign in to comment.