问题描述
我一直在尝试开发速度限制应用程序&已经尝试了许多不同的方法来完成.
I've been trying to develop speed limit application & have tried many different approaches to get done .
我使用了Overpass API&它的确不错,但在欧洲和欧洲的少数地区没有速度限制信息.还安装了使用OSM映射&的Velociraptor.这里Maps API仍然无法获取数据.这是Velociraptor应用程序的屏幕截图:屏幕快照.
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 .
昨天我遇到了osmbonuspack&它看起来很有希望,因为它使我们可以从3种最佳路由选择中进行选择.因此,在我继续实施之前,我认为获得建议可以帮助我们从该项目中获得速度限制.
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.
任何建议将不胜感激.
推荐答案
不幸的是,这3个路由服务没有返回限速信息.选项:
Unfortunately, the 3 routing services are not returning speed limit information.Options:
直接与他们联系以说服他们增加每个路段的速度限制
contact them directly to convince them to add speed limit per segment
派生一个开放源代码(OSRM?),并实现自己
fork an open source one (OSRM?), and implement yourself
返回到OverpassAPI或Velociraptor
back to OverpassAPI or Velociraptor
这篇关于是否可以使用OSMBonusPack获取速度限制数据?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!