Skip to content

Commit 8dc4889

Browse files
committed
修改api
1 parent e6e36fb commit 8dc4889

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/leaflet/mapping/WebMap.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,8 @@ export var WebMap = L.LayerGroup.extend({
168168
* @param epsgCode - {mnumber} epsg编码
169169
* @param type - {string} 坐标类型
170170
* @param resolutions - {number}分辨率
171-
* @param origin - {[L.Point]{@linkdoc-leaflet/#point}} 切片原点
172-
* @param bounds -[L.Bounds]{@linkdoc-leaflet/#bounds}} 地图范围
171+
* @param origin - [[L.Point]{@linkdoc-leaflet/#point}] 切片原点
172+
* @param bounds -[L.Bounds]{@linkdoc-leaflet/#bounds}] 地图范围
173173
*/
174174
createCRS: function (epsgCode, type, resolutions, origin, bounds) {
175175
if (epsgCode < 0) {

0 commit comments

Comments
 (0)