We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The cause of the error:
tessella/src/server.js
Line 73 in e5bf3d7
tilesUrl //=>http://localhost:4000/\{z}\{x}\{y}.pbf
When a tile is downloaded, a url is incorrect and it looks that way:
http://localhost:4000//12/2311/1371.pbf http://localhost:4000//12/2311/1370.pbf
instead
http://localhost:4000/12/2311/1371.pbf http://localhost:4000/12/2311/1370.pbf
The text was updated successfully, but these errors were encountered:
stepankuzmin
No branches or pull requests
The cause of the error:
tessella/src/server.js
Line 73 in e5bf3d7
When a tile is downloaded, a url is incorrect and it looks that way:
instead
The text was updated successfully, but these errors were encountered: