Nacho Correas

Results 13 comments of Nacho Correas

Understood. In that case I will close this issue and will improve the documentation to avoid confusion for new users.

To me it was confusing to follow the installation documentation and hitting an error when pgr_dijsktra could not find the 'id' column. So, either all documentation is reviewed and updated...

That could be a suitable solution. It could have a default that simplifies operation but provide flexibility for cases where the naming conventions are different for whatever reason. Do you...

I think it makes sense. So, the github repository would provide different xml options and one can decide which one to choose or even to adapt it if needed. I...

Ok, so we should still review the documentation anyway to make sure `gid AS id` appears, at least in the introductory samples. I can take care of that.

I just sent a pull request with minimal changes to pgRouting concepts section. I believe that should be enough for new users to understand the use of aliases in pgRouting...

Sure! I implemented the extension for the TB17 and I was waiting to get to a stable version (0.2) before updating it and contributing to the community, much in the...

I have fixed the minor issues. Next week I will do the following: - Move CRUD processes to the plugin code - Review sql queries and implement db variable binding...

I think I have fixed all the raised issues. The only topic I could not complete was on the error handling when executing a process, as it seems like the...

I eventually only modified the code in dummy process manager, which is the one used by default. It is inheriting from base but overwriting the execute_process function (with all the...