Commit Graph

1980 Commits

Author SHA1 Message Date
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
Fleur Kelpin
bd8d5ff712 radius is part of CircleMarker style so should be changeable in using
setStyle();
2012-09-23 15:50:51 +02: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
danzel
801734b0c3 IE needs translate(0,0) hack to animate right too. Fixes #870. (Fix found by oliverheilig, thanks!) 2012-09-21 09:29:09 +12:00
Vladimir Agafonkin
7b0deafb75 update build and changelog 2012-09-11 15:28:28 +03:00
Vladimir Agafonkin
60444c20bf Merge pull request #972 from domoritz/master
IsValid for Bounds and LatLngBounds
2012-09-11 05:14:26 -07:00
Dominik Moritz
f8d6e7052e Implemented isValid() function for Bounds and LatLngBounds. Fixes issue #966. Added specification. 2012-09-11 12:43:16 +01:00
Vladimir Agafonkin
c92201862c update build and changelog, do not prevent tile loading on pan animation 2012-09-11 12:42:00 +03:00
Vladimir Agafonkin
622060d336 Merge pull request #968 from danzel/tilelayer-fixes
TileLayer fixes - Removing a TileLayer while dragging
2012-09-11 02:36:28 -07:00
Vladimir Agafonkin
14a9d9e029 Merge pull request #963 from danzel/zindex
Correct TileLayer zIndex behaviour on bringToBack
2012-09-11 02:34:11 -07:00
Vladimir Agafonkin
1933ae157c Merge pull request #961 from danzel/canvas-fixes
Optimize _requestUpdate in Path.Canvas.
2012-09-11 02:32:34 -07:00
Vladimir Agafonkin
4ed3c97bcd fix various master regressions 2012-09-11 12:33:54 +03:00
danzel
fcddcd065f Fix up issues reported by mourner https://github.com/CloudMade/Leaflet/pull/961/files#r1508267 2012-09-03 10:50:42 +12:00
danzel
7c59bef67a Fix for removing a TileLayer while dragging the map. Would be nicer if we could disable a limitExecByInterval, but this works. 2012-09-03 09:07:31 +12:00
danzel
db9ac2b5d7 Add a test case for removing a tile layer while dragging. Just start dragging the map and it breaks. 2012-09-03 09:05:59 +12:00
danzel
21be460719 Correct zIndex behaviour (Previously if you had 2 layers, neither of which had a zindex we'd set the zIndex to 0 on bringToBack and not remember it. On zoom it would revert). Add a test page for tile layer zIndex. Refs #959 2012-08-31 10:50:15 +12:00
danzel
7059f27d6a Optimize _requestUpdate in Path.Canvas. Don't repeatedly request and cancel animation frames (previous code wasn't actually canceling the requests anyway!). 2012-08-29 10:15:40 +12:00
jacobtoye
ad4df84fdc Fixing jshint error 2012-08-22 10:42:08 +12:00
jacobtoye
2f4275fdd8 Remove unnecessary comment. 2012-08-17 16:27:10 +12:00
jacobtoye
74f0d5fe95 Set the icons z-index to show in front after zoom. 2012-08-17 16:24:24 +12:00
jacobtoye
e057e189ce Make icons appear on top of others on mouse over. 2012-08-17 15:25:03 +12:00
Vladimir Agafonkin
d88e711591 Merge branch 'master' of github.com:CloudMade/Leaflet 2012-08-14 12:21:55 +03:00
Vladimir Agafonkin
c18dd9b38f fix touch zoom regression 2012-08-14 10:50:49 +03:00
Vladimir Agafonkin
873f986f55 fix default icon anchor 2012-08-13 16:07:54 +03:00
Vladimir Agafonkin
962fb03b0d update build 2012-08-13 15:42:50 +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
mourner
9ebf60bd23 improve popup shadow 2012-08-11 01:25:35 +03:00
mourner
d386cd9c0b update changelog 2012-08-11 00:11:13 +03:00