Commit Graph

1918 Commits

Author SHA1 Message Date
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
Vladimir Agafonkin
0ce984f773 update changelog 2012-08-06 13:33:12 +03:00
mourner
b2c61b74f2 Improve GeoJSON example 2012-08-04 11:43:55 +03:00
mourner
8d6301cf07 Add geojson setStyle and resetStyle methods, layer feature property 2012-08-04 10:56:14 +03:00
mourner
fc1e6669ab improve geojson example colors, add legend 2012-08-03 23:50:14 +03:00
Vladimir Agafonkin
ce83a8b1be Merge branch 'improve-geojson' of github.com:CloudMade/Leaflet into improve-geojson 2012-08-03 16:12:09 +03:00
Vladimir Agafonkin
5281dbe99d improve geojson example more 2012-08-03 16:11:41 +03:00
Vladimir Agafonkin
ee0065261e improve geojson example more 2012-08-03 16:08:51 +03:00
Vladimir Agafonkin
fc819e6f47 return this in Path bringToFront/bringToBack 2012-08-03 15:57:48 +03:00
Vladimir Agafonkin
4d91aae677 improve geojson example 2012-08-03 15:48:16 +03:00
Vladimir Agafonkin
2697462b87 add bringToFront and bringToBack to FeatureGroup 2012-08-03 15:09:02 +03:00
Vladimir Agafonkin
1ba68c7bed improve geojson example 2012-08-03 15:08:49 +03:00
Vladimir Agafonkin
7a8df104b0 custom control for geojson example 2012-08-03 15:02:40 +03:00
Vladimir Agafonkin
62a84dedd8 new geojson example with US states 2012-08-03 14:49:45 +03:00
Vladimir Agafonkin
6f96435050 minor refactoring 2012-08-03 14:48:59 +03:00
Vladimir Agafonkin
4b34afc089 Merge pull request #868 from danzel/master
Android 2 tiles fix
2012-08-03 01:33:16 -07: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
Vladimir Agafonkin
b41a72c0fd Merge pull request #864 from danzel/oldie-fixes
Fix Opacity toggling in oldie
2012-08-02 01:27:10 -07: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
danzel
b96f23d2dd Add a page for testing opacity works. 2012-08-02 11:30:50 +12:00
Vladimir Agafonkin
f40de07283 add _site to git ignore 2012-08-01 18:36:47 +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
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
Vladimir Agafonkin
f8f04c3534 Merge pull request #861 from danzel/master
Fix FeatureGroup.removeLayer removing popups
2012-08-01 03:04:23 -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