按纬度经度查询立交桥 [英] Query Overpass turbo by latitude longitude

查看:143
本文介绍了按纬度经度查询立交桥的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

谢谢!
$

我怎么问天桥涡轮给我的标签对应一组经纬度坐标? b $ b

这是我迄今为止所尝试的:

  [out:json] [timeout:25]; 
(方式(大约:1.0,52.004940,4.369381));
(._;> ;;);
出标签;

但这里有两个问题。
1.我得到不同节点和方式的列表。但我实际上只想要在给定
的速度限制的情况下。我不知道如何为整个坐标列表编写查询。不知道这是甚至可能的。

解决方案

以下是查询应该如何在给定位置返回maxspeed标签的方式与1米半径:

  way [maxspeed](大约:1.0,52.004940,4.369381); 
出标签;


How do I ask overpass turbo to give me the way tags corresponding to a set of latitude longitude coordinates?

thanks!

This is what i tried so far:

[out:json][timeout:25];
(way(around:1.0,52.004940, 4.369381));
(._;>;);
out tags;

But there are 2 problems here. 1. I get a list of different nodes and ways. But i actually only want the way where there is a speed limit given 2. I don't know how to write a query for a whole list of coordinates. Not sure if this is even possible.

解决方案

Here's how the query should look like to return ways with maxspeed tags at a given location with 1m radius:

way[maxspeed](around:1.0,52.004940, 4.369381);
out tags;

这篇关于按纬度经度查询立交桥的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆