update tiles server
This commit is contained in:
@@ -300,6 +300,7 @@ OuestmonbusApp.prototype.initTexts = function () {
|
||||
$("#app_news").html(marked.parse(`
|
||||
**18/06/2024:**
|
||||
- Correction de l'affichage de l'heure avec le mauvais fuseau horaire.
|
||||
- Changement du fond de carte, utilisation du serveur openstreetmap.org au lieu de openstreetmap.fr.
|
||||
|
||||
**17/06/2024:**
|
||||
- Correction suite au changement de format des données GTFS.
|
||||
@@ -375,7 +376,7 @@ OuestmonbusApp.prototype.initMap = function () {
|
||||
this.map.MAXBOUNDS = maxBounds;
|
||||
|
||||
// Ajout des tuiles
|
||||
var tiles_layer = L.tileLayer("https://{s}.tile.openstreetmap.fr/osmfr/{z}/{x}/{y}.png", {
|
||||
var tiles_layer = L.tileLayer("https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png", {
|
||||
maxZoom: 18,
|
||||
bounds: maxBounds,
|
||||
opacity: 0.75
|
||||
|
||||
Reference in New Issue
Block a user