Update prospecting guide for coord system switch in dataset

This commit is contained in:
Olly Betts
2015-07-21 07:41:28 +02:00
parent cacde9fea7
commit 18e7126dd9
3 changed files with 14 additions and 14 deletions

View File

@@ -189,12 +189,12 @@ maps = {
# id left top right bottom zoom description
# G&K G&K G&K G&K factor
# 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"],
"tc": [35230.0, 82690.0, 36110.0, 82100.0, 3.0, "Near Top Camp"],
"gk": [36000.0, 86300.0, 38320.0, 84400.0, 4.0, "Grießkogel Area"],
"all": [ 409276.28, 5283481.05, 412201.56, 5279805.56, 1.0, "All"],
"40": [ 411110.51, 5281325.74, 411602.22, 5280722.74, 3.0, "Eishöhle"],
"76": [ 410293.14, 5282170.72, 410930.97, 5281607.07, 3.0, "Eislufthöhle"],
"204": [ 411226.79, 5283085.08, 411903.50, 5282315.82, 3.0, "Steinbrückenhöhle"],
"tc": [ 410071.88, 5281645.52, 410938.73, 5281036.96, 3.0, "Near Top Camp"],
"gk": [ 410918.96, 5285236.99, 413196.87, 5283288.24, 4.0, "Grießkogel Area"],
}
# Keys in the order in which we want the maps output
mapcodes = ["all", "gk", "40", "76", "204", "tc"]