]> mj.ucw.cz Git - leo.git/blobdiff - map.cf
Inline styles can be specified in object tags
[leo.git] / map.cf
diff --git a/map.cf b/map.cf
index 3998e02ef5325c25e86b6af6229f03837c80808a..f1a33d3b2c16f61470c635d38261a28d8c54ec80 100644 (file)
--- a/map.cf
+++ b/map.cf
@@ -12,11 +12,15 @@ Map {
 
                # 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
@@ -55,7 +59,9 @@ FixedObjects {
        Object {
                X 374
                Y 25
-               Tag legend logo
+               Tag style:icon-image '"icons/logo.svg"'
+               Tag style:icon-width 36
+               Tag style:z-index 99
        }
 }