All Questions
Tagged with openstreetmap maps
199 questions
0
votes
0
answers
39
views
How to fix missing street paths or broken paths in a Local map?
OpenStreetMap provides public maps that anyone can use, which is great. In the USA and other large countries, there might be many routes and locations discovered and added.
In Pakistan we have ...
0
votes
0
answers
12
views
Show embedded Openstreetmap in a full window
How can I show a custom Openstreetmap (which means there are customs pins in it) that has been embedded into a website in a normal Openstreetmap window? The embedded map is in such a small frame, that ...
0
votes
0
answers
27
views
By geo coordinates, knowing the coordinates of the tile, find the coordinates of the pixel in the tile
Suppose we have a point (-43.7927620; 172.9539540):
location: Takamatua Hill
lat: -43.7927620
lon: 172.9539540
osm: https://www.openstreetmap.org/node/10680066993#map=17/-43.793139/172.953628
Let's ...
0
votes
0
answers
47
views
Error when generating Germany Tiles with OpenMapTiles
I'm quiet new to the whole Map topic and I'm slowly understanding each working part. So far, I've cloned the latest openmaptiles repository and went along with the README to generate the map-tiles for ...
0
votes
0
answers
40
views
How to properly zoom and update OpenStreetMap tiles on my JS Maps
When I launch the file everything works fine and the mouse movements are correct however the zoom is catastrophic and it does not zoom/refresh the next tiles of OpenStreetMap
class CustomMap {
...
0
votes
0
answers
48
views
Obtaining OSM Way Measurements
I have just over 300 Way IDs and I want to retrieve the length of each way and the terminal nodes of each way (that is the nodes where the way starts and ends). On ID, I have to manually select the ...
0
votes
0
answers
173
views
OSM data open street map R maps error code
I want to create a map of Germany, which contains all highways and streets. And I want to add some points of special locations.
But I always get an error:
library("dplyr")
library("...
1
vote
1
answer
272
views
Set Leaflet marker to always stay in the middle of the map
I'm working on a SvelteKit project where we're moving from Google Maps to Open Street Maps using Leaflet.js. With Google Maps we have a marker that always stays in the center of the map even when ...
0
votes
1
answer
34
views
How to dowload .shp of disctricts (areas) in Overpass turbo?
I need download OSM-data. More precisely, I need to download data on the subject of the Russian Federation.
For example i can make key "building in Kemerovo". And it works. But how make ...
0
votes
0
answers
119
views
france map in R (open street map)
basically im trying to create map of france with dots of citys that i have in my data base so for that ineed latitude et longtitude to create it . i couldn't use API GOOGLE it's not free so i am using ...
1
vote
1
answer
323
views
Wrong geometry in OSRM
I sent GET request
https://router.project-osrm.org/route/v1/car/polyline(gwgsIidrdF|w`s@urwK)?alternatives=3&steps=true&annotations=false&geometries=polyline&overview=simplified
...
1
vote
1
answer
4k
views
How to get route between two points on OpenStreetMap?
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 wanted to use Google Maps API but it's not free, ...
0
votes
1
answer
343
views
How do you auto zoom maps marker on Thingsboard?
So I have 2 Table widgets and a Maps Widget on the Thingsboard, when I click an item in the list table, I want the maps to auto zoom to the marker in the second Maps Widget on the Thingsboard?
How to ...
0
votes
0
answers
737
views
How to show openstreetmap using Mapsui?
I'm trying to use openstreetmap in my xamarin.forms app using mapsui;
Tried this tutorial https://mapsui.com/documentation/getting-started-xamarin-forms.html
But the Android displays a Application ...
1
vote
1
answer
295
views
How to visualize multiple lanes (bus, cycle etc.) from single polyline (OSM data) in Leaflet?
My use case:
Single polyline is tagged with multiple lanes containing also a cycle lane.
How would I go about visualizing them side by side using Leaflet? Polyline is a set of GPS coordinates and I ...