mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-16 13:59:27 +02:00
Presets for golf paths and cartpaths
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
"building/residential"
|
||||
]
|
||||
},
|
||||
"category-golf": {
|
||||
"category-golf-area": {
|
||||
"icon": "maki-golf",
|
||||
"geometry": "area",
|
||||
"name": "Golf Features",
|
||||
@@ -43,6 +43,16 @@
|
||||
"golf/water_hazard_area"
|
||||
]
|
||||
},
|
||||
"category-golf-line": {
|
||||
"icon": "maki-golf",
|
||||
"geometry": "line",
|
||||
"name": "Golf Features",
|
||||
"members": [
|
||||
"golf/hole",
|
||||
"golf/cartpath",
|
||||
"golf/path"
|
||||
]
|
||||
},
|
||||
"category-landuse": {
|
||||
"icon": "maki-landuse",
|
||||
"geometry": "area",
|
||||
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"icon": "maki-golf",
|
||||
"geometry": "line",
|
||||
"name": "Golf Features",
|
||||
"members": [
|
||||
"golf/hole",
|
||||
"golf/cartpath",
|
||||
"golf/path"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"icon": "maki-golf",
|
||||
"fields": [
|
||||
"name",
|
||||
"surface",
|
||||
"width",
|
||||
"structure",
|
||||
"access",
|
||||
"incline"
|
||||
],
|
||||
"geometry": [
|
||||
"line"
|
||||
],
|
||||
"tags": {
|
||||
"golf": "cartpath",
|
||||
"highway:": "path",
|
||||
"golf_cart:": "designated"
|
||||
},
|
||||
"reference": {
|
||||
"key": "golf",
|
||||
"value": "cartpath"
|
||||
},
|
||||
"name": "Golf Cartpath"
|
||||
}
|
||||
@@ -12,5 +12,9 @@
|
||||
"tags": {
|
||||
"golf": "hole"
|
||||
},
|
||||
"reference": {
|
||||
"key": "golf",
|
||||
"value": "hole"
|
||||
},
|
||||
"name": "Golf Hole"
|
||||
}
|
||||
|
||||
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"icon": "maki-golf",
|
||||
"fields": [
|
||||
"name",
|
||||
"surface",
|
||||
"width",
|
||||
"structure",
|
||||
"access",
|
||||
"incline"
|
||||
],
|
||||
"geometry": [
|
||||
"line"
|
||||
],
|
||||
"tags": {
|
||||
"golf": "path",
|
||||
"highway": "footway"
|
||||
},
|
||||
"reference": {
|
||||
"key": "golf",
|
||||
"value": "path"
|
||||
},
|
||||
"name": "Golf Walking Path"
|
||||
}
|
||||
@@ -378,6 +378,8 @@
|
||||
{"key": "landuse", "value": "grass", "description": "🄿 Fairway, 🄿 Rough, 🄿 Tee Box, 🄿 Grass", "object_types": ["area"], "icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/golf-15.svg?sanitize=true"},
|
||||
{"key": "sport", "value": "golf", "description": "🄿 Putting Green", "object_types": ["area"], "icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/golf-15.svg?sanitize=true"},
|
||||
{"key": "golf", "value": "hole", "description": "🄿 Golf Hole", "object_types": ["way"], "icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/golf-15.svg?sanitize=true"},
|
||||
{"key": "golf", "value": "cartpath", "description": "🄿 Golf CartPath", "object_types": ["way"], "icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/golf-15.svg?sanitize=true"},
|
||||
{"key": "golf", "value": "path", "description": "🄿 Golf Walking Path", "object_types": ["way"], "icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/golf-15.svg?sanitize=true"},
|
||||
{"key": "natural", "value": "water", "description": "🄿 Lateral Water Hazard, 🄿 Water Hazard, 🄿 Water", "object_types": ["area"], "icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/golf-15.svg?sanitize=true"},
|
||||
{"key": "golf", "value": "lateral_water_hazard", "description": "🄿 Lateral Water Hazard", "object_types": ["way"], "icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/golf-15.svg?sanitize=true"},
|
||||
{"key": "golf", "value": "water_hazard", "description": "🄿 Water Hazard", "object_types": ["way"], "icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/golf-15.svg?sanitize=true"},
|
||||
|
||||
Reference in New Issue
Block a user