mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-22 16:19:48 +02:00
Add place=neighbourhood preset (fixes #2174)
This commit is contained in:
@@ -1409,6 +1409,9 @@ en:
|
||||
place/locality:
|
||||
name: Locality
|
||||
terms: "<translate with synonyms or related terms for 'Locality', separated by commas>"
|
||||
place/neighbourhood:
|
||||
name: Neighborhood
|
||||
terms: "<translate with synonyms or related terms for 'Neighborhood', separated by commas>"
|
||||
place/town:
|
||||
name: Town
|
||||
terms: "<translate with synonyms or related terms for 'Town', separated by commas>"
|
||||
|
||||
@@ -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": [
|
||||
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"icon": "triangle-stroked",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"place": "neighbourhood"
|
||||
},
|
||||
"terms": [
|
||||
"neighbourhood"
|
||||
],
|
||||
"name": "Neighborhood"
|
||||
}
|
||||
Vendored
+4
@@ -2312,6 +2312,10 @@
|
||||
"name": "Locality",
|
||||
"terms": ""
|
||||
},
|
||||
"place/neighbourhood": {
|
||||
"name": "Neighborhood",
|
||||
"terms": "neighbourhood"
|
||||
},
|
||||
"place/town": {
|
||||
"name": "Town",
|
||||
"terms": ""
|
||||
|
||||
Reference in New Issue
Block a user