mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-20 07:25:15 +02:00
@@ -1339,6 +1339,9 @@ en:
|
||||
historic/wayside_shrine:
|
||||
name: Wayside Shrine
|
||||
terms: "<translate with synonyms or related terms for 'Wayside Shrine', separated by commas>"
|
||||
junction:
|
||||
name: Junction
|
||||
terms: "<translate with synonyms or related terms for 'Junction', separated by commas>"
|
||||
landuse:
|
||||
name: Landuse
|
||||
terms: "<translate with synonyms or related terms for 'Landuse', separated by commas>"
|
||||
|
||||
@@ -4534,6 +4534,16 @@
|
||||
},
|
||||
"name": "Wayside Shrine"
|
||||
},
|
||||
"junction": {
|
||||
"geometry": [
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"junction": "yes"
|
||||
},
|
||||
"name": "Junction"
|
||||
},
|
||||
"landuse": {
|
||||
"fields": [
|
||||
"landuse"
|
||||
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"geometry": [
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"junction": "yes"
|
||||
},
|
||||
"name": "Junction"
|
||||
}
|
||||
@@ -1042,6 +1042,10 @@
|
||||
"key": "historic",
|
||||
"value": "wayside_shrine"
|
||||
},
|
||||
{
|
||||
"key": "junction",
|
||||
"value": "yes"
|
||||
},
|
||||
{
|
||||
"key": "landuse"
|
||||
},
|
||||
|
||||
Vendored
+4
@@ -2307,6 +2307,10 @@
|
||||
"name": "Wayside Shrine",
|
||||
"terms": ""
|
||||
},
|
||||
"junction": {
|
||||
"name": "Junction",
|
||||
"terms": ""
|
||||
},
|
||||
"landuse": {
|
||||
"name": "Landuse",
|
||||
"terms": ""
|
||||
|
||||
Reference in New Issue
Block a user