Alexander Rolek
Alexander Rolek
@pnorman I think you could simplify this query using the map `layer_name` config. For more information: https://tegola.io/documentation/configuration/#map-layers
Yeah that's still not supported as it brings up a lot of implementation questions like how to handle layer and feature merging / conflict handling.
@yaras-phoenix that's correct. Tegola does not support merging data for the same layer at the same zoom from different providers.
@gdey is this done?
@F-15023 do you have a test case we can put together? For example, using natural earth data with a provided config, running a specific version of tegola at a specific...
> For example, you can look at the tile number 16/41844/24728 (https://osm-lambda.tegola.io/v1/maps/osm/16/41844/24728.pbf). Inside, we can see two features in the "admin_lines" layer that, according to values, represent the administrative borders...
@flacombe Have you found the [debugging section](https://tegola.io/documentation/debugging/) in the docs yet? You can set some environment variables which will show you the SQL that's being sent to PostGIS. I think...
@flacombe thanks for the follow-up. It seems like the seed command is not detecting which zooms are present in the map prior to trying to seed. I will need to...
@mojodna thanks for the detailed report. We're working on a bunch of rendering improvements in v0.7.0. We're just about ready to start testing against some of these scenarios. We will...
This issue has been bumped to the v0.8.0 release pending implementation of constrained Delany triangulation.