Changeset 15265 in josm
- Timestamp:
- 2019-07-30T21:43:02+02:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/data/validator/combinations.mapcss
r15260 r15265 593 593 group: tr("suspicious tag combination"); 594 594 } 595 596 /* #17967 */ 597 *[highway=cycleway][cycleway=track] { 598 throwWarning: tr("{0} together with {1}. Remove {1}.", "{0.tag}", "{1.tag}"); 599 group: tr("suspicious tag combination"); 600 fixRemove: "cycleway"; 601 }
Note:
See TracChangeset
for help on using the changeset viewer.