Page 1 of 1

The map does not load completely

Posted: Wed Mar 18, 2020 9:28 am
by martinm
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
laptop_map.png
Customer:
IE-Version: 11.0.9600.19301
Updateversion: 11.0.115
customer_map.png
Thanks for your help!

Best regards,
Martin

Re: The map does not load completely

Posted: Wed Mar 18, 2020 9:54 am
by Bernd Welter
Hello Martin,

I see two errors in the attached screenshot:
  • Missing tiles
  • Not matching tile borders
What is the feedback of the debug console at the malicious environment? Here's a proper example...
my own debug output on Microsoft browser
my own debug output on Microsoft browser
Best regards,
Bernd

Re: The map does not load completely

Posted: Wed Mar 18, 2020 10:34 am
by Oliver Heilig
Hi Martin,

please check

Re: The map does not load completely

Posted: Wed Mar 18, 2020 11:02 am
by martinm
Hi,

The leaflet.css was missing on the customer system.

Thanks for the quick help.

Best regards,
Martin.