From 8296779cb4482344114a6765a1f81a173f675770 Mon Sep 17 00:00:00 2001 From: Robbe Van Herck Date: Mon, 18 May 2020 20:01:08 +0200 Subject: [PATCH] Update initial view and description --- src/index.html | 10 +++++----- src/js/map.js | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/index.html b/src/index.html index 1acf678..3cacfec 100644 --- a/src/index.html +++ b/src/index.html @@ -2,22 +2,22 @@ - Bloklocaties in Gent + Bloklocaties in Vlaanderen - - + + - - + + diff --git a/src/js/map.js b/src/js/map.js index aa81a15..3a52979 100644 --- a/src/js/map.js +++ b/src/js/map.js @@ -40,7 +40,7 @@ $(document).ready(function() { return marker } - var map = L.map('map').setView([51.0475378, 3.7261835], 13); + var map = L.map('map').setView([50.702, 4.335], 9); var osm = L.tileLayer('https://{s}.tiles.mapbox.com/v3/feliciaan.keoaj8d5/{z}/{x}/{y}{r}.png', { attribution: '© Mapbox | © OpenStreetMap-contributors | Made with ❤ by Zeus WPI', detectRetina: true