display truck attributes layer with leaflet
Posted: Fri May 10, 2019 4:24 pm
Is there a simple a way to display truck attributes layer with leaflet on xMap 1 ?
With xMap 2 we just need this:
Can we do the same with xMap 1?
With xMap 2 we just need this:
Code: Select all
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 }).addTo(map);