EasyGIS.NET
EasyGIS.NET copied to clipboard
GeoJSON parser
Hi! I found on project that have a class for GeoJSON on egis.web.controls and reference for GeoJSON.Net on egis.mapbox.vector.tile. How can I parse GeoJSON features on WinForms and add to SFMap? I can write a parser, but I'm looking the best practice to do it.
Thank you.
Yeah this'll need a bit of a refactor. I've been putting it off since I got a new laptop and haven't set up a Rust environment on it yet.
I think using this PR is more than feasible since I can just force push this branch, but it might look weird. If you have a preference I'll respect it but otherwise that's what I'll do.
I think using this PR is more than feasible since I can just force push this branch, but it might look weird. If you have a preference I'll respect it but otherwise that's what I'll do.
Force push is no problem! The squash and final changeset looking good is all that matters to me 👍
For some reason, the changelogs and release notes don't include anything about this being merged? I only found out that this exists today while going through the serde builtin source. Can this be fixed (I doubt now - it might be too late)?
For some reason, the changelogs and release notes don't include anything about this being merged? I only found out that this exists today while going through the serde builtin source. Can this be fixed (I doubt now - it might be too late)?
Both this PR and the main branch have up to date changelogs with the new functions included and example usage for them. They haven't been released yet.
Whoops - thought they were released in 0.8.4!