Hi I ran this yesterday and I got geometry and today no geometry. I can't figure out what is going on. I am trying to bring through a TLA boundary layer. Feature Type shows allowed goemetries as xml_area but when i run the inspector it just has a table and no geometry in this view. Not sure what is going on so hoping someone can help.
There seems to be a mismatch between the schema and the data on some layers, e.g., "layer-27777" is defined in the schema with a "GEOMETRY" element with type "gml:MultiSurfacePropertyType":
The FME GML reader is generating rules to read a "gml:MultiSurface" geometry, but the actual data has a "gml:MultiPolygon" as the value for "GEOMETRY", therefore the GEOMETRY is not read.
The GML schema "says" that the "MultiSurfacePropertyType" has a "gml:MultiSurface".
So it seems that some layers in the WFS server are correct, no mismatch, and others are not.
Regards,
Juan
There seems to be a mismatch between the schema and the data on some layers, e.g., "layer-27777" is defined in the schema with a "GEOMETRY" element with type "gml:MultiSurfacePropertyType":
The FME GML reader is generating rules to read a "gml:MultiSurface" geometry, but the actual data has a "gml:MultiPolygon" as the value for "GEOMETRY", therefore the GEOMETRY is not read.
The GML schema "says" that the "MultiSurfacePropertyType" has a "gml:MultiSurface".
So it seems that some layers in the WFS server are correct, no mismatch, and others are not.
Regards,
Juan
https://datafinder.stats.govt.nz:443/services;key=1cc31ed95b0f4fd8ac0f29950daf656d/wfs?SERVICE=WFS&VERSION;=1.1.0&REQUEST;=GetFeature&TYPENAME;=datafinder.stats.govt.nz%3Alayer-27777&NAMESPACE;=xmlns%28datafinder.stats.govt.nz%3Dhttp%3A%2F%2Fdatafinder.stats.govt.nz%29&MAXFEATURES;=30000