Ok, so we must use TomTom if we want the buildings.
Thanks for your help.
Regards
Search found 7 matches
- Fri May 17, 2019 2:53 pm
- Forum: PTV xMapServer / Dev.RasterMaps API
- Topic: xMap : display buildings
- Replies: 8
- Views: 25598
- Fri May 17, 2019 10:08 am
- Forum: PTV xMapServer / Dev.RasterMaps API
- Topic: xMap : display buildings
- Replies: 8
- Views: 25598
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...
- Fri May 17, 2019 8:21 am
- Forum: PTV xMapServer / Dev.RasterMaps API
- Topic: xMap : display buildings
- Replies: 8
- Views: 25598
Re: xMap : display buildings
Great ! Thanks a lot Bernd.
Do you know how to activate the footprint profile with javascript and leaflet ?
Do you know how to activate the footprint profile with javascript and leaflet ?
- Thu May 16, 2019 4:32 pm
- Forum: PTV xMapServer / Dev.RasterMaps API
- Topic: xMap : display buildings
- Replies: 8
- Views: 25598
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
Can we display them on xMap 1 like Google Maps does :
https://www.google.fr/maps/place/78240+ ... 4d2.040137
- Thu May 16, 2019 2:41 pm
- Forum: PTV xMapServer / Dev.RasterMaps API
- Topic: xMap : show POI
- Replies: 4
- Views: 7285
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
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
- Tue May 14, 2019 3:50 pm
- Forum: PTV xMapServer / Dev.RasterMaps API
- Topic: display truck attributes layer with leaflet
- Replies: 2
- Views: 4590
Re: display truck attributes layer with leaflet
Thanks for your help Joost.
I've found in the sample what I needed !
I've found in the sample what I needed !
- Fri May 10, 2019 4:24 pm
- Forum: PTV xMapServer / Dev.RasterMaps API
- Topic: display truck attributes layer with leaflet
- Replies: 2
- Views: 4590
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 ...