I have two overpass queries. The query above returns an osm.xml file that is 167.306 kb big. The second query returns a file that is 618.994 kb ...
I have two overpass queries. The query above returns an osm.xml file that is 167.306 kb big. The second query returns a file that is 618.994 kb ...
I am doing (or planning to do) some spatial db work with OpenStreetMaps data using Postgres. I am working on a mac m1, and decided the best way is to ...
The following creates one file index.html and one folder index_files. Loaded locally, index.html looks and behaves as expected (zooms, pans etc...). ...
. Answers to this question are eligible for a +250 reputation bounty. b ...
I have set up OSRM (Open Source Routing Machine) on a Windows 11 machine with WSL (Ubuntu 20.04.1 LTS) and Docker installed. It runs correctly an ...
When I search for a country I would like the borders to be highlighted on the map. I don't know how to do with openstreetmap , leaflet and react ...
Here is the code which I have created for interval 2minutes The problem is, when I change the seconds(intervals) from 120 to 300, I get the same re ...
I was able to correctly query data from the OSM API. Then, I've been able to show nodes on the map with the following codes: which gives me the fo ...
This is the most standard query, but I am trying to have multiple of these bboxes within one query. I have no idea how to achieve this and not sure ...
I have a Postgres database with a postgis extention installed and filles with open street map data. With the following SQL statement : I calculate ...
I have a .csv file that contains taxi trips, and one column is called trip_coordinates stored as strings, for example one trip coordinates would look ...
Coming spring I will be walking to Rome from Amsterdam. I have a route planned out. Now I would like to find campsites around the route and find the b ...
I want to find the coordinates for a list of addresses. I am using a data set that can be found here: "https://www.data.gv.at/katalog/dataset/kaufpre ...
I understand that most of the data in OSM for USA is coming from TIGER. It seems that this doesn't have complete road key attributes such as speed lim ...
I'm not a Ruby person, so this may be a 101 question. I'm just trying to use a utility that happens to be written in Ruby. I'm using tilemaker, a uti ...
With Openlayers, I'm visualizing GIS rasters(DEM, Orthomosaic) in GeoTIFF format(using WebGLTileLayer) on top of OSM(as WebGLTile layer) in OL Map. T ...
I have a Postgres database with a postgis extention installed and filles with open street map data. With the following SQL statement : I calculate ...
I have a dataframe from OSM data. In this I got everything but the colour column in my area. However in other areas the column may exist. Now I want t ...
I'm requesting some drinking_water nodes by id: I'd like to request the name of the city where the nodes are, for example: osm_i ...
I'm working on a web/app to find the optimal route for n points on a city, so i can travel through each one in the shortest amount of time possible. I ...