Paul den Dulk
Paul den Dulk
There is distinction between zooming-in and zooming-out. When zooming-out we do not want to show all the lower level tiles because they can be way to many and performance will...
Is the difference perhaps between mousewheel versus pinch-out?
Thanks, this is a very minimal bug report, but it contains all information needed, lovely :)
This should definitely be fixed but unfortunately I have other priorities right now. I am focusing on a v4 beta release. btw, this is probably a bug in BruTile.
NTS has more limitations than Mapsui.Geometry, I am not completely sure what the constrains were for each type. Perhaps I added the check by mistake assuming that LineString had the...
btw, @inforithmics that readme.txt in the Maui project is really helpful.
My test does indeed show a LineString can be created of length zero. I don't have time to push the test code just now, so I will just merge your...
Just found out that why I added the exception in the first place, LineString cannot have 1 coordinate and I assumed it could not have 0 either. The extension copies...
The problem involves three things: - The tile size (512, 512) - The Resolution.UnitsPerPixel - The Extent Whether a top level tiles covers the entire area depends on what is...
If you have properly generated MbTiles file with a schema based on 512, then the top resolution (the first one generated by your ToResolution method) will not be present in...