Protobuf-net Deserialize Open Street Maps
For the life of me I cannot deserialize the protobuf file from Open Street Maps . I am trying to deserialize the following extract: http://download.geofabrik.de/osm/north-america/us-northeast.osm.pbf to get Nodes and I am using http://code.google.com/p/protobuf-net/ as the library. I have tried to deserialize a bunch of different objects but they all come up null. The proto files can be found here: http://trac.openstreetmap.org/browser/applications/utils/export/osm2pgsql/protobuf Any suggestions? Right; the problem is that this isn't just protobuf - it is a hybrid file format ( defined here