Ben Abelshausen

Results 167 comments of Ben Abelshausen

Have you seen this: https://github.com/mellinoe/veldrid It may solve some of the issues.

Unconfirmed but probably fixed by fixing #132, feel free to reopen if not the case.

@Bertware anything I can do to help with this? We have applications relying on this...

Ok, thanks for the info, so you're saying the only option to reverse-engineer the new NMBS API, convert the data, and then we are maybe good to go.

OK, awesome @pietercolpaert 😍 We have a budget for this as well if that can help make things move or free up some time, my php skill are not almost...

Related to this issue, if we can get rid of the count required parameter in the header we can use IEnumerables as input: https://github.com/NetTopologySuite/NetTopologySuite.IO.ShapeFile/blob/master/NetTopologySuite.IO.GeoTools/ShapefileDataWriter.cs#L25 Maybe it's possible to write this...

Yes, I also considered that, but it's a pretty big show stopper for some usecases not to be able 'stream' the data into the writer. Maybe we should just stop...

Usually you won't include raw OSM files but some preprocessed version of it. Try converting to GeoJSON and reading that using Mapsui. Once you can do that you can build...

I never implemented this feature but it would be an excellent addition... I personally don't have the time at the moment do this but I can't image this being very...