Changeset 6366 in josm for trunk/styles/standard


Ignore:
Timestamp:
2013-11-05T22:26:30+01:00 (11 years ago)
Author:
Don-vip
Message:

fix #9062 - fix rendering of named ways with P2 map style (patch by AlfonZ)

File:
1 edited

Legend:

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

    r6352 r6366  
    384384/*@import("stylesheets/core_landuse.css");*/
    385385/*@import("stylesheets/core_relations.css");*/
    386 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;}
     386way[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;}
    387387/*@import("stylesheets/core_interactive.css");*/
    388388
Note: See TracChangeset for help on using the changeset viewer.