Changes between Version 73 and Version 74 of TaggingPresets
- Timestamp:
- 2014-10-29T16:18:27+01:00 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TaggingPresets
v73 v74 10 10 * 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"]. 11 11 12 ---- 13 14 == Develop a new preset – Example == 15 12 == Develop a new preset == 13 The tagging preset description is in a very simple XML format. Details see [#XML below]. 14 15 See the **[source:trunk/data/defaultpresets.xml defaultpresets.xml]** for an example covering all possibilities. 16 17 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]. 18 19 To add the preset to the list of available presets see [[Presets#Createnewpresets]]. 20 21 Example: 16 22 [[Image(tagging_screenshot.png,align=right)]] 17 23 … … 35 41 36 42 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 54 44 === Tags === 55 45 ==== The document prolog ====
