- Timestamp:
- 2020-03-11T20:49:51+01:00 (5 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/resources/data/defaultpresets.xml
r15978 r16112 987 987 <combo key="ski" text="Ski" values="yes,official,designated,permissive,private,no" /> 988 988 <combo key="snowmobile" text="Snowmobile" values="yes,official,designated,permissive,destination,delivery,private,no" /> 989 < !-- <combo key="motorcar" text="Motorcar" values="yes,designated,no" default="no" /> -->989 <check key="segregated" text="Segregated" /> 990 990 </optional> 991 991 </item> <!-- Path --> … … 1022 1022 <reference ref="highway_yesno_incline_oneway_lit_width" /> 1023 1023 <combo key="foot" text="Pedestrians" values="yes,no,designated" /> 1024 <check key="segregated" text="Segregated" /> 1024 1025 </optional> 1025 1026 </item> <!-- Dedicated Cycleway --> … … 1058 1059 <reference ref="highway_yesno_incline_oneway_lit_width" /> 1059 1060 <combo key="bicycle" text="Bicycle" values="yes,no,designated" /> 1061 <check key="segregated" text="Segregated" /> 1060 1062 </optional> 1061 1063 </item> <!-- Dedicated Footway --> -
trunk/src/org/openstreetmap/josm/gui/mappaint/mapcss/Functions.java
r16110 r16112 1231 1231 * @return the int represented by the string argument 1232 1232 * @see Integer#parseInt 1233 * @since xxx1233 * @since 16110 1234 1234 */ 1235 1235 public static int to_int(String value) { // NO_UCD (unused code)
Note:
See TracChangeset
for help on using the changeset viewer.