# # Start of map file # # # Allgemeine Definitionen # # EDIT HERE: Please insert the name of the catchment (all letters in # uppercase). ex: NAME CATCHNAME NAME LAMBRO STATUS ON SYMBOLSET symbol.sym FONTSET fonts/fonts.list SIZE 400 350 # EDIT HERE: Please insert the spatial extent of the catchment # in the form: # EXTENT minx miny maxx maxy EXTENT 9.1 45.4 9.4 46.0 # EDIT HERE: Please append the catchments name to the shapepatch (all # letters uppercase in the form # SHAPEPATCH "./data/CATCHNAME" SHAPEPATH "./data/LAMBRO" IMAGECOLOR 255 255 255 #IMAGETYPE PNG # # Definition des Web Interface # WEB TEMPLATE greater.html #MINSCALE 1000 #MAXSCALE 1550000 EMPTY_TEMPLATE "empty.html" # LOG-Datei can be used for analysing errors: # EDIT HERE: Replace 'greater' by the catchment's name LOG "/tmp/lambro.log" END # # Definition der Referenzkarte # REFERENCE IMAGE ./ref/lambro.gif EXTENT 9.1 45.4 9.4 46.0 SIZE 200 175 STATUS ON COLOR -1 -1 -1 OUTLINECOLOR 255 0 0 END # # Definition der Legende # LEGEND KEYSIZE 18 12 LABEL TYPE BITMAP SIZE MEDIUM COLOR 55 130 178 END STATUS ON TEMPLATE "legend.html" END # # Definition of scalebar # SCALEBAR IMAGECOLOR 0 0 0 LABEL COLOR 255 255 255 SIZE tiny END #LABEL SIZE 150 4 COLOR 255 255 255 BACKGROUNDCOLOR 0 0 0 OUTLINECOLOR 255 255 255 UNITS kilometers INTERVALS 3 STATUS ON END # Scalebar # # Definition der einzlnen Layer: # Layer werden in der hier definierten Reihenfolge gezeichnet, # d.h. die hier zuerst definierten Layer liegen in der Karte unten. # Daher werden zunächst Flächen definiert, die dann von # Übersichtskarten (transparent) überlagert werden. Zuletzt werden # Marker definiert, die Punktobjekte Markieren, da diese sost ggf. von # den Übersichtskarten vollständig überdeckt werden. # # Catchment Boundary LAYER NAME "catchbound" TYPE POLYGON STATUS ON DATA "CATCHBOUND" CLASS COLOR 164 255 164 OUTLINECOLOR 0 0 0 END END # catchment # Rivernetwork LAYER NAME "rivernet" TYPE LINE STATUS ON DATA "RIVERNET" CLASS SIZE 1 COLOR 0 0 255 template "stretch_id.html" END END # Rivernetwork #results layer name "result" type line status off DATA "RIVERNET" join from rivernet-i name result_join table '' to STRETCH_ID type single end class title "class0" color 55 255 0 size 3 symbol "circle" end class title "class1" color 182 255 0 size 3 symbol "circle" end class title "class2" color 255 255 0 size 3 symbol "circle" end class title "class3" color 255 221 0 size 3 symbol "circle" end class title "class4" color 255 110 0 size 3 symbol "circle" end end # discharge site LAYER NAME "discharges" TYPE POINT STATUS OFF DATA "DISCHARGES" CLASS SYMBOL "circle" SIZE 10 COLOR 255 0 0 OUTLINECOLOR 0 0 0 TEMPLATE "disch_id.html" END END # discharge site # disch_highlight LAYER NAME "disch-highlight" TYPE POINT STATUS OFF DATA "DISCHARGES" CLASS SYMBOL "circle" SIZE 10 COLOR 255 255 0 OUTLINECOLOR 0 0 0 END END # discharge site # disch_highlight LAYER NAME "disch-highlight" TYPE POINT STATUS OFF DATA "DISCHARGES" CLASS SYMBOL "circle" SIZE 10 COLOR 255 255 0 OUTLINECOLOR 0 0 0 END END # discharge site END # Map File