mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2025-04-25 04:11:46 +01:00
whitespace cleanup
This commit is contained in:
parent
293441a503
commit
05b55391d6
@ -186,7 +186,7 @@ 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 description
|
||||||
# G&K G&K G&K G&K factor
|
# 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.
|
# 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"],
|
"all": [34394.9, 84508.6, 37399.4, 80895.6, 1.0, "All"],
|
||||||
@ -392,7 +392,7 @@ cavestoplot = []
|
|||||||
for cave in cavetab:
|
for cave in cavetab:
|
||||||
if cave["Link file"]: continue
|
if cave["Link file"]: continue
|
||||||
number = find_effective_number(cave)
|
number = find_effective_number(cave)
|
||||||
if(cave["Multiple entrances"] not in ["", "yes"]):
|
if cave["Multiple entrances"] not in ["", "yes"]):
|
||||||
number = "—" + cachednumber + cave["Entrances"]
|
number = "—" + cachednumber + cave["Entrances"]
|
||||||
shortnumber = cachednumber
|
shortnumber = cachednumber
|
||||||
if not cave["Area"]: cave["Area"] = cachedarea
|
if not cave["Area"]: cave["Area"] = cachedarea
|
||||||
|
Loading…
x
Reference in New Issue
Block a user