You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: extensions/cli/sentinel2/src/main/java/org/locationtech/geowave/format/sentinel2/amazon/AmazonImageryProvider.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -143,7 +143,7 @@ public boolean isAvailable() {
143
143
LOGGER.error("Unable to validate the JP2ECW plugin for GDAL", e);
144
144
}
145
145
System.err.println(
146
-
"The native JP2ECW plugin for GDAL seems not to be set in your GDAL_PROVIDER_PATH environment variable. AWS Sentinel2 provider is not available.");
146
+
"The native JP2ECW plugin for GDAL seems not to be set in your GDAL_DRIVER_PATH environment variable. AWS Sentinel2 provider is not available.");
0 commit comments