OsmSharp / ui

The UI components.
http://osmsharp.com/
GNU General Public License v2.0
139 stars 91 forks source link

MapBoundingBox bug #246

Open humster168 opened 9 years ago

humster168 commented 9 years ago

MapBoundingBox not working properly. It gets stuck everytime I scroll it to left and don't let you scroll anymore. Other corners works properly.

SShaw1985 commented 9 years ago

I am also experiencing an issue with this

Setting the bounding box like this

GeoCoordinateBox geo =new GeoCoordinateBox (BottomLeft,TopRight); _mapView.MapBoundingBox = geo;

Makes the map scroll to the left whenever you drag the map until it is in the bottom left corner

I am using OSM sharp to open an MB tiles for offline functionality