[maven-release-plugin] copy for tag v0.6.5
[maven-release-plugin] prepare release v0.6.5
21 files changed
tree: 0a6dde4de48ba59738631e47accadd3073c0f2aa
  1. .github/
  2. .run/
  3. baremaps-benchmarks/
  4. baremaps-blob/
  5. baremaps-blob-s3/
  6. baremaps-cli/
  7. baremaps-osm/
  8. baremaps-osm-lmdb/
  9. baremaps-osm-postgres/
  10. baremaps-osm-rocksdb/
  11. baremaps-postgres/
  12. baremaps-server/
  13. baremaps-server-common/
  14. baremaps-server-editor/
  15. baremaps-server-ogcapi/
  16. baremaps-server-studio/
  17. baremaps-server-viewer/
  18. baremaps-stream/
  19. baremaps-testing/
  20. baremaps-tile/
  21. baremaps-tile-mbtiles/
  22. baremaps-tile-postgres/
  23. docs/
  24. .gitignore
  25. .gitmodules
  26. CODE_OF_CONDUCT.md
  27. codecov.yml
  28. codestyle.xml
  29. CONTRIBUTING.md
  30. LICENSE
  31. LICENSE.header
  32. pom.xml
  33. README.md
README.md

Baremaps

Java CI

example workflow example workflow example workflow

Total alerts Language grade: Java 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.
  • To build baremaps. You'll need maven and Java 11.
  • cd baremaps-cli && mvn package -P maputnik -B. This creates a .zip in the target folder.
  • alternatively you can build a docker image with mvn jib:dockerBuild -DskipTests.

To help you starts without worring to much a “starter” openstreetmap project is avaiblable