I'm using MapWinGis with C++/MFC.
I insert a lot of shapes into a ShapeFile(type is SHP_POINT).
When zoom out, distance between shapes become small and small. When small enough, some shapes cannot be displayed on the map, they become invisible.
At this time, if I select shapes by polygon, only the visible shapes can be selected, but I want to select all shapes inside the polygon.
So, is it possible to make MapWinGis not to hide shapes when zoom out?
Or, is it possible to select invisible shapes?
Thanks!