6

I would like to jump to next feature in my attribute table. I know this is possible with the "print composer" using "atlas".

Is there any possibility to jump to the next feature in my attribute table using the standard QGIS canvas?

coding_bird
  • 899
  • 2
  • 9
  • 21

2 Answers2

5

The selenext Plugin will do the trick. It opens a new toolbar with up and down arrows that go through the features of the active layer

enter image description here

HDunn
  • 8,626
  • 3
  • 40
  • 71
  • 3
    thx. Unfortunately "selenext" has problems with different CRS. My data is in EPSG:4326 but I display it in EPSG:3857. So "selenext" always jumps to "null island" – coding_bird Sep 27 '16 at 14:53
  • 1
    @coding_bird Ah, I see what you mean, I've checked it using the same CRS for the layer and the map. – HDunn Sep 27 '16 at 15:03
1

https://gis.stackexchange.com/a/134572/52597 mostly answered my question.

However, I am still looking for an less hackerish method.

coding_bird
  • 899
  • 2
  • 9
  • 21