EasyGIS.NET icon indicating copy to clipboard operation
EasyGIS.NET copied to clipboard

GeoJSON parser

Open theo2f opened this issue 3 years ago • 2 comments
trafficstars

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.

theo2f avatar Sep 13 '22 15:09 theo2f

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.

Dekkonot avatar Jun 01 '24 22:06 Dekkonot

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 👍

filiptibell avatar Jun 01 '24 22:06 filiptibell

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

CompeyDev avatar Jun 17 '24 05:06 CompeyDev

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.

filiptibell avatar Jun 17 '24 11:06 filiptibell

Whoops - thought they were released in 0.8.4!

CompeyDev avatar Jun 18 '24 06:06 CompeyDev