|
1 | | -var olapi = "https://openlayers.org/en/v4.6.5/apidoc/"; |
2 | | -var lfapi = "http://leafletjs.com/reference-1.5.1.html"; |
| 1 | +var olapi = "https://openlayers.org/en/v6.1.1/apidoc/"; |
| 2 | +var lfapi = "https://leafletjs.com/reference-1.5.1.html"; |
3 | 3 | var mbglapi = "https://www.mapbox.com/mapbox-gl-js/api/"; |
4 | 4 | var mapv = "https://github.com/huiyan-fe/mapv/blob/master/src/"; |
5 | | -var classicapi="http://iclient.supermap.io/libs/iclient8c/apidoc/files/SuperMap" |
6 | | -var geojsonapi = "http://geojson.org"; |
| 5 | +var classicapi="https://iclient.supermap.io/web/libs/iclient8c/apidoc/files/SuperMap" |
| 6 | +var geojsonapi = "https://geojson.org"; |
7 | 7 | var typeLinks = { |
8 | 8 | //openlayers |
9 | | - "ol.Map": olapi + "ol.Map.html", |
10 | | - "ol.View": olapi + "ol.View.html", |
11 | | - "ol.extent": olapi + "ol.extent.html", |
12 | | - "ol.feature": olapi + "ol.feature.html", |
13 | | - "ol.geom.Polygon": olapi + "ol.geom.Polygon.html", |
14 | | - "ol.geom.LineString": olapi + "ol.geom.LineString.html", |
15 | | - "ol.geom.Point": olapi + "ol.geom.Point.html", |
16 | | - "ol.geom.Geometry":olapi + "ol.geom.Geometry.html", |
17 | | - "ol.format.GeoJSON": olapi + "ol.format.GeoJSON.html", |
18 | | - "ol.proj.Projection": olapi + "ol.proj.Projection", |
19 | | - "ol.Observable": olapi + "ol.Observable", |
20 | | - "ol.style.Image": olapi + "ol.style.Image", |
21 | | - "ol.style.Fill": olapi + "ol.style.Fill", |
22 | | - "ol.style.Stroke": olapi + "ol.style.Stroke", |
23 | | - "ol.Object": olapi + "ol.Object", |
24 | | - "ol.source.ImageCanvas": olapi + "ol.source.ImageCanvas", |
25 | | - "ol.source.TileImage": olapi + "ol.source.TileImage", |
26 | | - "ol.source.WMTS": olapi + "ol.source.WMTS", |
27 | | - "ol.source.XYZ": olapi + "ol.source.XYZ", |
28 | | - "ol.source.Vector": olapi + "ol.source.Vector", |
29 | | - "ol.source.VectorTile": olapi + "ol.source.VectorTile", |
30 | | - "ol.Pixel": olapi + "ol.html#.Pixel", |
31 | | - "ol.source.State": olapi + "ol.source.html#.State", |
32 | | - "ol.layer.Layer": olapi + "ol.layer.Layer.html", |
33 | | - "ol.FeatureStyleFunction": olapi + "ol.html#.FeatureStyleFunction", |
34 | | - "ol.StyleFunction": olapi + "ol.html#.StyleFunction", |
35 | | - "ol.control.ScaleLine": olapi + "ol.control.ScaleLine", |
| 9 | + "ol/Map": olapi + "module-ol_Map-Map", |
| 10 | + "ol/View": olapi + "module-ol_View-View", |
| 11 | + "ol/extent": olapi + "module-ol_extent.html", |
| 12 | + "ol/feature": olapi + "module-ol_Feature-Feature.html", |
| 13 | + "ol/geom/Polygon": olapi + "module-ol_geom_Polygon-Polygon.html", |
| 14 | + "ol/geom/LineString": olapi + "module-ol_geom_LineString-LineString.html", |
| 15 | + "ol/geom/Point": olapi + "module-ol_geom_Point-Point.html", |
| 16 | + "ol/geom/Geometry":olapi + "module-ol_geom_Geometry-Geometry.html", |
| 17 | + "ol/format/GeoJSON": olapi + "module-ol_format_GeoJSON-GeoJSON.html", |
| 18 | + "ol/proj/Projection": olapi + "module-ol_proj_Projection-Projection.html", |
| 19 | + "ol/Observable": olapi + "module-ol_Observable-Observable.html", |
| 20 | + "ol/style/Image": olapi + "module-ol_style_Image-ImageStyle.html", |
| 21 | + "ol/style/Fill": olapi + "module-ol_style_Fill-Fill.html", |
| 22 | + "ol/style/Stroke": olapi + "module-ol_style_Stroke-Stroke.html", |
| 23 | + "ol/Object": olapi + "module-ol_Object-BaseObject.html", |
| 24 | + "ol/source/ImageCanvas": olapi + "module-ol_source_ImageCanvas-ImageCanvasSource.html", |
| 25 | + "ol/source/TileImage": olapi + "module-ol_source_TileImage-TileImage.html", |
| 26 | + "ol/source/WMTS": olapi + "module-ol_source_WMTS-WMTS.html", |
| 27 | + "ol/source/XYZ": olapi + "module-ol_source_XYZ-XYZ.html", |
| 28 | + "ol/source/Vector": olapi + "module-ol_source_Vector-VectorSource.html", |
| 29 | + "ol/source/VectorTile": olapi + "module-ol_source_VectorTile-VectorTile.html", |
| 30 | + "ol/Pixel": olapi + "module-ol_pixel.html", |
| 31 | + "ol/source/State": olapi + "module-ol_source_State.html", |
| 32 | + "ol/layer/Layer": olapi + "module-ol_layer_Layer-Layer.html", |
| 33 | + "ol/StyleFunction": olapi + "module-ol_style_Style.html#~StyleFunction", |
| 34 | + "ol/control/ScaleLine": olapi + "module-ol_control_ScaleLine-ScaleLine.html", |
| 35 | + "ol/control/Control": olapi + "module-ol_control_Control-Control.html", |
36 | 36 |
|
37 | 37 |
|
38 | 38 | //leaflet |
|
0 commit comments