Vladimir Agafonkin
|
34bfc2eeb8
|
Merge branch 'master' into gh-pages
|
2012-08-10 18:45:27 +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
|
afe1add278
|
restore the GitHub buttons
|
2012-08-09 17:19:40 +03:00 |
|
Vladimir Agafonkin
|
8c381e3b50
|
optimize images with OptiPNG
|
2012-08-09 17:13:26 +03:00 |
|
mourner
|
9cd0ab6427
|
remove markdotto github button that broke everything
|
2012-08-09 01:12:05 +03:00 |
|
Vladimir Agafonkin
|
20530e3d88
|
fix choropleth example in Opera more
|
2012-08-08 14:23:19 +03:00 |
|
Vladimir Agafonkin
|
eb03c6b267
|
fix choropleth hover for Opera too
|
2012-08-08 14:05:39 +03:00 |
|
Vladimir Agafonkin
|
69df53248e
|
fix choropleth examples hover issue in IE
|
2012-08-08 12:22:27 +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
|
6fc2d96dda
|
update with 0.4.4
|
2012-08-07 18:47:24 +03:00 |
|
Vladimir Agafonkin
|
fb165dbc6f
|
Merge branch 'master' into gh-pages
|
2012-08-07 18:45:45 +03:00 |
|
Vladimir Agafonkin
|
2aa30376db
|
fix IE9 regression (sorry!)
|
2012-08-07 18:43:52 +03:00 |
|
Vladimir Agafonkin
|
c4756638fe
|
fix Texas Tribune links
|
2012-08-07 18:16:00 +03:00 |
|
Vladimir Agafonkin
|
f15dc88a4f
|
add 0.4.3 blog post, minor tutorials update
|
2012-08-07 18:09:59 +03:00 |
|
Vladimir Agafonkin
|
6b4d64a320
|
Added new choropleth map tutorial
|
2012-08-07 17:45:47 +03:00 |
|
Vladimir Agafonkin
|
f847e07c06
|
update references to 0.4.3
|
2012-08-07 13:01:56 +03:00 |
|
Vladimir Agafonkin
|
76e76d02c2
|
add Wall Street Journal link to frontpage
|
2012-08-07 13:01:39 +03:00 |
|
Vladimir Agafonkin
|
f41c68f418
|
update docs with 0.4.3 changes
|
2012-08-07 12:44:50 +03:00 |
|
Vladimir Agafonkin
|
917add095f
|
merge master
|
2012-08-07 12:32:52 +03:00 |
|
Vladimir Agafonkin
|
cb115ba8ec
|
Merge branch 'gh-pages-master' into gh-pages
|
2012-08-07 12:29:55 +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
|
adedbd7107
|
Merge pull request #876 from erictheise/gh-pages
Two typos
|
2012-08-06 05:25:54 -07:00 |
|
Eric Theise
|
f6efb08b4a
|
Update reference.html
Fixing typos ("preciously" should be "previously"), the default values of offset for L.Popup are (0,6), not (0,0).
|
2012-08-06 08:59:08 -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 |
|