Skip to content

Commit 4131ad0

Browse files
authored
Remove "line" geometry from lift gate (#679)
Lift gates should only be nodes ([wiki](see https://wiki.openstreetmap.org/w/index.php?title=Tag:barrier%3Dlift_gate&oldid=2406647)). This line probably is the cause of a validation issue, where ID suggests converting an orphaned lift_gate node into a way instead of suggesting it to be added as a node to a way.
1 parent 3177489 commit 4131ad0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

data/presets/barrier/lift_gate.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@
1010
"opening_hours/covid19"
1111
],
1212
"geometry": [
13-
"vertex",
14-
"line"
13+
"vertex"
1514
],
1615
"tags": {
1716
"barrier": "lift_gate"

0 commit comments

Comments
 (0)