Skip to content

Commit 773e37c

Browse files
committed
【fix】更新maplibregl api地址
1 parent cd67bc8 commit 773e37c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

build/jsdocs/maplibregl/docs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"disqus": "",
99
"tags": {
1010
"allowUnknownTags": true,
11-
"linkdoc-maplibregl": "https://maplibre.org/maplibre-gl-js-docs/api/"
11+
"linkdoc-maplibregl": "https://maplibre.org/maplibre-gl-js/docs/API/"
1212
},
1313
"i18n": {
1414
"defaultLang": "en",

build/jsdocs/template/typeLinkExt.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
var olapi = "https://openlayers.org/en/v6.14.1/apidoc/";
22
var lfapi = "https://leafletjs.com/reference.html";
33
var mbglapi = "https://www.mapbox.com/mapbox-gl-js/api/";
4-
var mlbglapi = "https://maplibre.org/maplibre-gl-js-docs/api/";
4+
var mlbglapi = "https://maplibre.org/maplibre-gl-js/docs/API/";
55
var mapv = "https://github.com/huiyan-fe/mapv/blob/master/src/";
66
var classicapi="https://iclient.supermap.io/web/libs/iclient8c/apidoc/files/SuperMap"
77
var geojsonapi = "https://geojson.org";
@@ -84,9 +84,9 @@ var typeLinks = {
8484
"mapboxgl.source": 'https://docs.mapbox.com/mapbox-gl-js/style-spec/sources/#geojson',
8585

8686
//maplibregl
87-
"maplibregl.Map": mlbglapi + '#map',
88-
"maplibregl.Evented": mlbglapi + '#Evented',
89-
"maplibregl.LngLatBounds": mlbglapi + '#lnglatbounds',
87+
"maplibregl.Map": mlbglapi + 'classes/Map/',
88+
"maplibregl.Evented": mlbglapi + 'classes/Evented/',
89+
"maplibregl.LngLatBounds": mlbglapi + 'classes/LngLatBounds/',
9090

9191
//mapv
9292
"Mapv.DataSet": mapv + 'data/DataSet.md',

0 commit comments

Comments
 (0)