summaryrefslogtreecommitdiff
path: root/chimere/views.py
diff options
context:
space:
mode:
Diffstat (limited to 'chimere/views.py')
-rw-r--r--chimere/views.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/chimere/views.py b/chimere/views.py
index 8de3b1d..8d32270 100644
--- a/chimere/views.py
+++ b/chimere/views.py
@@ -573,7 +573,7 @@ def getDetailUndefined(request, area_name):
return HttpResponse('')
-def getDetail(request, area_name, key):
+def getDetail(request, area_name, key, popup=False):
'''
Get the detail of a geographic item
'''
@@ -596,6 +596,7 @@ def getDetail(request, area_name, key):
if redir:
return redir
response_dct['marker'] = marker
+ response_dct['popup'] = popup
if request.method == 'GET':
if 'simple' in request.GET and request.GET['simple']:
response_dct['simple'] = True