You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To my understanding currently the map definition only happens via Python functions. It might be useful to allow other possibilities as well:
writing all map definitions to a separate configuration file (maybe YAML syntax or so). Then also less technical people could create map definitions.
maybe a CLI interface might be useful as well. Either map definitions could be provided via CLI options directly or the CLI simply reads a map definitions via the config file I mentioned before
Just some ideas :-)
The text was updated successfully, but these errors were encountered:
That is certainly something to think about. The one issue I see is that without some sort of data driven styling one would be limited to one color/style per geojson input file.
I am not entirely sure how useful that would be.
And Datadriven styles that would solve this, are not that simple to implement. And it might actually go beyond the scope of this project.
It should be pretty easy to create a simple cli that renders what you personally need tho.
Exciting project!
To my understanding currently the map definition only happens via Python functions. It might be useful to allow other possibilities as well:
Just some ideas :-)
The text was updated successfully, but these errors were encountered: