Show tile bounderies in dev mode
1 file changed
tree: 6c2c7fad877c66a459b5c674e7ce82f7a8a772d1
  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. codestyle.xml
  22. CONTRIBUTING.md
  23. LICENSE
  24. LICENSE.header
  25. mvnw
  26. mvnw.cmd
  27. pom.xml
  28. 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.