Changes between Initial Version and Version 1 of Presets/Ethan


Ignore:
Timestamp:
2026-08-16T11:24:01+02:00 (8 days ago)
Author:
Ethan Grobin
Comment:

Added my preset

Legend:

Unmodified
Added
Removed
Modified
  • Presets/Ethan

    v1 v1  
     1== Ethan's Presets ==
     2
     3This is a set of presets I ([https://www.openstreetmap.org/user/Ethan%20Grobin Ethan]) have made. At the current moment it only contains an item for four square courts but I may add more in the future.
     4
     5== The preset itself ==
     6
     7{{{
     8#!preset
     9<?xml version="1.0" encoding="UTF-8"?>
     10<presets xmlns="http://josm.openstreetmap.de/tagging-preset-1.0" author="Ethan Grobin" version="1.[[revision]]_[[date]]" description="Some presets I have made for my mapping. Currently just four square but I may make more in future">
     11    <group name="Ethan's Presets">
     12       <item name="Four Square" type="node,closedway">
     13            <label text="Four square court" />
     14            <link href="https://wiki.openstreetmap.org/wiki/Tag:sport=four_square" es.href="https://wiki.openstreetmap.org/wiki/ES:Tag:sport=four_square" />
     15            <key key="sport" value="four_square" />
     16            <combo key="leisure" text="Type" values="pitch,sports_centre" default="pitch" />
     17            <optional>
     18                <text key="square_count" text="Amount of squares"/>
     19                <text key="surface" text="Surface"/>
     20            </optional>
     21       </item>
     22    </group>
     23</presets>
     24}}}