瀏覽代碼

update README L.Control extend

gh-pages
Gregor MacLennan 9 年之前
父節點
當前提交
848c5a9578
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      README.md

+ 1
- 1
README.md 查看文件

@@ -6,7 +6,7 @@ A Leaflet control to add a split screen to compare two map overlays.
6 6
 
7 7
 ### L.Control.sideBySide(_leftLayer[s]_, _rightLayer[s]_)
8 8
 
9
-Creates a new Leaflet Control for comparing two layers or collections of layers. It does not add the layers to the map - you need to do that manually.
9
+Creates a new Leaflet Control for comparing two layers or collections of layers. It does not add the layers to the map - you need to do that manually. Extends `L.Control` but `setPosition()` and `getPosition` are `noop` because the position is always the same - it does not make sense for this control to be in the corner like other Leaflet controls.
10 10
 
11 11
 ### Parameters
12 12
 

Loading…
取消
儲存