use showType Map option

This commit is contained in:
rolux 2011-05-30 13:41:56 +00:00
parent 5ceaf28d41
commit 645310907f
2 changed files with 2 additions and 0 deletions

View file

@ -214,6 +214,7 @@ Positions
ids: ids of places for which positions are required ids: ids of places for which positions are required
''' '''
data = json.loads(request.POST['data']) data = json.loads(request.POST['data'])
print data
response = json_response() response = json_response()
query = parse_query(data, request.user) query = parse_query(data, request.user)

View file

@ -39,6 +39,7 @@ pandora.ui.placesDialog = function() {
callback(result); callback(result);
}); });
}, },
showTypes: true,
width: width width: width
}), }),
height: height, height: height,