Commit Graph

963 Commits

Author SHA1 Message Date
alexanderd
d5c1e4d251 Better parameter handling for TileLayer bounds 2012-10-27 23:10:13 +03:00
alexanderd
ceeb1f8a93 Rename TileLayer.options.tileBounds to bounds 2012-10-21 03:47:06 +03:00
Alexander Dimitrov
03f48cc859 Add tile bounds option to limit tile loading to a given region 2012-09-11 11:59:33 +03:00
Vladimir Agafonkin
c18dd9b38f fix touch zoom regression 2012-08-14 10:50:49 +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
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
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
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
2109713511 fix iOS pinch-zoom regression and update build 2012-08-07 12:24:32 +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
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
mourner
8d6301cf07 Add geojson setStyle and resetStyle methods, layer feature property 2012-08-04 10:56:14 +03:00
Vladimir Agafonkin
fc819e6f47 return this in Path bringToFront/bringToBack 2012-08-03 15:57:48 +03:00
Vladimir Agafonkin
2697462b87 add bringToFront and bringToBack to FeatureGroup 2012-08-03 15:09:02 +03:00
Vladimir Agafonkin
6f96435050 minor refactoring 2012-08-03 14:48:59 +03:00
danzel
8a3d508568 Tidy up comments 2012-08-03 09:29:47 +12:00
danzel
d9bafda0a8 Fix for android 2 tiles 2012-08-03 09:25:42 +12:00
Vladimir Agafonkin
e7f8a85836 Move tile layer transition to CSS, detect zoom transion end globally 2012-08-02 18:24:22 +03:00
Vladimir Agafonkin
96b759cb32 Remove android 2/3 hacks for TileLayer animation (we'll only support it for 4+) 2012-08-02 15:46:51 +03:00
Vladimir Agafonkin
cfc55281e4 merge stable, update build 2012-08-02 12:49:01 +03:00
danzel
8d4d347ec9 Fix setting opacity multiple times in oldie. Was disabling the filter if it should be enabled and vice-versa 2012-08-02 12:47:49 +03:00
Vladimir Agafonkin
1b88497f44 fix dragging cursor appearing to early on FF 2012-08-02 12:46:58 +03:00
danzel
f52251a5f5 Fix setting opacity multiple times in oldie. Was disabling the filter if it should be enabled and vice-versa 2012-08-02 11:31:20 +12: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
690c969bc0 cleanup layers control IE7 fix #861 2012-08-01 14:06:21 +03:00
danzel
9e61d26d8f Radio buttons properly dynamically created in IE7 don't work, so the layers dialog doesn't work, do it this hacky way instead. 2012-08-01 14:05:17 +03:00
Vladimir Agafonkin
b3d6427a8a cleanup layers control IE7 fix #861 2012-08-01 14:03:42 +03:00
danzel
a0ee757e2d When removing a marker from a FeatureGroup, only remove the popup if it was put there by the FeatureGroup.
Refs danzel/Leaflet.markercluster#24
2012-08-01 13:07:57 +03:00
Vladimir Agafonkin
985850fcef Merge pull request #862 from danzel/oldie-fixes
Fix Layers dialog in IE7
2012-08-01 03:06:55 -07:00
danzel
8c84b8a00c Radio buttons properly dynamically created in IE7 don't work, so the layers dialog doesn't work, do it this hacky way instead. 2012-08-01 15:57:17 +12:00
danzel
7c94559355 When removing a marker from a FeatureGroup, only remove the popup if it was put there by the FeatureGroup.
Refs danzel/Leaflet.markercluster#24
2012-08-01 13:40:43 +12:00
Vladimir Agafonkin
10ffc863db Merge pull request #857 from ajbeaven/AnimatedInvalidateSize
Added option to animate pan on invalidateSize()
2012-07-31 01:11:27 -07:00
Vladimir Agafonkin
a393cdec20 update build and changelog 2012-07-31 10:59:14 +03:00
mattcurrie
f3ef407814 Fix L.tileLayer.wms class factory 2012-07-31 12:05:30 +12:00
Andrew Beaven
2b27065c6b Added option to animate pan on invalidateSize() 2012-07-31 11:59:06 +12:00
Olexandr Skrypnyk
031ee25377 Move isRetina method from Util to Browser 2012-07-30 17:27:15 +03:00
Olexandr Skrypnyk
7b167a41dc Detect retina support for a huge amount of devices by Thomas Fuchs
Tested on iOS, Android 2.x, Chrome for Android, Safari on MacBook Pro Retina, Firefox mobile (beta) for Android, Opera Mobile (Android).
2012-07-30 17:03:52 +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