From ee3083b113ef8bfbbd8d3e669a4e54fb94e5d427 Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Mon, 11 Dec 2017 11:46:11 -0500 Subject: [PATCH] Support rendering `camera:direction` --- modules/osm/node.js | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/osm/node.js b/modules/osm/node.js index cd3c8a79a..362b4448c 100644 --- a/modules/osm/node.js +++ b/modules/osm/node.js @@ -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 ||