Opened 6 years ago
Last modified 5 years ago
#1965 closed defect
Subset on edge is silently "reduced" — at Initial Version
Reported by: | Dimitar Misev | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 9.8 |
Component: | qlparser | Version: | 9.7 |
Keywords: | Cc: | Peter Baumann, Vlad Merticariu, Bang Pham Huu | |
Complexity: | Medium |
Description
There's only this tile in the array:
[27000:27848,-17000:-16000]
This subset query returns result array that doesn't match the subset domain:
$ rasql -q 'Select sdom( c[27266:27548, -17042:-16952] ) FROM NEXTMap_5_DTM as c' --out string | grep Result Result element 1: [27266:27548,-17000:-16952]
In the query the subset [27266:27548, -17042:-16952]
is slightly outside the tile domain, and for some reason it's automatically reduced to fit in the tile domain [27266:27548,-17000:-16952]
.
Note:
See TracTickets
for help on using tickets.