]> mj.ucw.cz Git - leo.git/blobdiff - map.cf
Introduced multiple data sources
[leo.git] / map.cf
diff --git a/map.cf b/map.cf
index e605403d5f6a6a654c8cc6f985177abc340f69a1..c55a3e745f8f9df443d751584163314eee821034 100644 (file)
--- a/map.cf
+++ b/map.cf
@@ -1,6 +1,16 @@
 Map {
-       # Source file with XML map of OSM data
-       XMLInput dump.osm
+       # Data sources
+       Source {
+               # Input file
+               File dump.osm
+
+               # File format:
+               #       osmxml          OpenStreetMap XML
+               Format osmxml
+
+               # MapCSS stylesheet to apply (multiple style-sheets are allowed)
+               StyleSheet poskole.css
+       }
 
        # Projection of our map
        Projection "+proj=utm +zone=33 +ellps=WGS84"
@@ -22,12 +32,12 @@ Map {
        # Clip output to the requested rectangle
        Clip 1
 
+       # Rotate the map by 90 degrees
+       Rotate 0
+
        # Draw blue border around the requested rectangle
        DrawBorder 0
 
-       # MapCSS stylesheet to apply
-       StyleSheet poskole.css
-
        # Write SVG output here
        SVGOutput output.svg
 }