Skip to content

Conversation

@cvvergara
Copy link
Member

Changes proposed in this pull request:

cmake >= 3.12

  • geometry column name: geom

New "ways" table structure

Column Type Modifications Default
id bigint previously was gid generated always as identity
osm_id bigint
tag_id integer
length double precision
length_m double precision
name text
source bigint
target bigint
source_osm bigint
target_osm bigint
cost double precision
reverse_cost double precision
cost_s double precision
reverse_cost_s double precision
rule text
one_way integer
oneway text
x1 double precision
y1 double precision
x2 double precision
y2 double precision
maxspeed_forward double precision
maxspeed_backward double precision
priority double precision
geom geometry(LineString,4326) previously was the_geom

New "ways_vertices_pgr" table structure

Column Type Default
id bigint Default: generated always as identity
in_edges bigint[] New column
out_edges bigint[] New column
x numeric(11,8) Default: generated always as (st_x(geom)) stored
y numeric(11,8) Default: generated always as (st_y(geom)) stored
osm_id bigint
geom geometry(Point,4326) previously was the_geom

@pgRouting/admins

iboates and others added 24 commits December 17, 2024 10:59
removed problematic lines that caused error when parsing
Update mapconfig_for_pedestrian.xml
Remove problematic comment lines on pedestrian config causing crash during impport
Bump minimum required CMake version to 3.10 to fix failure with 4.x.
…ble-for-v3.0.0

Generating pgrouting vertex table for v3.0.0
@cvvergara cvvergara added this to the osm2pgrouting 3.0.0 milestone Oct 28, 2025
@cvvergara cvvergara requested a review from robe2 October 28, 2025 21:56
@coderabbitai
Copy link

coderabbitai bot commented Oct 28, 2025

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch develop

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Member

@robe2 robe2 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

winnie shows success for develop branch

@cvvergara cvvergara merged commit 785a13e into main Oct 30, 2025
145 of 146 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants