Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Dear all,
we have created a tile map service with "opendronemaps". This service is working, because we can integrate the tilemaps in the "mapviewer" Leaflet with this url: http://localhost:8000/api/projects/2/tasks/5b4b8bec-3ad5-43c8-94ca-a331b03db157/orthophoto/tiles/{z}/{x}/{-y}.png?jwt=[...]
Now we want to add this tilemap to the qlik sense map as a background layer. We tried so many options of paramters, but without success. We can see the the tiles on the map as an overlay of rectangles but we can't see ortho photos where we expect them. Can anybody help?
Hi,
If the url is correct then the TMS in Sense native chart:
http://localhost:8000/api/projects/2/tasks/5b4b8bec-3ad5-43c8-94ca-a331b03db157/orthophoto/tiles/${z}/${x}/${-y}.png
QGA map view, similar but without $
http://localhost:8000/api/projects/2/tasks/5b4b8bec-3ad5-43c8-94ca-a331b03db157/orthophoto/tiles/${z}/${x}/${-y}.png
This is with standard TMS settings, if there is something special you need to specify Tile size(px) and Tile width and height, Origin X and Y in the reference system.
Thanks,
Patric
Hi,
If the url is correct then the TMS in Sense native chart:
http://localhost:8000/api/projects/2/tasks/5b4b8bec-3ad5-43c8-94ca-a331b03db157/orthophoto/tiles/${z}/${x}/${-y}.png
QGA map view, similar but without $
http://localhost:8000/api/projects/2/tasks/5b4b8bec-3ad5-43c8-94ca-a331b03db157/orthophoto/tiles/${z}/${x}/${-y}.png
This is with standard TMS settings, if there is something special you need to specify Tile size(px) and Tile width and height, Origin X and Y in the reference system.
Thanks,
Patric