mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-12 20:42:37 +02:00
Merge pull request #4920 from vershwal/allotments_plot
Added preset for allotments=plot.
This commit is contained in:
@@ -1763,6 +1763,10 @@ en:
|
||||
name: Airport Terminal
|
||||
# 'terms: airport,aerodrome'
|
||||
terms: '<translate with synonyms or related terms for ''Airport Terminal'', separated by commas>'
|
||||
allotments/plot:
|
||||
# allotments=plot
|
||||
name: Community Garden Plot
|
||||
terms: '<translate with synonyms or related terms for ''Community Garden Plot'', separated by commas>'
|
||||
amenity:
|
||||
# amenity=*
|
||||
name: Amenity
|
||||
|
||||
@@ -535,6 +535,23 @@
|
||||
},
|
||||
"name": "Airport Terminal"
|
||||
},
|
||||
"allotments/plot": {
|
||||
"geometry": [
|
||||
"area"
|
||||
],
|
||||
"fields": [
|
||||
"name",
|
||||
"ref"
|
||||
],
|
||||
"tags": {
|
||||
"allotments": "plot"
|
||||
},
|
||||
"reference": {
|
||||
"key": "allotments",
|
||||
"value": "plot"
|
||||
},
|
||||
"name": "Community Garden Plot"
|
||||
},
|
||||
"amenity/bus_station": {
|
||||
"icon": "bus",
|
||||
"fields": [
|
||||
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"geometry": [
|
||||
"area"
|
||||
],
|
||||
"fields": [
|
||||
"name",
|
||||
"ref"
|
||||
],
|
||||
"tags": {
|
||||
"allotments": "plot"
|
||||
},
|
||||
"reference": {
|
||||
"key": "allotments",
|
||||
"value": "plot"
|
||||
},
|
||||
"name": "Community Garden Plot"
|
||||
}
|
||||
@@ -131,6 +131,10 @@
|
||||
"key": "aeroway",
|
||||
"value": "terminal"
|
||||
},
|
||||
{
|
||||
"key": "allotments",
|
||||
"value": "plot"
|
||||
},
|
||||
{
|
||||
"key": "amenity",
|
||||
"value": "bus_station"
|
||||
|
||||
Vendored
+4
@@ -2877,6 +2877,10 @@
|
||||
"name": "Airport Terminal",
|
||||
"terms": "airport,aerodrome"
|
||||
},
|
||||
"allotments/plot": {
|
||||
"name": "Community Garden Plot",
|
||||
"terms": ""
|
||||
},
|
||||
"amenity/bus_station": {
|
||||
"name": "Bus Station / Terminal",
|
||||
"terms": ""
|
||||
|
||||
Reference in New Issue
Block a user