Skip to content

v2.3.0

Compare
Choose a tag to compare
@cvvergara cvvergara released this 11 Oct 13:51
· 142 commits to main since this release

To view the full list of issues:

https://github.com/pgRouting/osm2pgrouting/pulls?utf8=%E2%9C%93&q=milestone%3A%22osm2pgrouting%202.3.0%22%20

Main changes are:

  • Cost should not return the same value
  • Added a points of Interest table
  • Some default one_way values are taken into consideration
  • Relations are also considered
  • New mapconfig_for_pedestrian.xml

New Flags

  --attributes                          Include attributes information.
  --tags                                Include tag information.
  --chunk arg (=20000)                  Exporting chunk size.
  --no-index                            Do not create indexes (Use when indexes
                                        are already created)

To packagers
A new dependency: libpqxx-dev