Skip to content
This repository has been archived by the owner on Jul 11, 2020. It is now read-only.

topobyte/osm4j-pbf

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository moved

This content of this repository has been merged into topobyte/osm4j, a single repository for all osm4j modules.

About

This is the osm4j module for reading and writing OSM data in the PBF format.

Have a look at the main osm4j repository or the project homepage for information about the library osm4j in general.

License

This library is released under the terms of the GNU Lesser General Public License.

See LGPL.md and GPL.md for details.

Third party code

The code in the crosby.binary packages from Scott A. Crosby has been imported from this repository:

https://github.com/scrosby/OSM-binary

Which is released under the LGPL.

Hacking

Generating the protocol buffers source

protoc --java_out lite:core/src/gen/java res/proto/*
protoc --java_out full/src/gen/java res/proto/*

Releases

No releases published

Packages

No packages published