Changeset 4771 in josm


Ignore:
Timestamp:
Jan 8, 2012 4:04:01 PM (17 months ago)
Author:
bastiK
Message:

make change to potlatch2 style persistent (see #7220)

Location:
trunk
Files:
4 edited

Legend:

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

    r4764 r4771  
     1/* THIS FILE IS AUTO-GENERATED (SEE styles_nodist/potlatch2/README) */ 
    12/* 
    23 
  • trunk/styles_nodist/potlatch2/README

    r3985 r4771  
    1313         
    1414 * styles/standard/potlatch2.mapcss 
    15         concatination of the patched files; the ant task 'assemble' helps with this 
     15        concatination of the patched files; the ant task 'assemble' helps with this (use build.xml in the current folder) 
    1616 
    1717When updating from upstream, keep all 4 locations in sync. 
  • trunk/styles_nodist/potlatch2/build.xml

    r4166 r4771  
    44    <target name="assemble"> 
    55        <concat destfile="../../styles/standard/potlatch2.mapcss"> 
     6            <header trimleading="yes">/* THIS FILE IS AUTO-GENERATED (SEE styles_nodist/potlatch2/README) */ 
     7            </header> 
    68            <filelist dir="." files="prelude.css"/> 
    79            <filelist dir="patched" files="core_ways.css,core_pois.css,core_landuse.css,core_relations.css,potlatch.css"/> 
  • trunk/styles_nodist/potlatch2/patched/core_ways.css

    r4597 r4771  
    5555 
    5656way[railway=rail] 
    57         { z-index: 6; color: black; width: 5; } 
     57        { z-index: 6; color: black; width: 5; dashes: 0; } 
    5858way[railway=rail]::rail_over 
    5959        { z-index: 7; color: white; width: 3; dashes: 12,12; } 
Note: See TracChangeset for help on using the changeset viewer.