Changes between Version 2 and Version 3 of UserDocs/OgrInfo


Ignore:
Timestamp:
Aug 28, 2007, 11:14:17 AM (17 years ago)
Author:
maphew
Comment:

small reformat to group command more obviously with results

Legend:

Unmodified
Added
Removed
Modified
  • UserDocs/OgrInfo

    v2 v3  
    55  ''supress listing of features, show only the summary information like projection, schema, feature count and extents.''
    66
    7 To get this info with shapefiles you must also provide the ``layer`` name, else not much useful is returned, `ogrinfo -so contours.shp`:
     7To get this info with shapefiles you must also provide the ``layer`` name, else not much useful is returned:
    88{{{
     9$ ogrinfo -so contours.shp
     10
    911INFO: Open of `contours.shp'
    1012  using driver `ESRI Shapefile' successful.
     
    1214}}}
    1315
    14 Likely what is really wanted is `ogrinfo -so contours.shp` '''`contours`'''
     16Likely what is really wanted is:
    1517
    1618{{{
     19$ ogrinfo -so contours.shp contours
     20
    1721INFO: Open of `contours.shp'
    1822      using driver `ESRI Shapefile' successful.