Ignore:
Timestamp:
10.09.2010 07:45:16 (21 months ago)
Author:
jttt
Message:
  • add New relation button to Preset dialog
  • add required attribute to tagging preset (allows to specify what tags has to filled for osm primitive to qualify as having preset)
  • show list of preset also in relation dialog
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/tagging/tagging-preset.xsd

    r3479 r3518  
    105105                <attribute name="delete_if_empty" type="boolean" /> 
    106106                <attribute name="use_last_as_default" type="boolean" /> 
     107                <attribute name="required" type="boolean"/> 
    107108 
    108109                <attribute name="type" use="prohibited"/> 
     
    121122                <attribute name="delete_if_empty" type="boolean" /> 
    122123                <attribute name="display_values" type="string"/> 
     124                <attribute name="required" type="boolean"/> 
    123125 
    124126                <attribute name="type" use="prohibited"/> 
     
    136138                <attribute name="delete_if_empty" type="boolean" /> 
    137139                <attribute name="use_last_as_default" type="boolean" /> 
     140                <attribute name="required" type="boolean"/> 
    138141 
    139142                <attribute name="name" use="prohibited"/> 
Note: See TracChangeset for help on using the changeset viewer.