Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/watergis/maplibre-gl-legend
- Owner: watergis
- License: mit
- Created: 2021-10-17T13:13:09.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-21T18:03:52.000Z (9 months ago)
- Last Synced: 2024-10-30T05:43:06.458Z (about 2 months ago)
- Language: TypeScript
- Homepage: https://maplibre-gl-legend.water-gis.com/
- Size: 39.4 MB
- Stars: 32
- Watchers: 2
- Forks: 7
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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)