Changeset 11153 in josm for trunk/data/validator
- Timestamp:
- 2016-10-22T01:23:55+02:00 (9 years ago)
- Location:
- trunk/data/validator
- Files:
-
- 2 edited
-
combinations.mapcss (modified) (1 diff)
-
unnecessary.mapcss (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/data/validator/combinations.mapcss
r11146 r11153 129 129 relation[route=ski][!piste:type][type=route], 130 130 *[tourism=information][!information], 131 *[leisure=pitch][!sport], 131 132 *[aeroway=terminal][!building], 132 133 *[power=generator][!generator:source], -
trunk/data/validator/unnecessary.mapcss
r11146 r11153 7 7 /* see #9365 - Useless tag layer=0 */ 8 8 throwWarning: tr("{0} is unnecessary", "{0.tag}"); 9 group: tr("unnecessary tag"); 9 10 fixRemove: "{0.key}"; 10 11 assertMatch: "way layer=0"; … … 20 21 area:closed[shop ][area?] { 21 22 throwWarning: tr("{0} is unnecessary for {1}", "{2.key}", "{1.key}"); 23 group: tr("unnecessary tag"); 22 24 fixRemove: "{2.key}"; 23 25 }
Note:
See TracChangeset
for help on using the changeset viewer.
