Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

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.

(1 edit)

Hi Giuseppe, ok then its not a TMS but a Google style XYZ tileset. In ArcBruTile the tiles are retrieved using HTTP protocol, so a webserver is required. Caddyserver works also on windows yes.

Hi Bert,

I have installed Caddyserver for windows. Could you give me an example (or a link) of how I have to configure it to pubblish my local cache?

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.