Version 2 (modified by 5 weeks ago) ( diff ) | ,
---|
Backyard Objects presets
This adds various object presets that could be in private backyards. Currently it has sheds, garages, and private pools.
The preset
<?xml version="1.0" encoding="UTF-8"?> <presets xmlns="http://josm.openstreetmap.de/tagging-preset-1.0" author="Tre_brock" version="2_2025-06-30" shortdescription="Backyard Objects"> <group name="Backyard Objects" icon="presets/landmark/building.svg"> <item name="Garage" type="node,closedway,relation" icon="presets/landuse/garages.svg"> <label text="Garage"/> <key key="building" value="garage"/> </item> <item name="Shed" type="node,closedway,relation" icon="presets/landmark/building.svg"> <label text="Shed"/> <key key="building" value="shed"/> </item> <item name="Private Swimming Pool" type="node,closedway,relation" icon="presets/sport/swimming.svg"> <label text="Private Swimming Pool"/> <key key="leisure" value="swimming_pool"/> <key key="access" value="private"/> </item> </group> </presets>
Presets_BackyardObjects-preset.xml, Presets_BackyardObjects.zip
Note:
See TracWiki
for help on using the wiki.