| 2 | | #!preset |
| 3 | | <?xml version="1.0" encoding="UTF-8"?> |
| 4 | | <presets xmlns="http://josm.openstreetmap.de/tagging-preset-1.0" author="rdfhrn" |
| 5 | | icon="[[Image(ghost_bike.png)]]" |
| 6 | | version="1.[[revision]]_[[date]]" |
| 7 | | shortdescription="Ghost Bike" |
| 8 | | description="Ghost Bike"> |
| 9 | | <group name="Ghost_Bikes" icon="ghost_bike.png"> |
| 10 | | <item name="Ghost Bike" type="node"> |
| 11 | | <key key="name" value="Ghost Bike"/> |
| 12 | | <key key="historic" value="memorial"/> |
| 13 | | <key key="memorial" value="ghost_bike"/> |
| 14 | | <key key="inscription" value="inscription"/> |
| 15 | | <key key="date" value="date"/> |
| 16 | | <key key="source" value="url"/> |
| 17 | | <key key="material" value="metal"/> |
| 18 | | <key key="website" value="https://en.wikipedia.org/wiki/Ghost_bike;https://de.wikipedia.org/wiki/Geisterrad"/> |
| 19 | | </item> |
| 20 | | </group> |
| | 2 | #!preset <?xml version="1.0" encoding="UTF-8" standalone="no"?> |
| | 3 | <!-- |
| | 4 | This file is generated by EasyPresets plugin. |
| | 5 | https://github.com/maripo/JOSM_easypresets/blob/master/README.md |
| | 6 | It supports just a few tags and attributes. |
| | 7 | If you want to share your custom tags with other users, please look through the official document. |
| | 8 | * https://josm.openstreetmap.de/wiki/TaggingPresets |
| | 9 | * https://wiki.openstreetmap.org/wiki/Customising_JOSM_Presets |
| | 10 | --> |
| | 11 | |
| | 12 | <presets xmlns="http://josm.openstreetmap.de/tagging-preset-1.0" |
| | 13 | author="rdfhrn" |
| | 14 | icon="ghost_bike.png" |
| | 15 | version="1.[[revision]]_[[date]]" |
| | 16 | shortdescription="Ghost Bike" |
| | 17 | description="Ghost Bike"> |
| | 18 | <group name="Ghost Bike" icon="ghost_bike.png"> |
| | 19 | <item name="Ghost Bike" type="node"> |
| | 20 | <label text="Ghost Bike"/> |
| | 21 | <key key="historic" value="memorial"/> |
| | 22 | <key key="memorial" value="ghost_bike"/> |
| | 23 | <text default="" key="name" text="victim"/> |
| | 24 | <text default="" key="date" text="date of installation"/> |
| | 25 | <text default="" key="inscription" text="Inscription"/> |
| | 26 | <text default="https://de.wikipedia.org/wiki/Geisterrad" key="wiki" text="wikipedia(de)"/> |
| | 27 | <text default="https://en.wikipedia.org/wiki/Ghost_bike" key="wiki" text="wikipedia(en)"/> |
| | 28 | <text default="" key="link" text="source"/> |
| | 29 | <multiselect key="material" text="" values="steel;wood"/> |
| | 30 | </item> |
| | 31 | </group> |