Skip to main content
Solved

fmeobjects.FMEArc' object has no attribute 'numPoints

  • August 28, 2017
  • 2 replies
  • 28 views

Forum|alt.badge.img

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.

 

Best answer by geosander

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.

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

2 replies

geosander
Forum|alt.badge.img+7
  • Best Answer
  • August 28, 2017

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.


Forum|alt.badge.img
  • Author
  • August 29, 2017

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.