Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/frontiersi/mapbox-gl-esri-sources

A module for making it easier to use Esri services in mapbox-gl or maplibre-gl.
https://github.com/frontiersi/mapbox-gl-esri-sources

mapbox-gl mapbox-gl-js mapbox-gl-js-plugins

Last synced: about 18 hours ago
JSON representation

A module for making it easier to use Esri services in mapbox-gl or maplibre-gl.

Awesome Lists containing this project

README

        

# mapbox-gl-esri-sources
A small library to make it easier to use various Esri Services on a mapbox-gl map.

**Note** This library is compatible with both mapbox-gl and maplibre-gl.

Currently supports
- Esri Map Services
- Dynamic
- Tiled
- Esri Vector Tile Services
- Esri Vector Basemap Styles

## Installation & Use
`npm install mapbox-gl-esri-sources`

## Usage
Check out the [docs](https://frontiersi.github.io/mapbox-gl-esri-sources/)

## Acknowledgements
- Esri-Leaflet was one of the first open-source projects I used and contributed to. It's still a fantastic piece of work that I refered to for inspiration (and stealing some words for documentation).
- Mapbox-gl is an incredible front-end mapping library.