Skip to content

Releases: GIScience/graphhopper

v0.10.1-5: Updated ors v0.10.1 AbstractFlagEncoder

10 Jul 07:20
070f428
Compare
Choose a tag to compare
Merge pull request #12 from GIScience/0.10.1.additional-required-for-…

v0.10.1-4: Update to take into account unused modules

04 Jul 14:39
Compare
Choose a tag to compare
Added a new line to pom to try to get jitpack to work

Timtest

04 Jul 13:53
Compare
Choose a tag to compare
v0.10.1-alpha

Updated pom.xml to remove unneeded modules

v0.10.1-3: Version bump to add to jitpack

04 Jul 12:27
Compare
Choose a tag to compare

Same as v0.10.1-1 - only added to bump jitpack

v0.10.1-1: Update to take into account unused modules

04 Jul 12:21
Compare
Choose a tag to compare

This release removes unused grahhopper modules from the parent pom.xml

v0.10.1: Update of GraphHopper to 0.10.1 version

03 Jul 13:21
Compare
Choose a tag to compare

Core GraphHopper packages have been updated to 0.10.1 with a number of modifications and removals of custom ORS code.

NOTE: THIS VERSION IS NOT BACKWARDS COMPATIBLE AND OLDER VERSION OF ORS WILL NOT BUILD WITH IT!

v0.9.14: Reverted some code for node tags to match logic

20 Mar 13:22
26da91f
Compare
Choose a tag to compare

Updated the logic for extracting node tags from osm data. In the last release, these tags were obtained from all nodes but this has been modified to be done only on pillar nodes to match previous implementations

v0.9.13: Allow specification of tags to store on nodes

14 Mar 15:32
d0fa2c4
Compare
Choose a tag to compare
Merge pull request #4 from GIScience/ors_node_tags_on_way

Ors node tags on way

v0.9.12: Allow access to nodes

26 Jan 13:05
42bc62a
Compare
Choose a tag to compare

Exposed the nodeAccess object in OSMReader to be protected so subclasses can access it to get geometry properties of features

v0.9.11: Merge pull request #3 from GIScience/nodeTagsToWayTags

22 Dec 18:34
7f952d2
Compare
Choose a tag to compare