Protobuf-net Deserialize Open Street Maps
- by jonperl
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?