diff --git a/data/presets.yaml b/data/presets.yaml index bb0b6fed0..c425dd2b2 100644 --- a/data/presets.yaml +++ b/data/presets.yaml @@ -1409,6 +1409,9 @@ en: place/locality: name: Locality terms: "" + place/neighbourhood: + name: Neighborhood + terms: "" place/town: name: Town terms: "" diff --git a/data/presets/presets.json b/data/presets/presets.json index b18898d7f..7977cda6b 100644 --- a/data/presets/presets.json +++ b/data/presets/presets.json @@ -5971,6 +5971,20 @@ }, "name": "Locality" }, + "place/neighbourhood": { + "icon": "triangle-stroked", + "geometry": [ + "point", + "area" + ], + "tags": { + "place": "neighbourhood" + }, + "terms": [ + "neighbourhood" + ], + "name": "Neighborhood" + }, "place/town": { "icon": "town", "geometry": [ diff --git a/data/presets/presets/place/neighbourhood.json b/data/presets/presets/place/neighbourhood.json new file mode 100644 index 000000000..5d9cd13d3 --- /dev/null +++ b/data/presets/presets/place/neighbourhood.json @@ -0,0 +1,14 @@ +{ + "icon": "triangle-stroked", + "geometry": [ + "point", + "area" + ], + "tags": { + "place": "neighbourhood" + }, + "terms": [ + "neighbourhood" + ], + "name": "Neighborhood" +} diff --git a/dist/locales/en.json b/dist/locales/en.json index 70f5e963a..240edfa6e 100644 --- a/dist/locales/en.json +++ b/dist/locales/en.json @@ -2312,6 +2312,10 @@ "name": "Locality", "terms": "" }, + "place/neighbourhood": { + "name": "Neighborhood", + "terms": "neighbourhood" + }, "place/town": { "name": "Town", "terms": ""