Skip to content

Commit

Permalink
Add derived driver
Browse files Browse the repository at this point in the history
  • Loading branch information
lnicola committed Oct 29, 2024
1 parent d480cbe commit 4eee236
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gdal-src/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ internal_drivers = [
"driver_coasp",
"driver_cosar",
"driver_ctg",
"driver_derived",
"driver_dimap",
"driver_dted",
"driver_elas",
Expand Down Expand Up @@ -202,6 +203,7 @@ driver_ceos = []
driver_coasp = []
driver_cosar = []
driver_ctg = []
driver_derived = []
driver_dimap = []
driver_dted = []
driver_elas = []
Expand Down
1 change: 1 addition & 0 deletions gdal-src/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ fn main() {
handle_gdal_driver!(config, "driver_coasp");
handle_gdal_driver!(config, "driver_cosar");
handle_gdal_driver!(config, "driver_ctg");
handle_gdal_driver!(config, "driver_derived");
handle_gdal_driver!(config, "driver_dimap");
handle_gdal_driver!(config, "driver_dted");
handle_gdal_driver!(config, "driver_elas");
Expand Down

0 comments on commit 4eee236

Please sign in to comment.