mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-05-21 07:46:49 +02:00
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
This commit is contained in:
committed by
GitHub
parent
ebe83a763a
commit
ea2cf21733
@@ -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"
|
||||
}
|
||||
Reference in New Issue
Block a user