Skip to content
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

Map definition via config file and/or command-line #1

Open
JakobMiksch opened this issue Dec 2, 2024 · 1 comment
Open

Map definition via config file and/or command-line #1

JakobMiksch opened this issue Dec 2, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@JakobMiksch
Copy link

Exciting project!

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 :-)

@felix-ht
Copy link
Collaborator

felix-ht commented Dec 3, 2024

Happy that you like it!

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.

@felix-ht felix-ht added the enhancement New feature or request label Dec 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants