Drawing collected multipolygons from PostGIS...
John Cole
john.cole at UAI.COM
Wed May 16 10:27:42 PDT 2007
Hello,
I'm trying to "pretty" up a polygon layer (specifically tiger placecu).
I'd like to draw an outline of a collection of multipolygon objects, but it
doesn't seem to be working.
Here is my data statement in my mapfile:
DATA "the_geom from (SELECT min(gid) as gid, collect(the_geom) as the_geom
from placecu
WHERE (gid = any (string_to_array('%PLCGID%', '^')))
and (the_geom && setSRID(!BOX!, 4326)) group by name) foo USING SRID=4326,
USING UNIQUE gid"
If I remove the min/collect the layer draws fine, but I was hoping to get
the exterior ring of the combined polygons and draw that. Has anyone done
something similar? I'd love an example.
Thanks,
John
--
View this message in context: http://www.nabble.com/Drawing-collected-multipolygons-from-PostGIS...-tf3765996.html#a10646417
Sent from the Mapserver - User mailing list archive at Nabble.com.
More information about the MapServer-users
mailing list