Opened 13 years ago

Closed 13 years ago

#215 closed enhancement (fixed)

QueryOnClick - smarter 'multiple' queries

Reported by: adube Owned by:
Priority: critical Milestone:
Component: widgets Version:
Keywords: Cc:

Description

When querying in 'multiple' mode, new returned features are blindly added to those we currently have without checking any sorts of duplicates. It would be a major improvement to avoid such duplicates.

Some sort of "find feature by id and resource" method should be implemented to do so.

Change History (1)

comment:1 by adube, 13 years ago

Resolution: fixed
Status: newclosed

r1026, featuring :

  • resource 'primaryField' option now supported and used by the QueryOnClick widget (optional). This allows setting of the 'fid' property of the features, thus allowing the smarter selection as described above.
  • documentation added about this in both the widget and PGSQLMapContextConfig .rst files
  • samples/queryonclick/multi sample updated to show this new feature

Also :

  • small bug fix in ResultExtGrid (forgot to delete a line)

Fixed.

Note: See TracTickets for help on using tickets.