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
Hello,
I have a local geoserver serving TMS tiles cached in a ESPG4326 grid. Similar to http://suite.opengeo.org/geoserver/gwc/service/tms/1.0.0/opengeo%3Acountries@EPSG%3A4326@png/{z}/{x}/{y}.png
The automatic caching of the plugin works fine. (when tms = true and usecache = true)
I am trying to use layer.seed() method to cache a subset of tiles within a BBox and ZoomStart ZoomEnd levels. this only gives wrong urls.
after investigation I found out that the problem reside in 'y' coordinates generation.
here is a link to a simple setup that shows the calculated tiles and the ones recieved.
Any help would be appreciated.
Thank you.
The text was updated successfully, but these errors were encountered:
bydos
changed the title
layer.seed() generating wrong "y" tile coordinates with CRS.ESPG4326
layer.seed() generating wrong "y" tile coordinates with CRS.EPSG4326
Jan 12, 2017
Hello,
I have a local geoserver serving TMS tiles cached in a ESPG4326 grid. Similar to http://suite.opengeo.org/geoserver/gwc/service/tms/1.0.0/opengeo%3Acountries@EPSG%3A4326@png/{z}/{x}/{y}.png
The automatic caching of the plugin works fine. (when tms = true and usecache = true)
I am trying to use layer.seed() method to cache a subset of tiles within a BBox and ZoomStart ZoomEnd levels. this only gives wrong urls.
after investigation I found out that the problem reside in 'y' coordinates generation.
here is a link to a simple setup that shows the calculated tiles and the ones recieved.
Any help would be appreciated.
Thank you.
The text was updated successfully, but these errors were encountered: