Opened 15 years ago
Closed 15 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:
- Open one flexible web layout.
- Select several features -> Right click on the map -> Select More-> Select Within.
- Select the layer in the layer list.
- Done.
Results: The selection is cleared.
Expected results: The selected objects in the specified layer should be still highlight.
Attachments (2)
Change History (5)
comment:1 by , 15 years ago
by , 15 years ago
Attachment: | SelectWithIn.patch added |
---|
by , 15 years ago
Attachment: | SelectWithIn.2.patch added |
---|
comment:2 by , 15 years ago
To fix this defect I just need to integrate the patch from MapGuide which submitted by Buddy.
comment:3 by , 15 years ago
Cc: | added |
---|---|
Resolution: | → fixed |
state: | New → Committed |
Status: | new → closed |
Thanks Buddy's review. Fixed at http://trac.osgeo.org/fusion/changeset/2026
Note:
See TracTickets
for help on using tickets.
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.