Skip to content

Debug tiles are missing rate attribute on edges #4018

@danpat

Description

@danpat

Now that we support #77 , we need to be able to visualize values for route debugging.

The debug tiles expose the following attributes for road segments:

  • speed
  • is_small
  • datasource
  • weight
  • duration
  • name

Missing from this list is rate, which is length / weight. We have weight, but we have no normalize value (like `speed) that makes it easy to see where penalized weights are in play.

The task here is to add the rate attribute - it should be a simple duplication of how the speed is calculated and exposed.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions