germany_4.map */ $highquality = true; $highqualitymapfiles = array( "/data/umn/germany/germany_demo.map", "/data/umn/mapbender_user/mapbender_user.map" ); # Dots per cm (72 dpi): # 28.346456692913385826771653543307 $DPC = 28.35; # available formats: $a4 = true; $a3 = true; $a2 = true; $a1 = true; $a0 = 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; # a2 protrait $a2p_mapOffset_left = 3.2 * $DPC; $a2p_mapOffset_bottom = 2.3 * $DPC; $a2p_map_width = 37.3 * $DPC; $a2p_map_height = 54.8 * $DPC; $a2p_page_width = 42 * $DPC; $a2p_page_height = 59.4 * $DPC; $a2p_header_width = 8.5 * $DPC; $a2p_header_height = 6 * $DPC; # a2 landscape $a2l_mapOffset_left = 3.2 * $DPC; $a2l_mapOffset_bottom = 2.3 * $DPC; $a2l_map_width = 54.1 * $DPC; $a2l_map_height = 37.3 * $DPC; $a2l_page_width = 59.4 * $DPC; $a2l_page_height = 42 * $DPC; $a2l_header_width = 8.5 * $DPC; $a2l_header_height = 6 * $DPC; # a1 portrait $a1p_mapOffset_left = 3.2 * $DPC; $a1p_mapOffset_bottom = 2.3 * $DPC; $a1p_map_width = 54.5 * $DPC; $a1p_map_height = 79.5 * $DPC; $a1p_page_width = 59.4 * $DPC; $a1p_page_height = 84 * $DPC; $a1p_header_width = 8.5 * $DPC; $a1p_header_height = 6 * $DPC; # a1 landscape $a1l_mapOffset_left = 3.2 * $DPC; $a1l_mapOffset_bottom = 2.3 * $DPC; $a1l_map_width = 79.5 * $DPC; $a1l_map_height = 55.5 * $DPC; $a1l_page_width = 84 * $DPC; $a1l_page_height = 59.4 * $DPC; $a1l_header_width = 8.5 * $DPC; $a1l_header_height = 6 * $DPC; # a0 portrait $a0p_mapOffset_left = 3.2 * $DPC; $a0p_mapOffset_bottom = 2.3 * $DPC; $a0p_map_width = 79 * $DPC; $a0p_map_height = 115 * $DPC; $a0p_page_width = 84 * $DPC; $a0p_page_height = 118.8 * $DPC; $a0p_header_width = 8.5 * $DPC; $a0p_header_height = 6 * $DPC; # a0 landscape $a0l_mapOffset_left = 3.2 * $DPC; $a0l_mapOffset_bottom = 2.3 * $DPC; $a0l_map_width = 113 * $DPC; $a0l_map_height = 80.5 * $DPC; $a0l_page_width = 118.8 * $DPC; $a0l_page_height = 84 * $DPC; $a0l_header_width = 8.5 * $DPC; $a0l_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; $a2p_overviewOffset_left = $a2p_mapOffset_left; $a2p_overviewOffset_bottom = $a2p_mapOffset_bottom; $a2l_overviewOffset_left = $a2l_mapOffset_left; $a2l_overviewOffset_bottom = $a2l_mapOffset_bottom; $a1p_overviewOffset_left = $a1p_mapOffset_left; $a1p_overviewOffset_bottom = $a1p_mapOffset_bottom; $a1l_overviewOffset_left = $a1l_mapOffset_left; $a1l_overviewOffset_bottom = $a1l_mapOffset_bottom; $a0p_overviewOffset_left = $a0p_mapOffset_left; $a0p_overviewOffset_bottom = $a0p_mapOffset_bottom; $a0l_overviewOffset_left = $a0l_mapOffset_left; $a0l_overviewOffset_bottom = $a0l_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; $a2p_northarrow_left = $a2p_mapOffset_left +5; $a2p_northarrow_bottom = $a2p_mapOffset_bottom + $a2p_map_height - 80; $a2l_northarrow_left = $a2l_mapOffset_left + 5; $a2l_northarrow_bottom = $a2l_mapOffset_bottom + $a2l_map_height - 80; $a1p_northarrow_left = $a1p_mapOffset_left +5; $a1p_northarrow_bottom = $a1p_mapOffset_bottom + $a1p_map_height - 80; $a1l_northarrow_left = $a1l_mapOffset_left + 5; $a1l_northarrow_bottom = $a1l_mapOffset_bottom + $a1l_map_height - 160; $a0p_northarrow_left = $a0p_mapOffset_left +5; $a0p_northarrow_bottom = $a0p_mapOffset_bottom + $a0p_map_height - 80; $a0l_northarrow_left = $a0l_mapOffset_left + 5; $a0l_northarrow_bottom = $a0l_mapOffset_bottom + $a0l_map_height - 160; $northarrowImage_width = 15; $northarrowImage_height = 35; /* * special image for the map-page */ $special = true; $specialImage = "../img/mapbender_oo.png"; $a4p_special_left = $a4p_mapOffset_left + $a4p_map_width - 50 ; $a4p_special_bottom = $a4p_mapOffset_bottom + $a4p_map_height + 80; $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; $a2p_special_left = $a2p_mapOffset_left + $a2p_map_width - $a2p_header_width + 0.1 *$DPC ; $a2p_special_bottom = $a2p_mapOffset_bottom + 110; $a2l_special_left = $a2l_mapOffset_left + $a2l_map_width - $a2l_header_width + 0.2 * $DPC ; $a2l_special_bottom = $a2l_mapOffset_bottom + 110; $a1p_special_left = $a1p_mapOffset_left + $a1p_map_width - $a1p_header_width + 0.1 *$DPC ; $a1p_special_bottom = $a1p_mapOffset_bottom + 110; $a1l_special_left = $a1l_mapOffset_left + $a1l_map_width - $a1l_header_width + 0.2 * $DPC ; $a1l_special_bottom = $a1l_mapOffset_bottom + 110; $a0p_special_left = $a0p_mapOffset_left + $a0p_map_width - $a0p_header_width + 0.1 *$DPC ; $a0p_special_bottom = $a0p_mapOffset_bottom + 110; $a0l_special_left = $a0l_mapOffset_left + $a0l_map_width - $a0l_header_width + 0.2 * $DPC ; $a0l_special_bottom = $a0l_mapOffset_bottom + 110; $specialImage_width = 65; $specialImage_height = 15; /* * 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; $a2p_scalebar_left = $a2p_mapOffset_left + $a2p_map_width/4 ; $a2p_scalebar_bottom = $a2p_mapOffset_bottom + 0.5 * $DPC; $a2l_scalebar_left = $a2l_mapOffset_left + $a2l_map_width/4 ; $a2l_scalebar_bottom = $a2l_mapOffset_bottom + + 0.5 * $DPC; $a1p_scalebar_left = $a1p_mapOffset_left + $a1p_map_width/4 ; $a1p_scalebar_bottom = $a1p_mapOffset_bottom + 0.5 * $DPC; $a1l_scalebar_left = $a1l_mapOffset_left + $a1l_map_width/4 ; $a1l_scalebar_bottom = $a1l_mapOffset_bottom + + 0.5 * $DPC; $a0p_scalebar_left = $a0p_mapOffset_left + $a0p_map_width/4 ; $a0p_scalebar_bottom = $a0p_mapOffset_bottom + 0.5 * $DPC; $a0l_scalebar_left = $a0l_mapOffset_left + $a0l_map_width/4 ; $a0l_scalebar_bottom = $a0l_mapOffset_bottom + + 0.5 * $DPC; $scalebar_width = 3 * $DPC; $scalebar_height = 0.18 * $DPC; ?>