Contents of /data/mapnik.style

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1 - (show annotations)
Tue Dec 9 20:06:06 2008 UTC (15 years, 5 months ago) by harbaum
File size: 1241 byte(s)
Initial import
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="1" color="#cccccc" scale-max="40000"/>
14
15 <area border-width="1" border-color="#cccccc" opaque="40%" 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="#0000ff" opaque="40%" gps-color="#000080"/>
25
26 <highlight color="#ffff00" node-color="#ff0000" arrow-color="#0000ff" touch-color="#0000ff" opaque="50%" width="3" arrow-limit="4"/>
27
28 <frisket mult="3" opaque="100%">
29 <border width="6" color="#000000" opaque="100%"/>
30 </frisket>
31
32 <icon enable="true" scale="0.80" path-prefix="mapnik"/>
33 </style>