Changeset 10429 in josm for trunk/data


Ignore:
Timestamp:
2016-06-19T19:03:05+02:00 (9 years ago)
Author:
Klumbumbus
Message:

see #11006 - rework of public transport mappaint style and presets, mainly icon improvements, prioritise ptv2 over legacy, drop transport types for platform

Location:
trunk/data
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/data/defaultpresets.xml

    r10366 r10429  
    32103210        </item> <!-- Stop Area -->
    32113211        <separator/>
    3212         <item name="Stop Position" type="node" icon="presets/barrier.png" preset_name_label="true">
     3212        <item name="Stop Position" type="node" icon="styles/standard/transport/railway_small.png" preset_name_label="true">
    32133213            <link href="http://wiki.openstreetmap.org/wiki/Proposed_features/Public_Transport#Stop_position" />
    32143214            <space />
     
    32383238            <check key="ferry" text="Ferry" />
    32393239        </item> <!-- Stop Position -->
    3240         <item name="Platform" type="node,way,closedway,multipolygon" icon="presets/platform_bus.png" preset_name_label="true">
     3240        <item name="Platform" type="node,way,closedway,multipolygon" icon="styles/standard/transport/platform.svg" preset_name_label="true">
    32413241            <link href="http://wiki.openstreetmap.org/wiki/Proposed_features/Public_Transport#Platform" />
    32423242            <space />
     
    32493249            <reference ref="wheelchair" />
    32503250            <combo key="tactile_paving" text="Tactile Paving" values="yes,no,incorrect" />
    3251             <optional>
    3252                 <text key="ref" text="Reference" />
    3253                 <text key="uic_ref" text="UIC reference" />
    3254                 <text key="uic_name" text="UIC name" />
    3255                 <text key="operator" text="Operator" />
    3256                 <text key="network" text="Network" />
    3257                 <space/>
    3258                 <check key="bus" text="Bus" />
    3259                 <check key="highway" value_on="platform" text="Highway platform (legacy)" />
    3260                 <check key="tram" text="Tram" />
    3261                 <check key="train" text="Train" />
    3262                 <check key="railway" value_on="platform" text="Railway platform (legacy)" />
    3263                 <check key="trolleybus" text="Trolleybus" />
    3264                 <check key="share_taxi" text="Share taxi" />
    3265                 <check key="subway" text="Subway" />
    3266                 <check key="monorail" text="Monorail" />
    3267                 <check key="funicular" text="funicular" />
    3268                 <check key="aerialway" text="aerialway" />
    3269                 <check key="ferry" text="ferry" />
    3270             </optional>
    32713251        </item> <!-- Platform -->
    3272         <item name="Station" name_context="railway" type="node,closedway,multipolygon" icon="styles/standard/transport/railway_station.png" preset_name_label="true">
     3252        <item name="Station" name_context="railway" type="node,closedway,multipolygon" icon="styles/standard/transport/station.svg" preset_name_label="true">
    32733253            <link href="http://wiki.openstreetmap.org/wiki/Tag:public_transport=station"
    32743254                  de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:public_transport=station"
     
    33563336            </optional>
    33573337        </item> <!-- Station -->
    3358         <item name="Railway Halt" icon="presets/station.png" type="node" preset_name_label="true">
     3338        <item name="Railway Halt" icon="styles/standard/transport/railway_small.png" type="node" preset_name_label="true">
    33593339            <link href="http://wiki.openstreetmap.org/wiki/Tag:railway=halt"
    33603340                  de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:railway=halt"
     
    33673347            </optional>
    33683348        </item> <!-- Railway Halt -->
    3369         <item name="Tram Stop" icon="presets/tram.png" type="node" preset_name_label="true">
     3349        <item name="Tram Stop" icon="styles/standard/transport/tram.png" type="node" preset_name_label="true">
    33703350           <link href="http://wiki.openstreetmap.org/wiki/Tag:railway=tram_stop"
    33713351                  de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:railway=tram_stop"
  • trunk/data/validator/geometry.mapcss

    r10427 r10429  
    8181/* {0} on a way, should be a node */
    8282way[entrance],
     83way[railway=subway_entrance],
    8384way[man_made=survey_point],
    8485way[power=transformer],
Note: See TracChangeset for help on using the changeset viewer.