I write the method about shape import from wkt, I want check in it! what shall I do?
Comments: ** Comment from web user: sleschinski **
Comments: ** Comment from web user: sleschinski **
I've just committed Shape.ImportFromWkt method to MapWinGIS trunk, but haven't tested it. I chose not to duplicate code from GeometryConverter, but to run standard conversion from OgrGeometry to vector<IShape> and then to copy data from the first of the returned shapes. Please let me know if there are problems with the implementation.