Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mierune/svelte-maplibre-gl
[draft] Svelte wrapper for MapLibre GL JS (supports Svlete 5+ only)
https://github.com/mierune/svelte-maplibre-gl
data-visualization map maplibre runes svelte svelte-components visualization
Last synced: 3 months ago
JSON representation
[draft] Svelte wrapper for MapLibre GL JS (supports Svlete 5+ only)
- Host: GitHub
- URL: https://github.com/mierune/svelte-maplibre-gl
- Owner: MIERUNE
- License: apache-2.0
- Created: 2024-10-31T03:58:06.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-19T01:59:36.000Z (3 months ago)
- Last Synced: 2024-11-19T02:54:53.522Z (3 months ago)
- Topics: data-visualization, map, maplibre, runes, svelte, svelte-components, visualization
- Language: Svelte
- Homepage: https://svelte-maplibre-gl.pages.dev/
- Size: 376 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE.txt
Awesome Lists containing this project
README
# Svelte MapLibre GL
![NPM Version](https://img.shields.io/npm/v/svelte-maplibre-gl)
[Svelte](https://svelte.dev/) library for using [MapLibre GL JS](https://maplibre.org/maplibre-gl-js/docs/) as reactive components.
⚠️ This project is currently in the early stages of development. Features and APIs are subject to change.
Documentaion and Examples: https://svelte-maplibre-gl.pages.dev/examples/
License: MIT or Apache 2.0
## Installation
Using `svelte-maplibre-gl` requires `svelte >= 5.0.0`.
```bash
npm install --dev svelte-maplibre-gl
```## License
Licensed under the [MIT License](./LICENSE-MIT.txt) or the [Apache License 2.0](./LICENSE-APACHE.txt), at your option.
## Contributing
Everyone is welcomed to contribute to this project! There are many ways to support the project, such as:
- TODO
### Authors
- Taku Fukada ([@ciscorn](https://github.com/ciscorn/)) - Original Author
- TODO: Add core contributors
- And [all contributors](https://github.com/MIERUNE/svelte-maplibre-gl/graphs/contributors)## Acknowledgements
This project `svelte-maplibre-gl` is inspired by the efforts and innovations of the following libraries:
- [`dimfeld/svelte-maplibre`](https://github.com/dimfeld/svelte-maplibre) — A library offering idiomatic Svelte support for the MapLibre GL mapping software
- [`visgl/react-map-gl`](https://github.com/visgl/react-map-gl) — React friendly API wrapper around Mapbox GL JS