gis/libecwj2: Fix typo in README.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
667c92f5ca
commit
3bcd96afdc
|
@ -19,7 +19,7 @@ require it as dependency (i.e. QGIS and Orfeo Toolbox). GDAL can be
|
|||
also used to convert ECW or JP2 files in other graphic formats.
|
||||
|
||||
After the installation, to apply the support to ECW/JP2 formats, GDAL
|
||||
must be rebuilt without any other setting: libecwjp2 is an optional
|
||||
must be rebuilt without any other setting: libecwj2 is an optional
|
||||
dependency autodetected.
|
||||
|
||||
To verify if the plugin is enabled, you can launch the following
|
||||
|
@ -27,7 +27,7 @@ command:
|
|||
|
||||
$ gdalinfo --formats | grep ECW
|
||||
|
||||
If the plugin is successfully enabled, the command return
|
||||
If the plugin is successfully enabled, this command returns
|
||||
|
||||
ECW -raster- (rw): ERDAS Compressed Wavelets (SDK 3.x)
|
||||
JP2ECW -raster,vector- (rw+v): ERDAS JPEG2000 (SDK 3.x)
|
||||
|
|
Loading…
Reference in New Issue