Thursday 17 November 2016

How does assign_vertex_id() in pgRouting work?


I'm trying to follow this tutorial,


http://www.pgrouting.org/docs/foss4g2008/ch06.html


but on the step with assign_vertex_id() it shows an error for executing the SQL query:



SQL error:


ERROR:  column "’ways’" does not exist
LINE 1: SELECT assign_vertex_id(’ways’, 0.00001, ’the_geom’, ’gid’);
^
In statement:
SELECT assign_vertex_id(’ways’, 0.00001, ’the_geom’, ’gid’);

I have not found any documentation or forums regarding how assign_vertex_id() should actually work.


The only thing that I know is that the first parameter should be a table_name and not a column name.




No comments:

Post a Comment

arcpy - Changing output name when exporting data driven pages to JPG?

Is there a way to save the output JPG, changing the output file name to the page name, instead of page number? I mean changing the script fo...