Changes between Version 3 and Version 4 of Presets/Diving


Ignore:
Timestamp:
2013-12-19T22:54:38+01:00 (12 years ago)
Author:
skyper
Comment:

fixed page layout + auto version + small fixes

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">
    712
    813<!--
     
    1419-->
    1520        <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">
    1722               
    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"/>
    2028                        <text key="name" text="Name" default="" delete_if_empty="true"/>
    2129                        <text key="scuba_diving:depth" text="Depth" default="" delete_if_empty="true" />
    2230                        <text key="scuba_diving:maxdepth" text="Max. Depth" default="" delete_if_empty="true" />
    2331                        <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" />
    2836                                <check key="scuba_diving:type:ice" text="ice" default="off" delete_if_empty="true" />
    2937                                <check key="scuba_diving:type:apnoe" text="apnoe only" default="off" delete_if_empty="true" />
     
    3543                                <check key="scuba_diving:attraction:rocks" text="rocks" default="off" delete_if_empty="true" />
    3644                                <check key="scuba_diving:attraction:drop off" text="drop off" default="off" delete_if_empty="true" />
    37                                 <check key="scuba_diving:attraction:archaeology" text="archaeology" default="off" delete_if_empty="true" />
     45                                <check key="scuba_diving:attraction:archaeology" text="archeology" default="off" delete_if_empty="true" />
    3846                                <check key="scuba_diving:attraction:biology" text="biology" default="off" delete_if_empty="true" />
    3947                                <check key="scuba_diving:attraction:bigfish" text="bigfish" default="off" delete_if_empty="true" />
     
    6573                </item>
    6674               
    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" >
    6876                        <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" />
    7179                        <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" />
    7381                        <combo key="scuba_diving:spoken_languages" text="Languages" values="DE,FR,EN,IT,ES" default="" delete_if_empty="true" />
    7482                        <check key="scuba_diving:education" text="Courses" default="on" delete_if_empty="true" />
     
    7987                </item>
    8088               
    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" >
    8290                        <text key="name" text="Name" default="" delete_if_empty="true"/>
    8391                        <text key="scuba_diving:depth" text="Depth" default="" delete_if_empty="true" />
     
    8593                </item>
    8694               
    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" >
    8896                        <text key="name" text="Name" default="" delete_if_empty="true"/>
    8997                        <text key="scuba_diving:depth" text="Depth" default="" delete_if_empty="true" />
     
    93101        </group>
    94102</presets>
     103}}}