Opened 14 years ago

Closed 14 years ago

#337 closed defect (fixed)

Fusion: Select Within doesn't work.

Reported by: jennyhe Owned by: madair
Priority: P2 Milestone: Future
Component: Widgets Version: 1.1.1
Severity: Major Keywords:
Cc: arthur.liu@…, buddy.hu@… Browser: All
External ID: 1280353 Operating System: All
state: Committed

Description

Report from Autodesk QA

Steps:

  1. Open one flexible web layout.
  2. Select several features -> Right click on the map -> Select More-> Select Within.
  3. Select the layer in the layer list.
  4. Done.

Results: The selection is cleared.

Expected results: The selected objects in the specified layer should be still highlight.

Attachments (2)

SelectWithIn.patch (1.9 KB ) - added by liuar 14 years ago.
SelectWithIn.2.patch (1.9 KB ) - added by liuar 14 years ago.

Download all attachments as: .zip

Change History (5)

comment:1 by liuar, 14 years ago

Comment from Buddy:

In this patch, I check the type for each feature. And create a multipolygon if there are only polygon. If there are unsupported types, continue and go to the next one. For mixed supported types, create a multi-geometry.

BTW, the MG Server, the render service doesn't support QueryFeatures? for the multi-geometry. So If we create a multi-polygoemetry, QueryFeatures?. will return null, and everything in the map will be cleared.

We need address another defect for this issue.

by liuar, 14 years ago

Attachment: SelectWithIn.patch added

by liuar, 14 years ago

Attachment: SelectWithIn.2.patch added

comment:2 by liuar, 14 years ago

To fix this defect I just need to integrate the patch from MapGuide which submitted by Buddy.

comment:3 by liuar, 14 years ago

Cc: buddy.hu@… added
Resolution: fixed
state: NewCommitted
Status: newclosed

Thanks Buddy's review. Fixed at http://trac.osgeo.org/fusion/changeset/2026

Note: See TracTickets for help on using tickets.