fsalas wrote:
But you didn't do this step: 4.1. Change to do for reverse_costHere before using our functions, we must take care of the value of field reverse_cost. Indeed reverse_cost must take positive value else PostgreSQL server crash! :(. We can take a expensive value. reverse_cost=1000 should be enough in order to supporting one-way streets. UPDATE roads SET reverse_cost=1000 WHERE ;Restart your server and run the above sql command. Bruce |
_______________________________________________ postgis-users mailing list [email protected] http://postgis.refractions.net/mailman/listinfo/postgis-users

