openstreetmap Questions

5

Is there any Elevation API for openstreetmap like the one we have for google maps? In google elevation API we can pass the coordinate and we get the elevation as a response.
Tocantins asked 29/5, 2017 at 11:19

6

Solved

I have an .osm.pbf file which I want to use to generate vector tiles with (.mbtiles). Im currently on a windows machine utilising docker, I have tried to use the tool tilemaker (https://github.com/...
Overkill asked 22/1, 2021 at 16:51

3

I'm using OpenStreetMap tile server @ the https://github.com/Overv/openstreetmap-tile-server to host my own tile server. I run the container with the following command and it runs without error, h...
Bipartite asked 27/4, 2020 at 20:49

2

OK, I have found an example of exactly what I think I require. I cannot work out how to set it up for my image and I'm not sure if this is the best approach to achieve my goal. Intended Result : ...
Magnetohydrodynamics asked 26/9, 2013 at 0:54

4

Solved

I'm using LeafletJS to add a map component to my app. Everything is fine and dandy except for the localization of the map. Some country names are shown in the local language (I'm assuming). Is th...
Lammastide asked 3/9, 2013 at 10:13

9

Solved

I'm starting leaflet.js with the quickstart but my map shows as grey... is there something I'm missing? script.js: var leafletMap = L.map('leafletMap').setView([51.505, -0.09], 13); L.tileLayer(...
Claudication asked 28/1, 2014 at 12:3

6

Solved

I am trying to manually build a map server as per instructions on switch2osm.org. I have configured everything. I have a database mayank owned by user mayank and I am trying to use renderd but i ge...
Bicipital asked 31/5, 2013 at 6:30

3

What is the best source and way to get a list of all intersections in a major city?

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

6

This should be simple, but when I look for it I just find web packages. I need something better than as oriented on This Blog. Maybe using .oms file or shapefiles. Some way to give bbox and get the...
Ecumenical asked 5/5, 2015 at 12:29

3

Solved

I want to get a map tile from a server by typing in the longitude and latitude. Since map tiles are arranged like a grid, i need to convert my longitude and latitude to an x and y position. The al...
Resurrectionist asked 26/5, 2016 at 15:13

6

Guys i am complete newbie in using openstreetmaps. I have put some markers on it with custom icons, embedded with popups, etc. Now, I really need to know how to move a marker on Openstreet ma...
Tinatinamou asked 28/6, 2013 at 12:28

8

Solved

I want to include the open street map (OSM) in my python code. I have read through lots of webpages regarding OSM. But unfortunately I'm a bit lost, regarding which package I should use. I'm lookin...
Physicality asked 12/2, 2015 at 11:18

2

I have create a component to display OpenStreetMap (OSM) on the view. Question: How can I draw a static route on the map. It should look like the following map I captured from GoogleMap. What I ha...
Tiliaceous asked 9/7, 2020 at 12:54

1

OpenStreetMap by default show significant amount of details with regional language labels. I am using leaflet in a scenario that I only need country borders, their names and a few markers on the ma...
Disembowel asked 3/2, 2020 at 9:40

1

I have managed to get an autocomplete function to a form input with Maptiler API (OSMNames) (since I find Google Maps API even more confusing). So here comes the actual problem, I would like to get...
Univalence asked 28/12, 2018 at 16:51

2

I have downloaded an OpenStreetMap file on my desktop , and I have used my OSM file in the jupyter notebook. My code: import xml.etree.cElementTree as ET osm_file = "ahmedabad_india.osm" for ev...
Aftermath asked 19/8, 2017 at 12:57

2

I am looking for a mean to use OpenStreetMap data in my react native application. During my last reasearches, I found MapLibre, which is free option based on MapBox GL old versions. The matter I am...

3

Solved

I'm currently working on a map project, based on OpenStreetMap, using Mapnik, renderd and mod_tile (like osm do on their website). I've built an osm tiles server, following some tutorials, on my pe...
Kaifeng asked 5/9, 2012 at 15:21

2

Solved

I want to extract some information from a .osm.pbf file. I looked through OpenStreetMapX.jl package but didn't find a function to read this data. I am wondering if anyone know a method to read this...
Larisalarissa asked 17/2, 2021 at 9:32

4

How to extract intersections in the OpenStreetMap? I need the longitude and latitude of the intersections, thanks!
Mare asked 3/9, 2012 at 2:34

1

In my server's Nominatim I'm trying to search anything on the map. For example I'm trying to search London on my map . I always got : No search results found Addresses and postcodes are approxi...
Abrogate asked 15/5, 2014 at 10:57

10

Solved

Is there a way to embed/mashup the OpenStreetMap in your page (like the way Google Maps API works)? I need to show a map inside my page with some markers and allow dragging/zooming around, maybe r...
Enterovirus asked 29/5, 2009 at 9:27

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

© 2022 - 2025 — McMap. All rights reserved.