Paul den Dulk
Paul den Dulk
@dotMorten Thanks for the advice. Making just a few properties on MapView/MapControl bindable is a small investment. I would rather not add bindable properties to components like Viewport, Map and...
@charlenni @plamen-i Okay, Let's add just those two. A sample project might be nice. Not sure if it should be in the Mapsui repository. Something else. MVVM is out, MVU...
> though I think MapViewModel is more appropriate @plamen-i The problem I have with that is that this would make Mapsui into an MVVM component and I don't want it...
But we have only one version of the MapControl right now. Would you suggest to create an MVVM version and MVU version as separate components? Perhaps we could. My idea...
@dotMorten But on Android and iOS is it still possible to use the MVVM pattern, right? And if so why can't we use the same mechanism on WPF and UWP?
This is not an issue that BruTile solves. The tiles are fetched in some kind of coordinate system. This could be any coordinate system. There are specific projection libraries for...
I am on Windows right now. What is not working on iOS? The HttpTileSource is used in almost every sample, I expect it does work in the regular samples? In...
Okay, just give me 6 ours and my mac will be updated to run your sample.
I started the sample on ipad but see no map at all and I do see a segfault exception in the error log related to sqlite. Perhaps a problem with...
In BruTile desktop there is a FileTileProvider, perhaps you could take a look at that. https://github.com/BruTile/BruTile/blob/master/BruTile.Desktop/FileSystem/FileTileProvider.cs