Commit Graph

1706 Commits

Author SHA1 Message Date
danzel
801734b0c3 IE needs translate(0,0) hack to animate right too. Fixes #870. (Fix found by oliverheilig, thanks!) 2012-09-21 09:29:09 +12:00
Vladimir Agafonkin
7b0deafb75 update build and changelog 2012-09-11 15:28:28 +03:00
Vladimir Agafonkin
60444c20bf Merge pull request #972 from domoritz/master
IsValid for Bounds and LatLngBounds
2012-09-11 05:14:26 -07:00
Dominik Moritz
f8d6e7052e Implemented isValid() function for Bounds and LatLngBounds. Fixes issue #966. Added specification. 2012-09-11 12:43:16 +01: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
622060d336 Merge pull request #968 from danzel/tilelayer-fixes
TileLayer fixes - Removing a TileLayer while dragging
2012-09-11 02:36:28 -07:00
Vladimir Agafonkin
14a9d9e029 Merge pull request #963 from danzel/zindex
Correct TileLayer zIndex behaviour on bringToBack
2012-09-11 02:34:11 -07:00
Vladimir Agafonkin
1933ae157c Merge pull request #961 from danzel/canvas-fixes
Optimize _requestUpdate in Path.Canvas.
2012-09-11 02:32:34 -07:00
Vladimir Agafonkin
4ed3c97bcd fix various master regressions 2012-09-11 12:33:54 +03:00
danzel
fcddcd065f Fix up issues reported by mourner https://github.com/CloudMade/Leaflet/pull/961/files#r1508267 2012-09-03 10:50:42 +12:00
danzel
7c59bef67a Fix for removing a TileLayer while dragging the map. Would be nicer if we could disable a limitExecByInterval, but this works. 2012-09-03 09:07:31 +12:00
danzel
db9ac2b5d7 Add a test case for removing a tile layer while dragging. Just start dragging the map and it breaks. 2012-09-03 09:05:59 +12:00
danzel
21be460719 Correct zIndex behaviour (Previously if you had 2 layers, neither of which had a zindex we'd set the zIndex to 0 on bringToBack and not remember it. On zoom it would revert). Add a test page for tile layer zIndex. Refs #959 2012-08-31 10:50:15 +12:00
danzel
7059f27d6a Optimize _requestUpdate in Path.Canvas. Don't repeatedly request and cancel animation frames (previous code wasn't actually canceling the requests anyway!). 2012-08-29 10:15:40 +12:00
jacobtoye
ad4df84fdc Fixing jshint error 2012-08-22 10:42:08 +12:00
jacobtoye
2f4275fdd8 Remove unnecessary comment. 2012-08-17 16:27:10 +12:00
jacobtoye
74f0d5fe95 Set the icons z-index to show in front after zoom. 2012-08-17 16:24:24 +12:00
jacobtoye
e057e189ce Make icons appear on top of others on mouse over. 2012-08-17 15:25:03 +12:00
Vladimir Agafonkin
d88e711591 Merge branch 'master' of github.com:CloudMade/Leaflet 2012-08-14 12:21:55 +03:00
Vladimir Agafonkin
c18dd9b38f fix touch zoom regression 2012-08-14 10:50:49 +03:00
Vladimir Agafonkin
873f986f55 fix default icon anchor 2012-08-13 16:07:54 +03:00
Vladimir Agafonkin
962fb03b0d update build 2012-08-13 15:42:50 +03:00
Vladimir Agafonkin
9625cdbbb9 fixed glitches with zooming on pan animation and panning on zoom animation 2012-08-13 15:41:20 +03:00
Vladimir Agafonkin
fd22f9f88a improved scroll wheel zoom to be more responsive 2012-08-13 15:38:26 +03:00
mourner
9ebf60bd23 improve popup shadow 2012-08-11 01:25:35 +03:00
mourner
d386cd9c0b update changelog 2012-08-11 00:11:13 +03:00
Vladimir Agafonkin
f85347ebfa Merge pull request #893 from lookfirst/issue-892
null check setting of document.onselectstart
2012-08-10 14:07:43 -07:00
Jon Stevens
1e363f29f1 null check setting of document.onselectstart 2012-08-10 13:20:48 -07:00
mourner
0bdc48a864 improve zoom control (shift-clicking) 2012-08-10 23:11:28 +03:00
mourner
8980f2d224 minor code cleanup, more destructive point operations 2012-08-10 22:40:55 +03:00
mourner
7627d39700 improve PosAnimation code a bit 2012-08-10 21:50:00 +03:00
mourner
578f18ecfb adjust panning inertia more 2012-08-10 21:49:37 +03:00
Vladimir Agafonkin
cec1802ddf update build with panning anim improvements 2012-08-10 18:44:44 +03:00
Vladimir Agafonkin
1fccd67603 update changelog 2012-08-10 18:44:11 +03:00
Vladimir Agafonkin
11d4448634 optimize requestAnimFrame for IE6-8 2012-08-10 18:44:02 +03:00
Vladimir Agafonkin
2d2fc74110 get rid of the legacy L.Transition, replace with a better and simpler L.PosAnimation 2012-08-10 18:43:46 +03:00
Vladimir Agafonkin
8c381e3b50 optimize images with OptiPNG 2012-08-09 17:13:26 +03:00
Vladimir Agafonkin
6e5b37c36b fix geojson example for IE 2012-08-08 12:18:05 +03:00
Vladimir Agafonkin
fe9516579e check if path is already in front in bringToFront, same for bringToBack 2012-08-08 12:17:10 +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
2109713511 fix iOS pinch-zoom regression and update build 2012-08-07 12:24:32 +03:00
Vladimir Agafonkin
7dedc0c59b discovered iOS regression, revert 0.4.3 release 2012-08-07 12:05:07 +03:00
Vladimir Agafonkin
35dff37fdb improve geojson example a bit 2012-08-07 11:56:48 +03:00
Vladimir Agafonkin
9bc31e0f22 update build and changelog for 0.4.3 2012-08-07 11:56:11 +03:00
Vladimir Agafonkin
9e89753c74 Remove Win/Meta key to zoom out binding, fix #869 2012-08-06 19:00:48 +03:00
Vladimir Agafonkin
f184df2c27 fix map panning inertia flicker on Chrome 2012-08-06 14:43:32 +03:00
Vladimir Agafonkin
a4276d002c update build and changelog 2012-08-06 14:43:14 +03:00
Vladimir Agafonkin
0cca115ecb Fix map to not animate on resize by default 2012-08-06 13:36:52 +03:00
Vladimir Agafonkin
c18c394147 Merge branch 'improve-geojson' 2012-08-06 13:34:22 +03:00