Skip to content

Releases: MKuranowski/pyroutelib3

Tag handling

06 Nov 12:31
Compare
Choose a tag to compare

Changelog:

  • Adding default oneway=true on roundabouts
  • Fixed handling of ways with both highway=* and railway=*
  • Small changes to storing downloaded tile names
  • Added foot routing over highway=platform and railway=platform

Oneways hotfix

23 Oct 20:15
Compare
Choose a tag to compare

A hotfix to fix an issue caused by incorrect oneway=-1 implementation.

Access keys

11 Oct 20:03
Compare
Choose a tag to compare

Changelog:

  • Fixed OSM file encoding (tries to fix Issue #1)
  • Better oneway lines handling
  • Allowing for custom route types
  • Access keys support

Offline Routing

29 Sep 23:37
Compare
Choose a tag to compare
0.3

Offline routing

Metadata fix

29 Sep 21:18
Compare
Choose a tag to compare

Changelog:

  • Metadata fix

First release

29 Sep 20:55
Compare
Choose a tag to compare

First release. Changes from pyroutelib2:

  • Created a package
  • Added tram transport type
  • Small code cleanup