Changes between Initial Version and Version 1 of Ticket #1741, comment 1


Ignore:
Timestamp:
May 3, 2018, 12:41:39 PM (6 years ago)
Author:
Dimitar Misev

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1741, comment 1

    initial v1  
    1 I doubt, is the idea to do something like this?
     1I doubt if the idea to do something like this:
    22{{{
    33UPDATE A SET clip(A, Polygon(...))
     
    55}}}
    66
    7 This should already work:
     7But this should already work:
    88{{{
    99UPDATE A SET A[..]
    1010ASSIGN clip($1, Polygon(...))
    1111}}}
    12 but I think it will overwrite the clipped out regions with 0s (cf #1411)
     12I think it will overwrite the clipped out regions with 0s though (cf #1411)