Changes between Version 73 and Version 74 of TaggingPresets


Ignore:
Timestamp:
2014-10-29T16:18:27+01:00 (11 years ago)
Author:
Klumbumbus
Comment:

layout

Legend:

Unmodified
Added
Removed
Modified
  • TaggingPresets

    v73 v74  
    1010* Open the [Help/Action/Preferences preferences window], click [[Image(source:trunk/images/preferences/map.png,20)]] map settings and select third tab [Help/Preferences/Map#TaggingPresets "Tagging Presets"].
    1111
    12 ----
    13 
    14 == Develop a new preset – Example ==
    15 
     12== Develop a new preset ==
     13The tagging preset description is in a very simple XML format. Details see [#XML below].
     14
     15See the **[source:trunk/data/defaultpresets.xml defaultpresets.xml]** for an example covering all possibilities.
     16
     17The full XSD schema is available at the namespace URI (http://josm.openstreetmap.de/tagging-preset-1.0) as well as [source:trunk/data/tagging-preset.xsd the source repository].
     18
     19To add the preset to the list of available presets see [[Presets#Createnewpresets]].
     20
     21Example:
    1622[[Image(tagging_screenshot.png,align=right)]]
    1723
     
    3541
    3642
    37 == Develop a new preset – Add to the list of available presets ==
    38 
    39 See [[Presets#Createnewpresets]].
    40 
    41 
    42 == Develop a new preset – XML Format description ==
    43 
    44 The tagging preset description is in a very simple XML format. Details see below.
    45 
    46 See the **[source:trunk/data/defaultpresets.xml defaultpresets.xml]** for an example covering all possibilities.
    47 
    48 The full XSD schema is available at the namespace URI (http://josm.openstreetmap.de/tagging-preset-1.0) as well as [source:trunk/data/tagging-preset.xsd the source repository].
    49 
    50 ----
    51 
    52 == Develop a new preset – XML Format description (outdated!) ==
    53 
     43== XML Format description (outdated!) ==#XML
    5444=== Tags ===
    5545==== The document prolog ====