You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: