Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/frontiersi/mapbox-gl-esri-sources
- Owner: frontiersi
- License: apache-2.0
- Created: 2021-03-16T01:04:56.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-08-25T04:35:43.000Z (over 1 year ago)
- Last Synced: 2024-12-31T23:51:46.076Z (11 days ago)
- Topics: mapbox-gl, mapbox-gl-js, mapbox-gl-js-plugins
- Language: JavaScript
- Homepage: https://frontiersi.github.io/mapbox-gl-esri-sources/
- Size: 7.18 MB
- Stars: 30
- Watchers: 3
- Forks: 9
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: LICENSE
Awesome Lists containing this project
- awesome-maplibre - mapbox-gl-esri-sources - A library for making it easier to use Esri services in MapLibre GL JS. Supports Esri Map Services (dynamic & tiled), Esri Vector Tile Services & Esri Vector Basemap Styles. (Layer Types Plugins / JavaScript)
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.