Ignore:
Timestamp:
2010-07-22T14:00:54+02:00 (15 years ago)
Author:
bastik
Message:

'added support for traffic_sign tag'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/roadsigns/data/defaultroadsignpreset.xml

    r21995 r22420  
    1111(or enter it in the advanced preferences tab in JOSM):
    1212
    13 plugin.roadsign.sources=/path/to/myroadsignpreset.xml
    14 plugin.roadsign.icon.sources=/path/to/image/folder
     13plugin.roadsigns.sources=/path/to/myroadsignpreset.xml
     14plugin.roadsigns.icon.sources=/path/to/image/folder
    1515
    1616(The second one is only needed if you like to display your own icons.)
     
    2323
    2424sign:
    25     ref             Short official designation of the sign that can be used for the traffic_sign tag. (accepts parameters)
    26     id              Unique identifier. (If missing, equals ref. Either id or ref must be present.)
    27     icon            Icon image name. (If missing, id or ref is used as image name. In this case ':' and '.' characters are converted to underscore '_'.)
    28     name            Name of the sign. (required)
    29     long_name       Long (e.g. official) name of the sign.
    30     help            Some notes to guide the user.
    31     wiki            Page in the osm wiki
    32     deprecated      Set to "yes" if authorities have decided to no longer install signs of this kind.
    33                     (But old signs may still be there and need to be recorded.)
     25    ref                 Short official designation of the sign that can be used for the traffic_sign tag. (accepts parameters)
     26    id                  Unique identifier. (If missing, equals ref. Either id or ref must be present.)
     27    icon                Icon image name. (If missing, id or ref is used as image name. In this case ':' and '.' characters are converted to underscore '_'.)
     28    name                Name of the sign. (required)
     29    long_name           Long (e.g. official) name of the sign.
     30    traffic_sign_tag    Value that should be used for traffic_sign tag (if different from ref).
     31    help                Some notes to guide the user.
     32    wiki                Page in the osm wiki
     33    deprecated          Set to "yes" if authorities have decided to no longer install signs of this kind.
     34                        (But old signs may still be there and need to be recorded.)
    3435
    3536tag:
     
    6970-->
    7071<roadsignpreset country="DE">
    71     <sign ref="DE:110" name="Incline" de.name="Steigung"
     72    <sign ref="DE:108/DE:110" icon="DE_110" traffic_sign_tag="" name="Incline" de.name="Steigung"
    7273            help="Applies for the road section with steep incline. (Split the way at the ends of the steep section.)
    7374Positive values indicate movement upward in the direction of the (osm) way and negative values indicate movement downwards in the direction of the way."
     
    7677            wiki="Key:incline"
    7778            de.wiki="DE:Key:incline">
     79        <!--Suppress the traffic_sign tag, because it would be incorrect to add
     80            traffic_sign=DE:110, when in reality it is DE:108.
     81            Both are essentially equal, so in this tool only the incline symbol
     82            should be present.-->
    7883        <tag key="incline" value="$val%"/>
    7984        <parameter input="textfield" name="max. incline" de.name="Maximale Steigung" type="int" ident="val" default="12" suffix="%" field_width="3"/>
Note: See TracChangeset for help on using the changeset viewer.