Support rendering camera:direction

This commit is contained in:
Bryan Housel
2017-12-11 11:46:11 -05:00
parent 8e19474293
commit ee3083b113

View File

@@ -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 ||