Changes between Initial Version and Version 1 of Ticket #1741, comment 1
- Timestamp:
- May 3, 2018, 12:41:39 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1741, comment 1
initial v1 1 I doubt , is the idea to do something like this?1 I doubt if the idea to do something like this: 2 2 {{{ 3 3 UPDATE A SET clip(A, Polygon(...)) … … 5 5 }}} 6 6 7 This should already work:7 But this should already work: 8 8 {{{ 9 9 UPDATE A SET A[..] 10 10 ASSIGN clip($1, Polygon(...)) 11 11 }}} 12 but I think it will overwrite the clipped out regions with 0s(cf #1411)12 I think it will overwrite the clipped out regions with 0s though (cf #1411)