diff --git a/data/presets.yaml b/data/presets.yaml index 6b2ed002c..a8d7e8022 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 bd74b56ff..40d35a16e 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 000000000..b08ef8ec9 --- /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 27eac3778..4705ef1be 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 bfd2ec696..b001ac730 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"