-
-
Notifications
You must be signed in to change notification settings - Fork 36
Hiroshima up to basic vehicles #280
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
Merged
cvvergara
merged 29 commits into
pgRouting:develop
from
cvvergara:hiroshima-introduction
Jun 25, 2026
Merged
Changes from all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
327ae27
Getting data from downloads/pgrouting as not on OSGeoLive yet
cvvergara 3a51a1d
Adding residential roads to have routes
cvvergara 0eb4854
fix sphinx mistake
cvvergara e74bd95
Using Hiroshima data and landmarks
cvvergara 01ece30
Fixyng typo
cvvergara 2a24e7f
introduction: updating names and companies
cvvergara ea64da5
Updating copyright so it shows on github
cvvergara fe64529
Moved osgelive installation to appendix
cvvergara bb68d0d
updating overview
cvvergara 82718ad
basic/data rewrite & cleanup
cvvergara b9ee13b
gid AS id -> id & the_geom -> geom
cvvergara 3a301e6
edge = gid -> edge = id & gid, -> id,
cvvergara 6d65a44
UN scripts run
cvvergara 83e1776
One query for the update of the vertices table
cvvergara a9f5f08
Chapter graphs is done
cvvergara 8359e7e
Removing locale file not used
cvvergara 7911a19
Adding exercise 10
cvvergara 5f27006
Syncing generated files list with graphs.sql
cvvergara 5bccb45
Updating images of graphs chapter
cvvergara 82d6dc8
Removing unused image
cvvergara ce2abc4
Pedestrian is basically finished
cvvergara 054ccaf
Convert pedestrian to PRE_BUILD, add missing BYPRODUCTS, remove stale…
cvvergara 6f91976
Vehicles chapter work
cvvergara 8ece679
Updated vehicle.rst
cvvergara 67a02de
Fixing some issues with the locale
cvvergara ebe38cc
Using osm2pgrouting 3.0.0
cvvergara 2662c70
fixing issue on sql_function
cvvergara 0b4cb53
website.yml: build osm2pgrouting from source instead of apt
cvvergara 69fd9ad
website.yml: fix deploy folder to 3.2
cvvergara File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 3 additions & 8 deletions
11
docs/general-intro/osgeolive.rst → docs/appendix/osgeolive.rst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🩺 Stability & Availability | 🟠 Major | ⚡ Quick win
Re-enable the osm2pgrouting version guard.
set(Osm2pgrouting_FIND_VERSION "3.0.0")does not currently enforce anything: the suppliedcmake/FindOsm2pgrouting.cmakestill has the version comparison wrapped inif (false). That lets an older osm2pgrouting configure successfully and only surface the incompatibility later. Please restore the check in the find-module, or compareOsm2pgrouting_VERSIONexplicitly after discovery.🤖 Prompt for AI Agents