use showType Map option
This commit is contained in:
parent
5ceaf28d41
commit
645310907f
2 changed files with 2 additions and 0 deletions
|
@ -214,6 +214,7 @@ Positions
|
|||
ids: ids of places for which positions are required
|
||||
'''
|
||||
data = json.loads(request.POST['data'])
|
||||
print data
|
||||
response = json_response()
|
||||
|
||||
query = parse_query(data, request.user)
|
||||
|
|
|
@ -39,6 +39,7 @@ pandora.ui.placesDialog = function() {
|
|||
callback(result);
|
||||
});
|
||||
},
|
||||
showTypes: true,
|
||||
width: width
|
||||
}),
|
||||
height: height,
|
||||
|
|
Loading…
Reference in a new issue