Vladimir Agafonkin
|
e95d4692fe
|
Improve homepage
|
2012-06-27 13:33:33 +03:00 |
|
Vladimir Agafonkin
|
25a1af4b56
|
Merge remote-tracking branch 'origin/gh-pages' into gh-pages
|
2012-06-27 11:32:04 +03:00 |
|
Vladimir Agafonkin
|
a892ca6373
|
cleanup changelog
|
2012-06-27 11:31:48 +03:00 |
|
Vladimir Agafonkin
|
0830bb38dc
|
fixed path setStyle in IE6-8, closed #641, updated build and changelog
|
2012-06-26 12:21:15 +03:00 |
|
Vladimir Agafonkin
|
5da6da99d4
|
Merge remote-tracking branch 'origin/master'
|
2012-06-26 11:48:59 +03:00 |
|
Vladimir Agafonkin
|
d292b16666
|
tidy up leaflet CSS
|
2012-06-26 11:48:43 +03:00 |
|
Vladimir Agafonkin
|
277a008e1e
|
Merge pull request #758 from danzel/imageoverlay-zoom-support
Imageoverlay zoom support
|
2012-06-25 23:27:12 -07:00 |
|
danzel
|
7fc0b5a4d0
|
Remove the CSS hacks from the first go.
|
2012-06-26 11:18:49 +12:00 |
|
danzel
|
9a979dd6d9
|
ImageOverlay zooming support done proper! :)
|
2012-06-26 11:16:46 +12:00 |
|
danzel
|
b901708d31
|
Working on ImageOverlay zoom animation. This works but the image wobbles when it zooms some times. Will have another go with scale...
|
2012-06-26 11:16:45 +12:00 |
|
mourner
|
18557d890a
|
update build and changelog, cleanup
|
2012-06-26 01:51:04 +03:00 |
|
Vladimir Agafonkin
|
4b2ccdd7fd
|
Merge pull request #757 from stsydow/for_mourner
fixes NaN bug in scale control and spurios mousemove event
|
2012-06-25 15:32:34 -07:00 |
|
mourner
|
f7a65ffbd9
|
update changelog
|
2012-06-26 01:25:22 +03:00 |
|
Stefan Sydow
|
8aaac25b11
|
fix spurios mousemove event for Chrome on Win
|
2012-06-26 00:11:40 +02:00 |
|
Stefan Sydow
|
011bbb0906
|
fix NaN bug in scale control
|
2012-06-26 00:11:39 +02:00 |
|
mourner
|
a9b42fad6d
|
update changelog, cleanup
|
2012-06-26 01:05:55 +03:00 |
|
Vladimir Agafonkin
|
784b9cc7cb
|
Merge pull request #756 from danzel/master
Enable translate3d on all webkit3d browsers and a few comments
|
2012-06-25 14:37:30 -07:00 |
|
mourner
|
500848ef5c
|
tilelayer bringToFront and bringToBack
|
2012-06-26 00:32:17 +03:00 |
|
mourner
|
ce06661534
|
marker update method
|
2012-06-26 00:21:58 +03:00 |
|
mourner
|
ed3176f18f
|
path bringToFront and bringToBack
|
2012-06-26 00:16:46 +03:00 |
|
danzel
|
76897575f6
|
Comment on bottom positioning popups
|
2012-06-26 09:07:07 +12:00 |
|
danzel
|
3536e9e3cc
|
Comment on why a work around is there
|
2012-06-26 09:07:07 +12:00 |
|
danzel
|
e5239d167d
|
Ensure translate3d is used in all webkit3d browsers and note why.
|
2012-06-26 09:07:06 +12:00 |
|
mourner
|
58ec820ab1
|
add image overlay debug page
|
2012-06-25 23:46:12 +03:00 |
|
mourner
|
bbd3c93237
|
add ImageOverlay opacity, hide on zoom animation
|
2012-06-25 23:45:37 +03:00 |
|
Vladimir Agafonkin
|
dd47877154
|
removed translate3d(0,0,0) hack (seems unnecessary now)
|
2012-06-25 20:21:37 +03:00 |
|
Vladimir Agafonkin
|
dd80fc296e
|
fix typo in browser
|
2012-06-25 19:27:42 +03:00 |
|
Vladimir Agafonkin
|
2ac4a6d364
|
L.Browser and translate refactor and cleanup
|
2012-06-25 18:58:37 +03:00 |
|
Vladimir Agafonkin
|
99dd46b538
|
ensure drag is not fired after dragend, closed #555
|
2012-06-25 18:08:00 +03:00 |
|
Vladimir Agafonkin
|
4ce8d5f459
|
update build, cleanup
|
2012-06-25 17:10:01 +03:00 |
|
Vladimir Agafonkin
|
3f0f7d7ad4
|
Merge pull request #742 from shintonik/tilelayer-load-event-fix
TileLayer load event is only fired once
|
2012-06-25 07:07:00 -07:00 |
|
mourner
|
468cc5c5fa
|
minor cleanup
|
2012-06-25 11:56:38 +03:00 |
|
Vladimir Agafonkin
|
183bf50173
|
Merge pull request #750 from danzel/fix-unit-tests
Fix up the unit tests
|
2012-06-25 01:50:12 -07:00 |
|
Vladimir Agafonkin
|
1a598fe1b7
|
Merge pull request #751 from danzel/ie10
Minor fixups for IE 10 support
|
2012-06-25 01:48:00 -07:00 |
|
mourner
|
9eda0c8047
|
Merge remote-tracking branch 'origin/master'
Conflicts:
src/layer/Popup.js
|
2012-06-25 11:43:41 +03:00 |
|
mourner
|
ca9b96edde
|
Fix IE9 (and older) popup positioning
|
2012-06-25 11:42:51 +03:00 |
|
danzel
|
d8289081b8
|
Minor fixups for IE 10 support (Tested with Release Preview in a VirtualBox VM). Not sure if multi-touch support will work as I don't have a device.
|
2012-06-25 15:30:27 +12:00 |
|
danzel
|
61ce465134
|
Fix up the unit tests. Polyline.closestLayerPoint and noConflict were broken.
|
2012-06-25 12:16:46 +12:00 |
|
Vladimir Agafonkin
|
a7143fe421
|
fix browser link in docs
|
2012-06-24 18:27:31 +03:00 |
|
Vladimir Agafonkin
|
e9c13d4f0f
|
remove OOP example link (documented in reference)
|
2012-06-24 13:24:37 +03:00 |
|
Vladimir Agafonkin
|
ab8355ebff
|
extensive L.Class docs
|
2012-06-24 13:22:11 +03:00 |
|
Vladimir Agafonkin
|
aa9d390ade
|
merge gh-pages
|
2012-06-24 00:04:32 +03:00 |
|
Vladimir Agafonkin
|
b18fe43f5a
|
L.Browser docs
|
2012-06-24 00:03:14 +03:00 |
|
Vladimir Agafonkin
|
cb2f1e291a
|
noConflict docs
|
2012-06-23 22:35:38 +03:00 |
|
Vladimir Agafonkin
|
123b7d4a71
|
update icon docs
|
2012-06-23 22:20:26 +03:00 |
|
Vladimir Agafonkin
|
540f9ae792
|
Merge branch 'gh-pages' into gh-pages-master
|
2012-06-23 19:25:57 +03:00 |
|
Vladimir Agafonkin
|
cb981afe3e
|
more docs updates
|
2012-06-23 19:25:30 +03:00 |
|
Vladimir Agafonkin
|
3296756335
|
more docs updates
|
2012-06-23 18:30:49 +03:00 |
|
Vladimir Agafonkin
|
6861d1c9e3
|
minor docs updates
|
2012-06-23 17:45:31 +03:00 |
|
Vladimir Agafonkin
|
a29fada86b
|
merge gh-pages
|
2012-06-23 17:32:22 +03:00 |
|