ahmet temiz wrote:
helloI have lines within polygons. how can find the shortest distance from the lines that are within the polygons to boundary of these polygons ?
You could extract the polygon rings and then compute the distance to each of those from the interior lines.
-Steve _______________________________________________ postgis-users mailing list [email protected] http://postgis.refractions.net/mailman/listinfo/postgis-users
