mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2025-03-30 07:01:55 +01:00
Fix layout of area table
This commit is contained in:
parent
faa7b06758
commit
bf265338a7
@ -186,24 +186,17 @@ def get_img_name(maparea):
|
|||||||
# big map first (zoom factor ignored)
|
# big map first (zoom factor ignored)
|
||||||
|
|
||||||
maps = {
|
maps = {
|
||||||
# id left top right bottom zoom
|
# id left top right bottom zoom
|
||||||
# G&K G&K G&K G&K factor
|
# G&K G&K G&K G&K factor
|
||||||
"all": [34950.9, 86300.0, 38325.0, 80895.6, 1.0,
|
"all": [34950.9, 86300.0, 38325.0, 80895.6, 1.0, "All"],
|
||||||
"All"],
|
"40": [36275.6, 82392.5, 36780.3, 81800.0, 3.0, "Eishöhle"],
|
||||||
"40": [36275.6, 82392.5, 36780.3, 81800.0, 3.0,
|
"76": [35440.0, 83220.0, 36090.0, 82670.0, 3.0, "Eislufthöhle"],
|
||||||
"Eishöhle"],
|
"204": [36354.1, 84154.5, 37047.4, 83399.7, 3.0, "Steinbrückenhöhle"],
|
||||||
"76": [35440.0, 83220.0, 36090.0, 82670.0, 3.0,
|
"tc": [35230.0, 82690.0, 36110.0, 82100.0, 3.0, "Near Top Camp"],
|
||||||
"Eislufthöhle"],
|
"gk": [36000.0, 86300.0, 38320.0, 84400.0, 4.0, "Grießkogel Area"],
|
||||||
"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"],
|
|
||||||
"grieß":
|
|
||||||
[36000.0, 86300.0, 38320.0, 84400.0, 4.0,
|
|
||||||
"Grießkogel Area"],
|
|
||||||
}
|
}
|
||||||
# Keys in the order in which we want the maps output
|
# Keys in the order in which we want the maps output
|
||||||
mapcodes = ["all", "grieß","40", "76", "204", "tc"]
|
mapcodes = ["all", "gk", "40", "76", "204", "tc"]
|
||||||
# Field codes
|
# Field codes
|
||||||
L = 0
|
L = 0
|
||||||
T = 1
|
T = 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user