diff --git a/MIGRATION.md b/MIGRATION.md index b9fa385..0933e83 100644 --- a/MIGRATION.md +++ b/MIGRATION.md @@ -2,5 +2,5 @@ ## From API version 1.x to 2.x - * `skipPostProcessing` parameter in `/task/new` and `/task/new/init` no longer processes 2D tiles via gdal2tiles.py. So the `orthophoto_tiles`, `dsm_tiles` and `dtm_tiles` directories are no longer being generated by NodeODM. Engines can provide such folders if needed and will be included in the output archive. + * `skipPostProcessing` parameter in `/task/new` and `/task/new/init` no longer processes 2D tiles via gdal2tiles.py. So the `orthophoto_tiles`, `dsm_tiles` and `dtm_tiles` directories are no longer being generated by NodeODM. Engines can provide such folders if needed and will be included in the output archive. With ODM you can now use the `--tiles` parameter to generate the tiles. * `/task//download/orthophoto.tif` has been removed. One can extract the `orthophoto.tif` file from the `all.zip` archive (via `/task//download/all.zip`).