Commit Graph

1706 Commits

Author SHA1 Message Date
Vladimir Agafonkin
2482592dd0 Merge pull request #1067 from marcjansen/master
Add missing semicolon.
2012-10-15 00:26:11 -07:00
Marc Jansen
ebc7e9a18a Add missing semicolon. 2012-10-15 10:10:11 +03:00
Vladimir Agafonkin
d2af375862 Merge pull request #1063 from jfirebaugh/load
can't add scale control to uninitialized map
2012-10-12 12:58:56 -07:00
John Firebaugh
0b4d2b0c44 Add Map#whenReady
Fixes #1063
2012-10-12 12:54:13 -07:00
Vladimir Agafonkin
2f6bd65efd Merge pull request #1064 from jfirebaugh/baselayerchange
need a baselayerchange event
2012-10-12 12:27:53 -07:00
John Firebaugh
5ee7113fe4 Add a baselayerchange event 2012-10-12 12:19:21 -07:00
Vladimir Agafonkin
0e606e268d add built files to gitignore to avoid confusion, update build 2012-10-12 15:03:35 +03:00
Alexander Parshin
cb44a6b428 fix indent symbols 2012-10-12 00:05:47 +04:00
Vladimir Agafonkin
c2961247c6 Merge pull request #1062 from jfirebaugh/spec
Test the right class
2012-10-11 12:56:29 -07:00
John Firebaugh
2cca6586dc Test the right class 2012-10-11 08:54:04 -07:00
Vladimir Agafonkin
c3ad2bc0c3 Merge pull request #1060 from danzel/zoom-fixes
Fix tile zoom animation in latest chrome canary
2012-10-11 01:39:40 -07:00
danzel
b596383f45 Fix tile zoom animation in latest chrome canary and remove the translate(0,0) hack for other browsers as this fixes it too :-) Fixes #1056 2012-10-11 12:48:20 +13:00
Vladimir Agafonkin
635cfad11f Merge pull request #1058 from bmcbride/master
CONTRIBUTING.md typo and grammar fixes
2012-10-10 12:25:44 -07:00
Bryan McBride
244aa90983 Typo and grammar fixes 2012-10-10 13:11:56 -03:00
Vladimir Agafonkin
586016ab3c fix mdash in contrib guide 2012-10-10 18:10:06 +03:00
Vladimir Agafonkin
231078c0f6 final contrubution guide adjustments 2012-10-10 18:07:07 +03:00
Vladimir Agafonkin
0f2955c90b more contributing guide updates 2012-10-10 12:33:08 +03:00
Vladimir Agafonkin
49c3f24284 update contributing guide 2012-10-10 11:54:22 +03:00
Alexander Parshin
20915a83fa Allow HTML in Layer Names (issue #1009) 2012-10-10 03:05:12 +04:00
Vladimir Agafonkin
c7d6812a11 add initial contribution info 2012-10-09 17:34:20 +03:00
Vladimir Agafonkin
aed34118de update build and changelog 2012-10-09 16:57:26 +03:00
Vladimir Agafonkin
0e1a3e3755 Merge pull request #1051 from jacobtoye/MarkerDragMoveEventFix
Handler.MarkerDrag marker move event fix
2012-10-09 02:22:28 -07:00
jacobtoye
95fc1f0fef Add latlng to 'move' event triggered on marker when marker is dragged. 2012-10-09 16:12:04 +13:00
jacobtoye
6279e99272 Bring _onDrag method in line with normal Leaflet coding conventions. 2012-10-09 16:10:36 +13:00
Dave Leaver
77fb4435f5 Merge pull request #1050 from jacobtoye/master
Introduced a bug when renaming movePopup -> _movePopup
2012-10-08 19:49:30 -07:00
jacobtoye
939adbcf87 Fix up event handler method typo after movePopup rename. 2012-10-09 15:18:02 +13:00
Vladimir Agafonkin
3ce744d6ee Merge pull request #1049 from danzel/fix-events
More tidyups for #1046
2012-10-08 14:03:25 -07:00
danzel
9b56d31b24 More tidyups for #1046 2012-10-09 09:23:15 +13:00
Dave Leaver
a904c319f9 Merge pull request #1046 from inpursuit/bug/2
Vector layers do not stop propagation of mouse events that they fire
2012-10-08 13:11:51 -07:00
Vladimir Agafonkin
c178674948 Merge pull request #1038 from jacobtoye/popupdecouple
Decouple the closePopup and movePopup from L.Marker
2012-10-08 09:06:24 -07:00
Adam Stull
f844237a87 Stop propagation of mouse event 2012-10-08 11:54:36 -04:00
jacobtoye
d7daa5e8a8 Making movePopup private. 2012-10-08 08:46:30 +13:00
Vladimir Agafonkin
ec16ea8ace Merge pull request #1027 from jfirebaugh/loaded
Order-of-initialization problem with setView()/getBounds()/moveend
2012-10-05 12:13:42 -07:00
Vladimir Agafonkin
14d4f99bef update build and changelog 2012-10-05 18:27:40 +03:00
Vladimir Agafonkin
85d350e322 Merge pull request #1033 from danzel/fix-events
Allow click events to propogate through
2012-10-05 08:11:34 -07:00
Vladimir Agafonkin
5ab91941ff do not detect VML if SVG is supported, related to #870 comments 2012-10-05 16:37:15 +03:00
jacobtoye
fcf9b6cafe Adding unbindPopup method to L.Path. 2012-10-05 16:43:36 +13:00
jacobtoye
720068bd70 Make sure popup is closed when Path is removed from map. 2012-10-05 16:35:08 +13:00
jacobtoye
eba37ae47a Unbind the remove and move event handlers when we unbind the popup. 2012-10-05 16:29:22 +13:00
jacobtoye
4da0cb0104 Refactor closing and moving a marker's popup. 2012-10-05 14:19:37 +13:00
John Firebaugh
fbf91fef54 Ensure that getBounds can be called during the first moveend event
Fixes #1027
2012-10-04 14:02:46 -07:00
danzel
f435217301 Allow click events on Marker elements to fall through if they are not handled. 2012-10-04 10:13:30 +13:00
danzel
53f57cb45f Allow click events on Path.SVG elements to fall through if they are not handled. 2012-10-04 10:12:57 +13:00
danzel
28f067ce73 Allow SVG Path click propogation. Fixes #834 2012-10-04 09:59:37 +13:00
Dave Leaver
87bc14d968 Merge pull request #1023 from danzel/polyedit
Polyedit fixes for #1022
2012-09-30 13:45:49 -07:00
danzel
734ea2fdbf Fix deleting 2 end nodes from a poly line. Fixes #1022 2012-09-28 10:46:57 +12:00
danzel
a17e481c76 Add another point to the polyline edit example so that it can reproduce #1022 2012-09-28 10:22:42 +12:00
Vladimir Agafonkin
1f142c003d Merge pull request #1011 from waldir/patch-2
Fix compatibility with SmoothWheel extension for Firefox (issue #916)
2012-09-24 02:03:03 -07:00
Waldir
81c2bf93ca Fix #916 2012-09-23 15:06:44 +02:00
Vladimir Agafonkin
e0ee630421 Merge pull request #1007 from danzel/ie10
IE needs translate(0,0) hack to animate right too. Fixes #870.
2012-09-20 14:48:17 -07:00