Alexander Rolek

Results 285 comments of Alexander Rolek

@skinkie we have configurable simplification on a per layer basis planned for v0.6.0. You can track #165. v0.6.0 is not far away.

@skinkie v0.6.0 is out now. You can add `dont_simplify` to any of the map layer configs and that layer will not have simplification applied. Give it a run and let...

@skinkie thanks for the follow up. I'm interested in how the results look with tegola. Please let us know when you have a chance.

@gdey and I discussed this and we think the best way to accomplish this is to support an an endpoint (i.e. `/reload`) which would require a "reload token" in the...

@JivanAmara we allow for remote configuration files (i.e. fetch a file on S3 or some other HTTP endpoint). This allows for easier management of a centralized config file across a...

@stdmn do you have any logs you can provide? If you set `TEGOLA_CONFIG` to a URL, tegola will attempt a remote fetch. A log is written when this routine starts...

Is your lambda function running inside of a VPC? From the looks of it, the request is timing out, which happens after 10 seconds: `net/http: request canceled while waiting for...

@stdmn beautiful! I'm glad it's working for you! If you have any suggestions to help make the instructions easier to follow, feel free to send in a PR with any...

@stdmn you could also look into not using API Gateway now that [Application Load Balancers can Invoke Lambda Functions](https://aws.amazon.com/about-aws/whats-new/2018/11/alb-can-now-invoke-lambda-functions-to-serve-https-requests/).

@lhorus a tough question that's dependent on a lot of factors. For example, if you're using imposm to import OSM data the process can use 3 schemas (`import`, `backup` and...