Why I'm getting InvocationTargetException error when I want to add new polygon on Nutiteq?

68 views Asked by At

I'm computing some area and I want to draw a polygon on the area I have computed. But I'm getting this error

this

I've tracked the error with debug and I've seen that program just cant pass this line in the middle.

img2

I've declared everthing as described in Editable Carto DB page described. But It just stops when the point style is defining.

Thanks in advance

1

There are 1 answers

0
JaakL On BEST ANSWER

There is probably no need to call setBitmap() for the style, and pointMarker bitmap is anyway default bitmap for points. Just remove this. I suspect the pointMarker could be null.