11var olapi = "https://openlayers.org/en/v6.14.1/apidoc/" ;
22var lfapi = "https://leafletjs.com/reference.html" ;
33var 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 /" ;
55var mapv = "https://github.com/huiyan-fe/mapv/blob/master/src/" ;
66var classicapi = "https://iclient.supermap.io/web/libs/iclient8c/apidoc/files/SuperMap"
77var 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' ,
@@ -105,6 +105,7 @@ var typeLinks = {
105105 "GeoJSONObject" : geojsonapi ,
106106 "GeoJSONGeometry" : geometryapi + '#section-3.1' ,
107107 "GeoJSONFeature" : geometryapi + '#section-3.2' ,
108+ "FeatureCollection" : geometryapi + '#section-3.3' ,
108109 // WebMap 结构
109110 "WebMapSummaryObject" : helpDocApi + '#iP/Appendix/WebMap/WebMapSummary.htm' ,
110111 "FlatGeobuf" : 'https://github.com/flatgeobuf/flatgeobuf' ,
0 commit comments