remove some useless code
This commit is contained in:
parent
0e6aa29e36
commit
4287fa0363
1 changed files with 0 additions and 1 deletions
|
@ -119,7 +119,6 @@ def map_index(request, mode=None, slug=None, slug2=None, details=None, options=N
|
||||||
if not initial_bounds:
|
if not initial_bounds:
|
||||||
initial_bounds = tuple(chain(*Source.max_bounds()))
|
initial_bounds = tuple(chain(*Source.max_bounds()))
|
||||||
|
|
||||||
print
|
|
||||||
ctx = {
|
ctx = {
|
||||||
'bounds': json.dumps(Source.max_bounds(), separators=(',', ':')),
|
'bounds': json.dumps(Source.max_bounds(), separators=(',', ':')),
|
||||||
'levels': json.dumps(tuple((level.pk, level.short_label) for level in levels.values()), separators=(',', ':')),
|
'levels': json.dumps(tuple((level.pk, level.short_label) for level in levels.values()), separators=(',', ':')),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue