fix the stoopid

map-with-names
Marek Baczynski 2 months ago
parent 0b77656e05
commit 34d58dcfc9

@ -212,7 +212,7 @@ def query(filter_dummy, query):
return json.dumps(l)
@app.route(baseURL+'/map/<containerID>/<annotate>', defaults={'annotate': None})
def getMap(containerID):
def getMap(containerID, annotate):
s = 'select map, overlay from containers where id = :id;'
r = db_engine.execute(text(s), id=containerID)
l = []

Loading…
Cancel
Save