Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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)

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