|
1 | 1 | var olapi = "https://openlayers.org/en/v6.14.1/apidoc/";
|
2 | 2 | var lfapi = "https://leafletjs.com/reference.html";
|
3 | 3 | 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/"; |
5 | 5 | var mapv = "https://github.com/huiyan-fe/mapv/blob/master/src/";
|
6 | 6 | var classicapi="https://iclient.supermap.io/web/libs/iclient8c/apidoc/files/SuperMap"
|
7 | 7 | var geojsonapi = "https://geojson.org";
|
@@ -84,9 +84,9 @@ var typeLinks = {
|
84 | 84 | "mapboxgl.source": 'https://docs.mapbox.com/mapbox-gl-js/style-spec/sources/#geojson',
|
85 | 85 |
|
86 | 86 | //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/', |
90 | 90 |
|
91 | 91 | //mapv
|
92 | 92 | "Mapv.DataSet": mapv + 'data/DataSet.md',
|
|
0 commit comments