Hi all, why i can get exception "OGR Error: Unsupported geometry type" while i add line to editableGeometrylayer?
i already copy code from example, but it's still error. here my code : Line line = new Line(lPoses,label, lineStyle, userData); com.nutiteq.editable.layers.EditableGeometryLayer layer = layerGRS.getLayerMineral(); layer.add(line); layer.saveChanges(); --> exception right here Hoping u all guys can help me. Thanks. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/android-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/android-developers/6436ef99-dea3-4647-9082-990827ffe25e%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

