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

Dynamic Layer rendering issue on Zoom level 1 and 2 #450

Closed
brentmiller1973 opened this issue Feb 4, 2015 · 2 comments · Fixed by #484
Closed

Dynamic Layer rendering issue on Zoom level 1 and 2 #450

brentmiller1973 opened this issue Feb 4, 2015 · 2 comments · Fixed by #484

Comments

@brentmiller1973
Copy link

Please see your example as reference: http://esri.github.io/esri-leaflet/examples/simple-dynamic-map-layer.html. Zoom all the way out and keep your eye on Alaska. When you zoom all the way out, the layer becomes misplaced/pushed down. We have noticed this on all dynamic layers that we are using as well. I apologize if this is an existing issue, but I don't see this anywhere else. Just need to know if this issue has been or will be addressed. Thanks.

@jgravois
Copy link
Contributor

jgravois commented Feb 4, 2015

thanks for the report. it looks like the overlay distorts as soon as the extent of the map includes space not covered by existing tiles. we'll look into this.

@jgravois
Copy link
Contributor

jgravois commented Feb 7, 2015

my first guess was to try manipulating the bounds of DynamicMapLayer export requests to the equivalent of 85 degrees north and south in web mercator coordinates, but it doesn't solve the problem.

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

Successfully merging a pull request may close this issue.

2 participants