openplannerteam / website

The website of the Open Planner Team
https://openplanner.team
0 stars 3 forks source link

Routable tiles spec: handling of ways with multiple segments in the tile #1

Closed xivk closed 5 years ago

xivk commented 5 years ago

For a case like this:

image

Do we also include the red part or do we include the two green segments separately?

pietercolpaert commented 5 years ago

I don't think this would affect performance too much?

xivk commented 5 years ago

So it's fine to include two ways with the same ID but with difference node sequences?

No real performance issue with either no.

pietercolpaert commented 5 years ago

Yes, that is okay!

Interesting case though. Will think further about this and whether there is an elegant way to model this more precisely

xivk commented 5 years ago

This is now handled here: https://github.com/openplannerteam/routeable-tiles/issues/8