« Return to Thread: How to identify start node and end node in shortest_path_astar when the user click 2 points on the map?

Re: GeomUnion returns a Null geometry

by Markus Schaber-7 :: Rate this Message:

Reply to Author | View in Thread

HI, Arnaud,

Arnaud Lesauvage wrote:

> I join to this message a csv of the problematic dataset.

> gid;geom
> 100013;MULTIPOLYGON((([...])))
> ;
> ;
> ;
> ;

Sounds like only the first of your five polygons was output.

Could the others be null?

Could you give us the results of

  SELECT gid;geom is null;isvalid(geom) FROM yourtable;


Thanks,
Markus


--
Markus Schaber | Logical Tracking&Tracing International AG
Dipl. Inf.     | Software Development GIS

Fight against software patents in Europe! www.ffii.org
www.nosoftwarepatents.org
_______________________________________________
postgis-users mailing list
postgis-users@...
http://postgis.refractions.net/mailman/listinfo/postgis-users

 « Return to Thread: How to identify start node and end node in shortest_path_astar when the user click 2 points on the map?