diff options
| author | Yuval Adam <yuval@y3xz.com> | 2015-11-07 00:54:41 +0200 |
|---|---|---|
| committer | Yuval Adam <yuval@y3xz.com> | 2015-11-07 00:54:41 +0200 |
| commit | 9b7dcd2496f33599789fa8b5038c844a409ead2d (patch) | |
| tree | 75978c32ebf603ebb3c92bbb354c29ce3dc5b217 /templates | |
| parent | 111a7c21dac3fd3aa4ac85f62605d6f7fa0f4521 (diff) | |
Slightly modify zoom and center
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/index.html b/templates/index.html index 8437a60..3ccccf3 100644 --- a/templates/index.html +++ b/templates/index.html @@ -125,8 +125,8 @@ var map = new mapboxgl.Map({ container: 'map', maxZoom: 10, minZoom: 2, - zoom: 6, - center: [35, 32], + zoom: 6.3, + center: [35, 31.5], style: mapStyle, hash: false }); |
