Skip to main content

While generating HTML report using ESRI Leafet i am unable to display line features in HTML Report on ESRI Leaflet. Translation gets failed in this case and works after not passing the line features using Geometry Filter. I am getting below error. 

 'fmeobjects.FMEArc' object has no attribute 'numPoints'

(Not validating any numPoints attribute)

Thanks in advance.

 

Not sure what happens here (need more context) and if you might have experienced a bug or not, but as a workaround, you could use an ArcStroker transformer before the HTMLReportGenerator so the arcs will be turned into actual line geometry.


Not sure what happens here (need more context) and if you might have experienced a bug or not, but as a workaround, you could use an ArcStroker transformer before the HTMLReportGenerator so the arcs will be turned into actual line geometry.

Thanks a lot...

 

ArcStroker works for me..

 

Thanks for the help.

 

 


Reply