Search found 4 matches

by martinm
Mon Apr 06, 2020 11:18 am
Forum: PTV xRouteServer / DEV.Routing API
Topic: RequestProfil, userLanguage and SOAP Error
Replies: 2
Views: 3192

Re: RequestProfil, userLanguage and SOAP Error

Hi!

I spoke to our software manufacturer and I had to change the class structure a little and now the <s01: no longer comes. So everything works wonderfully.

Best regards
Martin
by martinm
Fri Apr 03, 2020 3:45 pm
Forum: PTV xRouteServer / DEV.Routing API
Topic: RequestProfil, userLanguage and SOAP Error
Replies: 2
Views: 3192

RequestProfil, userLanguage and SOAP Error

Hi!

I tried to read the directions in German from the directionDescriptionLanguage (ManeuverEvent).

According to the documentation, the userLanguage of the requestProfile must be set to "de". However, if I do that, I get an error:
Invalid content was found starting with element 's01 ...
by martinm
Wed Mar 18, 2020 11:02 am
Forum: PTV Webclients (Ajax, Leaflet, OpenLayers, WMS, ...) (Admin=BWE)
Topic: The map does not load completely
Replies: 3
Views: 39643

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.
by martinm
Wed Mar 18, 2020 9:28 am
Forum: PTV Webclients (Ajax, Leaflet, OpenLayers, WMS, ...) (Admin=BWE)
Topic: The map does not load completely
Replies: 3
Views: 39643

The map does not load completely

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 ...