Create olive_grove.json preset for landuse

https://github.com/openstreetmap/id-tagging-schema/issues/1651
This commit is contained in:
dp 2025-09-09 17:00:13 +02:00 committed by GitHub
parent 706519c335
commit 236284324e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,24 @@
{
"icon": "maki-park",
"fields": [
"name",
"operator"
],
"moreFields": [
"{@templates/contact}",
"address",
"species/wikidata"
],
"geometry": [
"area"
],
"tags": {
"landuse": "orchard",
"trees": "olive_trees"
},
"terms": [
"fruit",
"olive"
],
"name": "Olive grove"
}