From da35e45efb7eca18ead4e266e22bc33d4035efcd Mon Sep 17 00:00:00 2001 From: Yuval Adam Date: Sat, 7 Nov 2015 01:34:49 +0200 Subject: Fine tune center coordinates --- geshem.py | 2 +- templates/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/geshem.py b/geshem.py index 1ad80ac..361aaf8 100644 --- a/geshem.py +++ b/geshem.py @@ -34,4 +34,4 @@ def update_images(response): return response if __name__ == '__main__': - app.run(debug=True) + app.run(host='0.0.0.0', debug=True) diff --git a/templates/index.html b/templates/index.html index 3ccccf3..ce24cad 100644 --- a/templates/index.html +++ b/templates/index.html @@ -126,7 +126,7 @@ var map = new mapboxgl.Map({ maxZoom: 10, minZoom: 2, zoom: 6.3, - center: [35, 31.5], + center: [35, 31.9], style: mapStyle, hash: false }); -- cgit v1.3.1