Skip to content

Add a new setDigitalElevationModel method to deal with non overlapping DEM

Guylaine Prat requested to merge zipper-tiles into develop

The historical setDigitalElevationModel method supposes the DEM is overlapping. The upward compatibility is kept. We prepare the use of non overlapping DEM by creating the new setDigitalElevationModel with the new (optionnal) boolean argument (isOverlappingTiles).

Merge request reports