Skip to main content

All Questions

-1 votes
1 answer
268 views

How to compute bounding boxes of specific roads from Overpass api

I have a high volume dataset with keys like this: lat:6.897585, long:52.785805, speed:12, bearing:144 Basically it is a dataset of records of various trips on cars. The data was stored every few ...
MonkeyDjack's user avatar
1 vote
0 answers
133 views

How to detect if point is inside a natural area (or other type) polygon with overpass?

I am trying to figure out how to detect if latitude/longitude pair (-25.70078,-54.44522) is inside a natural area polygon. Is there a better solution ? So far I have something like this: https://...
user1990244's user avatar
1 vote
0 answers
240 views

Leaflet bad performance with OverPassLayer Markers

Im currently encountering bad performance with my Leaflet Map while using the Overpass Library, especially when moving around on the Map although there are not a lot of Markers (less than 100). This ...
ez code ez life's user avatar
4 votes
1 answer
7k views

How to use overpass api?

I am a total newbie so this may be a silly question, but I can't find any tutorials on how to query overpass api to display things on own website. Do I install it on my server or is there a code to ...
monilus98's user avatar
1 vote
1 answer
1k views

Import geojson data to a leaflet map origanated from overpass turbo

I am not a native English speaker so please don't mind the mistakes ;) I want to make a map where you can find farm shops and milk vending machines for people that want to support their local farmers....
Stefan's user avatar
  • 69
2 votes
0 answers
2k views

increase query limitations at overpass api

I have an application with leaflet and overpass.api. I use this overpass-layer plugin to query to OSM data. My problem ist, when i query to0 often to overpass.api i get an Too Many request error after ...
Khan's user avatar
  • 1,508
5 votes
2 answers
3k views

How to query Overpass area through leaflet?

I have a OpenstreetMap with leaflet. I'm using this Plugin for leaflet to query with Overpass. var opl = new L.OverPassLayer({ query: "(area['name'='Roma']; node(area)['amenity'='drinking_water']);...
Khan's user avatar
  • 1,508
3 votes
2 answers
3k views

change custom Leaflet markers in html

I am beginner in development of web maps and leaflet... I found a simple but useful code for me and i want to know how to exchange all leaflet markers in the HTML code below with mylocal.png (or .svg)....
mihai.b's user avatar
  • 31
3 votes
0 answers
3k views

Shortest path using OpenStreetMap data(nodes and ways)

I'm trying to create a web application that given two points : S(lat,long) and D(lat,long), find the shortest path between them. My problem is : I do not know how to use A* or other AI algorithm to ...
Mixxer's user avatar
  • 35
1 vote
1 answer
151 views

What is the expected input for uninterestingTags in osmtogeojson?

I am currently working with Leaflet.js and Overpass API and I am using osmtogeojson to do the format change between the OSM-JSON that Overpass API outputs and the GeoJSON that Leaflet.js needs as ...
deiviz's user avatar
  • 55