Search found 7 matches

by loic.caouen
Fri May 17, 2019 2:53 pm
Forum: PTV xMapServer
Topic: xMap : display buildings
Replies: 8
Views: 20373

Re: xMap : display buildings

Ok, so we must use TomTom if we want the buildings.
Thanks for your help.

Regards
by loic.caouen
Fri May 17, 2019 10:08 am
Forum: PTV xMapServer
Topic: xMap : display buildings
Replies: 8
Views: 20373

Re: xMap : display buildings

Thanks Bernd. By the way, can you give me the json/soap query you used to get the xmap 1 image in Saint Cloud ? https://xserver.ptvgroup.com/forum/download/file.php?id=1074&t=1 I've tried this query with the url http://xserver-1:50000/ : { "mapSection": { "center": { "po...
by loic.caouen
Fri May 17, 2019 8:21 am
Forum: PTV xMapServer
Topic: xMap : display buildings
Replies: 8
Views: 20373

Re: xMap : display buildings

Great ! Thanks a lot Bernd.
Do you know how to activate the footprint profile with javascript and leaflet ?
by loic.caouen
Thu May 16, 2019 4:32 pm
Forum: PTV xMapServer
Topic: xMap : display buildings
Replies: 8
Views: 20373

xMap : display buildings

Do we have the polygons of the building in our maps ?
Can we display them on xMap 1 like Google Maps does :
https://www.google.fr/maps/place/78240+ ... 4d2.040137
by loic.caouen
Thu May 16, 2019 2:41 pm
Forum: PTV xMapServer
Topic: xMap : show POI
Replies: 4
Views: 4041

xMap : show POI

Id like to know how to display POI with xMap 1 and xMap 2.
I'm using leaflet and javascript.
I'd like to see supermarkets (like Auchan, Carrefour, Decathlon, Ikea) or car industries (Renault, Peugeot, ...).
Thanks for your help
by loic.caouen
Tue May 14, 2019 3:50 pm
Forum: PTV xMapServer
Topic: display truck attributes layer with leaflet
Replies: 2
Views: 3940

Re: display truck attributes layer with leaflet

Thanks for your help Joost.
I've found in the sample what I needed !
by loic.caouen
Fri May 10, 2019 4:24 pm
Forum: PTV xMapServer
Topic: display truck attributes layer with leaflet
Replies: 2
Views: 3940

display truck attributes layer with leaflet

Is there a simple a way to display truck attributes layer with leaflet on xMap 1 ? With xMap 2 we just need this: tileUrl = "http://xserver-2:50000/services/rest/XMap/tile/{z}/{x}/{y}?storedProfile=default&layers=PTV_TruckAttributes"; new L.TileLayer(tileUrl, { minZoom: 1, maxZoom: 19 ...