Hi,
I'm trying to update the Z coordinate of some features by using the Surface Draper transformer. The height information comes from some GeoTIFF files, but after reading them I get the following error:
Surface Model TIN is full. No room for vertices to be added
SurfaceDraper_5(SurfaceModelFactory): Fail to add a vertex to the Surface Model
I have tried using ascii files instead of the GeoTIFF, but the result is the same. I cannot figure out where the problem is, can anybody help?