Skip to content

Commit c1989ac

Browse files
authored
Add presets for meadow=meadow_orchard, orchard=meadow_orchard (#1218)
1 parent bfa675f commit c1989ac

File tree

2 files changed

+74
-0
lines changed

2 files changed

+74
-0
lines changed
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
{
2+
"icon": "maki-park",
3+
"fields": [
4+
"name",
5+
"operator",
6+
"trees"
7+
],
8+
"moreFields": [
9+
"{@templates/contact}",
10+
"address",
11+
"species/wikidata",
12+
"surface",
13+
"description"
14+
],
15+
"geometry": [
16+
"area"
17+
],
18+
"tags": {
19+
"landuse": "meadow",
20+
"meadow": "meadow_orchard"
21+
},
22+
"reference": {
23+
"key": "meadow",
24+
"value": "meadow_orchard"
25+
},
26+
"terms": [
27+
"fruit",
28+
"maedow"
29+
],
30+
"name": "Meadow With Fruit Trees",
31+
"matchScore": 0.9,
32+
"locationSet": {
33+
"include": [
34+
"Q46"
35+
]
36+
}
37+
}
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
{
2+
"icon": "maki-park",
3+
"fields": [
4+
"name",
5+
"operator",
6+
"trees"
7+
],
8+
"moreFields": [
9+
"{@templates/contact}",
10+
"address",
11+
"species/wikidata",
12+
"surface",
13+
"description"
14+
],
15+
"geometry": [
16+
"area"
17+
],
18+
"tags": {
19+
"landuse": "orchard",
20+
"orchard": "meadow_orchard"
21+
},
22+
"reference": {
23+
"key": "orchard",
24+
"value": "meadow_orchard"
25+
},
26+
"terms": [
27+
"fruit",
28+
"maedow"
29+
],
30+
"name": "Orchard Planted in a Meadow",
31+
"matchScore": 0.9,
32+
"locationSet": {
33+
"include": [
34+
"Q46"
35+
]
36+
}
37+
}

0 commit comments

Comments
 (0)