Ignore:
Timestamp:
2019-08-20T21:36:24+02:00 (6 years ago)
Author:
Klumbumbus
Message:

fix #17950 - add police=* preset (Non-public police facility) (icon derived from internal police icon, which was resized as well, CC0 and PD licensed) and warn about police=yes and police=* together with amenity=police

File:
1 edited

Legend:

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

    r15304 r15307  
    24802480
    24812481/****************/
     2482/* police tags */
     2483/****************/
     2484
     2485area[police=barracks],
     2486area[police=car_pound],
     2487area[police=checkpoint],
     2488area[police=detention],
     2489area[police=naval_base],
     2490area[police=offices],
     2491area[police=range],
     2492area[police=storage],
     2493area[police=training_area],
     2494area[police=yes] {
     2495    fill-color: police#ecba52;
     2496}
     2497node[police=barracks],
     2498node[police=car_pound],
     2499node[police=checkpoint],
     2500node[police=detention],
     2501node[police=naval_base],
     2502node[police=offices],
     2503node[police=range],
     2504node[police=storage],
     2505node[police=training_node],
     2506node[police=yes] {
     2507    icon-image: "presets/service/police_non_public.svg";
     2508    set icon_z17;
     2509}
     2510
     2511/****************/
    24822512/* amenity tags */
    24832513/****************/
Note: See TracChangeset for help on using the changeset viewer.