From 9f0e5f7598be0251f01c5b4f6366494de437286f Mon Sep 17 00:00:00 2001 From: Midgard Date: Wed, 20 May 2020 17:31:13 +0200 Subject: [PATCH] Translate attribution, add lang on English text --- src/js/map.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/js/map.js b/src/js/map.js index be3bfb3..94fc89e 100644 --- a/src/js/map.js +++ b/src/js/map.js @@ -42,8 +42,8 @@ $(document).ready(function() { 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 + attribution: 'Achtergrondkaart © OpenStreetMap-bijdragers (data) en © Mapbox (stijl) | Made with ❤ by Zeus WPI', + detectRetina: true }).addTo(map); $.getJSON('https://blokdata.zeus.gent/data.json')