mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 01:02:58 +00:00
Support rendering camera:direction
This commit is contained in:
@@ -59,6 +59,7 @@ _extend(osmNode.prototype, {
|
||||
} else {
|
||||
// direction tag
|
||||
val = (
|
||||
this.tags['camera:direction'] ||
|
||||
this.tags['railway:signal:direction'] ||
|
||||
this.tags['traffic_signals:direction'] ||
|
||||
this.tags.direction ||
|
||||
|
||||
Reference in New Issue
Block a user