-
-
Notifications
You must be signed in to change notification settings - Fork 196
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
Automated way to generate config.toml #262
Comments
@MohammedAlsayed tegola does not currently have a way to generate a config file from a data source. We have considered this idea to help get up and running quicker but have not yet implemented it. Even if we did automate the config generation you would need to do subsequent refinement to match the properties the client side would be expecting. This being said, the config should not be too difficult to implement. If you need some guidance I'm happy to help with any hurdles you encounter. If you do setup the config it would be great if you released it for others to use. |
An auto-generated config would help when the database has 20+ tables. It could get newbies started more easily as well. They can start with the auto-generated config and then refine it as necessary. I think this is a great idea if it is possible. |
I've been working on and using a Python tool that creates |
Hi,
I'm looking for a config.toml where it's layer names matches with osm-liberity.json layer names
The osm-liberity style can be found here: https://maputnik.github.io/editor/#0.8/-0/0.
Also, is there a matching style with the config.toml in the tegola-osm (meaning (the layer names matches in both files) example ?
The text was updated successfully, but these errors were encountered: