Add maputnik editor
16 files changed
tree: f85b8ddd3c0bb8ee1c63e6282d2d8bd2cc7d366a
  1. .github/
  2. .mvn/
  3. .run/
  4. baremaps-benchmark/
  5. baremaps-cli/
  6. baremaps-core/
  7. baremaps-ogcapi/
  8. baremaps-server/
  9. basemap/
  10. examples/
  11. .asf.yaml
  12. .gitignore
  13. CODE_OF_CONDUCT.md
  14. codestyle.xml
  15. CONTRIBUTING.md
  16. LICENSE
  17. LICENSE.header
  18. logo.svg
  19. mvnw
  20. mvnw.cmd
  21. pom.xml
  22. README.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 official documentation at https://baremaps.apache.org/. 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 available here https://github.com/apache/incubator-baremaps-site.

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.

Finally, check out CONTRIBUTING and CODE_OF_CONDUCT.

📄 License

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