What's the status on support for anything other than POINT with MySqlGeometry. The following contructor woks on byte[]'s that are returned from queries
MySqlGeometry(MySqlDbType type, byte[] val)
as long as the values are POINT's. When it's anything other than a POINT (MULTIPOINT, LINESTRING etc) then it returns gibberish. This works in competing providers such as PostgreSQL and SqlServer. Is there something that needs to be done to the byte[] or is this just missing.
MySqlGeometry(MySqlDbType type, byte[] val)
as long as the values are POINT's. When it's anything other than a POINT (MULTIPOINT, LINESTRING etc) then it returns gibberish. This works in competing providers such as PostgreSQL and SqlServer. Is there something that needs to be done to the byte[] or is this just missing.