Remote Tile Server #32
banesullivan
started this conversation in
Show and tell
Replies: 3 comments 4 replies
-
Here are some sample URL files to test this out with:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
This is superb! Looking forward to trying it out. Thanks a lot for making it happen |
Beta Was this translation helpful? Give feedback.
0 replies
-
I've posted a MyBinder demo using all of this in this repo: https://github.com/banesullivan/localtileserver-demo Which is launched here: https://mybinder.org/v2/gh/banesullivan/localtileserver-demo/HEAD |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I haven't documented this in the README (yet), but in #30, I recently added support for using a remotely deployed instance of
localtileserver
with URL files.I have a template repository in case someone wants to spin up their own: https://github.com/banesullivan/remotetileserver
Note that the backing flask app here does not do any sort of authentication, so once
localtileserver
is deployed, anyone can access it.But once you have a remote instance running, or you want to try out my demo server, you can simply do:
Similarly, pass any URL file to
RemoteTileClient
and it will use the server to load and deliver tiles. Again, COGs are best when doing everything remotely like this -- and actually quite efficientThis provides a workaround for #29 (cc @giswqs)
Beta Was this translation helpful? Give feedback.
All reactions