Questions tagged [osmosis]

Osmosis is a command line Java application for processing OpenStreetMap data.

Official Site:

80 questions
0
votes
1 answer

Create planet_osm_lines, planet_osm_point, ....polygon, roads

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…
user2092856
  • 301
  • 5
  • 13
0
votes
1 answer

Osmosis tutorial

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…
tsGucci
  • 89
  • 3
  • 10
0
votes
1 answer

osmosis --read-xml fails in combination with mapwriter plugin

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…
Walen
  • 1
-2
votes
1 answer

how to implement node.js to the php database

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({ …
syaza
  • 1
-2
votes
1 answer

Building open street routing machine (osrm)

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…
1 2 3 4 5
6