Paul den Dulk
Paul den Dulk
@janusw Can this be closed now your PR was merged?
Could you try some of the know tile sources as background? ``` BruTile.Predefined.KnownTileSources.Create ```
I think the best option is to clone the repo and run the samples https://mapsui.com/documentation/samples.html If it works the next step is to just do the Avalonia getting started. The...
> Isn't it possible to use the NTS extension [NetTopologySuite.IO.GeoJSON](https://github.com/NetTopologySuite/NetTopologySuite.IO.GeoJSON) to read all the data and then show on a map? That looks like a good option.
ah yes. I have not looked into NetTopologySuite.Features.IFeature at all so far. I assume there are other NTS data sources that use it as well. The namespace NetTopologySuite.Features is not...
The editing sample uses a VertexLayer to show those vertices because they need to be dragged and deleted. I you start the editing sample from the Mapsui sln the is...
Are you sure zoom level < 16 is available in your MbTiles?
Thanks for that info charlenni. OpenGL.net supports UWP as well? I guess so since it supports net core. Is iOS supoort expected at some point? For me SharpDX was relevant...
The rendering in @AliFlux library happens in a background thread (when called from Mapsui). Performance optimization is not important here. The first thing to do would be to add hardware...
Thanks for the link. It nicely discusses the kind of problems I don't want to get into. I rather use a library to fix this for me.