Commit Graph

13 Commits

Author SHA1 Message Date
4e979514c3 Add a 'sortLayers' option to L.Control.Layers (#4711)
* Add a 'sortLayers' option to L.Control.Layers

* Add a sortFunction option to L.Control.Layers

* Fix default sort function; modify test
2016-11-17 12:52:29 +01:00
a656a0b9ec Add unit test 2016-11-11 15:54:05 +01:00
02078c2b39 Make sure L.Control.removeLayer() doesn't raise an error if a layer not in the control is removed from it (#4487) 2016-04-22 16:11:22 +02:00
0bed05d537 Use array in L.Control.Layers to preserve layer order fixes #2086 2016-04-02 20:48:31 +02:00
63970e9b6c Better cleanup of L.Control.Layers, fixes #4213 (plus unit tests) 2016-02-09 15:43:03 +01:00
cfdbd10431 enforce indentation in specs 2015-09-25 13:55:37 +03:00
08674721bc Fix baselayerchange event argument (fix #3677) 2015-07-27 15:41:07 +02:00
91c039b7aa jshinting and major clean up of specs code, ref #2151 2013-11-07 23:54:33 +02:00
a2f7d7e834 Use mocha 2013-04-03 14:50:09 -07:00
0c5f401220 Merge pull request #1159 from moonlite/master
First stab at a fix for Issue 623
2012-11-29 06:44:25 -08:00
0b2a31c1fe Update the Layers control when layers are added or removed 2012-11-24 00:33:57 +00:00
c0135a219d Added a bunch of tests and fixed some bugs those exposed.
Also don't try to automatically adjust zoom. Leave that to the
layer control for now and wait for a setBaseLayer / switchLayer
or something instead.
2012-11-19 04:36:13 +01:00
5ee7113fe4 Add a baselayerchange event 2012-10-12 12:19:21 -07:00