X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=map.cf;h=809f77f50f31db1b66f3a410b38e73bbc5b423d9;hb=2dda46b6d1cebc5205f7f98b4db4dcae40c11e55;hp=c55a3e745f8f9df443d751584163314eee821034;hpb=b5ad4205a047a4be68e74c82f5637b13bd3f6896;p=leo.git diff --git a/map.cf b/map.cf index c55a3e7..809f77f 100644 --- a/map.cf +++ b/map.cf @@ -6,12 +6,19 @@ Map { # File format: # osmxml OpenStreetMap XML + # fixed Fixed objects (no File used, see FixedObjects section below) + # shape ESRI shape file (partial support only) Format osmxml # MapCSS stylesheet to apply (multiple style-sheets are allowed) StyleSheet poskole.css } + Source { + Format fixed + StyleSheet poskole.css + } + # Projection of our map Projection "+proj=utm +zone=33 +ellps=WGS84" @@ -42,6 +49,16 @@ Map { SVGOutput output.svg } +FixedObjects { + # Fixed objects may be placed at specific positions on the paper + # with specific tags. Remember to enable the "fixed" data source. + Object { + X 100 + Y 100 + Tag legend logo + } +} + Debug { # Dump map data exactly as parsed DumpSource 0