mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-23 00:29:50 +02:00
@@ -3367,6 +3367,10 @@ en:
|
||||
name: Neighborhood
|
||||
# 'terms: neighbourhood'
|
||||
terms: '<translate with synonyms or related terms for ''Neighborhood'', separated by commas>'
|
||||
place/square:
|
||||
# place=square
|
||||
name: Square
|
||||
terms: '<translate with synonyms or related terms for ''Square'', separated by commas>'
|
||||
place/suburb:
|
||||
# place=suburb
|
||||
name: Borough
|
||||
|
||||
@@ -8619,6 +8619,16 @@
|
||||
],
|
||||
"name": "Neighborhood"
|
||||
},
|
||||
"place/square": {
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"place": "square"
|
||||
},
|
||||
"name": "Square"
|
||||
},
|
||||
"place/suburb": {
|
||||
"icon": "triangle-stroked",
|
||||
"fields": [
|
||||
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"place": "square"
|
||||
},
|
||||
"name": "Square"
|
||||
}
|
||||
@@ -1895,6 +1895,10 @@
|
||||
"key": "place",
|
||||
"value": "neighbourhood"
|
||||
},
|
||||
{
|
||||
"key": "place",
|
||||
"value": "square"
|
||||
},
|
||||
{
|
||||
"key": "place",
|
||||
"value": "suburb"
|
||||
|
||||
Vendored
+4
@@ -3705,6 +3705,10 @@
|
||||
"name": "Neighborhood",
|
||||
"terms": "neighbourhood"
|
||||
},
|
||||
"place/square": {
|
||||
"name": "Square",
|
||||
"terms": ""
|
||||
},
|
||||
"place/suburb": {
|
||||
"name": "Borough",
|
||||
"terms": "Boro,Quarter"
|
||||
|
||||
Reference in New Issue
Block a user