Changes between Initial Version and Version 1 of Ticket #19504, comment 7


Ignore:
Timestamp:
2020-07-14T02:10:41+02:00 (5 years ago)
Author:
skyper

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #19504, comment 7

    initial v1  
    1212/* route_id, shape_id, trip_id */
    1313*[gtfs:route_id][gtfs:shape_id][!(tag("gtfs:route_id") == get(regexp_match("^(.+)\\.[1-9][0-9]?\\.[HR]$", tag("gtfs:shape_id"), "d"), 1))],
    14 *[gtfs:route_id][gtfs:trip_id]["gtfs:route_id" != get(regexp_match("^[1-9][0-9]{0,3}\\.T[023A]\\.(.+)\\.[1-9][0-9]?\\.[HR]$", tag("gtfs:trip_id")), 1)],
    15 *[gtfs:route_id][gtfs:trip_id:sample]["gtfs:route_id" != get(regexp_match("^[1-9][0-9]{0,3}\\.T[023A]\\.(.+)\\.[1-9][0-9]?\\.[HR]$", tag("gtfs:trip_id:sample")), 1)] {
     14*[gtfs:route_id][gtfs:trip_id][!(tag("gtfs:route_id") == get(regexp_match("^[1-9][0-9]{0,3}\\.T[023A]\\.(.+)\\.[1-9][0-9]?\\.[HR]$", tag("gtfs:trip_id")), 1))],
     15*[gtfs:route_id][gtfs:trip_id:sample][!(tag("gtfs:route_id") == get(regexp_match("^[1-9][0-9]{0,3}\\.T[023A]\\.(.+)\\.[1-9][0-9]?\\.[HR]$", tag("gtfs:trip_id:sample")), 1))] {
    1616  throwError: tr("`{1}` is not a substring of `{0}`", "{0.tag}", "{1.tag}");
    1717  group: tr("Public Transport GTFS");