From e4f316a17bc2712564b75b646ed45bbe9e57e899 Mon Sep 17 00:00:00 2001 From: Michael Keller Date: Wed, 15 Nov 2023 00:16:08 -0600 Subject: [PATCH] docs(plugins.md): update to add mapbox-gl-ogc-feature-collection (#3370) --- docs/plugins.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/plugins.md b/docs/plugins.md index db2ad0bb2b..4e7e75a1d6 100644 --- a/docs/plugins.md +++ b/docs/plugins.md @@ -136,6 +136,10 @@ A library for retrieving features from FlatGeobuf file using a tiled approach. C #### mapbox-gl-arcgis-featureserver A library for retrieving features from an ArcGIS FeatureServer or MapServer. This library makes tiled requests rather than simply requesting every feature.
[View on GitHub](https://github.com/rowanwins/mapbox-gl-arcgis-featureserver) + +#### mapbox-gl-ogc-feature-collection +A small package for requesting geojson from an OGC Feature API endpoint to serve tiles in MapBox/MapLibre. +
[View on GitHub](https://github.com/mkeller3/mapbox-gl-ogc-feature-collection) #### 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.