XhmikosR
ad29b7e870
Update dependencies.
2013-09-10 10:31:10 +03:00
XhmikosR
d0b926b80b
Normalize package.json and add missing properties.
...
Also refactor the properties in a more sane way.
2013-09-10 10:31:10 +03:00
danzel
ac3e7d4fea
update build
2013-08-26 15:39:46 +12:00
danzel
4f40622dfe
removeLayer supports LayerGroup. Fixes #236
2013-08-26 15:39:25 +12:00
Vincent Broute
a3275aaaca
version 0.5.1
2013-08-24 16:16:25 +02:00
Vincent Broute
43fec16fd6
version 0.5.0
2013-08-24 16:07:57 +02:00
Vincent Broute
23ee759740
updated readme
2013-08-24 16:04:03 +02:00
Vincent Broute
7c7e45eb09
zoom and panning
2013-08-24 16:02:04 +02:00
Lennard Voogdt
b8123093f1
updated the jsfiddle with the one of walesmd
2013-08-05 22:37:26 +02:00
Lennard Voogdt
a0a023c592
Trailing comma in minified version
2013-08-05 22:34:34 +02:00
Vincent Broute
e92ac01fc4
Fix legend colorisation with zero values
2013-08-05 11:55:58 +02:00
Vincent Broute
3f61052afb
version 0.4.0
2013-07-29 22:31:36 +02:00
Vincent Broute
6a023a1028
Updated readme
2013-07-29 22:30:56 +02:00
Vincent Broute
bb2a0a675f
Hide map elements when user click on the related legend label
2013-07-29 22:30:16 +02:00
danzel
8ccd5a37ba
Update build
2013-07-18 11:25:02 +12:00
danzel
31a8bb7772
Test and fix for removing and re-adding a marker while we are not on the map.
2013-07-18 11:25:02 +12:00
Dave Leaver
9b61f4b9af
Merge pull request #221 from jperelli/patch-1
...
Improving docs
2013-07-17 13:57:45 -07:00
Lennard Voogdt
37a9dc5f18
Merge pull request #11 from Krb686/patch-2
...
Update README.md
2013-07-17 11:45:45 -07:00
jperelli
6d655fa71e
Undocumented options
...
iconCreateFunction not documented, plus details
2013-07-17 13:58:38 -03:00
jperelli
d30e74ee09
Discrepancy in docs
...
Repaired discrepancy in docs
2013-07-17 13:39:56 -03:00
Kevin Briggs
61167a1460
Update README.md
...
Fix to incorrect readme
2013-07-17 11:07:46 -04:00
Vincent Brouté
1de85630e6
Initial commit
2013-07-15 15:50:40 -07:00
Vincent Broute
6914d7c906
Updated readme minimal example
2013-07-15 23:55:27 +02:00
Vincent Broute
3822b73a48
version 0.3.0
2013-07-15 23:31:11 +02:00
Vincent Broute
0cf2d86e7c
version 0.3.0
2013-07-15 23:28:53 +02:00
Vincent Broute
d489d72511
updated examples
2013-07-15 23:22:33 +02:00
Vincent Broute
196cd4464a
fix plot type (square / circle) in the legend
2013-07-15 23:22:12 +02:00
Vincent Broute
5c9cfaac8a
updated examples
2013-07-15 22:55:28 +02:00
Vincent Broute
b1ef99b3e4
Update areas ids
2013-07-15 22:54:37 +02:00
Vincent Broute
362d9ba34f
refreshable maps
2013-07-15 22:53:59 +02:00
Vincent Broute
515c92a6c7
simplified readme
2013-07-15 22:52:40 +02:00
danzel
15ed12654a
Update build
2013-07-10 11:05:07 +12:00
danzel
4ce11f3c8b
Fix markers not being added on a big zoom animation. Fixes #216
...
If we zoomed down such that a cluster would be out of our visible bounds then any of its children would be added at its location for the animation. In this case those markers would immediately be removed as they are out of our visible bounds.
Instead we now don't animate adding markers after a zoom if they are coming from outside of our visible bounds.
2013-07-10 11:04:55 +12:00
danzel
98e76b6c66
Automated test for #216
2013-07-10 11:01:03 +12:00
danzel
9ed6a4ff8f
Add failing manual test for #216
2013-07-10 10:08:16 +12:00
danzel
63e43e430f
Clear our internal cluster layer when we are removed from the map so those layers aren't there when we are re-added. Fixes #211
2013-07-05 12:03:20 +12:00
danzel
c4f4d81722
Update build
2013-07-05 11:28:41 +12:00
danzel
1c82702a57
Basic tests for spiderfy
2013-07-05 11:28:25 +12:00
danzel
847271498c
Support spiderfying circle/circleMarker. Fixes #212
2013-07-05 11:21:55 +12:00
Vincent Broute
dbd0c08e1e
New attribute textPosition for areas and plots accepting "right", "left", "center", "top" or "inner" value
2013-07-04 22:47:20 +02:00
Vincent Broute
c7440b767c
fix switched departments
2013-07-03 20:27:35 +02:00
Vincent Broute
4335e66467
version 0.2.2
2013-07-02 22:08:20 +02:00
Vincent Broute
65fe1ac176
Trigger resize event, toFront() call deleted, option legendParams.VMLWidth for IE6/7 support
2013-07-02 22:04:41 +02:00
Vincent Broute
ee5cab9d2f
remove scale transform from example
2013-07-02 21:56:49 +02:00
danzel
74e1443bb0
Throw an error if a MarkerClusterGroup is added to a map with no maxZoom. Fixes #189
2013-07-01 09:45:09 +12:00
danzel
768cb5b533
get leaflet from npm rather than git.
2013-07-01 09:35:16 +12:00
danzel
379befbbbd
Point all examples at leaflet 0.6.2. Fixes #210
2013-07-01 09:04:55 +12:00
Vincent Broute
3b7522ccb3
version 0.2.1
2013-06-30 23:03:00 +02:00
Vincent Broute
53095642ec
version 0.2.1
2013-06-30 22:55:03 +02:00
Vincent Broute
5fab4b1d26
version 0.2.0
2013-06-30 22:46:03 +02:00