Skip to main content

My input is a dwg file. Currently, I am reading the layer which consists of the location and the height of the elevation point in the field. I am trying to create point feature with VertexCreator. I think it does create it. However, if I send the output to the PointOnAreaOverlayer, all points are rejected and get "INVALID_POINT_GEOMETRY_TYPE". And idea what I am doing wrong?

Here how my workbench currently looks like

https://i.imgur.com/nh25NON.png

And here is my points and the rejection msg

https://i.imgur.com/75tF2Eq.png

I guess I need to choose "Replace with Point" in the VertexCreator


I guess I need to choose "Replace with Point" in the VertexCreator

Yeah that would be what you need to do. But why are so many of the features from your layer getting rejected by the VertexCreator?


Yeah that would be what you need to do. But why are so many of the features from your layer getting rejected by the VertexCreator?

It is due to missing x,y values.


Yeah that would be what you need to do. But why are so many of the features from your layer getting rejected by the VertexCreator?

ahhhh makes sense then


Reply