Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

layer.seed() generating wrong "y" tile coordinates with CRS.EPSG4326 #25

Open
bydos opened this issue Jan 12, 2017 · 0 comments
Open

layer.seed() generating wrong "y" tile coordinates with CRS.EPSG4326 #25

bydos opened this issue Jan 12, 2017 · 0 comments

Comments

@bydos
Copy link

bydos commented 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.

@bydos 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant