Skip to content

Commit ec3036d

Browse files
committed
【API】优化leaflet自定义投影对象 支持传入dpi
1 parent 732f6cd commit ec3036d

File tree

6 files changed

+751
-602
lines changed

6 files changed

+751
-602
lines changed

build/jsdocs/template/typeLinkExt.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
var olapi = "https://openlayers.org/en/latest/apidoc/";
22
var lfapi = "http://leafletjs.com/reference-1.3.0.html";
33
var typeLinks = {
4+
//openlayers
45
"ol.Map": olapi + "ol.Map.html",
56
"ol.View": olapi + "ol.View.html",
67
"ol.extent": olapi + "ol.extent.html",
@@ -9,6 +10,8 @@ var typeLinks = {
910
"ol.geom.LineString": olapi + "ol.geom.LineString.html",
1011
"ol.geom.Point": olapi + "ol.geom.Point.html",
1112
"ol.format.GeoJSON": olapi + "ol.format.GeoJSON.html",
13+
14+
//leaflet
1215
"L.Bounds": lfapi + "#bounds",
1316
"L.Polygon": lfapi + "#polygon",
1417
"L.Polyline": lfapi + "#polyline",

0 commit comments

Comments
 (0)