[maven-release-plugin] prepare release v0.5.15
17 files changed
tree: b8ba6e9eede58b3d685594aaef3dd2e1e7cd9446
  1. .github/
  2. baremaps-benchmarks/
  3. baremaps-blob/
  4. baremaps-blob-s3/
  5. baremaps-cli/
  6. baremaps-config/
  7. baremaps-openapi/
  8. baremaps-osm/
  9. baremaps-osm-lmdb/
  10. baremaps-osm-postgres/
  11. baremaps-postgres/
  12. baremaps-server/
  13. baremaps-stream/
  14. baremaps-testing/
  15. baremaps-tile/
  16. baremaps-tile-mbtiles/
  17. baremaps-tile-postgres/
  18. docs/
  19. .gitignore
  20. .gitmodules
  21. CODE_OF_CONDUCT.md
  22. codecov.yml
  23. codestyle.xml
  24. CONTRIBUTING.md
  25. LICENSE
  26. pom.xml
  27. README.md
README.md

Baremaps

Java CI

Total alerts Language grade: Java codecov

License FOSSA Status

Baremaps is a toolkit for creating custom vector tiles from OpenStreetMap and other data sources with Postgis and Java. 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.