mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 21:48:20 +02:00
Add picnic site preset
This commit is contained in:
@@ -1046,6 +1046,25 @@
|
||||
"address"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "picnic site",
|
||||
"match": {
|
||||
"type": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [],
|
||||
"tags": {
|
||||
"tourism": "picnic_site"
|
||||
}
|
||||
},
|
||||
"icon": "",
|
||||
"form": [
|
||||
"operator",
|
||||
"building_area",
|
||||
"address"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "town hall",
|
||||
"match": {
|
||||
|
||||
@@ -43,6 +43,7 @@
|
||||
"amenity/toilets",
|
||||
"tourism/hotel",
|
||||
"tourism/museum",
|
||||
"tourism/picnic_site",
|
||||
"amenity/townhall",
|
||||
"leisure/golf_course",
|
||||
"waterway/river",
|
||||
|
||||
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"name": "picnic site",
|
||||
"match": {
|
||||
"type": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
],
|
||||
"tags": {
|
||||
"tourism": "picnic_site"
|
||||
}
|
||||
},
|
||||
"icon": "",
|
||||
"form": [
|
||||
"operator",
|
||||
"building_area",
|
||||
"address"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user