Skip to content
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jachym committed May 28, 2017
1 parent 5417df0 commit 40c5807
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mapproxy/scripts/mapproxy-dem2dataset
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ def print_confjson(rid, dirname, comment, group, srange, tileranges, refframe):
}
result["referenceFrames"] = [{
refframe: {
"lodRange": [int(x) for x in srange[0].split(","),
"lodRange": [int(x) for x in srange[0].split(",")],
"tileRange": [ [int(x) for x in r.split(",")] for r in srange[1].split(":")]
}
}]
Expand Down

0 comments on commit 40c5807

Please sign in to comment.