diff --git a/data/presets.yaml b/data/presets.yaml index 6996ec942..54c843350 100644 --- a/data/presets.yaml +++ b/data/presets.yaml @@ -3511,15 +3511,20 @@ en: name: Neighborhood # 'terms: neighbourhood' terms: '' + place/quarter: + # place=quarter + name: Sub-Borough / Quarter + # 'terms: boro,borough,quarter' + terms: '' place/square: # place=square name: Square terms: '' place/suburb: # place=suburb - name: Borough - # 'terms: Boro,Quarter' - terms: '' + name: Borough / Suburb + # 'terms: boro,borough,quarter' + terms: '' place/town: # place=town name: Town diff --git a/data/presets/presets.json b/data/presets/presets.json index 414242f02..f832f8694 100644 --- a/data/presets/presets.json +++ b/data/presets/presets.json @@ -9173,6 +9173,25 @@ ], "name": "Neighborhood" }, + "place/quarter": { + "icon": "triangle-stroked", + "fields": [ + "population" + ], + "geometry": [ + "point", + "area" + ], + "tags": { + "place": "quarter" + }, + "terms": [ + "boro", + "borough", + "quarter" + ], + "name": "Sub-Borough / Quarter" + }, "place/square": { "icon": "poi-foot", "geometry": [ @@ -9197,10 +9216,11 @@ "place": "suburb" }, "terms": [ - "Boro", - "Quarter" + "boro", + "borough", + "quarter" ], - "name": "Borough" + "name": "Borough / Suburb" }, "place/town": { "icon": "town", diff --git a/data/presets/presets/place/quarter.json b/data/presets/presets/place/quarter.json new file mode 100644 index 000000000..73757831d --- /dev/null +++ b/data/presets/presets/place/quarter.json @@ -0,0 +1,19 @@ +{ + "icon": "triangle-stroked", + "fields": [ + "population" + ], + "geometry": [ + "point", + "area" + ], + "tags": { + "place": "quarter" + }, + "terms": [ + "boro", + "borough", + "quarter" + ], + "name": "Sub-Borough / Quarter" +} diff --git a/data/presets/presets/place/suburb.json b/data/presets/presets/place/suburb.json index b1384e801..5006f654c 100644 --- a/data/presets/presets/place/suburb.json +++ b/data/presets/presets/place/suburb.json @@ -11,8 +11,9 @@ "place": "suburb" }, "terms": [ - "Boro", - "Quarter" + "boro", + "borough", + "quarter" ], - "name": "Borough" + "name": "Borough / Suburb" } diff --git a/data/taginfo.json b/data/taginfo.json index 92929bb46..61a8bda72 100644 --- a/data/taginfo.json +++ b/data/taginfo.json @@ -1983,6 +1983,10 @@ "key": "place", "value": "neighbourhood" }, + { + "key": "place", + "value": "quarter" + }, { "key": "place", "value": "square" diff --git a/dist/locales/en.json b/dist/locales/en.json index e753f6bb3..e32274bec 100644 --- a/dist/locales/en.json +++ b/dist/locales/en.json @@ -3856,13 +3856,17 @@ "name": "Neighborhood", "terms": "neighbourhood" }, + "place/quarter": { + "name": "Sub-Borough / Quarter", + "terms": "boro,borough,quarter" + }, "place/square": { "name": "Square", "terms": "" }, "place/suburb": { - "name": "Borough", - "terms": "Boro,Quarter" + "name": "Borough / Suburb", + "terms": "boro,borough,quarter" }, "place/town": { "name": "Town",