overpass-api Questions
1
Having an administrative boundary relation of certain level, what is the best way to get parent level boundaries?
This works for Bratislava city part Petržalka:
http://overpass-turbo.eu/s/ewU
[ou...
Figge asked 21/2, 2016 at 21:35
2
I'm trying to construct a query of all 'highway=' ways in a specific area in overpass. I've been defaulting to using the {{bbox}} - but I really would prefer to do it by country.
I've tried using ...
Hartshorn asked 13/5, 2015 at 19:11
2
Solved
I have the following code for requesting map data from OSM:
$.ajax({
url:
'https://www.overpass-api.de/api/interpreter?' +
'[out:json][timeout:60];' +
'area["boundary"~"administrative"]["nam...
Riesling asked 18/7, 2015 at 14:27
4
Solved
Which is the best api to retrieve all the cities in given country?
I tried downloading from geonames. but it seems data is not reliable.`
Is it possible to query city, along with state and country ...
Countenance asked 12/4, 2019 at 6:11
1
Solved
How to extract street graph or network from OpenStreetMap ?
Nadenenader asked 14/9, 2021 at 8:23
3
I'm trying to make use of the overpass API http://wiki.openstreetmap.org/wiki/Overpass_API with a JavaScript XMLHttpRequest in a project running on Django but I keep getting the
Cross-Origin Requ...
Animosity asked 20/7, 2016 at 13:1
2
Solved
I want to find all pubs in a specific area using the Overpass API and selecting the area with geocodeArea.
Testing the following query on overpass-turbo.eu gives me the desired result:
{{geocodeA...
Syphon asked 8/9, 2018 at 15:19
3
I'm using overpy to query the Overpass API, and the nature of the data is such that I have a lot of queries to execute. I've run into the 429 OverpassTooManyRequests exception and I'm trying to pla...
Bestraddle asked 26/4, 2017 at 13:56
1
I like to plot streets with ggmap in a specific area. I got the data from osm via the overpass api. It works pretty good for most streets with geom_path. However, some streets are messed up. Any hi...
Excursus asked 29/4, 2018 at 11:37
2
Solved
I'm trying to query Hotels in a specific area. Unfortunately I need to query nodes and ways, because some Hotels are only stored as way and some as nodes.
http://overpass.osm.rambler.ru/cgi/interp...
Multiform asked 30/8, 2014 at 16:17
1
Solved
My current queries look like this:
[out:json]
[timeout:60]
;
(
relation
["type"="multipolygon"]
["landuse"~"brownfield|railway"]
(50.757310,6.054754,50.786730,6.111574);
way
["landuse"~"brownfie...
Hasin asked 17/9, 2015 at 9:30
1
Solved
I'm trying to get all roads around a certain point. I'm using the following query:
(
way
(around:300,50.7913547,-1.0944082)
["highway"~"^(primary|secondary|tertiary|residential)$"]
["crossing"...
Regalado asked 7/10, 2014 at 14:56
2
I was wondering if it's possible to request via overpass API "any node that has at least one tag of any kind".
The only way I see right now is to sopecify all the existing tags in a huge union requ...
Conoscenti asked 4/8, 2013 at 16:8
1
Solved
I'm trying to figure out what's the best solution to find all nodes of certain types around a given GPS-Location.
Let's say I want to get all cafes, pubs, restaurant and parks around a given point...
Vomit asked 24/7, 2014 at 10:46
1
Solved
I try to read an Openstreetmaps API output JSON string, which is valid.
I am using following code:
import pandas as pd
import requests
# Links unten
minLat = 50.9549
minLon = 13.55232
# Rechts ...
Triplett asked 20/7, 2014 at 7:41
1
I've followed the installation instructions on:
http://wiki.openstreetmap.org/wiki/Overpass_API/install
Initially everything worked flawless, but I would like to try and use my own custom map, BUT...
Woman asked 2/7, 2014 at 7:56
1
Solved
I am using Overpass API.
I have an issue to find some points of interest (cafes, hospitals, schools) near (around in 100-200 miles) my point. I have only latitude and longitude.
Overpass API give...
Chalfant asked 8/5, 2013 at 13:58
1
© 2022 - 2024 — McMap. All rights reserved.