Changes between Version 3 and Version 4 of Presets/Diving
- Timestamp:
- 2013-12-19T22:54:38+01:00 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Presets/Diving
v3 v4 1 <presets author="Inger Holndonner" 2 version="1" 3 shortdescription="scuba_diving" 4 de.shortdescription="Gerätetauchen" 5 description="Scuba divespots and scuba diving amenities (OpenSeaMap)" 6 website="http://wiki.openstreetmap.org/wiki/Proposed_features/scuba_diving"> 1 {{{ 2 #!preset 3 <?xml version="1.0" encoding="UTF-8"?> 4 <presets xmlns="http://josm.openstreetmap.de/tagging-preset-1.0" 5 author="Inger Holndonner" 6 version="1.[[revision]]_[[date]]" 7 shortdescription="scuba_diving" 8 de.shortdescription="Gerätetauchen" 9 description="Scuba divespots and scuba diving amenities (OpenSeaMap)" 10 de.description="Gerätetauchstellen und -einrichtungen (OpenSeaMap)" 11 website="http://wiki.openstreetmap.org/wiki/Proposed_features/scuba_diving"> 7 12 8 13 <!-- … … 14 19 --> 15 20 <separator/> 16 <group icon="http://dev.openseamap.org/josm/icons/ScubaDiving16.png" name="ScubaDiving" href="http://wiki.openstreetmap.org/wiki/Tag:sport%3Ddiving">21 <group icon="http://dev.openseamap.org/josm/icons/ScubaDiving16.png" name="ScubaDiving"> 17 22 18 <item name="divesite" type="node" icon="http://wiki.openstreetmap.org/w/images/3/38/Diving-Spot.jpg"> 19 <key key="sport" value="scuba_diving"/> 23 <item name="divesite" type="node,way,relation,closedway" icon="http://wiki.openstreetmap.org/w/images/3/38/Diving-Spot.jpg"> 24 <link href="http://wiki.openstreetmap.org/wiki/Tag:sport=diving" 25 de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:sport=diving" 26 de.href="http://wiki.openstreetmap.org/wiki/RU:Tag:sport=diving" /> 27 <key key="sport" value="scuba_diving"/> 20 28 <text key="name" text="Name" default="" delete_if_empty="true"/> 21 29 <text key="scuba_diving:depth" text="Depth" default="" delete_if_empty="true" /> 22 30 <text key="scuba_diving:maxdepth" text="Max. Depth" default="" delete_if_empty="true" /> 23 31 <label text="Type of this dive site" /> 24 <check key="scuba_diving:type:sea" text="sea" default="off" delete_if_empty="true" />25 <check key="scuba_diving:type:lake" text="lake" default="off" delete_if_empty="true" />26 <check key="scuba_diving:type:flowing waters" text= "stream"de.text="stream"default="off" delete_if_empty="true" />27 <check key="scuba_diving:type:mountain" text="mountain lake" default="off" delete_if_empty="true" />32 <check key="scuba_diving:type:sea" text="sea" default="off" delete_if_empty="true" /> 33 <check key="scuba_diving:type:lake" text="lake" default="off" delete_if_empty="true" /> 34 <check key="scuba_diving:type:flowing waters" text="stream" de.text="stream" default="off" delete_if_empty="true" /> 35 <check key="scuba_diving:type:mountain" text="mountain lake" default="off" delete_if_empty="true" /> 28 36 <check key="scuba_diving:type:ice" text="ice" default="off" delete_if_empty="true" /> 29 37 <check key="scuba_diving:type:apnoe" text="apnoe only" default="off" delete_if_empty="true" /> … … 35 43 <check key="scuba_diving:attraction:rocks" text="rocks" default="off" delete_if_empty="true" /> 36 44 <check key="scuba_diving:attraction:drop off" text="drop off" default="off" delete_if_empty="true" /> 37 <check key="scuba_diving:attraction:archaeology" text="arch aeology" default="off" delete_if_empty="true" />45 <check key="scuba_diving:attraction:archaeology" text="archeology" default="off" delete_if_empty="true" /> 38 46 <check key="scuba_diving:attraction:biology" text="biology" default="off" delete_if_empty="true" /> 39 47 <check key="scuba_diving:attraction:bigfish" text="bigfish" default="off" delete_if_empty="true" /> … … 65 73 </item> 66 74 67 <item name="diving center" type="node" icon="http://wiki.openstreetmap.org/w/images/2/20/Michigan_dive_flag.svg" >75 <item name="diving center" type="node,relation,closedway" icon="http://wiki.openstreetmap.org/w/images/2/20/Michigan_dive_flag.svg" > 68 76 <key key="amenity" value="diving_center"/> 69 <text key="name" text="Name" de .text="Name" fr.text="Nom" default="" delete_if_empty="true"/>70 <text key="contact:website" text= "Website" de .text="Website" default="" delete_if_empty="true" />77 <text key="name" text="Name" default="" delete_if_empty="true"/> 78 <text key="contact:website" text= "Website" default="" delete_if_empty="true" /> 71 79 <text key="pressure_chamber" text="Next pressure chamber" default="" delete_if_empty="true"/> 72 <combo key="scuba_diving:organization" text="Organization" values="CMAS,SSI,PADI,DIWA, NAUI" default="" delete_if_empty="true" />80 <combo key="scuba_diving:organization" text="Organization" values="CMAS,SSI,PADI,DIWA,NAUI" default="" delete_if_empty="true" /> 73 81 <combo key="scuba_diving:spoken_languages" text="Languages" values="DE,FR,EN,IT,ES" default="" delete_if_empty="true" /> 74 82 <check key="scuba_diving:education" text="Courses" default="on" delete_if_empty="true" /> … … 79 87 </item> 80 88 81 <item name="wreck" type="node" icon="http://wiki.openstreetmap.org/w/images/e/e9/WreckIcon.png" >89 <item name="wreck" type="node,relation,closedway" icon="http://wiki.openstreetmap.org/w/images/e/e9/WreckIcon.png" > 82 90 <text key="name" text="Name" default="" delete_if_empty="true"/> 83 91 <text key="scuba_diving:depth" text="Depth" default="" delete_if_empty="true" /> … … 85 93 </item> 86 94 87 <item name="cave" type="node" icon= "http://wiki.openstreetmap.org/w/images/2/22/Cavedot.svg" >95 <item name="cave" type="node" icon="http://wiki.openstreetmap.org/w/images/2/22/Cavedot.svg" > 88 96 <text key="name" text="Name" default="" delete_if_empty="true"/> 89 97 <text key="scuba_diving:depth" text="Depth" default="" delete_if_empty="true" /> … … 93 101 </group> 94 102 </presets> 103 }}}
