Hi @kasparlov,
Use the xml_fragment attribute in the GeometryReplacer, this will work like a charm.
Itay
Hi @kasparlov,
Use the xml_fragment attribute in the GeometryReplacer, this will work like a charm.
Itay
It does work but the xml_fragment only contains one point coordinate. I want to create polygon features from the "....posList" attribute that contains multiple coordinates.
It does work but the xml_fragment only contains one point coordinate. I want to create polygon features from the "....posList" attribute that contains multiple coordinates.
There doesn't appear to be any polygon geometry within your xml, only points...
It does work but the xml_fragment only contains one point coordinate. I want to create polygon features from the "....posList" attribute that contains multiple coordinates.
What @itay describes works very well, just use a GeometryFilter to split the points from the areas, as they are hard to find.



What @itay describes works very well, just use a GeometryFilter to split the points from the areas, as they are hard to find.



Thank you, that works beautifully!
@kasparlov
The member file wich is 564087.xml. Is zipped with fonts.
The canvas does not recognise it as a gml, which it is.
If you pull out the 564087.xml and put it on the canvas and choose gml, you get the geometry.
No geometryreplacer or anything needed.