Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 722 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 722 Bytes

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

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.