【发布时间】:2019-12-19 20:36:45
【问题描述】:
我正在尝试在边界框中获得所有方式的实际最大速度:
maxspeed 实用文档:
https://taginfo.openstreetmap.org/keys/maxspeed%3Apractical#overview
https://wiki.openstreetmap.org/wiki/Key:maxspeed:practical
res = api.query("""
way[highway](around:500,52.52,13.40)["maxspeed"]
;(._;>;);
out meta;
""")
用 ["maxspeed:practical"] 替换 ["maxspeed"] 似乎不起作用。 我错过了什么?
【问题讨论】:
-
为什么这个问题被标记为 nominatim 而你的代码看起来像 Overpass API?