- Timestamp:
- 2013-03-10T11:20:12+01:00 (12 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/data/tagchecker.cfg
r5685 r5771 52 52 * : W : highway == road # temporary highway type 53 53 * : W : / *name */i == * && name != * # misspelled key name 54 * : W : sport == gaelic_football # gaelic_football was replaced by gaelic_games55 54 56 55 # The following could replace unnamed way check. Still at the moment we keep it as it is -
trunk/src/org/openstreetmap/josm/data/validation/tests/DeprecatedTags.java
r5742 r5771 72 72 test("power_rating"). 73 73 alternative("generator:output")); 74 // from http://wiki.openstreetmap.org/wiki/Tag:shop %3Dorganic74 // from http://wiki.openstreetmap.org/wiki/Tag:shop=organic 75 75 checks.add(new DeprecationCheck(2114). 76 76 testAndRemove("shop", "organic"). … … 85 85 testAndRemove("amenity", "emergency_phone"). 86 86 add("emergency", "phone")); 87 // http://wiki.openstreetmap.org/wiki/Tag:sport=gaelic_football 88 // fix #8132 89 checks.add(new DeprecationCheck(2117). 90 testAndRemove("sport", "gaelic_football"). 91 add("sport", "gaelic_games")); 87 92 } 88 93
Note:
See TracChangeset
for help on using the changeset viewer.