mirror of
https://github.com/FoggedLens/iD.git
synced 2026-06-01 12:41:36 +02:00
@@ -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": {
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
"access"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"line"
|
||||
],
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
"access"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex"
|
||||
"vertex",
|
||||
"line"
|
||||
],
|
||||
"tags": {
|
||||
"barrier": "lift_gate"
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
"access"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex"
|
||||
],
|
||||
"tags": {
|
||||
|
||||
+2
-1
@@ -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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user