From c808a49a2265b34cacea493acacfed4c2c57b91a Mon Sep 17 00:00:00 2001 From: nurbek Date: Sat, 15 Oct 2022 16:30:14 +0600 Subject: [PATCH] Add MapLibre GL JS / maps --- .../webextension/images/icons/MapLibre.svg | 3 +++ src/technologies/m.json | 15 +++++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 src/drivers/webextension/images/icons/MapLibre.svg diff --git a/src/drivers/webextension/images/icons/MapLibre.svg b/src/drivers/webextension/images/icons/MapLibre.svg new file mode 100644 index 000000000..aea3e67d8 --- /dev/null +++ b/src/drivers/webextension/images/icons/MapLibre.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/technologies/m.json b/src/technologies/m.json index cd8b2367c..2110c03cd 100644 --- a/src/technologies/m.json +++ b/src/technologies/m.json @@ -663,6 +663,21 @@ "scriptSrc": "mapbox-gl\\.js", "website": "https://github.com/mapbox/mapbox-gl-js" }, + "MapLibre GL JS": { + "cats": [ + 35 + ], + "description": "MapLibre GL JS is an open-source library for publishing maps on your websites.", + "icon": "MapLibre.svg", + "js": { + "maplibregl": "", + "rmap2.maplibreglCompare": "", + "apex.libVersions.maplibre": "([\\d\\.]+)\\;version:\\1" + }, + "oss": true, + "scriptSrc": "maplibre-gl@([\\d\\.]+)/dist/maplibre-gl\\.js\\;version:\\1", + "website": "https://github.com/maplibre/maplibre-gl-js" + }, "Mapp": { "cats": [ 10,