# # Start of map file # # # General Definitions # # EDIT HERE: Please insert the catch_id in the form # NAME "", p.e. NAME "4" NAME 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 SHAPEPATH "." IMAGECOLOR 255 255 255 # # Definition of Web Interface # WEB TEMPLATE "../greater.html" EMPTY_TEMPLATE "../empty.html" END # # Definition of reference map # REFERENCE IMAGE "REFERENCE.png" # EDIT HERE: Please insert the spatial extent of the catchment # in the form: # EXTENT minx miny maxx maxy # normally this is equal to the EXTENT defined above EXTENT SIZE 200 175 STATUS ON COLOR -1 -1 -1 OUTLINECOLOR 255 0 0 END # # Definition of legend # 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 ########## # # Background data # ########## # Catchment Boundary LAYER NAME "catchbound" TYPE POLYGON STATUS ON DATA "CATCHBOUND" CLASS COLOR 164 255 164 OUTLINECOLOR 0 0 0 END END # catchment # Populated places LAYER NAME "pop_places" TYPE POLYGON STATUS OFF DATA "POP_PLACES" CLASS SYMBOL 13 COLOR 230 130 130 OUTLINECOLOR 0 0 0 END END # pop places # roads LAYER NAME "roads" TYPE LINE STATUS OFF DATA "ROADS" CLASS COLOR 240 240 60 END END # roads # railroads LAYER NAME "railroads" TYPE LINE STATUS OFF DATA "RAILROADS" CLASS COLOR 0 0 0 END END # railroads # pop_names LAYER NAME "pop_names" TYPE ANNOTATION DATA "POP_NAMES" LABELCACHE ON LABELITEM "PPPTNAME" CLASS LABEL TYPE TRUETYPE FONT arial SIZE 10 MAXSIZE 10 COLOR 0 0 0 MINDISTANCE 250 ANGLE AUTO POSITION CC OUTLINECOLOR 255 255 255 PARTIALS False END END STATUS OFF END # pop_names ################ # # Catchment Layer # ################ # 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 30 100 30 size 3 symbol "circle" end class title "class1" color 100 255 0 size 3 symbol "circle" end class title "class2" color 255 255 0 size 3 symbol "circle" end class title "class3" color 255 130 0 size 3 symbol "circle" end class title "class4" color 255 40 40 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 END # Map File