Skip to content

Commit

Permalink
add tiff/tif/jpeg/jpg to readers.gdal identification
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed Jul 19, 2018
1 parent b26193c commit 7680bec
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion io/GDALReader.cpp
Expand Up @@ -46,7 +46,9 @@ static StaticPluginInfo const s_info
{
"readers.gdal",
"Read GDAL rasters as point clouds.",
"http://pdal.io/stages/reader.gdal.html"
"http://pdal.io/stages/reader.gdal.html",
{ "tif", "tiff", "jpeg", "jpg" }

};

CREATE_STATIC_STAGE(GDALReader, s_info)
Expand Down

0 comments on commit 7680bec

Please sign in to comment.