-
-
Notifications
You must be signed in to change notification settings - Fork 200
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Seeding SQL error while all layers gives normal result in operation #775
Comments
@flacombe Have you found the debugging section in the docs yet? You can set some environment variables which will show you the SQL that's being sent to PostGIS. I think the |
Hi @ARolek and thank you for your answer. I wasn't aware of The SQL query responsible of error during seeding is As error message was: It's a valid output as this map hasn't any layer defined at zoom 2, seeding should adapt to maps defined in config.toml. Currently my seed command is |
@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 dig into this some more to figure out why. It seems the server is handling this correctly though. I will mark this as a bug. |
This looks like a duplicate of #751. |
Dear maintainers,
I'm running Tegola 0.13.0 and it gives me a SQL syntax error when calling
tegola cache seed --bounds="$BOUNDS" --min-zoom 2 --max-zoom 6 --overwrite --config /opt/tegola_config/config.toml
When running Tegola normally, I've got no error and all layers give normal results
Despite this message is unexpected, it's hard to find a valid solution as it doesn't give the layer name and the complete SQL query Tegola intends to run.
Do you have any additional hints that could explain why I got this error please?
Here is my complete config.toml file:
Best regards
The text was updated successfully, but these errors were encountered: