I am using osmosis 0.42 and PostGIS 2.0.1 and I'm trying to export some postGIS tables to .OSM xml files.
I am using the --read-pgsql command to read from postgis (instead of --read-apidb as it throws an error while connecting to the DB )..
Unfortunately running:
osmosis --read-pgsql host="x" database="x" user="x" password="x" --write-xml file="myfile.osm"
produce the following error:
Task 2-write-xml does not support data provided by default pipe stored at level 1 in the default pipe stack
Any ideas?
Thanks a lot!
Fede