Hi Bert,
using this plugin version can I add a my local TMS cache stored in my local drive?
I would like add images using path like file:///G://myimages//cache//{z}//{y}//{x}.jpg
Is it possible?
Thank you in advance
Giuseppe
Hi Giuseppe, yes this is possible if you put the tileset on a (local) webserver (for example https://caddyserver.com/) and use the ‘Load map from xyz url’ button. One caveat: this tool only supports XYZ tileset directly and not TMS anymore, so the y-axis might be switched. See https://gist.github.com/tmcw/4954720 for more info about this.
Hi Bert,
I red your link. My tiles are google tile style so they are XYZ tileset. Are you sure that I need a webserver?
I have my cache in local so I can access directly bypass webserver using url like file:///G://myimages//cache//{z}//{y}//{x}.jpg
I tested this kind of url within qGIS (qGIS--> XYZ Tiles) and the cache work fine..
Do you have tested it on ArcBluTile?
In any case is caddyserver available for windows?
Thank you
Giuseppe P.
if you have caddy 1.x installed, its just going to a directory and start caddy from commandline ($ caddy). A webserver on port 2015 will start, in a browser go to http://localhost:2015/ to retrieve files from that directory. I believe in Caddy 2.0 its changed a bit.