Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/watergis/maplibre-gl-legend

This module adds legend control which is able to create legend panel from mapbox style to maplibre-gl-legend
https://github.com/watergis/maplibre-gl-legend

Last synced: 23 days ago
JSON representation

This module adds legend control which is able to create legend panel from mapbox style to maplibre-gl-legend

Awesome Lists containing this project

README

        

# malibre-gl-legend

[![Netlify Status](https://api.netlify.com/api/v1/badges/9ea8bcef-3dc8-4ac2-b10c-8caa86035749/deploy-status)](https://app.netlify.com/sites/maplibre-gl-legend/deploys)

This monorepo manages the source code and demo page for `@watergis/maplibre-gl-legend`.

## Repositories

| repository | description | changelog |
|---|---|---|
|[@watergis/maplibre-gl-legend](./packages/maplibre-gl-legend/)|The main repository to manage plugin source code|[CHANGELOG](./packages/maplibre-gl-legend/CHANGELOG.md)
|[maplibre-gl-legend.water-gis.com](./sites/maplibre-gl-legend.water-gis.com/)|The repository manages demo website|-|

## Usage of the plugin

See [README](./packages/maplibre-gl-legend)

## How to release

It uses changeset to release. Please create release notes by the following command. Changeset will release package once the PR is merged into main branch.

```zsh
pnpm changeset
```

## Contribution

See [CONTRIBUTING](./.github/CONTRIBUTING.md)