Ticket #9062: 9062-name2auto.patch

File 9062-name2auto.patch, 1.5 KB (added by AlfonZ, 11 years ago)
  • styles/standard/potlatch2.mapcss

     
    387387/*@import("stylesheets/core_pois.css");*/
    388388/*@import("stylesheets/core_landuse.css");*/
    389389/*@import("stylesheets/core_relations.css");*/
    390 way[is_prop_set("prop_area_small_name")] {text-color: black; font-size: 10; text: name; text-halo: #ffffaa; text-halo-radius: 2; text-position: center;}
     390way[is_prop_set("prop_area_small_name")] {text-color: black; font-size: 10; text: auto; text-halo: #ffffaa; text-halo-radius: 2; text-position: center;}
    391391/*@import("stylesheets/core_interactive.css");*/
    392392
    393393/* Rendering for licence status */
  • styles_nodist/potlatch2/patched/potlatch.css

     
    33/*@import("stylesheets/core_pois.css");*/
    44/*@import("stylesheets/core_landuse.css");*/
    55/*@import("stylesheets/core_relations.css");*/
    6 way[is_prop_set("prop_area_small_name")] {text-color: black; font-size: 10; text: name; text-halo: #ffffaa; text-halo-radius: 2; text-position: center;}
     6way[is_prop_set("prop_area_small_name")] {text-color: black; font-size: 10; text: auto; text-halo: #ffffaa; text-halo-radius: 2; text-position: center;}
    77/*@import("stylesheets/core_interactive.css");*/
    88
    99/* Rendering for licence status */