You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As far as I can tell, the library assumes that the world starts at <TopLeftCorner>-20037508.342789244 20037508.342789244</TopLeftCorner>. This is not guaranteed and in fact in my use case (local overlays over a base map) it is not true (eg. <TopLeftCorner>1730654.0 6154088.0</TopLeftCorner>). This results in the tiles rows/cols being miscalculated, which in turn means that the map cannot be rendered. Please check if this issue can somehow be fixed.
Cheers :)
The text was updated successfully, but these errors were encountered:
Hi!
As far as I can tell, the library assumes that the world starts at
<TopLeftCorner>-20037508.342789244 20037508.342789244</TopLeftCorner>
. This is not guaranteed and in fact in my use case (local overlays over a base map) it is not true (eg.<TopLeftCorner>1730654.0 6154088.0</TopLeftCorner>
). This results in the tiles rows/cols being miscalculated, which in turn means that the map cannot be rendered. Please check if this issue can somehow be fixed.Cheers :)
The text was updated successfully, but these errors were encountered: