PredictiveEcology / LandWeb

Shared repository for Landweb modules
https://predictiveecology.github.io/LandWeb/
GNU General Public License v3.0
3 stars 2 forks source link

uploadPolygon: capture warnings/messages from postProcess and tell user if something went wrong #29

Closed achubaty closed 5 years ago

achubaty commented 6 years ago

currently, if e.g. userPoly doesn't intersect with studyArea, user gets no feedback but the userPoly isn't added to the list of selectable polygons

achubaty commented 6 years ago

SpaDES.tools::postProcess is capturing messages etc. (e.g. downloadInputs.R#L904) but may not be passing them on correctly, so capture.output isn't working.

achubaty commented 5 years ago

possibly fixed in reproducible already, but need to confirm