Changes between Initial Version and Version 1 of Ticket #2868


Ignore:
Timestamp:
Jan 15, 2016, 3:05:21 AM (8 years ago)
Author:
neteler
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2868

    • Property Keywords v.in.ogr added
    • Property Version unspecifiedsvn-releasebranch70
    • Property Component DefaultVector
  • Ticket #2868 – Description

    initial v1  
    11I got segmentation fault in `v.in.ogr` module with `-t` flag. To reproduce it, type the next lines (in Lat-Lon location):
     2
     3{{{
    24
    35> g.version -r
     
    2729
    2830 Segmentation fault (core dumped)
     31}}}
    2932
    3033But the map is created:
     34
     35{{{
    3136> v.out.ascii tmp format=wkt
    3237POLYGON((41.16783751 49.18823660, 41.17928406 49.19697812, 41.18910196 49.18532947, 41.20430612 49.16872545, 41.19158202 49.16598205, 41.18895894 49.16549866, 41.18763569 49.16499059, 41.16783751 49.18823660))
     38}}}
     39
    3340
    3441PS If I don't use `-t` flag the error doesn't appear.