[OSM-dev] Osmosis questions about applying changesets

Andreas Kalsch andreaskalsch at gmx.de
Tue Dec 7 13:11:32 GMT 2010


1) What does the data_type "U" in the actions table mean?
2) It seems that Osmosis violates pk_aktions (primary key), so it would be better to replace it by a 
simple index.
3) This command does not seem to retrieve all changesets. After call, the latest timestamp was 
20.11.2010.

${OSM_DIRNAME_OSMOSIS}bin/osmosis \
         --read-replication-interval "$OSM_DIRNAME_REPLICATION" \
         --write-pgsimp-change database="$OSM_DB_NAME" validateSchemaVersion=no user="$OSM_DB_USER" 
password="$OSM_DB_PW" host="$OSM_DB_HOST"

My server's time is correct.

4) I think I am right that action "M" means insert?

Andi



More information about the dev mailing list