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

Huge map loading time #24

Closed
frankowskid opened this issue Mar 19, 2013 · 3 comments
Closed

Huge map loading time #24

frankowskid opened this issue Mar 19, 2013 · 3 comments

Comments

@frankowskid
Copy link

I have a map which is 150x150 tiles. I takes over 15 secs to create list of MapTiles in TilesLayer - update.
While zooming previous maplevel level is removed from the view and screen is gray while new level is loading.

@moagrius
Copy link
Owner

In theory, you could have any number of tiles - it only considers those that should be showing on screen at any time, so the load time you're describing seems to mean there's a problem. It's important to provide the smallest possible tile set that might be displayed.

Can you share the relevant code, as well as tile and map sizes for each tile set?

@frankowskid
Copy link
Author

Sorry for the inconvenience - I've been using very old code :]

@moagrius
Copy link
Owner

np - thanks for the feedback

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

2 participants