diff options
author | Giancarlo Dessì <slack@giand.it> | 2022-07-08 05:48:55 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-07-09 10:06:06 +0700 |
commit | 3bcd96afdc16a5315f949c391aa247ebdcc1ba84 (patch) | |
tree | 62d44f090018acc9fa8b457dc7a7e9d3b578ee67 /gis/libecwj2 | |
parent | 667c92f5caccef70f62601a9e27238b2196b0ba8 (diff) |
gis/libecwj2: Fix typo in README.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'gis/libecwj2')
-rw-r--r-- | gis/libecwj2/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gis/libecwj2/README b/gis/libecwj2/README index 83bb4f895cef..ad59becd5e2a 100644 --- a/gis/libecwj2/README +++ b/gis/libecwj2/README @@ -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) |