Question

Creating point features from the dwg


Badge +1

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


4 replies

Badge +1

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

Userlevel 4
Badge +26

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?

Badge +1

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.

Userlevel 4
Badge +26

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