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

Double slashes in tiles url when map using index.json #36

Open
RafalR opened this issue Apr 24, 2018 · 0 comments
Open

Double slashes in tiles url when map using index.json #36

RafalR opened this issue Apr 24, 2018 · 0 comments
Assignees

Comments

@RafalR
Copy link

RafalR commented Apr 24, 2018

The cause of the error:

const tilesUrl = url.format({ protocol, host, pathname });

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 
@stepankuzmin stepankuzmin self-assigned this Aug 19, 2019
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