Hi Pierre, thanks for information. All time I was checking mapla and issue doesn't appear. Now it make sense.
Good thing is that it works. Bad thing is we have a bug! For information, here is what happened. commenting away ITK_AUTOLOAD_PATH was done intentionally for monteverdi some time ago. Before beta release IIRC, this is where monteverdi does not have an application browser. So without ITK_AUTOLOAD_PATH there is gain in performance. To fix this correctly, monteverdi must search in <prefix>/lib/otb/applications or set this as ITK_AUTOLOAD_PATH before loading the application browser widget. I will file a bug regarding this on monteverdi tracker right away. Thanks a lot for your help in testing packages. It is much appreciated! On Wed, Dec 23, 2015 at 2:38 PM, <[email protected]> wrote: > Hi guys > > Here is the content of the monteverdi.bat: > > ::::::::::::::::::::::::::::::::::::::::::::::::::::::::: > :: Monteverdi launcher to set up proper GDAL environment > ::::::::::::::::::::::::::::::::::::::::::::::::::::::::: > > :: Get the directory of the current script > @set CURRENT_SCRIPT_DIR=%~dp0 > > :: Set GDAL_DATA env. variable > @set GDAL_DATA=%CURRENT_SCRIPT_DIR%..\share\gdal > :: Performance issue: do not set ITK_AUTOLOAD_PATH to avoid loading of > OTB-Applications. > :: @set ITK_AUTOLOAD_PATH=%CURRENT_SCRIPT_DIR%..\lib\otb\applications > > :: Set current dir to HOME dir because Monteverdi generates temporary > files and need write access > @cd %HOMEDRIVE%%HOMEPATH% > > :: Start Monteverdi > @start "Monteverdi Viewer" /B "%CURRENT_SCRIPT_DIR%monteverdi.exe" %* > > > I compared it to mapla.bat, and uncommented > > :: @set ITK_AUTOLOAD_PATH=%CURRENT_SCRIPT_DIR%..\lib\otb\applications > > so that it now reads: > > @set ITK_AUTOLOAD_PATH=%CURRENT_SCRIPT_DIR%..\lib\otb\applications > > and voila!! Working. > > Dunno why, but I am happy chappy!! > > Thx guys!!! Awesome > > Pieter > > -- > -- > Check the OTB FAQ at > http://www.orfeo-toolbox.org/FAQ.html > > You received this message because you are subscribed to the Google > Groups "otb-users" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/otb-users?hl=en > --- > You received this message because you are subscribed to the Google Groups > "otb-users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- Regards, Rashad -- -- Check the OTB FAQ at http://www.orfeo-toolbox.org/FAQ.html You received this message because you are subscribed to the Google Groups "otb-users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/otb-users?hl=en --- You received this message because you are subscribed to the Google Groups "otb-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
