Refine tagged vertex rendering

Don't render tagged vertices for which we don't have
an icon as the 'marker' icon. Marker shape is for points.
This commit is contained in:
John Firebaugh
2013-03-14 13:34:26 -07:00
parent 1582917f0d
commit 51a217caa2
7 changed files with 34 additions and 22 deletions
+3
View File
@@ -159,6 +159,9 @@
}, {
type: 'railway=level_crossing',
tags: {railway: 'level_crossing'}
}, {
type: 'unknown tag',
tags: {interesting: 'yes'}
}],
zooms = [16, 17, 18],
modes = ['base', 'hover', 'selected'],