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

Add support for go generics in geojson Feature #257

Open
robert-malhotra opened this issue Sep 13, 2024 · 1 comment
Open

Add support for go generics in geojson Feature #257

robert-malhotra opened this issue Sep 13, 2024 · 1 comment

Comments

@robert-malhotra
Copy link

Looking at the code for geojson features it expects a map[string]interface{} for defining properties. I would like to (de)code directly to a properties struct that I define. I think those could easily be done with go generics while maintaining backwards compatibility.

I would be happy to take a stab at implementing this feature if it fits with the goals of the project.

@twpayne
Copy link
Owner

twpayne commented Sep 13, 2024

I would be happy to take a stab at implementing this feature if it fits with the goals of the project.

Please do!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants