From 104262e0b0ac8f140a2b62297874c21554068e43 Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Sat, 7 Jan 2017 00:15:53 -0500 Subject: [PATCH] Add preset for place=square (closes #3658) --- data/presets.yaml | 4 ++++ data/presets/presets.json | 10 ++++++++++ data/presets/presets/place/square.json | 10 ++++++++++ data/taginfo.json | 4 ++++ dist/locales/en.json | 4 ++++ 5 files changed, 32 insertions(+) create mode 100644 data/presets/presets/place/square.json diff --git a/data/presets.yaml b/data/presets.yaml index 6b2ed002cc..a8d7e80223 100644 --- a/data/presets.yaml +++ b/data/presets.yaml @@ -3367,6 +3367,10 @@ en: name: Neighborhood # 'terms: neighbourhood' terms: '' + place/square: + # place=square + name: Square + terms: '' place/suburb: # place=suburb name: Borough diff --git a/data/presets/presets.json b/data/presets/presets.json index bd74b56ff5..40d35a16eb 100644 --- a/data/presets/presets.json +++ b/data/presets/presets.json @@ -8619,6 +8619,16 @@ ], "name": "Neighborhood" }, + "place/square": { + "geometry": [ + "point", + "area" + ], + "tags": { + "place": "square" + }, + "name": "Square" + }, "place/suburb": { "icon": "triangle-stroked", "fields": [ diff --git a/data/presets/presets/place/square.json b/data/presets/presets/place/square.json new file mode 100644 index 0000000000..b08ef8ec95 --- /dev/null +++ b/data/presets/presets/place/square.json @@ -0,0 +1,10 @@ +{ + "geometry": [ + "point", + "area" + ], + "tags": { + "place": "square" + }, + "name": "Square" +} diff --git a/data/taginfo.json b/data/taginfo.json index 27eac3778d..4705ef1be4 100644 --- a/data/taginfo.json +++ b/data/taginfo.json @@ -1895,6 +1895,10 @@ "key": "place", "value": "neighbourhood" }, + { + "key": "place", + "value": "square" + }, { "key": "place", "value": "suburb" diff --git a/dist/locales/en.json b/dist/locales/en.json index bfd2ec696d..b001ac7303 100644 --- a/dist/locales/en.json +++ b/dist/locales/en.json @@ -3705,6 +3705,10 @@ "name": "Neighborhood", "terms": "neighbourhood" }, + "place/square": { + "name": "Square", + "terms": "" + }, "place/suburb": { "name": "Borough", "terms": "Boro,Quarter"