Skip to content

Create separate source module for import and core #450

@karussell

Description

@karussell

The whole OSM reading stuff should be in a separate source module 'import-osm' which needs a bit refactoring so that we can finally do

hopper = new GraphHopperOSM().setOSMFile(...)
hopper.importOrLoad()

and on Android etc we should be able to avoid setting OSM related stuff and just do:

hopper = new GraphHopper();
hopper.load(ghFolder)

We should use the change to separate OSM better from the core. Furthermore we could easier integrate other readers like #277 and #616.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions