Remove point as allowable geometry from gates

(closes #5004)
This commit is contained in:
Bryan Housel
2018-04-22 09:59:25 -04:00
parent 068305e88a
commit 705f7862a1
5 changed files with 6 additions and 9 deletions
+2 -4
View File
@@ -4360,7 +4360,6 @@
"access"
],
"geometry": [
"point",
"vertex",
"line"
],
@@ -4417,8 +4416,8 @@
"access"
],
"geometry": [
"point",
"vertex"
"vertex",
"line"
],
"tags": {
"barrier": "lift_gate"
@@ -4441,7 +4440,6 @@
"access"
],
"geometry": [
"point",
"vertex"
],
"tags": {
-1
View File
@@ -4,7 +4,6 @@
"access"
],
"geometry": [
"point",
"vertex",
"line"
],
+2 -2
View File
@@ -4,8 +4,8 @@
"access"
],
"geometry": [
"point",
"vertex"
"vertex",
"line"
],
"tags": {
"barrier": "lift_gate"
-1
View File
@@ -4,7 +4,6 @@
"access"
],
"geometry": [
"point",
"vertex"
],
"tags": {
+2 -1
View File
@@ -1856,7 +1856,8 @@
"value": "lift_gate",
"description": "Lift Gate",
"object_types": [
"node"
"node",
"way"
],
"icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/roadblock-15.svg?sanitize=true"
},