[maven-release-plugin] copy for tag v0.7.0
[maven-release-plugin] prepare release v0.7.0
14 files changed
tree: 874f0f09ed75ddcb1c25bbb73667412f2065540d
  1. .github/
  2. .mvn/
  3. .run/
  4. baremaps-benchmarks/
  5. baremaps-cli/
  6. baremaps-collection/
  7. baremaps-database/
  8. baremaps-geocoder/
  9. baremaps-http/
  10. baremaps-iploc/
  11. baremaps-osm/
  12. baremaps-postgres/
  13. baremaps-storage/
  14. baremaps-stream/
  15. baremaps-testing/
  16. baremaps-workflow/
  17. docs/
  18. map/
  19. .gitignore
  20. CODE_OF_CONDUCT.md
  21. codecov.yml
  22. codestyle.xml
  23. CONTRIBUTING.md
  24. eclipse-format.xml
  25. LICENSE
  26. LICENSE.header
  27. mvnw
  28. mvnw.cmd
  29. pom.xml
  30. README.md
README.md

Baremaps

Java CI

example workflow example workflow example workflow

Quality Gate Status Maintainability Rating Reliability Rating Security Rating Coverage Lines of Code Vulnerabilities Bugs Code Smells Duplicated Lines (%) Technical Debt

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.

Start Hacking

To contribute to this repo see CONTRIBUTING and CODE_OF_CONDUCT.