Skip to content

Commit 8ec9155

Browse files
committed
【API】 leaflet DataFlowLayer增加mapv渲染方式,提高绘制marker的能力 。增加一些注释
1 parent 9b3747a commit 8ec9155

File tree

13 files changed

+2523
-1903
lines changed

13 files changed

+2523
-1903
lines changed

build/jsdocs/template/typeLinkExt.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
var olapi = "https://openlayers.org/en/latest/apidoc/";
2-
var lfapi = "http://leafletjs.com/reference-1.3.0.html";
2+
var lfapi = "http://leafletjs.com/reference-1.2.0.html";
33
var mbglapi = "https://www.mapbox.com/mapbox-gl-js/api/";
44
var typeLinks = {
55
//openlayers
@@ -27,6 +27,7 @@ var typeLinks = {
2727
"ol.source.State": olapi + "ol.source.html#.State",
2828

2929
//leaflet
30+
"L.Marker": lfapi + '#marker',
3031
"L.Bounds": lfapi + "#bounds",
3132
"L.Polygon": lfapi + "#polygon",
3233
"L.Polyline": lfapi + "#polyline",
@@ -43,6 +44,7 @@ var typeLinks = {
4344
"L.LayerGroup": lfapi + '#layergroup',
4445
"L.TileLayer": lfapi + '#tilelayer',
4546
"L.CircleMarker": lfapi + '#circlemarker',
47+
"L.Path-option": lfapi + '#path-option',
4648

4749
//mapboxgl
4850
"mapboxgl.Evented": mbglapi + '#Evented'

0 commit comments

Comments
 (0)