itinero / routing

The routing core of itinero.
Apache License 2.0
221 stars 70 forks source link

Split RouterDb into multi-files #260

Closed peteryang023 closed 5 years ago

peteryang023 commented 5 years ago

I saw there is a constructor of RouterDb allows user to pass NetworkDb, ProfilesDb, MetaDb, public RouterDb(RoutingNetwork network, AttributesIndex profiles, AttributesIndex meta, IAttributeCollection dbMeta, params Profiles.Vehicle[] supportedVehicles).

I was wondering if there is a way to allow users to split the RouterDb into multi files such as MetaDb, NetworkDb. If yes, how to do it? If not, where can I get those files?

Thanks, Peter

peteryang023 commented 5 years ago

Hi Support Team,

I found the way how to generate those files, so I close this thread.

Thanks, Peter