Apache Baremaps is a toolkit and a set of infrastructure components for creating, publishing, and operating online maps.

Clone this repo:
  1. 8096af7 Add maplibre RTL text plugin to the demonstration by Bertil Chapuis · 7 days ago main
  2. 0a9d77c Add maplibre RTL text plugin to improve text rendering. (#30) by Brandon Liu · 10 days ago
  3. 8b52ce1 Fix TLD for GeoNames source (#29) by JamesEisele · 11 days ago
  4. ff0276b Document simplifactions at low zoom levels (#28) by Leonard · 2 weeks ago
  5. 4639a57 Make the download page compliant with Apache's requirements by Bertil Chapuis · 2 weeks ago

Apache Baremaps Website

This repository contains the sources of the Apache Baremaps Website.

Local Development

First, run pnpm i to install the dependencies.

Then, run pnpm dev to start the development server and visit localhost:3000.

Formatting

This project uses Prettier to format the code.

You can run pnpm format or npm run format to format the code.