]> mj.ucw.cz Git - leo.git/blobdiff - map.cf
Logo can be drawn as a fixed object now, no need for special hacks in leo.c
[leo.git] / map.cf
diff --git a/map.cf b/map.cf
index 92a2435409b2412594140eb2a2845ac1f7599ccf..3998e02ef5325c25e86b6af6229f03837c80808a 100644 (file)
--- a/map.cf
+++ b/map.cf
@@ -7,6 +7,7 @@ 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)
@@ -52,8 +53,8 @@ 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
+               X 374
+               Y 25
                Tag legend logo
        }
 }