From 7a9720081310a2630f91785e008d5618024d3a09 Mon Sep 17 00:00:00 2001 From: Quincy Morgan Date: Thu, 19 Dec 2019 11:33:17 -0500 Subject: [PATCH] Use temaki-beach icon for Coastline preset --- data/presets/presets.json | 2 +- data/presets/presets/natural/coastline.json | 1 + data/taginfo.json | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/data/presets/presets.json b/data/presets/presets.json index 1b3e36f21..eef0fbe00 100644 --- a/data/presets/presets.json +++ b/data/presets/presets.json @@ -796,7 +796,7 @@ "natural/cape": {"icon": "temaki-beach", "fields": ["name", "elevation", "description"], "geometry": ["point", "vertex"], "tags": {"natural": "cape"}, "terms": ["bay", "coastline", "erosion", "headland", "promontory"], "name": "Cape"}, "natural/cave_entrance": {"icon": "maki-triangle", "geometry": ["point", "area"], "fields": ["name", "elevation", "access_simple", "direction", "fee", "payment_multi_fee", "charge_fee"], "tags": {"natural": "cave_entrance"}, "terms": ["cavern", "hollow", "grotto", "shelter", "cavity"], "name": "Cave Entrance"}, "natural/cliff": {"icon": "maki-triangle", "fields": ["name", "height"], "geometry": ["point", "vertex", "line", "area"], "tags": {"natural": "cliff"}, "terms": ["crag", "escarpment", "rock face", "scarp"], "name": "Cliff"}, - "natural/coastline": {"geometry": ["line"], "tags": {"natural": "coastline"}, "terms": ["shore"], "name": "Coastline"}, + "natural/coastline": {"icon": "temaki-beach", "geometry": ["line"], "tags": {"natural": "coastline"}, "terms": ["shore"], "name": "Coastline"}, "natural/fell": {"geometry": ["area"], "tags": {"natural": "fell"}, "terms": [], "name": "Fell"}, "natural/glacier": {"icon": "temaki-snow", "geometry": ["area"], "tags": {"natural": "glacier"}, "terms": ["ice", "snow"], "name": "Glacier"}, "natural/grassland": {"icon": "temaki-grass", "geometry": ["area"], "tags": {"natural": "grassland"}, "terms": ["field", "prairie", "savanna"], "name": "Grassland"}, diff --git a/data/presets/presets/natural/coastline.json b/data/presets/presets/natural/coastline.json index 87b1a7142..9f725f7e0 100644 --- a/data/presets/presets/natural/coastline.json +++ b/data/presets/presets/natural/coastline.json @@ -1,4 +1,5 @@ { + "icon": "temaki-beach", "geometry": [ "line" ], diff --git a/data/taginfo.json b/data/taginfo.json index 4244d17ee..d0f7e1431 100644 --- a/data/taginfo.json +++ b/data/taginfo.json @@ -771,7 +771,7 @@ {"key": "natural", "value": "cape", "description": "🄿 Cape", "object_types": ["node"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/beach.svg"}, {"key": "natural", "value": "cave_entrance", "description": "🄿 Cave Entrance", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/triangle-15.svg"}, {"key": "natural", "value": "cliff", "description": "🄿 Cliff", "object_types": ["node", "way", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/triangle-15.svg"}, - {"key": "natural", "value": "coastline", "description": "🄿 Coastline", "object_types": ["way"]}, + {"key": "natural", "value": "coastline", "description": "🄿 Coastline", "object_types": ["way"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/beach.svg"}, {"key": "natural", "value": "fell", "description": "🄿 Fell", "object_types": ["area"]}, {"key": "natural", "value": "glacier", "description": "🄿 Glacier", "object_types": ["area"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/snow.svg"}, {"key": "natural", "value": "grassland", "description": "🄿 Grassland", "object_types": ["area"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/grass.svg"},