Opened 15 years ago
Closed 12 years ago
#865 closed defect (fixed)
vector libs: select 3D lines with 2D polygon
Reported by: | mmetz | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | 6.4.1 |
Component: | Vector | Version: | 6.4.0 RCs |
Keywords: | 2D/3D spatial query | Cc: | |
CPU: | All | Platform: | All |
Description
Vect_select_lines_by_polygon() does not select all lines in given vector map if map is 3D. The routine to check if lines are inside the given polygon is 2D, therefore the spatial query should be 2D too, workaround by adjusting query bbox. Fixed in trunk r40383 and devbr6 r40384, targeting for 6.4.1.
Note:
See TracTickets
for help on using tickets.
Fixed two years ago in r43765, closing ticket.
Markus M