Fix coordinates of "all" to match map scan

This commit is contained in:
olly 2015-06-20 10:43:51 +12:00
parent bf265338a7
commit 85d776666e

View File

@ -188,7 +188,8 @@ def get_img_name(maparea):
maps = {
# id left top right bottom zoom
# G&K G&K G&K G&K factor
"all": [34950.9, 86300.0, 38325.0, 80895.6, 1.0, "All"],
# DO NOT just change the coordinates of "all" - they MUST match the borders of the scanned map.
"all": [34394.9, 84508.6, 37399.4, 80895.6, 1.0, "All"],
"40": [36275.6, 82392.5, 36780.3, 81800.0, 3.0, "Eishöhle"],
"76": [35440.0, 83220.0, 36090.0, 82670.0, 3.0, "Eislufthöhle"],
"204": [36354.1, 84154.5, 37047.4, 83399.7, 3.0, "Steinbrückenhöhle"],