Hello,

I have posted this kind of question as an issue on the website map-server
https://github.com/mapserver/mapserver/issues/4840#issuecomment-32186330

And i used the command below for DATA line:

DATA "SHAPE FROM (SELECT sdo_geom.sdo_buffer(shape, 0, 0.01) shape
FROM SYS.COLA_MARKETS WHERE name='cola_f')"

But i got error: Error: ORA-13226: interface not supported without a
spatial index

When editting that command like

DATA "SHAPE FROM (SELECT sdo_geom.sdo_buffer(shape, 0, 0.01) shape
FROM SYS.COLA_MARKETS WHERE name='cola_f') USING NONE"

I continue getting again

msDrawShape() General error message. Only polygon shapes can be drawn
using a POLYGON layer definition

Can you suggest me what to do ?


PHAM Ngoc Truc
_______________________________________________
mapserver-users mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/mapserver-users

Reply via email to