]> mj.ucw.cz Git - leo.git/blobdiff - map.cf
TODO
[leo.git] / map.cf
diff --git a/map.cf b/map.cf
index c55a3e745f8f9df443d751584163314eee821034..1ea08450a1570adb2a062b9183e0cea4bfdcd564 100644 (file)
--- a/map.cf
+++ b/map.cf
@@ -6,10 +6,21 @@ 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
+
+               # Enable inline style properties (tags "style:<property>" or "style:<property>::<layer>")
+               InlineStyles 1
+       }
+
+       Source {
+               Format fixed
+               StyleSheet poskole.css
+               InlineStyles 1
        }
 
        # Projection of our map
@@ -42,6 +53,25 @@ 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 {
+               # Image with a logo
+               X 374
+               Y 25
+               Tag style:icon-image '"icons/logo.svg"'
+               Tag style:icon-width 36
+               Tag style:z-index 99
+       }
+       Object {
+               # Map scale
+               X 325
+               Y 50
+               Tag leo:special scale
+       }
+}
+
 Debug {
        # Dump map data exactly as parsed
        DumpSource 0