Skip to content

Commit

Permalink
Add presets for meadow=meadow_orchard, orchard=meadow_orchard
Browse files Browse the repository at this point in the history
  • Loading branch information
tordans committed May 11, 2024
1 parent 6de5f5f commit 86ac14d
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 0 deletions.
33 changes: 33 additions & 0 deletions data/presets/landuse/meadow_orchard/meadow.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"icon": "maki-park",
"fields": [
"name",
"operator",
"trees"
],
"moreFields": [
"{@templates/contact}",
"address",
"species/wikidata",
"surface",
"description"
],
"geometry": [
"area"
],
"tags": {
"landuse": "meadow",
"meadow": "meadow_orchard"
},
"terms": [
"fruit",
"maedow"
],
"name": "Meadow with fruit trees",
"matchScore": 0.9,
"locationSet": {
"include": [
"Q46"
]
}
}
33 changes: 33 additions & 0 deletions data/presets/landuse/meadow_orchard/orchard.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"icon": "maki-park",
"fields": [
"name",
"operator",
"trees"
],
"moreFields": [
"{@templates/contact}",
"address",
"species/wikidata",
"surface",
"description"
],
"geometry": [
"area"
],
"tags": {
"landuse": "orchard",
"orchard": "meadow_orchard"
},
"terms": [
"fruit",
"maedow"
],
"name": "Orchard with fruit trees",
"matchScore": 0.9,
"locationSet": {
"include": [
"Q46"
]
}
}

0 comments on commit 86ac14d

Please sign in to comment.