File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 8
8
"disqus" : " " ,
9
9
"tags" : {
10
10
"allowUnknownTags" : true ,
11
- "linkdoc-maplibregl" : " https://maplibre.org/maplibre-gl-js- docs/api /"
11
+ "linkdoc-maplibregl" : " https://maplibre.org/maplibre-gl-js/ docs/API /"
12
12
},
13
13
"i18n" : {
14
14
"defaultLang" : " en" ,
Original file line number Diff line number Diff line change 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' ,
You can’t perform that action at this time.
0 commit comments