germany_4.map */ $highquality = false; $highqualitymapfiles = array( "/data/umn/germany/germany.map", "/data/umn/germany/germany_demo.map" ); # Dots per cm (72 dpi): # 28.346456692913385826771653543307 $DPC = 28.35; # available formats: $a4 = true; $a3 = true; # dimensions of the map: # A4 portrait $a4p_mapOffset_left = 3.3 * $DPC; $a4p_mapOffset_bottom = 3 * $DPC; $a4p_map_width = 15.7 * $DPC; $a4p_map_height = 22 * $DPC; $a4p_page_width = 21 * $DPC; $a4p_page_height = 29.7 * $DPC; $a4p_header_height = 2.6 * $DPC; $a4p_footer_height = 1.12 * $DPC; # A4 landscape $a4l_mapOffset_left = 2.3 * $DPC; $a4l_mapOffset_bottom = 1.8 * $DPC; $a4l_map_width = 25.2 * $DPC; $a4l_map_height = 16.4 * $DPC; $a4l_page_width = 29.7 * $DPC; $a4l_page_height = 21 * $DPC; $a4l_header_width = 8.5 * $DPC; $a4l_header_height = 6 * $DPC; # A3 protrait $a3p_mapOffset_left = 3.3 * $DPC; $a3p_mapOffset_bottom = 3 * $DPC; $a3p_map_width = 24.1 * $DPC; $a3p_map_height = 36.7 * $DPC; $a3p_page_width = 29.7 * $DPC; $a3p_page_height = 42 * $DPC; $a3p_header_width = 8.5 * $DPC; $a3p_header_height = 6 * $DPC; # A3 landscape $a3l_mapOffset_left = 2.3 * $DPC; $a3l_mapOffset_bottom = 1.8 * $DPC; $a3l_map_width = 37.4 * $DPC; $a3l_map_height = 25.4 * $DPC; $a3l_page_width = 42 * $DPC; $a3l_page_height = 29.7 * $DPC; $a3l_header_width = 8.5 * $DPC; $a3l_header_height = 6 * $DPC; /* * Overview */ $overview = true; $a4p_overviewOffset_left = $a4p_mapOffset_left; $a4p_overviewOffset_bottom = $a4p_mapOffset_bottom; $a4l_overviewOffset_left = $a4l_mapOffset_left; $a4l_overviewOffset_bottom = $a4l_mapOffset_bottom; $a3p_overviewOffset_left = $a3p_mapOffset_left; $a3p_overviewOffset_bottom = $a3p_mapOffset_bottom; $a3l_overviewOffset_left = $a3l_mapOffset_left; $a3l_overviewOffset_bottom = $a3l_mapOffset_bottom; /* * Northarrow */ $northarrow = true; $northarrowImage = "./img/northarrow.png"; $a4p_northarrow_left = $a4p_mapOffset_left + 160; $a4p_northarrow_bottom = $a4p_mapOffset_bottom +2 ; $a4l_northarrow_left = $a4l_mapOffset_left + 5; $a4l_northarrow_bottom = $a4l_mapOffset_bottom + $a4l_map_height - 40; $a3p_northarrow_left = $a3p_mapOffset_left +5; $a3p_northarrow_bottom = $a3p_mapOffset_bottom + $a3p_map_height - 80; $a3l_northarrow_left = $a3l_mapOffset_left + 5; $a3l_northarrow_bottom = $a3l_mapOffset_bottom + $a3l_map_height - 40; $northarrowImage_width = 15; $northarrowImage_height = 35; /* * special image for the map-page */ $special = true; $specialImage = "./img/mapbender_logo.png"; $a4p_special_left = $a4p_mapOffset_left + $a4p_map_width/2 + 100; $a4p_special_bottom = $a4p_mapOffset_bottom + $a4p_map_height + 65; $a4l_special_left = $a4l_mapOffset_left + $a4l_map_width - $a4l_header_width + 0.8 * $DPC + 10 ; $a4l_special_bottom = $a4l_mapOffset_bottom + 54; $a3p_special_left = $a3p_mapOffset_left + $a3p_map_width - $a3p_header_width ; $a3p_special_bottom = $a3p_mapOffset_bottom + 30; $a3l_special_left = $a3l_mapOffset_left + $a3l_map_width - $a3l_header_width + 0.8 * $DPC + 10; $a3l_special_bottom = $a3l_mapOffset_bottom + 60; $specialImage_width = 90; $specialImage_height = 13; /* * dynamic scalebar */ $scalebar = true; $units = "Meter"; $a4p_scalebar_left = $a4p_mapOffset_left + 2 * $a4p_map_width/3; $a4p_scalebar_bottom = $a4p_mapOffset_bottom + 0.5 * $DPC; $a4l_scalebar_left = $a4l_mapOffset_left + $a4l_map_width/4 ; $a4l_scalebar_bottom = $a4l_mapOffset_bottom + + 0.5 * $DPC; $a3p_scalebar_left = $a3p_mapOffset_left + $a3p_map_width/4 ; $a3p_scalebar_bottom = $a3p_mapOffset_bottom + 0.5 * $DPC; $a3l_scalebar_left = $a3l_mapOffset_left + $a3l_map_width/4 ; $a3l_scalebar_bottom = $a3l_mapOffset_bottom + + 0.5 * $DPC; $scalebar_width = 3 * $DPC; $scalebar_height = 0.18 * $DPC; ?>