You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: core/files/changelog.txt
+3-5Lines changed: 3 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -12,14 +12,12 @@
12
12
renaming of GraphHopper.setCHShortcuts to setCHWeighting, as well as the property prepare.chShortcuts to prepare.chWeighting
13
13
jsonp is disabled by default. You need to enable it in the config.properties, see the config-example.properties
14
14
EncodingManager cannot be null in GraphHopperStorage since 0.4. If you need to parse EncodingManager configuration from existing graph use EncodingManager.create
15
-
no reflection done in EncodingManager which improves portability and makes configuration of encoders
15
+
no reflection done in EncodingManager which improves portability and makes configuration of encoders possible before adding to manager
16
16
removed dijkstraNativebi as no performance advantage but maintenance disadvantage and similar to oneToManyDijkstra
17
-
osmreader.bytesForFlags changed to graph.bytesForFlags
18
-
to provide context for turn costs we needed to add prevEdgeId into Weighting.calcWeight
17
+
to provide context for turn costs we needed to add prevEdgeId into Weighting.calcWeight, see new documentation
19
18
with the introduction of lock protection mechanism (see #112) GraphHopper needs always write access, see also #217
20
-
new GraphHopper.clean method to remove the directory via Java API
19
+
new GraphHopper.clean method to remove the graph directory via Java API
21
20
FlagEncoder: replaced isFoward and isBackward with more generic isBool(flags, FlagEncoder.FORWARD|BACKWARD)
22
-
restrictions type was: String[], is: List<String>
23
21
24
22
0.3.0
25
23
introduced prefer bits, now bike uses more bits and 3 bike encoder do not fit into 32 bit anymore, will be fixed later
0 commit comments