radioman / greatmaps

GMap.NET - Great Maps for Windows Forms & Presentation
912 stars 408 forks source link

Map stuck when you trying to zoom near border. #125

Open magnumata opened 5 years ago

magnumata commented 5 years ago

When you make zoom standing near to specified ".BoundsOfMap", map drag dies.

MapView.BoundsOfMap = new RectLatLng(80, -160, 320, 160);

Try to stand near world border and slide mousewheel. And there's an issue with different border in different zoom levels.