Changes between Version 3 and Version 4 of Ticket #1470


Ignore:
Timestamp:
Oct 20, 2011, 9:57:47 AM (13 years ago)
Author:
martinl
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1470 – Description

    v3 v4  
    11It's not possible to export areas selected by SQL WHERE clause.
    22Example from NC data set. Let's export only lake with CAT=5109:
    3 {{{ood
     3{{{
    44v.out.ascii input=lakes@PERMANENT layer=1 output=vbuffer_fail_on_area3 where=cat=5109 format=standard
    55}}}