osm-lib
osm-lib copied to clipboard
A library for opening, updating and manipulating OSM files of any size.
1. I added [this building](http://www.openstreetmap.org/way/361861224) to OSM on 23/07/2015 2. I downloaded the OSM data for that area 24h later `wget http://osm.conveyal.com/vex/-6.788578,39.236518,-6.787012,39.238229.pbf -O des.osm.pbf` 3. I added the data to...
MapDB has two levels of cache. The serialized data is cached in the sense that the OS will cache memory-mapped file pages. The deserialized objects are cached in an instance...
When fetching tiles from a server that has loaded the entire planet and had several days of updates applied: ``` 22:55:15.484 INFO (VexOutput.java:115) Writing VEX format... 22:55:15.551 ERROR (TileOSMSource.java:65) Way...