POIs not showing up in 2D map when exceeding 100 POIs in one site

Prev Next

When there are more than 100 s, some will not display in the 2D even when zoomed in/out, visibility check on/off. But in / view, the POIs there are visible.

The reason for this is there is only so much space on the map view, and trying to show 10,000 POIs on the map is not possible in a meaningful way. It's a tradeoff for performance that we do not download all POIs for a floor and then filter out all but a few on the frontend. So we only request a reasonably low amount (like 100), sorted by POI importance, and then apply the screen-space overlap test.

This solution applies to NavVis IVION.

The only workaround is to set importance to higher level (we sort by importance for map), but then some other POIs will not be displayed.