Commit Graph

367 Commits

Author SHA1 Message Date
mourner
6437e653ee fix array form polyline editing bug, update build 2012-07-29 02:22:18 +03:00
mourner
244926f9c4 update build with IE reqAnimFrame fix 2012-07-28 14:03:00 +03:00
Vladimir Agafonkin
4174390562 keyboard navigation cleanup, closes #646 #663 2012-07-27 15:10:17 +03:00
Vladimir Agafonkin
ccd6c2956f Merge branch 'master' of https://github.com/ericmmartinez/Leaflet into keyboard 2012-07-27 14:18:46 +03:00
Vladimir Agafonkin
a51c8413da update changelog and build 2012-07-27 12:49:03 +03:00
Vladimir Agafonkin
1f19f74fa6 Merge branch 'master' of github.com:CloudMade/Leaflet 2012-07-27 12:33:35 +03:00
Vladimir Agafonkin
5e7c279abd update build 2012-07-27 12:33:06 +03:00
Vladimir Agafonkin
cdfaad994f more TileLayer and Control.Layers zIndex improvements, #309 2012-07-27 12:32:24 +03:00
Matt Currie
6142a8b74c Add zIndex support to L.TileLayer 2012-07-27 14:12:40 +12:00
danzel
3a8ce2fff5 Set pointer-events on the corner overlays so they can be clicked through (Thanks @ajbeaven @jacobtoye for showing me this). Fixes #575 2012-07-27 09:17:55 +12:00
mourner
b2d6ea5b44 fix #834 map drag over polygon bug 2012-07-26 23:20:39 +03:00
Vladimir Agafonkin
fe4dfbadbc try to fix #335 according to danzel's comment 2012-07-26 17:42:27 +03:00
Vladimir Agafonkin
65aafc3a8f fix VML remove/add losing styles issue, closes #830 2012-07-26 17:33:14 +03:00
Vladimir Agafonkin
a7f730690d update build 2012-07-26 15:02:28 +03:00
Vladimir Agafonkin
2df0a4c283 fix layers control factory and update build 2012-07-26 11:49:26 +03:00
Vladimir Agafonkin
b5513f4dd0 add ImageOverlay bringToBack/Front, update build, closes #824 2012-07-25 17:36:14 +03:00
Vladimir Agafonkin
3342e7c215 fix lint error and update build 2012-07-25 17:14:31 +03:00
Vladimir Agafonkin
cfdbdffc49 update build 2012-07-24 14:07:49 +03:00
mourner
71032411c5 update build 2012-07-20 21:34:31 +03:00
mourner
72064e02d3 update build 2012-07-20 21:16:56 +03:00
Vladimir Agafonkin
58299c8121 update build 2012-07-18 13:56:36 +03:00
Vladimir Agafonkin
cfd0789140 update build 2012-07-16 14:36:14 +03:00
Vladimir Agafonkin
0e4e02a1d3 fix popup so that tip shadow is not cut off 2012-07-16 14:22:05 +03:00
Vladimir Agafonkin
dd1a134c50 update build and changelog 2012-07-16 14:03:02 +03:00
Vladimir Agafonkin
b30df4a0fd improve close button styling 2012-07-13 16:47:25 +03:00
Vladimir Agafonkin
f27279a358 update build 2012-07-13 16:29:50 +03:00
Vladimir Agafonkin
c28036f2c8 update build 2012-07-13 12:16:26 +03:00
Vladimir Agafonkin
bd1510cec4 improve panning inertia, fix animation easings on IE 2012-07-12 17:46:17 +03:00
Vladimir Agafonkin
f4ecfe61fb improve popup close button, get rid of the image, closes #631 2012-07-12 16:22:14 +03:00
Vladimir Agafonkin
aa68310c00 update build 2012-07-12 15:55:30 +03:00
Vladimir Agafonkin
4edfaee008 Use feature detection instead of browser sniffing for opacity, #796 2012-07-12 10:31:21 +03:00
Vladimir Agafonkin
06787b8497 update build 2012-07-11 11:25:57 +03:00
Vladimir Agafonkin
bcc2c6f67f update changelog 2012-07-09 14:42:58 +03:00
Vladimir Agafonkin
410291cc2c update build 2012-07-06 12:58:10 +03:00
Vladimir Agafonkin
2746cc843e add addTo method to ImageOverlay, GeoJSON, LayerGroup, Popup 2012-07-05 16:53:32 +03:00
Vladimir Agafonkin
16cdb668b2 merge simplify-api 2012-07-05 16:24:42 +03:00
Vladimir Agafonkin
3e24ed5400 more work on simplified api 2012-07-05 14:45:06 +03:00
Vladimir Agafonkin
b2140e8d31 update build 2012-07-04 14:10:26 +03:00
Vladimir Agafonkin
df6ea68438 update build and changelog 2012-07-03 11:12:22 +03:00
mourner
50c6c480b4 add window and undefined to outer closure 2012-07-01 16:18:00 +03:00
mourner
28a21fd4c3 minor cleanup / refactoring, fix removeEventListener bug 2012-07-01 15:46:31 +03:00
mourner
0f40da1cce merge events by Guiswa, minor cleanup/refactoring 2012-06-30 14:51:09 +03:00
mourner
8d619899b0 refactoring, map getZoomScale and getScaleZoom, fix path zoom anim to take clip padding into account 2012-06-29 02:59:49 +03:00
mourner
9387db04c2 refactoring, cleanup, add Bounds.getBottomLeft and getTopRight 2012-06-29 01:47:30 +03:00
Vladimir Agafonkin
0830bb38dc fixed path setStyle in IE6-8, closed #641, updated build and changelog 2012-06-26 12:21:15 +03:00
Vladimir Agafonkin
5da6da99d4 Merge remote-tracking branch 'origin/master' 2012-06-26 11:48:59 +03:00
Vladimir Agafonkin
d292b16666 tidy up leaflet CSS 2012-06-26 11:48:43 +03:00
mourner
18557d890a update build and changelog, cleanup 2012-06-26 01:51:04 +03:00
mourner
a9b42fad6d update changelog, cleanup 2012-06-26 01:05:55 +03:00
mourner
ed3176f18f path bringToFront and bringToBack 2012-06-26 00:16:46 +03:00