Ignore:
Timestamp:
2016-01-18T00:51:25+01:00 (8 years ago)
Author:
Klumbumbus
Message:

fix #11984 - add emergency preset group, move some items there and add some (modified patch by Yarl); icons see [o31999] and [o32000]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/styles/standard/elemstyles.mapcss

    r9513 r9523  
    23802380}
    23812381
     2382/******************/
     2383/* emergency tags */
     2384/******************/
     2385area[emergency=ambulance_station],
     2386area[emergency=water_tank] {
     2387    fill-color: emergency#eeeeee;
     2388}
     2389node[emergency=ambulance_station] {
     2390    icon-image: "emergency/ambulance_station.svg";
     2391    set icon_z17;
     2392    text: auto;
     2393}
     2394node[emergency=water_tank] {
     2395    icon-image: "emergency/water_tank.svg";
     2396    set icon_z17;
     2397    text: auto;
     2398}
     2399node[emergency=phone] {
     2400    icon-image: "vehicle/emergency_phone.png";
     2401    set icon_z17;
     2402    text: auto;
     2403}
     2404node[emergency=defibrillator] {
     2405    icon-image: "presets/aed.svg";
     2406    set icon_z17;
     2407    text: auto;
     2408}
     2409node[emergency=fire_hydrant] {
     2410    icon-image: "service/fire_hydrant.png";
     2411    set icon_z17;
     2412    text: auto;
     2413}
     2414node[emergency=fire_extinguisher] {
     2415    icon-image: "emergency/fire_extinguisher.svg";
     2416    set icon_z17;
     2417    text: auto;
     2418}
     2419node[emergency=fire_hose] {
     2420    icon-image: "emergency/fire_hose.svg";
     2421    set icon_z17;
     2422    text: auto;
     2423}
     2424node[emergency=assembly_point] {
     2425    icon-image: "emergency/assembly_point.svg";
     2426    set icon_z17;
     2427    text: auto;
     2428}
     2429node[emergency=siren] {
     2430    icon-image: "emergency/siren.svg";
     2431    set icon_z17;
     2432    text: auto;
     2433}
     2434
    23822435/****************/
    23832436/* amenity tags */
     
    25842637area[amenity=sanitary_dump_station] {
    25852638    fill-color: amenity_light#f7efb7;
    2586 }
    2587 node[emergency=phone] {
    2588     icon-image: "vehicle/emergency_phone.png";
    2589     set icon_z17;
    2590     text: auto;
    2591 }
    2592 node[emergency=defibrillator] {
    2593     icon-image: "presets/aed.svg";
    2594     set icon_z17;
    2595     text: auto;
    25962639}
    25972640node[amenity=toilets] {
     
    29833026node[amenity=bbq] {
    29843027    icon-image: "leisure/bbq.png";
    2985     set icon_z17;
    2986     text: auto;
    2987 }
    2988 node[emergency=fire_hydrant] {
    2989     icon-image: "service/fire_hydrant.png";
    29903028    set icon_z17;
    29913029    text: auto;
Note: See TracChangeset for help on using the changeset viewer.