Changes between Version 30 and Version 31 of Presets/PublicTransportGtfs


Ignore:
Timestamp:
2020-08-05T00:37:29+02:00 (6 years ago)
Author:
skyper
Comment:

restrict presets to PT and relations only for route; effect is a preciser handling in Tags/Membership dialog

Legend:

Unmodified
Added
Removed
Modified
  • Presets/PublicTransportGtfs

    v30 v31  
    151151      <item name="Stop - GTFS" icon="presets/transport/stop_position.svg" preset_name_label="true" type="node">
    152152          <link wiki="General_Transit_Feed_Specification" />
     153          <key key="public_transport" value="stop_position" />
    153154          <space />
    154155          <combo key="railway" text="Railway" values="stop" />
     
    160161      <item name="Platform - GTFS" icon="presets/transport/platform.svg" preset_name_label="true" type="node,way,closedway,multipolygon">
    161162          <link wiki="General_Transit_Feed_Specification" />
     163          <key key="public_transport" value="platform" />
    162164          <space />
    163165          <text key="local_ref" text="Local reference" />
     
    169171      <item name="Stop Area - GTFS" icon="presets/misc/interpolation.svg" preset_name_label="true" type="relation">
    170172          <link wiki="General_Transit_Feed_Specification" />
     173          <key key="public_transport" value="stop_area" />
    171174          <space />
    172175          <reference ref="stop_all" />
     
    179182      <item name="Route - GTFS" icon="presets/misc/route.svg" preset_name_label="true" type="relation">
    180183          <link wiki="General_Transit_Feed_Specification" />
     184          <key key="type" value="route" />
     185          <key key="public_transport:version" value="2" />
    181186          <reference ref="shape_id" />
    182187          <reference ref="feed_guid_name" />
     
    189194      <item name="Route Master - GTFS" icon="presets/misc/route.svg" preset_name_label="true" type="relation">
    190195          <link wiki="General_Transit_Feed_Specification" />
     196          <key key="type" value="route_master" />
    191197          <reference ref="route_id" />
    192198          <space />
     
    198204      </item>
    199205      <separator/>
    200       <item name="Route (Ptv1) - GTFS" icon="presets/misc/route.svg" preset_name_label="true" type="way,closedway,relation">
    201           <link wiki="General_Transit_Feed_Specification" />
     206      <item name="Route (PTv1) - GTFS" icon="presets/misc/route.svg" preset_name_label="true" type="relation">
     207          <link wiki="General_Transit_Feed_Specification" />
     208          <key key="type" value="route" />
     209          <key key="public_transport:version" value="1" />
    202210          <reference ref="route_id" />
    203211          <space />