Changeset 22420 in osm for applications/editors/josm/plugins/roadsigns/data
- Timestamp:
- 2010-07-22T14:00:54+02:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/roadsigns/data/defaultroadsignpreset.xml
r21995 r22420 11 11 (or enter it in the advanced preferences tab in JOSM): 12 12 13 plugin.roadsign.sources=/path/to/myroadsignpreset.xml 14 plugin.roadsign.icon.sources=/path/to/image/folder 13 plugin.roadsigns.sources=/path/to/myroadsignpreset.xml 14 plugin.roadsigns.icon.sources=/path/to/image/folder 15 15 16 16 (The second one is only needed if you like to display your own icons.) … … 23 23 24 24 sign: 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.) 34 35 35 36 tag: … … 69 70 --> 70 71 <roadsignpreset country="DE"> 71 <sign ref="DE:1 10" name="Incline" de.name="Steigung"72 <sign ref="DE:108/DE:110" icon="DE_110" traffic_sign_tag="" name="Incline" de.name="Steigung" 72 73 help="Applies for the road section with steep incline. (Split the way at the ends of the steep section.) 73 74 Positive values indicate movement upward in the direction of the (osm) way and negative values indicate movement downwards in the direction of the way." … … 76 77 wiki="Key:incline" 77 78 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.--> 78 83 <tag key="incline" value="$val%"/> 79 84 <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.
