I've searched the forum posts with no luck, so here is my own post.
The map hides small polygons and shows them as the map is zoomed. How can I override this to always show all polygons?
Hi Mikael,
Are you using a shape file?
To initially zoom in the map, so that even the small polygons on the shapefile to be visible, you could implement a similar approach to the one described here.
Hope that helps,Milana Zhileva
The features are loaded from SQL Server and imported into the layer. This works fine, and I also zoom the map to the extent of the loaded features. That is not the problem.
Some of the features are quite small, causing the map not to draw them. This leaves tiny holes in the map. When I then zoom further into the map the small features are drawn. What I want is to override this behaviour, causing all the features to draw always independently of their size and the zoom level.