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
The map does not load completely
- Bernd Welter
- Site Admin
- Posts: 2695
- Joined: Mon Apr 14, 2014 10:28 am
- Contact:
Re: The map does not load completely
Hello Martin,
I see two errors in the attached screenshot:
Bernd
I see two errors in the attached screenshot:
- Missing tiles
- Not matching tile borders
Bernd
Bernd Welter
Technical Partner Manager Developer Components
PTV Logistics - Germany
Bernd at... The Forum,LinkedIn, Youtube, StackOverflow
I like the smell of PTV Developer in the morning...
Technical Partner Manager Developer Components
PTV Logistics - Germany
Bernd at... The Forum,LinkedIn, Youtube, StackOverflow
I like the smell of PTV Developer in the morning...
- Oliver Heilig
- Posts: 160
- Joined: Tue May 13, 2014 12:10 pm
- Location: Karlsruhe, Germany
- Contact:
Re: The map does not load completely
Hi Martin,
please check
please check
- Does the reference sample https://ptv-logistics.github.io/xserver ... t.1.0.html work on the customer's computer?
- Is your script configured right? (correct leaflet.css)
- Do you see any errors with (F12->Network)
- How ist the xServer configured? (maximum queue length)
Oliver Heilig
Chief Developer Logistic Services
PTV GROUP - Germany
https://github.com/oliverheilig/
Chief Developer Logistic Services
PTV GROUP - Germany
https://github.com/oliverheilig/
Re: The map does not load completely
Hi,
The leaflet.css was missing on the customer system.
Thanks for the quick help.
Best regards,
Martin.
The leaflet.css was missing on the customer system.
Thanks for the quick help.
Best regards,
Martin.