WKT

Mateusz Loskot mateusz at LOSKOT.NET
Tue Jan 16 09:08:19 EST 2007


Jeppe Lund Andersen wrote:
> Hi 
> 
> ms_shapeObjFromWkt( "MULTIPOLYGON(((10 10, 10 20, 20 20, 20 15, 10
> 10)),((60 60, 70 70, 80 60, 60 60)))"  );
> 
> this does not work either

Jeppe,

It's strange to me, because following should be considered as valid WKT:

MULTIPOLYGON
(
(( first  polygon coords)),
(( second polygon coords ))
)

May be there is a bug in WKT parser.

Cheers
-- 
Mateusz Loskot
http://mateusz.loskot.net



More information about the mapserver-users mailing list