Commit Graph

405 Commits

Author SHA1 Message Date
Vladimir Agafonkin
cac035af93 add CRS.Simple to the build 2012-10-31 02:13:42 +02:00
Vladimir Agafonkin
7ed96d6ed1 fix TileLayer.Canvas drawTile zoom argument 2012-10-31 02:02:12 +02:00
Vladimir Agafonkin
3c7b66b56c update changelog and build 2012-10-31 01:42:24 +02:00
Vladimir Agafonkin
756e828c17 update build 2012-10-31 00:58:58 +02:00
danzel
c649a4fd92 Update L.DomUtil.getViewportOffset to support dir="rtl"
Fix css element positioning when rtl.
Fixes #1095
2012-10-29 10:18:38 +13:00
danzel
36b9509ac7 update changelog and build 2012-10-18 14:36:25 +13:00
danzel
8bed7adb81 Make touch events work for IE10 using a wrapper approach (similar to DomEvent.DoubleTap). DoubleTap touch on IE10 doesn't currently work but everything else does. Refs #871 2012-10-18 14:23:09 +13:00
Vladimir Agafonkin
67d1f6e1c5 update changelog and build 2012-10-17 16:54:52 +03:00
jacobtoye
476899b843 Fix box zoom opacity in < IE8. 2012-10-17 14:32:06 +13:00
Vladimir Agafonkin
d2f546fa19 update build 2012-10-15 11:39:58 +03:00
Vladimir Agafonkin
09060ff163 Merge pull request #1055 from aparshin/layers-control-html
Allow HTML in Layer Names (issue #1009)
2012-10-15 00:58:22 -07:00
Vladimir Agafonkin
0e606e268d add built files to gitignore to avoid confusion, update build 2012-10-12 15:03:35 +03:00
Alexander Parshin
20915a83fa Allow HTML in Layer Names (issue #1009) 2012-10-10 03:05:12 +04:00
Vladimir Agafonkin
aed34118de update build and changelog 2012-10-09 16:57:26 +03:00
Vladimir Agafonkin
14d4f99bef update build and changelog 2012-10-05 18:27:40 +03:00
Vladimir Agafonkin
7b0deafb75 update build and changelog 2012-09-11 15:28:28 +03:00
Vladimir Agafonkin
c92201862c update build and changelog, do not prevent tile loading on pan animation 2012-09-11 12:42:00 +03:00
Vladimir Agafonkin
4ed3c97bcd fix various master regressions 2012-09-11 12:33:54 +03:00
Vladimir Agafonkin
962fb03b0d update build 2012-08-13 15:42:50 +03:00
mourner
9ebf60bd23 improve popup shadow 2012-08-11 01:25:35 +03:00
Vladimir Agafonkin
cec1802ddf update build with panning anim improvements 2012-08-10 18:44:44 +03:00
Vladimir Agafonkin
8c381e3b50 optimize images with OptiPNG 2012-08-09 17:13:26 +03:00
Vladimir Agafonkin
2aa30376db fix IE9 regression (sorry!) 2012-08-07 18:43:52 +03:00
Vladimir Agafonkin
968aece11e update changelog and build 2012-08-07 12:28:55 +03:00
Vladimir Agafonkin
9bc31e0f22 update build and changelog for 0.4.3 2012-08-07 11:56:11 +03:00
Vladimir Agafonkin
a4276d002c update build and changelog 2012-08-06 14:43:14 +03:00
Vladimir Agafonkin
cfc55281e4 merge stable, update build 2012-08-02 12:49:01 +03:00
Vladimir Agafonkin
00ed2286cc update version number and build 2012-08-01 18:35:42 +03:00
Vladimir Agafonkin
63a62213df update version in the source 2012-08-01 14:23:43 +03:00
Vladimir Agafonkin
4cdece71ca update build and changelog 2012-08-01 14:16:12 +03:00
Vladimir Agafonkin
2020827a9e update build and changelog 2012-08-01 14:14:23 +03:00
Vladimir Agafonkin
5f7f5b2437 update changelog and build 2012-07-31 11:17:04 +03:00
Vladimir Agafonkin
a393cdec20 update build and changelog 2012-07-31 10:59:14 +03:00
Vladimir Agafonkin
e3b2b78558 fix incorrect calculation of scale by the scale control, closes #852 2012-07-30 16:45:58 +03:00
Vladimir Agafonkin
529cdb09a3 fix ugly marker shadows on iE8, closes #850 2012-07-30 12:54:44 +03:00
Vladimir Agafonkin
b1db46a307 update build with regression fixes 2012-07-30 12:31:09 +03:00
mourner
e55e948986 update build 2012-07-30 01:39:13 +03:00
Juergen Treml
1a1205ea6e Provide the hooks needed for writing plugins / extensions to scale control
Separate the creation of scales as well as the updating of them into
separate methods, which allows for plugins to overwrite these methods
in order to add an extra scale and update it.

Update style to support n scales instead of exactly one or two.
2012-07-29 14:10:03 +02:00
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