Compare commits

..

No commits in common. 'master' and 'testing' have entirely different histories.

  1. 7
      app/static/assets/leaflet/utils.js

7
app/static/assets/leaflet/utils.js

@ -126,9 +126,8 @@ function getMap(){
}); });
L.control.scale().addTo(map); L.control.scale().addTo(map);
//pioneer,atlas,neighbourhood,transport L.tileLayer( 'https://geodata.nationaalgeoregister.nl/tiles/service/wmts/brtachtergrondkaartpastel/EPSG:3857/{z}/{x}/{y}.png', {
L.tileLayer( 'https://tile.thunderforest.com/pioneer/{z}/{x}/{y}.png?apikey=df457ee6c2dd4b6e99b24c853421a1db', { attribution: 'Kaartgegevens &copy; <a href="https://kadaster.nl">Kadaster</a>'
attribution: 'Kaartgegevens &copy; <a href="https://www.thunderforest.com">Thunderforest</a>'
}).addTo( map ); }).addTo( map );
return map return map
} }
@ -171,4 +170,4 @@ function get_latest_date(playerLocations){
return new Date(Math.max.apply(null, playerLocations.map(function(e) { return new Date(Math.max.apply(null, playerLocations.map(function(e) {
return new Date(e.timestamp_utc); return new Date(e.timestamp_utc);
}))); })));
} }
Loading…
Cancel
Save