Skip to content

Commit

Permalink
Create preset for residential garden (#714)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
mikaeldui committed Jan 9, 2023
1 parent ebe83a7 commit ea2cf21
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions data/presets/leisure/garden/residential.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"icon": "maki-garden",
"geometry": [
"area"
],
"tags": {
"leisure": "garden",
"garden:type": "residential"
},
"reference": {
"key": "garden:type"
},
"terms": [
"back garden",
"backyard",
"domestic garden",
"front garden",
"front yard"
],
"name": "Residential Garden"
}

0 comments on commit ea2cf21

Please sign in to comment.