Changeset 24208 in osm for applications/editors/josm/plugins/FixAddresses/src/org/openstreetmap
- Timestamp:
- 2010-11-12T22:50:57+01:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/FixAddresses/src/org/openstreetmap/josm/plugins/fixAddresses/TagUtils.java
r24166 r24208 1909 1909 1910 1910 // TODO: Should be configurable 1911 1912 /* Allow everything until this can be configured */ 1913 return true; 1914 /* 1911 1915 String hwType = getHighwayValue(w); 1912 1913 1916 return !(TagUtils.HIGHWAY_MOTORWAY_LINK_VALUE.equals(hwType) || 1914 1917 TagUtils.HIGHWAY_MOTORWAY_VALUE.equals(hwType) || 1915 1918 TagUtils.HIGHWAY_FOOTWAY_VALUE.equals(hwType) || 1916 1919 TagUtils.HIGHWAY_TRACK_VALUE.equals(hwType) 1917 ); 1920 );*/ 1918 1921 } 1919 1922
Note:
See TracChangeset
for help on using the changeset viewer.