Changes between Version 42 and Version 43 of TaggingPresets


Ignore:
Timestamp:
Apr 5, 2012 1:48:17 PM (14 months ago)
Author:
simon04
Comment:

reformat example

Legend:

Unmodified
Added
Removed
Modified
  • TaggingPresets

    v42 v43  
    1717 
    1818== Develop a new preset – Example == 
    19 Here is an example of how it looks like: 
    2019 
    21 [[Image(tagging_screenshot.png)]] 
     20[[Image(tagging_screenshot.png,align=right)]] 
    2221 
    23 And this is the code that created the example : 
    2422{{{ 
    25 #!xml 
    26 <presets xmlns="http://josm.openstreetmap.de/tagging-preset-1.0"> 
     23#!xml <presets xmlns="http://josm.openstreetmap.de/tagging-preset-1.0"> 
    2724  <item name="Highway"> 
    2825    <label text="Inserting a highway in UK" /> 
     
    3936</presets> 
    4037}}} 
     38 
    4139 
    4240== Develop a new preset – Add to the list of available presets ==