Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pgRouting Wrapper for point to point dijkstra shortest path routing #4

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Feb 6, 2014

  1. Create point_to_point_dijkstra_routing.sql

    This script has been written based on the fact that reverse length of the unidirectional link is 100000.0 in the routable table. Based on your case in the table, you can edit the value. Also this script is only fot shortest_path and not for shooting start etc.
    smitadolly committed Feb 6, 2014
    Configuration menu
    Copy the full SHA
    a7c20a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fe0b227 View commit details
    Browse the repository at this point in the history
  3. Update point_to_point_dijkstra_routing.sql

    Made changes based on the feedback got from Stephen
    smitadolly committed Feb 6, 2014
    Configuration menu
    Copy the full SHA
    af91a18 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2014

  1. Update point_to_point_dijkstra_routing.sql

    replaced the single quote by double quote if osm_name have any single quote
    smitadolly committed Feb 11, 2014
    Configuration menu
    Copy the full SHA
    8b8544b View commit details
    Browse the repository at this point in the history