Hi 🙂
I want to add to my map a WebTileLayer from this url :
https://cdn.govmap.gov.il/LPD0BBK2022/L01/R00000060/C00000056.jpg
that I got from this site:
https://www.govmap.gov.il/?c=204000,595000&z=0&lang=en
this is my code:
const layer = new WebTileLayer({
urlTemplate:"https://cdn.govmap.gov.il/LPD0BBK2022/L{level}/R{row}/C{col}.jpg"
});
But I think that the Tile scheme of this cache is different or custom, so I could not load it to my map.