Changes between Version 14 and Version 15 of Rules/PublicTransportGtfs


Ignore:
Timestamp:
2020-07-27T15:02:28+02:00 (6 years ago)
Author:
skyper
Comment:

typo

Legend:

Unmodified
Added
Removed
Modified
  • Rules/PublicTransportGtfs

    v14 v15  
    180180/* platform and stop_position */
    181181*[public_transport =~ /^(platform|stop_position)$/][highway!=bus_stop][public_transport].noPtVehicle {
    182   throwWarning: tr("`{0}` without serving vehicle type specified.", "{1.tag}");
     182  throwWarning: tr("`{0}` without serving vehicle type specified.", "{2.tag}");
    183183  group: tr("Public Transport GTFS: missing tag");
    184184  assertMatch:   "relation public_transport=platform";