Skip to content

Commit

Permalink
make OSMReader more pluggable and allow storage of osmWayId<->edgeId …
Browse files Browse the repository at this point in the history
…mapping
  • Loading branch information
Peter committed Oct 5, 2015
1 parent 43bddd0 commit 3005534
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/java/com/graphhopper/reader/OSMReader.java
Expand Up @@ -826,7 +826,7 @@ EdgeIteratorState addEdge( int fromIndex, int toIndex, PointList pointList, long
/**
* Stores only osmWayIds which are required for relations
*/
private void storeOsmWayID( int edgeId, long osmWayId )
protected void storeOsmWayID( int edgeId, long osmWayId )
{
if (getOsmWayIdSet().contains(osmWayId))
{
Expand Down

0 comments on commit 3005534

Please sign in to comment.