Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

I've been trying to develop speed limit application & have tried many different approaches to get done .

I have used Overpass APIs & it did good but it did not have speed limit information for few of locations around Europe & also installed Velociraptor which uses OSM map & HERE Maps APIs still they failed to get data . Here is screenshot of Velociraptor app : Screenshot Image .

Yesterday I came across osmbonuspack & it looks promising as it allows us to choose from 3 best routing services available . So , before I proceed with implementation I thought it might be useful to get suggestions on if we can get speed limit from this project.

Any suggestions would be appreciated.

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
195 views
Welcome To Ask or Share your Answers For Others

1 Answer

Unfortunately, the 3 routing services are not returning speed limit information. Options:

contact them directly to convince them to add speed limit per segment

fork an open source one (OSRM?), and implement yourself

back to OverpassAPI or Velociraptor


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...