Skip to content

frontiersi/mapbox-gl-esri-sources

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.