diff --git a/data/presets/categories.json b/data/presets/categories.json index 341bfdd03..658594ba9 100644 --- a/data/presets/categories.json +++ b/data/presets/categories.json @@ -40,7 +40,8 @@ "golf/rough", "golf/bunker", "golf/tee", - "golf/water_hazard_area" + "golf/water_hazard_area", + "golf/driving_range" ] }, "category-golf-line": { diff --git a/data/presets/categories/golf-area.json b/data/presets/categories/golf-area.json index 0416577f8..eb00ffcd8 100644 --- a/data/presets/categories/golf-area.json +++ b/data/presets/categories/golf-area.json @@ -9,6 +9,7 @@ "golf/rough", "golf/bunker", "golf/tee", - "golf/water_hazard_area" + "golf/water_hazard_area", + "golf/driving_range" ] } diff --git a/data/presets/presets/golf/driving_range.json b/data/presets/presets/golf/driving_range.json new file mode 100644 index 000000000..6a7cb955b --- /dev/null +++ b/data/presets/presets/golf/driving_range.json @@ -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" +} diff --git a/data/taginfo.json b/data/taginfo.json index 5daaabf47..97ca00b42 100644 --- a/data/taginfo.json +++ b/data/taginfo.json @@ -375,7 +375,7 @@ {"key": "entrance", "description": "🄿 Entrance/Exit, 🄵 Type", "object_types": ["node"], "icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/entrance-alt1-15.svg?sanitize=true"}, {"key": "ford", "value": "yes", "description": "🄿 Ford", "object_types": ["node"]}, {"key": "natural", "value": "sand", "description": "🄿 Sand Trap, 🄿 Sand", "object_types": ["area"], "icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/golf-15.svg?sanitize=true"}, - {"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": "landuse", "value": "grass", "description": "🄿 Fairway, 🄿 Rough, 🄿 Tee Box, 🄿 Driving Range, 🄿 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"},