NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum

Hello everyone,

I have successfully imported a .bz2 OSM extract to PostGIS with osmosis using --read-xml , but when I have displayed the data in ID Editor, I noticed that there are some missing geometries (highways especially).

I remember that I had the same problem with osm2pgsql and I solved it with the --slim option.

Here is the command I used:

osmosis --read-pbf country.osm.bz2 --write-apidb host="localhost" database="openstreetmap" user="postgres" password="*********" validateSchemaVersion="no"

Maybe I have commited a mistake, which is ?? thank you

asked 27 Oct '15, 09:55

AYARI's gravatar image

AYARI
31335
accept rate: 0%

edited 27 Oct '15, 09:56

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×710
×301
×252

question asked: 27 Oct '15, 09:55

question was seen: 1,423 times

last updated: 27 Oct '15, 09:56

NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum