Format code
1 file changed
tree: ed1d1e995ab2c119eadb7e753e70f8d57bb9ed9a
  1. .github/
  2. .mvn/
  3. .run/
  4. baremaps-benchmark/
  5. baremaps-cli/
  6. baremaps-core/
  7. baremaps-renderer/
  8. baremaps-server/
  9. basemap/
  10. daylight/
  11. examples/
  12. scripts/
  13. .asf.yaml
  14. .gitignore
  15. CODE_OF_CONDUCT.md
  16. codestyle.xml
  17. CONTRIBUTING.md
  18. DISCLAIMER-WIP
  19. LICENSE
  20. LICENSE.header
  21. mvnw
  22. mvnw.cmd
  23. NOTICE
  24. pom.xml
  25. README
  26. README.md
  27. RELEASE.md
README.md

Apache Baremaps (Incubating)

PRs Welcome Build Passing Vulnerabilities Mailing List

Apache Baremaps is a toolkit and a set of infrastructure components for creating, publishing, and operating online maps. It provides a data pipeline enabling developers to build maps with different data sources with live reload capabilities. It provides other services commonly used in online maps, such as location search and IP to location.

🔥 Live Demo

https://demo.baremaps.com/

📖 How do I use Apache Baremaps?

You can find the documentation on the project's website. The following pages showcase the main uses of Apache Baremaps.

  • The OpenStreetMap example is a good introduction to Baremaps, it shows how to produce high resolution vector tiles.
  • The NaturalEarth example shows how to produce low resolution vector tiles.
  • The Contour example shows how to produce contour lines from a digital elevation model.
  • The IP to location example shows how to create and serve an IP to location service in a simple web application.
  • The Geocoding example shows how to create and serve a geocoding service in a simple web application.

👩‍💻 How do I contribute?

There are many places where you can contribute to Apache Baremaps such as the code, the documentation, the website or the examples.

The official documentation is located in a separate repository.

If you want to contribute to the code you can refer to the following developer guides available in the documentation.

You can also contribute in the following ways.

  • Create an issue: Report a bug or feature request
  • Join the mailing list: Initiate or participate in project discussions on the mailing list
  • Write a post: Write a post to share your use cases and experiences with Apache Baremaps

Finally, check out CONTRIBUTING and CODE_OF_CONDUCT.

📄 License

This project is licensed under Apache License 2.0 - see the LICENSE file for details.