maybe this query may be a bit trivial or perhaps laborious, but for a project I need to obtain the bridges that exist in an osm file along with its location (latitude and longitude).
Reading the openstreetmap wiki, I see that there is a procedure…
I've been breaking my head for a while and couldn't figure this one out. Tried alternative methods but couldn't make it. I believe it's a bug in osmosis-areafilter.
There is no issue tracker in the GitHub repository and the provided link for…
I'm reading a tutorial about using node-osmosis at this page.
Does anyone know the meaning of > in .paginate('#navcnt table tr > td a[href]', 5)?
I cannot find the explanation of this symbol in the document page.
What's the default selector of…
I'm trying to extract various landmarks from the osm planet-latest pbf.
For testing purposes I'm currently trying to extract schools, but the command is taking way to long its already been 20 minutes. The following is my osmosis command on my Linux…
I have scraped multiple sites with the same structure successfully. When I print the results they seem OK, now I want to save it all to a file.
Problem is only the last scraped MyData-object gets saved to the file.
var osmosis =…
How to get list of addresses containing city name, street name, building number, latitude and longitude from Osm with osmosis to mysql. Thanks about Postgres tips. General question is about getting this list.
Test fetching request is not…
I'm trying to convert an OSM file that it needed to be developed with private data to the format .map using osmosis with mapforge-map-writer, but the data for the survey point are being totally ignored in .map generation. I've investigated the code,…
On overpass turbo this query gives a perfect representation of the bus_stop over a city
node
[highway=bus_stop]
({{bbox}});
out;
but after downloading an osm file over the same city on geofabrik, this osmosis command doesn't give the same result
…
Is there any way to connect to the web server of OpenStreetMap?
I want to receive the speed limit information given a geoLoc "lat and Lon". I thought of solving this issue by creating a huge database encompases
the node's lat and lon and the speed…
i have osm data structured as shown in fig1 below. what i want to do is, to extract 3 files out of the main file shown in the fig1, so that each file is
organised as shown in figures 2,3,4
to do that, i implemented a segregator algorithm to fragment…
I Followed this link Link<< for Installing OSMOSIS.
But I'm not getting the expected result as shown in the tutorial.
Hoping to get some step by step installing OSMOSIS.
Thank You!
I tried to collect beach data in a certain region. I used both overpass api and osmosis to extract beach from a pbf. Both worked. But from overpass api, i can get beach polygons (closed ways) and points (nodes), however, from osmosis, I can just get…
I have been trying to run the SRTM-osmosis plugin (https://github.com/locked-fg/osmosis-srtm-plugin) for quite some time now. In the wiki, it is mentioned that you should move the compiled jar to the directory (/~.openstreetmaps/osmosis/plugins). I…
I am planning to create a new web application in which i want to use open street map, i need source code of open street map.In my web application i need features of see different shape file on layers, data plotting and Geo-referencing.
Please give…
I have built an OSM tile server on Debian. I would like to know how could I see the map version? In fact, I would like to verify if the map data is updated. Thanks!