-
Notifications
You must be signed in to change notification settings - Fork 2
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
Does it works with custom extent? #2
Comments
Hi!
|
So I close this issue. If you have questions, please, reopen it. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
HI,
I'm trying to use this plugin to display tiles from Tilecache with ol3 but I the URL generated are not Okay.
The projection of my map is EPSG3943 (http://epsg.io/3943-1753.js)
The resolutions associated to this projection are :
[35.2777777778, 17.6388888889, 8.81944444444, 3.52777777778, 1.76388888889, 0.881944444444, 0.705555555556, 0.352777777778, 0.176388888889, 0.0881944444444]
and when I try to display my map at [1339328.5216125,2263462.0748125] and zoom level 0, i got
http://myTilecacheServer/myTileset/12/000/002/185/000/002/279.png
instead of
http://myTilecacheServer/myTileset/00/000/000/000/000/000/000.png
I don't see in the code of this plugin any relation with the map extent but in the tilecache.js of OL2 there are in the getUrl :
Does this plugin works only with WorldWide tileset? Or did id do a mistake in my code ?
My code :
Thanks
The text was updated successfully, but these errors were encountered: