<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<div class="moz-cite-prefix">Sure, but that is important to avoid
accidential reads of the graph for with vs. without CH
(GraphHopperStorage vs. LevelGraphStorage)<br>
<br>
On 01.03.2015 22:26, Emux wrote:<br>
</div>
<blockquote cite="mid:54F383F8.30600@gmail.com" type="cite">
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<div class="moz-cite-prefix">On 01/03/2015 11:12 μμ, Emux wrote:<br>
</div>
<blockquote cite="mid:54F380AB.3020000@gmail.com" type="cite">
<meta content="text/html; charset=utf-8"
http-equiv="Content-Type">
<div class="moz-cite-prefix">By the way in Android I have found
necessary the next 'keep' option at PG in order for GH to
work:<br>
-keep class * implements com.graphhopper.storage.GraphStorage<br>
</div>
</blockquote>
<br>
The reason for that is getClass().getName() like in <a
moz-do-not-send="true"
href="https://github.com/graphhopper/graphhopper/blob/master/core/src/main/java/com/graphhopper/storage/GraphHopperStorage.java#L1483">GraphHopperStorage:1483</a><br>
</blockquote>
<br>
</body>
</html>