Changeset 10017 in josm


Ignore:
Timestamp:
2016-03-19T14:38:35+01:00 (8 years ago)
Author:
Klumbumbus
Message:

fix #12574 - replace exit_to by destination and destination:ref

Location:
trunk/data
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/data/defaultpresets.xml

    r10005 r10017  
    414414                <text key="name" text="Name" />
    415415                <reference ref="highway_base" />
     416                <text key="destination" text="Destination" />
     417                <text key="destination:ref" text="Destination reference" />
    416418                <text key="width" text="Width (meters)" />
    417419                <combo key="placement" text="Placement" values="left_of:1,left_of:2,left_of:3,middle_of:1,middle_of:2,middle_of:3,right_of:1,right_of:2,right_of:3,transition" />
     
    441443            <optional>
    442444                <reference ref="highway_base" />
     445                <text key="destination" text="Destination" />
     446                <text key="destination:ref" text="Destination reference" />
    443447                <text key="width" text="Width (meters)" />
    444448                <combo key="placement" text="Placement" values="left_of:1,left_of:2,left_of:3,middle_of:1,middle_of:2,middle_of:3,right_of:1,right_of:2,right_of:3,transition" />
     
    475479                <text key="name" text="Name" />
    476480                <reference ref="highway_base" />
     481                <text key="destination" text="Destination" />
     482                <text key="destination:ref" text="Destination reference" />
    477483                <text key="width" text="Width (meters)" />
    478484                <combo key="placement" text="Placement" values="left_of:1,left_of:2,left_of:3,middle_of:1,middle_of:2,middle_of:3,right_of:1,right_of:2,right_of:3,transition" />
     
    498504            <optional>
    499505                <reference ref="highway_base" />
     506                <text key="destination" text="Destination" />
     507                <text key="destination:ref" text="Destination reference" />
    500508                <text key="width" text="Width (meters)" />
    501509                <combo key="placement" text="Placement" values="left_of:1,left_of:2,left_of:3,middle_of:1,middle_of:2,middle_of:3,right_of:1,right_of:2,right_of:3,transition" />
     
    11951203            <text key="name" text="Name" />
    11961204            <text key="ref" text="Number" />
    1197             <text key="exit_to" text="Exit to" />
    11981205        </item> <!-- Motorway Junction -->
    11991206        <item name="Services" icon="styles/standard/vehicle/services.svg" type="node,closedway,multipolygon" preset_name_label="true">
  • trunk/data/validator/ignoretags.cfg

    r9900 r10017  
    102102E:traffic_sign
    103103E:building:levels
     104E:exit_to
    104105;
    105106; Ignore valid and semi-valid keys that end with...
Note: See TracChangeset for help on using the changeset viewer.