The map does not load completely
Posted: Wed Mar 18, 2020 9:28 am
Hello!
I am using xServer2 to geocode some adresses. I am loading the map in a <DIV> like this:
MapObj = new L.Map('map_layer', {
center: [46.778804, 15.539336],
zoom: 13
});
//Tile Layer
L.tileLayer(Adresse, { minZoom: 3, maxZoom: 22, noWrap: true }).addTo(MapObj);
}
On my Laptop it works fine and quick but on a server from our customers the map doesn't load correctly.
Laptop IE:
IE-Version: 11.719.18362.0
Updateversion: 11.0.180 Customer:
IE-Version: 11.0.9600.19301
Updateversion: 11.0.115 Thanks for your help!
Best regards,
Martin
I am using xServer2 to geocode some adresses. I am loading the map in a <DIV> like this:
MapObj = new L.Map('map_layer', {
center: [46.778804, 15.539336],
zoom: 13
});
//Tile Layer
L.tileLayer(Adresse, { minZoom: 3, maxZoom: 22, noWrap: true }).addTo(MapObj);
}
On my Laptop it works fine and quick but on a server from our customers the map doesn't load correctly.
Laptop IE:
IE-Version: 11.719.18362.0
Updateversion: 11.0.180 Customer:
IE-Version: 11.0.9600.19301
Updateversion: 11.0.115 Thanks for your help!
Best regards,
Martin