diff --git a/data/presets/defaults.json b/data/presets/defaults.json index 071da88e0..03754e1d5 100644 --- a/data/presets/defaults.json +++ b/data/presets/defaults.json @@ -37,6 +37,7 @@ "other" ], "vertex": [ + "crossing", "turning circle", "other" ] diff --git a/data/presets/presets.json b/data/presets/presets.json index e59500088..53dfcd4c3 100644 --- a/data/presets/presets.json +++ b/data/presets/presets.json @@ -1808,5 +1808,27 @@ "terms": [] }, "icon": "circle" + }, + { + "name": "crossing", + "match": { + "type": [ + "vertex" + ], + "tags": { + "highway": "crossing" + }, + "terms": [ + "crosswalk", + "zebra crossing" + ] + }, + "icon": "", + "form": [ + { + "key": "crossing", + "type": "combo" + } + ] } ] \ No newline at end of file diff --git a/data/presets/presets/highway/crossing.json b/data/presets/presets/highway/crossing.json new file mode 100644 index 000000000..904fa653e --- /dev/null +++ b/data/presets/presets/highway/crossing.json @@ -0,0 +1,22 @@ +{ + "name": "crossing", + "match": { + "type": [ + "vertex" + ], + "tags": { + "highway": "crossing" + }, + "terms": [ + "crosswalk", + "zebra crossing" + ] + }, + "icon": "", + "form": [ + { + "key": "crossing", + "type": "combo" + } + ] +} \ No newline at end of file diff --git a/data/presets/presets/order.json b/data/presets/presets/order.json index 6272a0588..3af160c4d 100644 --- a/data/presets/presets/order.json +++ b/data/presets/presets/order.json @@ -83,5 +83,6 @@ "leisure/pitch/basketball", "building/*", "highway/bus_stop", - "highway/turning_circle" + "highway/turning_circle", + "highway/crossing" ]