Skip to content

Commit ea2cf21

Browse files
authored
Create preset for residential garden (#714)
There's a preset for community garden, but none for residential garden, which was very confusing for me. Adding one with some synonyms I found at Wikipedia. Co-authored-by: Martin Raifer <martin@raifer.tech>: only allow on areas: as this is extremely uncommon: currently only 100 out of 100k features with this tag are nodes: https://taginfo.openstreetmap.org/tags/garden%3Atype=residential
1 parent ebe83a7 commit ea2cf21

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"icon": "maki-garden",
3+
"geometry": [
4+
"area"
5+
],
6+
"tags": {
7+
"leisure": "garden",
8+
"garden:type": "residential"
9+
},
10+
"reference": {
11+
"key": "garden:type"
12+
},
13+
"terms": [
14+
"back garden",
15+
"backyard",
16+
"domestic garden",
17+
"front garden",
18+
"front yard"
19+
],
20+
"name": "Residential Garden"
21+
}

0 commit comments

Comments
 (0)