qedus / osmpbf

OpenStreetMap PBF file format parser in Go Lang.
MIT License
142 stars 30 forks source link

Added a working test case for parseNodes() #30

Closed clydedacruz closed 6 years ago

clydedacruz commented 6 years ago

Used the existing GreaterLondon PBF file and generated a new PBF file that has nodes as Nodes and not DenseNodes .

Updated the test cases to include the test for 'non dense' nodes aswell.

clydedacruz commented 6 years ago

@jongillham @AlekSi, please review. Thanks! :)

clydedacruz commented 6 years ago

@AlekSi suggested updates are completed. Please review. Thanks!

AlekSi commented 6 years ago

Merged (with small refactoring). Thanks!