Merge pull request #7672 from nurbek91/mapbox.js

Add Mapbox.js / maps
main
Elbert Alias 1 year ago committed by GitHub
commit 69a8dbb9db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -729,6 +729,19 @@
"scriptSrc": "maplibre-gl@([\\d\\.]+)/dist/maplibre-gl\\.js\\;version:\\1", "scriptSrc": "maplibre-gl@([\\d\\.]+)/dist/maplibre-gl\\.js\\;version:\\1",
"website": "https://github.com/maplibre/maplibre-gl-js" "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": { "Mapbox GL JS": {
"cats": [ "cats": [
35 35

Loading…
Cancel
Save