Changes between Initial Version and Version 1 of Ticket #5236


Ignore:
Timestamp:
Sep 5, 2013, 7:40:02 PM (11 years ago)
Author:
aiur
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5236 – Description

    initial v1  
    22
    33
    4 '''JavaBinding v1.10.0 has this problem too.'''
     4'''JavaBinding v1.10.0 has this problem too.'''[[BR]]
    55'''JavaBinding v1.10.0 has this problem too.'''
    66
    77code:
    88
     9
     10{{{
    911#mine_to_utm.py
    1012import ogr
     
    4143     break
    4244ogrSDS.Destroy()
     45}}}
    4346
     47
     48
     49{{{
    4450S:\>ogrinfo -al test_utm_lnz.shp
     51}}}
     52
     53
     54{{{
    4555INFO: Open of `test_utm_lnz.shp'
    4656       using driver `ESRI Shapefile' successful.
     
    5060Feature Count: 2
    5161Extent: (25197.816780, 14676.458434) - (30479.027175, 30724.795652)
     62              ↑↑↑↑
    5263Layer SRS WKT:
    5364(unknown)
     
    64750,25197.816779945977 14676.4
    657658433972672 0)
     77}}}
    6678
    6779
     80{{{
    6881S:\>mine_to_utm.py
     82S:\>ogrinfo -al test_utm_lnz.shp
     83}}}
    6984
    70 S:\>ogrinfo -al test_utm_lnz.shp
     85
     86{{{
    7187INFO: Open of `test_utm_lnz.shp'
    7288       using driver `ESRI Shapefile' successful.
     
    7692Feature Count: 2
    7793Extent: (25197.816780, 14676.458434) - (530981.609259, 4493737.935230)
     94              ↑↑↑↑
    7895Layer SRS WKT:
    7996(unknown)
     
    89106   LINESTRING (530981.60925900005 4488847.1037999997
    901070,529371.89633100003 4488846.4020499997 0)
     108}}}