Changes between Version 16 and Version 17 of Presets/PublicTransportGtfs


Ignore:
Timestamp:
2020-07-05T23:29:22+02:00 (4 years ago)
Author:
skyper
Comment:

gtfs:trip_id:sample instead of gtfs:trip_id:like; removed ref_trip

Legend:

Unmodified
Added
Removed
Modified
  • Presets/PublicTransportGtfs

    v16 v17  
    2424* [osmwiki:Proposed_features/Key:gtfs:shape_id gtfs:shape_id]
    2525* [osmwiki:Proposed_features/Key:gtfs:trip_id gtfs:trip_id (no page, yet)]
    26 * [osmwiki:Proposed_features/Key:gtfs:trip_id:like gtfs:trip_id:like (no page, yet)]
    27 * [osmwiki:Proposed_features/Key:gtfs:ref_trip gtfs:ref_trip (no page, yet)]
     26* [osmwiki:Proposed_features/Key:gtfs:trip_id:sample gtfs:trip_id:sample (no page, yet)]
    2827* [osmwiki:Key:network:guid network:guid]
    2928* [osmwiki:Proposed_features/Key:operator:guid operator:guid]
     
    10099      <text key="gtfs:route_id" text="GTFS route id" />
    101100      <text key="gtfs:shape_id" text="GTFS shape id" match="key" />
    102       <optional text="Use one of the following three tags, if no `shape_id` exists:">
    103           <text key="gtfs:ref_trip" text="One concrete GTFS trip reference (= `trip_id)`" match="key" />
    104           <text key="gtfs:trip_id:like" text="GTFS trip reference (= part of trip_id`)" match="key" />
     101      <optional text="Use one of the following two tags, if no `shape_id` exists:">
     102          <text key="gtfs:trip_id:sample" text="One GTFS trip reference as sample (= `trip_id`)" match="key" />
    105103          <space />
    106104          <label text="Only to be used if the relation represents one, single trip with only one `service_id`" />