Hello,

I am trying to create a polygon layer from existing polygons in my table in
postgis database. 

When I use the sql command on postgis database it works and make the one
polygon from others

 

INSERT INTO dekanaty (the_geom,dekanat)

SELECT (geomunion(the_geom)) AS the_geom,dekanat FROM parafie

GROUP BY dekanat

 

But when I put the same command in mapfile I can't see the layer

 

DATA "the_geom FROM (SELECT min(gid) AS gid, (geomunion(the_geom)) AS
the_geom FROM parafie GROUP BY dekanat) USING UNIQUE gid"

 

I don't know where I make the error....

Thanks for help

 

Bogumil

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users

Reply via email to