Contents of /trunk/data/mapnik.style

Parent Directory Parent Directory | Revision Log Revision Log


Revision 22 - (show annotations)
Wed Dec 17 16:43:46 2008 UTC (15 years, 4 months ago) by harbaum
File size: 1220 byte(s)
Color system cleaned up, desktop fullscreen
1 <?xml version="1.0"?>
2 <!--
3 Style resembling the current Mapnik default rendering
4 Andrew Chadwick, /andrewc at piffle org/, 2008-12-07
5 -->
6 <style name="Mapnik">
7 <elemstyles filename="elemstyles-mapnik.xml"/>
8
9 <node radius="3" border-radius="1" fill-color="#00cc99" color="#004433" scale-max="10000"/>
10 <!-- Bit brighter than the Potlatch ones, and with a 1m border like most
11 of the other objects -->
12
13 <way width="3" color="#999999" scale-max="40000"/>
14
15 <area border-width="1" border-color="#cccccc" color="#00000066" scale-max="20000"/>
16 <!--
17 Ultimately I'd like this to have a really fine grey edge for all areas to
18 gently emphasise where they end. Parts of OSM2Go's core will need to be
19 fixed to support non-integer edge widths first though.
20 -->
21
22 <background color="#f2eee8"/>
23
24 <track width="5" color="#0000ff60" gps-color="#00008060"/>
25
26 <highlight color="#ffff0080" node-color="#ff000080" arrow-color="#0000ff80" touch-color="#0000ff80" width="3" arrow-limit="4"/>
27
28 <frisket mult="3" color="#f2eee8">
29 <border width="6" color="#000000"/>
30 </frisket>
31
32 <icon enable="true" scale="0.80" path-prefix="mapnik"/>
33 </style>