Changeset 9091 in josm


Ignore:
Timestamp:
2015-12-06T19:15:30+01:00 (8 years ago)
Author:
Klumbumbus
Message:

see #12135 - add seamark=buoy to mappaint and preset; remove old deprecated tags section in elemstyles.mapcss

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/data/defaultpresets.xml

    r9090 r9091  
    22612261            <key key="waterway" value="turning_point" />
    22622262        </item> <!-- Turning Point -->
     2263        <item name="Buoy" icon="styles/standard/nautical/buoy.svg" type="node" preset_name_label="true">
     2264            <link href="http://wiki.openstreetmap.org/wiki/Tag:seamark=buoy" />
     2265            <key key="seamark" value="buoy" />
     2266        </item> <!-- Buoy -->
    22632267        <separator/>
    22642268        <item name="Slipway" icon="styles/standard/nautical/slipway.png" type="node,way" preset_name_label="true">
  • trunk/styles/standard/elemstyles.mapcss

    r9082 r9091  
    42234223    text: auto;
    42244224}
     4225node[seamark=buoy] {
     4226    icon-image: "nautical/buoy.svg";
     4227    set icon_z17;
     4228    text: auto;
     4229}
    42254230area[waterway=boatyard] {
    42264231    fill-color: manmade#d8d8d8;
     
    48584863    fill-extent: 25;
    48594864}
    4860 
    4861 /* "deprecated" tags
    4862      historic=museum -> tourism=museum
    4863      man_made=power_wind -> power=generator and power_source=wind
    4864      man_made=power_hydro -> power=generator and power_source=hydro
    4865      man_made=power_fossil -> power=generator and power_source=fossil
    4866      man_made=power_nuclear -> power=generator and power_source=nuclear
    4867      amenity=park_bench -> amenity=bench
    4868      amenity=signpost -> information=guidepost
    4869      amenity=emergency_phone -> emergency=phone
    4870      highway minor - classification now more detailed
    4871      highway=stile -> barrier=stile
    4872      highway=gate -> barrier=gate
    4873      highway=cattle_grid -> barrier=cattle_grid
    4874      highway=toll_booth -> barrier=toll_booth
    4875      highway=viaduct -> bridge=viaduct
    4876      railway=viaduct -> bridge=viaduct
    4877      waterway=aqueduct -> bridge=aqueduct
    4878      natural=marsh -> natural=wetland
    4879      leisure=zoo -> tourism=zoo
    4880      power=station -> power=plant or power=sub_station
    4881 */
Note: See TracChangeset for help on using the changeset viewer.