Changeset 4771 in josm
- Timestamp:
- 2012-01-08T16:04:01+01:00 (13 years ago)
- 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) */ 1 2 /* 2 3 -
trunk/styles_nodist/potlatch2/README
r3985 r4771 13 13 14 14 * 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) 16 16 17 17 When updating from upstream, keep all 4 locations in sync. -
trunk/styles_nodist/potlatch2/build.xml
r4166 r4771 4 4 <target name="assemble"> 5 5 <concat destfile="../../styles/standard/potlatch2.mapcss"> 6 <header trimleading="yes">/* THIS FILE IS AUTO-GENERATED (SEE styles_nodist/potlatch2/README) */ 7 </header> 6 8 <filelist dir="." files="prelude.css"/> 7 9 <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 55 55 56 56 way[railway=rail] 57 { z-index: 6; color: black; width: 5; }57 { z-index: 6; color: black; width: 5; dashes: 0; } 58 58 way[railway=rail]::rail_over 59 59 { z-index: 7; color: white; width: 3; dashes: 12,12; }
Note:
See TracChangeset
for help on using the changeset viewer.