Changes between Version 9 and Version 10 of TaggingPresets


Ignore:
Timestamp:
2008-08-15T16:51:04+02:00 (17 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TaggingPresets

    v9 v10  
    44
    55= Setup =
    6 Every user can choose to add any url (or filename) into his preferences. An example URL is
    7 http://ostertag.name/osm/annotations/uk-highway.xml (a file on ostertag.name). Alternatively there are some larger files checked in here:
    8 http://trac.openstreetmap.org/browser/applications/editors/josm/annotation_presets
    9 
    10 The image on the right shows an example of some urls (these URLs were since moved though)
     6Every user can choose to add any url (or filename) into his preferences. An example URL is included in JOSM SVN.
    117
    128[[Image(josm-preferences1.png)]]
     
    5046The following tags are used:
    5147 '''<presets>'''::
    52    Has to be the main tag of the file. No Attributes are recognized. The old tag "annotations" is still possible but deprecated.
     48   Has to be the main tag of the file. No Attributes are recognized.
    5349 '''<item>'''::
    54    Every item is one annotation set to select from. ''name'', ''icon'' and ''type'' are optional attribute.
     50   Every item is one annotation set to select from. ''name'', ''icon'' are optional attribute.
    5551 '''<label>'''::
    5652   Labels are static texts for display. ''text'' is a required attribute.
     
    9288   The item gets the focus when the dialog is activated. Does only work for text fields like <text> and <combo>.
    9389
     90
     91To support translations, all textual elements may be used in translated form. E.g. "de:name" would represent the name in case German language support is loaded.