mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-16 13:59:27 +02:00
Add camp_site preset
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"name": "camp site",
|
||||
"match": {
|
||||
"type": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
],
|
||||
"tags": {
|
||||
"tourism": "camp_site"
|
||||
}
|
||||
},
|
||||
"icon": "campsite",
|
||||
"form": [
|
||||
"operator",
|
||||
"address"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user