Skip to content

Commit

Permalink
【fix】更新maplibregl api地址
Browse files Browse the repository at this point in the history
  • Loading branch information
songyumeng committed Jul 30, 2024
1 parent cd67bc8 commit 773e37c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build/jsdocs/maplibregl/docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"disqus": "",
"tags": {
"allowUnknownTags": true,
"linkdoc-maplibregl": "https://maplibre.org/maplibre-gl-js-docs/api/"
"linkdoc-maplibregl": "https://maplibre.org/maplibre-gl-js/docs/API/"
},
"i18n": {
"defaultLang": "en",
Expand Down
8 changes: 4 additions & 4 deletions build/jsdocs/template/typeLinkExt.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
var olapi = "https://openlayers.org/en/v6.14.1/apidoc/";
var lfapi = "https://leafletjs.com/reference.html";
var mbglapi = "https://www.mapbox.com/mapbox-gl-js/api/";
var mlbglapi = "https://maplibre.org/maplibre-gl-js-docs/api/";
var mlbglapi = "https://maplibre.org/maplibre-gl-js/docs/API/";
var mapv = "https://github.com/huiyan-fe/mapv/blob/master/src/";
var classicapi="https://iclient.supermap.io/web/libs/iclient8c/apidoc/files/SuperMap"
var geojsonapi = "https://geojson.org";
Expand Down Expand Up @@ -84,9 +84,9 @@ var typeLinks = {
"mapboxgl.source": 'https://docs.mapbox.com/mapbox-gl-js/style-spec/sources/#geojson',

//maplibregl
"maplibregl.Map": mlbglapi + '#map',
"maplibregl.Evented": mlbglapi + '#Evented',
"maplibregl.LngLatBounds": mlbglapi + '#lnglatbounds',
"maplibregl.Map": mlbglapi + 'classes/Map/',
"maplibregl.Evented": mlbglapi + 'classes/Evented/',
"maplibregl.LngLatBounds": mlbglapi + 'classes/LngLatBounds/',

//mapv
"Mapv.DataSet": mapv + 'data/DataSet.md',
Expand Down

0 comments on commit 773e37c

Please sign in to comment.