Paul den Dulk
Paul den Dulk
> @pauldendulk For me, it isn't so urgent and if you don't have time, then let postpone this. But we should have this in mind, because it could be a...
Perhaps it is possible to decompose the now rather bulky TileLayer (with 8 constructor parameters) so that another tile layer could use it's components and hopefully not too much code...
I think we should make more fundamental changes to allow this scenario. This issue is relevant https://github.com/Mapsui/Mapsui/issues/1448
The idea is that you set the Home method just once and you use it to go back to your full extent. When you want to zoom into some feature...
Yes, that would be great. It will be some weeks before I can look at the PR. I might not publish it as nuget in 3.x. I have not worked...
@ahopper Let me know if I can help.
@ahopper What is the version 0.10 is aiming for?
Made some changes, see https://github.com/BruTile/BruTile/pull/146. Still a lot of projects use net48. Also the specific package version was removed to fix the warning.
I added a BruTile-Build.sln. Added code, tests, and tools and use that for building. Now the build succeeds for github actions. The samples have to be added at some point...
For your information. Some things done today: - All csproj'es to the new format - All libraries to .netstandard2.0. - All tests, samples and tools .netcoreapp3.1 - Deleted BruTile.Desktop and...