Set release version
16 files changed
tree: d5a31d4da5d464b39661066749cc6b56af65682a
  1. .github/
  2. baremaps-benchmarks/
  3. baremaps-blob/
  4. baremaps-blob-s3/
  5. baremaps-cli/
  6. baremaps-config/
  7. baremaps-examples/
  8. baremaps-osm/
  9. baremaps-osm-lmdb/
  10. baremaps-osm-postgres/
  11. baremaps-server/
  12. baremaps-stream/
  13. baremaps-testing/
  14. baremaps-tile/
  15. baremaps-tile-mbtiles/
  16. baremaps-tile-postgres/
  17. docker/
  18. docs/
  19. .gitignore
  20. CODE_OF_CONDUCT.md
  21. codecov.yml
  22. codestyle.xml
  23. CONTRIBUTING.md
  24. LICENSE
  25. pom.xml
  26. README.md
README.md

Baremaps

Java CI

Total alerts Language grade: Java codecov

License FOSSA Status

Baremaps is a toolkit for creating Mapbox vector tiles from OpenStreetMap and other data sources. The project is licensed under Apache License 2.0.

State of the map

Baremaps is inspired by Osmosis, but it comes with additional features, such as the ability to:

  • Process data in parallel with the Stream API introduced in Java 8
  • Import data faster with the COPY API of Postgresql
  • Create postgis geometries on the fly with JTS
  • Create and serve customized Mapbox Vector Tiles

On the longer run, the aim of the project is to work with a variety of data sources in order to create highly specialized and customized maps.