Skip to content

Remove OTB_USE_DEPRECATED, TileMapImageIO and VectorDataRendering

Victor Poughon requested to merge 1792-remove-use-deprecated into develop

Summary

  • Remove OTB_USE_DEPRECATED cmake variable (Closes #1792 (closed))
  • Remove TileMapImageIO module
  • Remove VectorDataRendering module and Mapnik dependency
  • Update examples LineSegmentDetectorExample.cxx and RightAngleDetectionExample.cxx to not do rendering of their output (just write output vector data)
  • Enable examples in the Software guide (they were disabled)
  • Remove ioTvImageFileReaderServerNameOTBTest

There is a corresponding branch in otb-data.

Closes #877 (closed)

TODO

  • Update LineSegment and RightAngle example tests baselines

Rationale

See #1704 (closed), #1792 (closed), !267 (closed), !281 (closed), #1682 (closed), #1716 (closed)

Copyright

The copyright owner is CNES and has signed the ORFEO ToolBox Contributor License Agreement.


Check before merging:

  • All discussions are resolved
  • At least 2 👍 votes from core developers, no 👎 vote.
  • The feature branch is (reasonably) up-to-date with the base branch
  • Dashboard is green
  • Copyright owner has signed the ORFEO ToolBox Contributor License Agreement
Edited by Victor Poughon

Merge request reports