From 885e22e54fb0e543db93457d8badc3e8eada60b3 Mon Sep 17 00:00:00 2001 From: nurbek Date: Tue, 23 May 2023 00:23:37 +0600 Subject: [PATCH] Add Mapbox.js / maps --- src/technologies/m.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/technologies/m.json b/src/technologies/m.json index aaabd7383..41ee13157 100644 --- a/src/technologies/m.json +++ b/src/technologies/m.json @@ -730,6 +730,19 @@ "scriptSrc": "maplibre-gl@([\\d\\.]+)/dist/maplibre-gl\\.js\\;version:\\1", "website": "https://github.com/maplibre/maplibre-gl-js" }, + "Mapbox.js": { + "cats": [ + 35 + ], + "description": "Mapbox.js is a JavaScript library provided by Mapbox for working with interactive maps and geospatial data.", + "icon": "Mapbox.svg", + "implies": "Leaflet", + "dom": "link[href*='api.mapbox.com/']", + "oss": true, + "scripts": "api\\.mapbox\\.com/mapbox\\.js/v([\\d\\.]+)/\\;version:\\1", + "scriptSrc": "api\\.mapbox\\.com/mapbox\\.js/v([\\d\\.]+)/\\;version:\\1", + "website": "https://github.com/mapbox/mapbox.js" + }, "Mapbox GL JS": { "cats": [ 35