mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-29 11:21:40 +02:00
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:
@@ -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'],
|
||||
|
||||
Reference in New Issue
Block a user