Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pbf support #8

Open
IrlJidel opened this issue Apr 20, 2011 · 0 comments
Open

Pbf support #8

IrlJidel opened this issue Apr 20, 2011 · 0 comments

Comments

@IrlJidel
Copy link

src/main/java/com/yellowbkpk/geo/xapi/servlet/Filetype.java defines your Pbf writes as:

pbf("application/binary", "org.openstreetmap.osmosis.pbf.v0_6.PbfWriter");

However org.openstreetmap.osmosis.pbf.v0_6.PbfWriter class does not exist in either your git or master osmosis code base.
Did you use a different osmosis src tree for your pbf support?

I'm using your git osmosis src and have json suport working

After looking at osmosis pbf code I attempted to make the following changes for Pbf support

http://mibpaste.com/7MKzi1

However I get for pbf requests I get:

HTTP Status 500 - I don't know how to serialize that.

http://xapi.openstreetmap.ie/xapi/api/0.6/*%5Bname%3DKippure%5D.pbf

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant