Skip to main content

Questions tagged [openstreetmap]

OpenStreetMap is a free editable map of the whole world. OpenStreetMap allows you to view, edit and use geographical data in a collaborative way from anywhere on Earth.

0 votes
0 answers
9 views

FInding a path based on more parameters than just time

I'm trying to create some google maps variant that would give you the least polluted path based on a database storing a bunch of lat-long positions which represent polluted spots, the goal being to ...
Yassir Laghmouchi's user avatar
0 votes
1 answer
38 views

Get relation data from osmdata

Looking at OpenStreeMap underlying data I see that the data that I want is at the relation level and when I query the OSM using osmdata in R I cannot get this data. https://www.openstreetmap.org/...
user1966593's user avatar
0 votes
0 answers
24 views

Leaflet : how to force using a specific tile server when zooming on known locations?

I'm using leaflet for displaying some maps. I know that my users will zoom in for some location. As you know, tiles are realtime calculated if zoom is high. I want to store pre calculated zoomed tiles ...
Linuxprocess's user avatar
1 vote
1 answer
30 views

Number of POIs per H3 hexagon for cities in streamlit app - hexagons not showing

I create a streamlit application, which is supposed to let the user select an area and then calculate the number of POIs per H3 Hexagon unit in this area. Somehow the hexagons are created but do not ...
Vilerala's user avatar
0 votes
0 answers
19 views

how to convert KML file into shape file using GDAL (ogr2ogr) in android studio java and how to implement in android studio java

I need to Convert KML file Into Shape file using GDAL ogr2ogr library how to do the conversion from KML file to Shape file in android studio java I found out about GDAL ogr2ogr that has Java bindings, ...
Rahul Kumbar's user avatar
0 votes
0 answers
26 views

Leaflet Map Tiles Disoriented When Deployed on EC2 Instance

I'm encountering an issue with Leaflet map tiles appearing disoriented when I deploy my application on an EC2 instance. The tiles load correctly when I run the app locally, but once it's deployed to ...
Anandu krishna v v's user avatar
0 votes
0 answers
9 views

QGIS service area analysis issue - Isochrones from Point-Layer tool

I wanted to run the “Isochrones from Point-Layer” tool under the ORS tool in the QGIS environment. But now I am getting this error. could you please tell me the reason for this error? please.enter ...
Adobe Account's user avatar
1 vote
1 answer
40 views

Get Coords from LeafletMouseEvent

I am trying to get coords from a leaflet map. I tried using e.latlng but it only returns the coords i initialized the map with. Not sure what's not working honestly. Here is my code: private map: L....
Blue's user avatar
  • 11
0 votes
0 answers
24 views

How to work with pbf files in php/laravel?

I am working on an interface for creating a static map in php/laravel which gets generated by putting together map tiles around a point. Right now I am trying to use azuremaps vector tileset which ...
HelloWorld's user avatar
0 votes
0 answers
23 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 { ...
SearchArea France's user avatar
2 votes
1 answer
29 views

Filter OpenStreetMap edges on `Surface` type

I'm accessing OpenStreetMap data using osmnx, using: import osmnx as ox graph = ox.graph_from_place('Bennekom') nodes, edges = ox.graph_to_gdfs(graph) I know from openstreetmap.org/edit that all (?) ...
Bart's user avatar
  • 10.1k
0 votes
2 answers
29 views

syncfusion markers not showing up on demo code

I am currently testing the openstreetmap integration uing syncfusion Looking at their documentation => https://blazor.syncfusion.com/documentation/maps/providers/openstreetmap I tryed running this ...
Ren's user avatar
  • 155
0 votes
0 answers
22 views

setZoom not working in Chrome but is working in other browsers

I am unable to get setZoom or any of the zoom features to work on my leaflet map in Chrome. It works fine in Firefox and Edge but I need it to work in Chrome also and cannot find anything on this. Any ...
snozlo's user avatar
  • 1
0 votes
0 answers
32 views

How to fetch single tile that covers a specific location at a given zoom level without overlapping tiles in osmdroid for the specified emulator size?

How to fetch a single tile that covers a specific latitude and longitude at a given zoom level without overlapping tiles in osmdroid for the specified emulator size in android studio java. I expecting ...
Rahul Kumbar's user avatar
0 votes
0 answers
16 views

OSMnx Bike-Lane Information around a Point

I'm interested in using OSMnx to query bike-lane information around specific points in cities. For example, if I was looking at (40.72182, -73.9892) in New York, I want to use OSMnx to display the ...
mmredwood's user avatar

15 30 50 per page
1
2 3 4 5
296