X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=map.cf;h=3998e02ef5325c25e86b6af6229f03837c80808a;hb=eff798e50eb467402ddcce0e36dbbede42485d66;hp=c55a3e745f8f9df443d751584163314eee821034;hpb=b5ad4205a047a4be68e74c82f5637b13bd3f6896;p=leo.git diff --git a/map.cf b/map.cf index c55a3e7..3998e02 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 374 + Y 25 + Tag legend logo + } +} + Debug { # Dump map data exactly as parsed DumpSource 0