gpt4 book ai didi

openstreetmap - 如何在立交桥涡轮中编写具有两个要求的查询?

转载 作者:行者123 更新时间:2023-12-04 10:26:45 27 4
gpt4 key购买 nike

我正在尝试检索特定巴士服务的巴士路线。如何在天桥查询中包含两个键,以便我可以找到特定巴士服务的巴士路线?例如,我想查找巴士 Svc 3 的巴士路线?

我如何包含两个功能:

“路线”=“巴士”

“名称”=“Svc 3”

查询

node["route"="bus",](around:{{radius}},{{geocodeCoords:'country'}});
way["route"="bus"](around:{{radius}},{{geocodeCoords:'country'}});
relation["route"="bus"](around:{{radius}},{{geocodeCoords:'country'}});

最佳答案

documentation of the query statement .要指定多个过滤器,只需一个接一个地添加它们:

relation["route"="bus"]["name"="Svc 3"](around:{{radius}},{{geocodeCoords:'country'}});

关于openstreetmap - 如何在立交桥涡轮中编写具有两个要求的查询?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/60614165/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com