openplannerteam / itinero-tiled-routing

A repository to focus the work on tiled-routing in Itinero.
Apache License 2.0
2 stars 2 forks source link

Figure out a way to store information on edges. #4

Closed xivk closed 5 years ago

xivk commented 6 years ago

We need a way to store custom information on edges like:

Some of this info needs to be store inline like the distances, other data is purely meta-data like the meta-id's. We need to make the distinction between data used during routing (stored in-line) or data store for reference (meta-data).

The only issue that is left now is to add the ability to store data in-line along with the edges.