http://overpass-turbo.eu/から(または直接 openstreetmap から) JSON で結果を取得することは可能ですか?
私の要求は:
(
way
(around:2000,55.693309807744484,21.151986122131348)
[highway~"^(primary|secondary|tertiary|residential)$"]
[name];
>;);out;
http://overpass-turbo.eu/から(または直接 openstreetmap から) JSON で結果を取得することは可能ですか?
私の要求は:
(
way
(around:2000,55.693309807744484,21.151986122131348)
[highway~"^(primary|secondary|tertiary|residential)$"]
[name];
>;);out;
ステートメントの前に次の行を追加する必要があります。
[out:json]; ...
これはクエリです: http://overpass-api.de/api/interpreter?data=[out:json]%20;%20(%20way%20(around:2000,55.693309807744484,21.151986122131348)%20[highway~ %22 ^(一次|二次|三次|住宅)$%22]%20[名前];%20%3E;);%20out;
あなたのものはありませんでした:
[out:json]
;
<your part>
そして%20
前にout;