Ticket #540 (closed defect: fixed)
Slow performance when rendering layers with null geometries
| Reported by: | ronnielouie | Owned by: | |
|---|---|---|---|
| Priority: | medium | Milestone: | 2.1 |
| Component: | General | Version: | 2.0.0 |
| Severity: | major | Keywords: | |
| Cc: | External ID: | 815422 |
Description
When stylizing geometries, null check was purposely ommited because it was believed to incur additional overhead to check for null before retrieving the geometry. Geometry value generally should not be null, but there is no guarantee of this. If a null does occur, it is handled by catching the exception and ignoring it which actually slows down the reading of the data.
Change History
Note: See
TracTickets for help on using
tickets.
