elm-geojson
elm-geojson copied to clipboard
GeoJSON parser for Elm
Results
2
elm-geojson issues
Sort by
recently updated
recently updated
newest added
:wave: In some cases it might be easier to decode the extra properties directly than to kick it down the road and do it "JOT".
Hello! I was just wondering what would be your feelings on transforming `GeoJsonObject` to `GeoJsonObject props` and propagate that type-parameter all the way to `type alias FeatureObject props = {......