Changeset 4887 in josm
- Timestamp:
- 2012-02-01T23:16:42+01:00 (13 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/validation/tests/DeprecatedTags.java
r4874 r4887 36 36 checks.add(new DeprecationCheck(2103). 37 37 testAndRemove("highway", "ford"). 38 add("highway", "road").39 38 add("ford", "yes")); 40 39 // from http://wiki.openstreetmap.org/wiki/Deprecated_features -
trunk/styles/standard/elemstyles.xml
r4742 r4887 673 673 674 674 <rule> 675 <condition k="ford" v="yes"/> 676 <linemod mode="over" width="2" realwidth="5" colour="water#0000ff" dashed="true"/> 677 <icon annotate="true" src="vehicle/ford.png"/> 678 </rule> 679 680 <rule> 675 681 <condition k="highway" v="bus_stop"/> 676 682 <icon annotate="true" src="transport/bus_small.png"/>
Note:
See TracChangeset
for help on using the changeset viewer.