Alexander Rolek

Results 285 comments of Alexander Rolek

@george-silva tegola supports loading a config over http(s), just pass in a URL to the `--config` flag. We don't have runtime reloading in yet though. Do you need reloading the...

@george-silva got it. In an ideal world would how would you like to issue the reload command? And yep, Lambda support is recently released. I just heard GCP has native...

@george-silva I was thinking more along the lines of sending a signal to a running tegola process. The endpoint idea is something I'm trying to avoid as I don't like...

@digitaltopo this thread is about dynamic configuration. Are you interested in changing the configuration (i.e. the queries) or just serving data directly from the database rather than a cache?

@digitaltopo there is currently a version of [tegola for lambda](https://github.com/go-spatial/tegola/tree/master/cmd/tegola_lambda). We have the prebuilt binaries on the [release page](https://github.com/go-spatial/tegola/releases) and instructions in the tegola_lambda [README](https://github.com/go-spatial/tegola/blob/master/cmd/tegola_lambda/README.md). It's fairly easy to get...

I think this is caused by nested config blocks not supporting the env var parsing: https://github.com/go-spatial/tegola/issues/597

We have talked about also supporting ETags (#65) which could accompany this request. The cache interface will need to be modified to return additional meta data about the stored tile...

@dBitech I'm open to ideas. I have not implemented meta titles but I have read up on them a bit. A couple of articles from @mojodna: - https://medium.com/@mojodna/tapalcatl-cloud-optimized-tile-archives-1db8d4577d92 - https://medium.com/@mojodna/tapalcatl-2-updates-8eb827d969c1...

@dBitech let's keep the conversation open. I still need to do some research on this as it's not a concept I'm familiar with. Are there other metaTile implementations you're aware...