- Timestamp:
- 2011-08-31T21:41:56+02:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/corrector/ReverseWayTagCorrector.java
r4345 r4390 213 213 214 214 private static boolean ignoreKeyForPrefixSuffixCorrection(String key) { 215 return key. startsWith("name") || key.endsWith("name")215 return key.contains("name") || key.equals("tiger:county") 216 216 || key.equalsIgnoreCase("fixme") || key.startsWith("note"); 217 217 }
Note:
See TracChangeset
for help on using the changeset viewer.