mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 01:02:58 +00:00
@@ -3511,15 +3511,20 @@ en:
|
||||
name: Neighborhood
|
||||
# 'terms: neighbourhood'
|
||||
terms: '<translate with synonyms or related terms for ''Neighborhood'', separated by commas>'
|
||||
place/quarter:
|
||||
# place=quarter
|
||||
name: Sub-Borough / Quarter
|
||||
# 'terms: boro,borough,quarter'
|
||||
terms: '<translate with synonyms or related terms for ''Sub-Borough / Quarter'', 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
|
||||
# 'terms: Boro,Quarter'
|
||||
terms: '<translate with synonyms or related terms for ''Borough'', separated by commas>'
|
||||
name: Borough / Suburb
|
||||
# 'terms: boro,borough,quarter'
|
||||
terms: '<translate with synonyms or related terms for ''Borough / Suburb'', separated by commas>'
|
||||
place/town:
|
||||
# place=town
|
||||
name: Town
|
||||
|
||||
@@ -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",
|
||||
|
||||
19
data/presets/presets/place/quarter.json
Normal file
19
data/presets/presets/place/quarter.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"icon": "triangle-stroked",
|
||||
"fields": [
|
||||
"population"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"place": "quarter"
|
||||
},
|
||||
"terms": [
|
||||
"boro",
|
||||
"borough",
|
||||
"quarter"
|
||||
],
|
||||
"name": "Sub-Borough / Quarter"
|
||||
}
|
||||
@@ -11,8 +11,9 @@
|
||||
"place": "suburb"
|
||||
},
|
||||
"terms": [
|
||||
"Boro",
|
||||
"Quarter"
|
||||
"boro",
|
||||
"borough",
|
||||
"quarter"
|
||||
],
|
||||
"name": "Borough"
|
||||
"name": "Borough / Suburb"
|
||||
}
|
||||
|
||||
@@ -1983,6 +1983,10 @@
|
||||
"key": "place",
|
||||
"value": "neighbourhood"
|
||||
},
|
||||
{
|
||||
"key": "place",
|
||||
"value": "quarter"
|
||||
},
|
||||
{
|
||||
"key": "place",
|
||||
"value": "square"
|
||||
|
||||
8
dist/locales/en.json
vendored
8
dist/locales/en.json
vendored
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user