diff --git a/data/presets/highway/footway/traffic_island.json b/data/presets/highway/footway/traffic_island.json new file mode 100644 index 000000000..a2d631731 --- /dev/null +++ b/data/presets/highway/footway/traffic_island.json @@ -0,0 +1,25 @@ +{ + "icon": "temaki-pedestrian", + "geometry": [ + "line" + ], + "tags": { + "footway": "traffic_island" + }, + "addTags": { + "highway": "footway", + "footway": "traffic_island" + }, + "reference": { + "key": "footway", + "value": "traffic_island" + }, + "terms": [ + "crossing island" + ], + "aliases": [ + "Crosswalk Island", + "Traffic Island" + ], + "name": "Refuge Island" +}