-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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 #3733
- Loading branch information
Ajith Ranka
committed
Jan 12, 2017
1 parent
cc3b2ea
commit adbde8c
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