Completed
Last Updated: 07 Sep 2021 10:14 by ADMIN
Release R3 2021
Sean
Created on: 01 Sep 2021 16:29
Category: Map
Type: Bug Report
0
Map: When using wraparound and virtualization, there is a vertical region gap in the map items request event when panning from left to right.

Using wraparound True and Virtualization in VisualizationLayer.
When panning from left to right and placing rectangles over the requested regions, a gap could be seen on the left side. This is because the regions that get into viewport fire data request event when their top left point is inside the viewport. To cover the viewport, the topright point of the regions should be used instead.

0 comments