-
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.
Merge pull request #5862 from chadrockey/golf_paths
Presets for golf paths and cartpaths and driving ranges
- Loading branch information
Showing
8 changed files
with
118 additions
and
4 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,11 @@ | ||
{ | ||
"icon": "maki-golf", | ||
"geometry": "line", | ||
"name": "Golf Features", | ||
"members": [ | ||
"golf/hole", | ||
"golf/cartpath", | ||
"golf/cartpath_multipurpose", | ||
"golf/path" | ||
] | ||
} |
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,23 @@ | ||
{ | ||
"icon": "maki-golf", | ||
"fields": [ | ||
"name", | ||
"surface", | ||
"width", | ||
"structure", | ||
"access", | ||
"incline" | ||
], | ||
"geometry": [ | ||
"line" | ||
], | ||
"tags": { | ||
"golf": "cartpath", | ||
"golf_cart": "designated" | ||
}, | ||
"reference": { | ||
"key": "golf", | ||
"value": "cartpath" | ||
}, | ||
"name": "Golf Cartpath" | ||
} |
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,24 @@ | ||
{ | ||
"icon": "maki-golf", | ||
"fields": [ | ||
"name", | ||
"surface", | ||
"width", | ||
"structure", | ||
"access", | ||
"incline" | ||
], | ||
"geometry": [ | ||
"line" | ||
], | ||
"tags": { | ||
"highway": "service", | ||
"golf": "cartpath", | ||
"golf_cart": "designated" | ||
}, | ||
"reference": { | ||
"key": "golf", | ||
"value": "cartpath" | ||
}, | ||
"name": "Golf Cartpath Multipurpose" | ||
} |
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,18 @@ | ||
{ | ||
"icon": "maki-golf", | ||
"fields": [ | ||
"name" | ||
], | ||
"geometry": [ | ||
"area" | ||
], | ||
"tags": { | ||
"golf": "driving_range", | ||
"landuse": "grass" | ||
}, | ||
"reference": { | ||
"key": "golf", | ||
"value": "driving_range" | ||
}, | ||
"name": "Driving Range" | ||
} |
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,23 @@ | ||
{ | ||
"icon": "maki-golf", | ||
"fields": [ | ||
"name", | ||
"surface", | ||
"width", | ||
"structure", | ||
"access", | ||
"incline" | ||
], | ||
"geometry": [ | ||
"line" | ||
], | ||
"tags": { | ||
"golf": "path", | ||
"foot": "designated" | ||
}, | ||
"reference": { | ||
"key": "golf", | ||
"value": "path" | ||
}, | ||
"name": "Golf Walking Path" | ||
} |
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