forked from openstreetmap/iD
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add additional aerialway presets, fixes openstreetmap#3733
- Loading branch information
Ajith Ranka
authored and
Eduard Popov
committed
Jan 13, 2017
1 parent
05ea66c
commit 12c95df
Showing
7 changed files
with
120 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{ | ||
"geometry": [ | ||
"line" | ||
], | ||
"fields": [ | ||
"aerialway/capacity", | ||
"aerialway/duration" | ||
], | ||
"tags": { | ||
"aerialway": "drag_lift" | ||
}, | ||
"name": "Drag Lift" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{ | ||
"geometry": [ | ||
"line" | ||
], | ||
"fields": [ | ||
"aerialway/capacity", | ||
"aerialway/duration" | ||
], | ||
"tags": { | ||
"aerialway": "goods" | ||
}, | ||
"name": "Goods" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"geometry": [ | ||
"line" | ||
], | ||
"fields": [ | ||
"aerialway/occupancy", | ||
"aerialway/capacity", | ||
"aerialway/duration", | ||
"aerialway/bubble", | ||
"aerialway/heating" | ||
], | ||
"tags": { | ||
"aerialway": "mixed_lift" | ||
}, | ||
"name": "Mixed Lift" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters