mirror of
https://github.com/FoggedLens/iD.git
synced 2026-04-29 07:06:04 +02:00
@@ -1412,6 +1412,9 @@ en:
|
||||
place/neighbourhood:
|
||||
name: Neighborhood
|
||||
terms: "<translate with synonyms or related terms for 'Neighborhood', separated by commas>"
|
||||
place/suburb:
|
||||
name: Borough
|
||||
terms: "<translate with synonyms or related terms for 'Borough', separated by commas>"
|
||||
place/town:
|
||||
name: Town
|
||||
terms: "<translate with synonyms or related terms for 'Town', separated by commas>"
|
||||
|
||||
@@ -5985,6 +5985,21 @@
|
||||
],
|
||||
"name": "Neighborhood"
|
||||
},
|
||||
"place/suburb": {
|
||||
"icon": "triangle-stroked",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"place": "suburb"
|
||||
},
|
||||
"terms": [
|
||||
"Boro",
|
||||
"Quarter"
|
||||
],
|
||||
"name": "Borough"
|
||||
},
|
||||
"place/town": {
|
||||
"icon": "town",
|
||||
"geometry": [
|
||||
@@ -8116,7 +8131,6 @@
|
||||
"waterway/stream": {
|
||||
"icon": "waterway-stream",
|
||||
"fields": [
|
||||
"layer",
|
||||
"tunnel"
|
||||
],
|
||||
"geometry": [
|
||||
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"icon": "triangle-stroked",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"place": "suburb"
|
||||
},
|
||||
"terms": [
|
||||
"Boro",
|
||||
"Quarter"
|
||||
],
|
||||
"name": "Borough"
|
||||
}
|
||||
@@ -1,7 +1,6 @@
|
||||
{
|
||||
"icon": "waterway-stream",
|
||||
"fields": [
|
||||
"layer",
|
||||
"tunnel"
|
||||
],
|
||||
"geometry": [
|
||||
|
||||
Vendored
+4
@@ -2318,6 +2318,10 @@
|
||||
"name": "Neighborhood",
|
||||
"terms": "neighbourhood"
|
||||
},
|
||||
"place/suburb": {
|
||||
"name": "Borough",
|
||||
"terms": "Boro,Quarter"
|
||||
},
|
||||
"place/town": {
|
||||
"name": "Town",
|
||||
"terms": ""
|
||||
|
||||
Reference in New Issue
Block a user