Fix the github pages directory
1 file changed
tree: c0476aba91ad3c7484ca8679110176428a667986
  1. .github/
  2. .mvn/
  3. .run/
  4. baremaps-benchmark/
  5. baremaps-cli/
  6. baremaps-core/
  7. baremaps-ogcapi/
  8. baremaps-server/
  9. map/
  10. site/
  11. .asf.yaml
  12. .gitignore
  13. CODE_OF_CONDUCT.md
  14. codestyle.xml
  15. CONTRIBUTING.md
  16. LICENSE
  17. LICENSE.header
  18. mvnw
  19. mvnw.cmd
  20. pom.xml
  21. 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.