Changeset 8591 in josm
- Timestamp:
- 2015-07-10T17:29:17+02:00 (9 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/data/validator/combinations.mapcss
r8578 r8591 138 138 } 139 139 140 /* {0.tag} without {1.tag} */140 /* {0.tag} without {1.tag} (info level) see #11600 #11393*/ 141 141 *[highway=motorway][!oneway], 142 142 *[highway=motorway_link][!oneway] { 143 throw Warning: tr("{0} without {1}", "{0.tag}", "{1.tag}");143 throwOther: tr("{0} without {1}", "{0.tag}", "{1.tag}"); 144 144 } 145 145 -
trunk/src/org/openstreetmap/josm/data/osm/OsmPrimitive.java
r8580 r8591 791 791 "waterway=stream | waterway=river | waterway=canal | waterway=drain | waterway=rapids | "+ 792 792 "\"piste:type\"=downhill | \"piste:type\"=sled | man_made=\"piste:halfpipe\" | "+ 793 "junction=roundabout ";793 "junction=roundabout | (highway=motorway & -oneway=no & -oneway=reversible) | (highway=motorway_link & -oneway=no & -oneway=reversible) | "; 794 794 795 795 try {
Note:
See TracChangeset
for help on using the changeset viewer.