[GIS] Point from GeoPackage disappears when zooming in QGIS

geopackagepointqgisqgis-3zoom

In QGIS 3.4.1 I had a vector layer stored in GeoPackage format with a text field ("lbl_text") that was being used to create labels on a map. After creating three points I decided it would be nice to rotate my labels, so I added a rotation field ("lbl_rotation"). This prompted multiple notifications stating that the rotation field already existed and that the changes could not be made. I could not save changes to the layer so I cancelled and discarded them.

Despite the rotation field not previously existing and the notifications that creating this field had failed, the rotation field was now present. So I linked it to the data defined rotation option under Properties > Labels > Rotation. Now my labels could be rotated using Label Toolbar > Rotate Label.

But when zooming in the point created after this event disappeared. I could not see any reason for this and checked for others having a similar issue. A common solution was to use the geometry checker, so I tried this and found no errors (they're all points after all, what could go wrong?).

Deleting the point and recreating it did not fix the issue. The 4th point created always disappeared when zoomed in, regardless of how many times it was deleted and recreated, or where on the map it was created.

I added a fifth point and it did not have this issue. Eventually I deleted all points and recreated them all. None of them had this issue.

Now all points on this layer exhibit the same problem behaviour, though they didn't when first posting about the issue.

Does anyone have any idea what might have happened and how to fix the problem?

Points when zoomed out.
example1

The same 3 points when zoomed in. One cannot be seen.
example2

Best Answer

I've seen this happen with a out of date Spatial index file. Have look in the directory where the shapefile is and if there is a file with the same name as the shape file with a .qix extension try deleting it and then view the layer again in QGIS.

If you're not using a shapefile? You can try going into the layer Properties > Source > Create Spatial index, to recreate the index. As shown in image below.

enter image description here

Related Question