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

Missing some tiles #2

Open
vancuongngo opened this issue Sep 21, 2016 · 1 comment
Open

Missing some tiles #2

vancuongngo opened this issue Sep 21, 2016 · 1 comment

Comments

@vancuongngo
Copy link

When you take a look on tiles folder, I realize that it misses some tiles folder such as: 2, 12, 13; when using this library and resize browser screen at some levels, it makes the wrong result for detecting country code, so I think the reason is missing tiles as I mentioned before. So can you update them or guide me how to do that.

@hlaw
Copy link
Owner

hlaw commented Sep 21, 2016

The folder / file names under tiles are part of the coded indices which are sparse. The top level folder names are not consecutive numbers since there is nothing at higher zoom levels at some positions.

Any specific details on the wrong results? The library itself only returns country code given a coordinate and if wrong results are observed only after resizing in a browser it may be a problem in the code calling the library (e.g. in retrieving the correct coordinate after zoom), rather than the library itself.

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