WKT
Mateusz Loskot
mateusz at LOSKOT.NET
Tue Jan 16 06:08:19 PST 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