Opened 12 years ago
Closed 12 years ago
#95 closed defect (fixed)
Select Features selects too much (visually but not by attribute)
Reported by: | EliL | Owned by: | theduckylittle |
---|---|---|---|
Priority: | major | Milestone: | 2.6 |
Component: | GeoMOOSE/PHP | Version: | 2.6 |
Keywords: | select | Cc: |
Description
It is impossible to use 'Select Features' tool to select only one polygon (non-universal specific to polygon).
- Search for PIN 130110001775
- Invoke 'Select Features' tool
- Try to select only PIN 130110001775
- You will always also visually see PIN 130110001875 highlighted/selected and it will say "Found Shapes: 2"
- PIN 130110001875 will not be listed by attributes
Change History (4)
comment:1 by , 12 years ago
Owner: | set to |
---|---|
Status: | new → assigned |
comment:2 by , 12 years ago
Version: | → 2.6 |
---|
comment:3 by , 12 years ago
Status: | assigned → testing |
---|
comment:4 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | testing → closed |
This appears fixed in the demo.
Note:
See TracTickets
for help on using tickets.
MapScript queryByShape seemed to be returning more results than was valid. I added some intersection tests that appear to clean up this problem.
r805