Ignore:
Timestamp:
2019-10-05T15:59:56+02:00 (5 years ago)
Author:
Don-vip
Message:

fix #2760 - simplify track during GPX layer -> data layer conversion (patch by Bjoeni)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/data/validator/unnecessary.mapcss

    r15255 r15419  
    166166  assertMatch: "way name=house building=yes";
    167167}
     168
     169/* #2760 */
     170*[/^gpx:/] {
     171  throwWarning: tr("{0} should not be uploaded", "{0.key}");
     172  group: tr("unnecessary tag");
     173  fixRemove: "{0.key}";
     174  assertMatch: "node gpx:time=2018-01-01T12:00:00Z";
     175  assertNoMatch: "node source=gpx:foo";
     176}
Note: See TracChangeset for help on using the changeset viewer.