Greg Knisely

Results 8 comments of Greg Knisely

@kevinkreiser i would assume we would see the same errors with the original code if we reported them. correct?

> so the recent PR was a complete failure haha > > I was too hurried and naive, I totally neglected that ways for admins are of course not ordered....

I was going to implement this in the following manner; however, I never seem to get the time to do it. Maybe this will help... First, the admin db has...

Seem like [this](https://www.openstreetmap.org/way/4237322#map=18/55.95114/-3.20394) should be tagged with the following: `highway=pedestrian` `motor_vehicle:conditional=delivery @ (23:00-10:30)` `oneway=yes` However, I do think there is a bug here as we shut off all access for...

We route on the above example due to the use of `motor_vehicle` tag. We do have some support for `vehicle` tag, but it is mostly used as an override for...

> There has to be a better (much better!) method of storing these names and indexes for both nodes and ways. Most of this is very sparse data and likely...

I agree, we need an ETA. While testing in VA this weekend, the family kept asking when will we get there and I had no idea. Kids even said look...

I say we should toss...let me know if i should add the logic. if (kv["public_transport"] and bus[kv["bus"]]=="true" and kv["highway"]==nil) then return 1 end