updated map with chairs, so we can sit comfortably. Also reduced size

pull/3/head
Marek Baczynski 6 years ago
parent f8301552c4
commit 2813481da4

Binary file not shown.

Before

Width:  |  Height:  |  Size: 688 KiB

After

Width:  |  Height:  |  Size: 242 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 165 KiB

After

Width:  |  Height:  |  Size: 70 KiB

@ -124,7 +124,7 @@ def query(filter_dummy, query):
@app.route('/parts/map/<mapurl>')
def getMap(mapurl):
try:
mapimage = Image.open('maps/' + mapurl)
mapimage = Image.open('maps/' + mapurl).convert("RGBA")
except FileNotFoundError:
return serveImage(Image.open("maps/404.png"))
if request.args.get('x') is not None and request.args.get('y') is not None:

Loading…
Cancel
Save