Skip to content
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.

Commit

Permalink
updated gdal-drivers
Browse files Browse the repository at this point in the history
  • Loading branch information
vaclavblazek committed Oct 23, 2020
1 parent 5b6007d commit 9e68f5c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion externals/gdal-drivers
3 changes: 2 additions & 1 deletion mapproxy/src/mapproxy/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -565,8 +565,9 @@ int Daemon::run()

int main(int argc, char *argv[])
{
gdal_drivers::registerAll();
::GDALAllRegister();
::OGRRegisterAll();
gdal_drivers::registerAll();

return Daemon()(argc, argv);
}

0 comments on commit 9e68f5c

Please sign in to comment.