itinero / routing

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

NormalizeRamp is not called. #350

Closed tomshouse closed 2 years ago

tomshouse commented 2 years ago

I am trying to identify ramps but there is no ramp attribute I can find in route_position.attributes. I noticed there are no calls to NormalizeRamp(), should there be one in the DefaultTagNormalizer.Normalize() function?

tomshouse commented 2 years ago

Sorry, should have looked further, it must be part of the Whitelisted tags processing.