Opened 14 years ago

Closed 14 years ago

#2621 closed bug (fixed)

eVis Event Browser missing records

Reported by: Donkagen2 Owned by: ersts
Priority: major: does not work as expected Milestone: Version 1.5.0
Component: C++ Plugins Version: Trunk
Keywords: Cc:
Must Fix for Release: No Platform: All
Platform Version: Windows Awaiting user input: no

Description

Not all records that can be displayed using the eVis Event Id Tool are displayed with the Event Browser.

Attachments (1)

Canal spillway photographs.zip (2.1 KB ) - added by Donkagen2 14 years ago.
Example of problem with eVis Event Browser

Download all attachments as: .zip

Change History (5)

by Donkagen2, 14 years ago

Example of problem with eVis Event Browser

comment:1 by lutra, 14 years ago

Component: Python plugins and bindingsC++ Plugins
Owner: borysiasty removed
Platform: DebianAll

comment:2 by borysiasty, 14 years ago

Owner: set to ersts

comment:3 by ersts, 14 years ago

Status: newassigned

It seems that the QgsVectorLayer.select() is not returning all the features when using its own extent. One possible solution is to simply use the extent of the map canvas. A second would be to add a hack to expand the extent a little, but that is not really a solution. The real solution to to fix the underlying vector class.

I have filed a new ticket ( #2658 ) describing the vector layer problem and will keep this ticket open for the time being.

In the mean time you can manually select all of you points then launch the event browser.

comment:4 by ersts, 14 years ago

Resolution: fixed
Status: assignedclosed

fixed in revision 13574

Note: See TracTickets for help on using tickets.