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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: