I have loaded data into a postgres database using nominatim. (Using the setup.php --osm-file planet.osm.bz2 --all ....etc...
This loaded the data and nominatim works great, however, I need to also render the data.
I see that I have a…
I'm trying to extract POI data from openstreetmap. On a lot of forum Osmosis is mentioned. I could find it. But I lack a basic tutorial how to install it and run it. I read the wiki but I could not find any step-by-step tutorial. I always get error…
I have a problem with Osmosis v 0.43 with mapsforge mapwriter plugin 0.3.0. on Windows. A command
osmosis --read-xml file=C:\geo\testmap.osm --mw file=C:\geo\genmap.map
bbox=0.0,0.0,51.9,19.2
fails with error:
SEVERE: Thread for task 1-rx…
This is my code
var scrapURL = tgtURL+'&deptdate='+req.params.date+'&rtndate='+req.params.date+'&ddFrom='+req.params.from+'&ddTo='+req.params.to
console.log(scrapURL)
osmosis
.get(scrapURL)
.set({
…
I'm doing a project on openstreetmap, thus for the purpose of implementing routing mechanism I tried to implement osrm referring 1, but when I tried out mkdir -p build; cd build; cmake .., I got an error saying:
"CMake Error: The source directory…