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

Serving sub-directories of tilesets #25

Open
swiss-knight opened this issue Sep 20, 2020 · 1 comment
Open

Serving sub-directories of tilesets #25

swiss-knight opened this issue Sep 20, 2020 · 1 comment

Comments

@swiss-knight
Copy link

Hi,

I just noticed that if I want to store sub-folders of data, e.g. /data/tilesets/terrain/srtm/2010/ I am not able to reach them by using the route: http://localhost:8080/tilesets/srtm/2010/.

This is actually normal as the server is build for a folder structure of depth=1 from the root tilesets folder.

Is it possible to make the server depth-agnostic from this root tliesets directory, so that we can separate different datasets in a clean way?

Thanks.

@abhijitgujar86
Copy link

I think this is an important function . what the use of server if it cannot server multiple datasets . i guess we have .json file to map metadata . so it should work ideally. if not we will need to figure out how to make it.

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