Commit Graph

769 Commits

Author SHA1 Message Date
mourner
fe443d3d50 Fixed regression in Draggable (click triggers after dragging), closed #306 2011-09-23 17:03:36 +03:00
mourner
106054140b A better attempt at the copy world problem, hopefully closed #273, fixed #293, fixed #294, closed #288 2011-09-23 16:55:47 +03:00
mourner
8212981daa update build 2011-09-20 17:25:27 +03:00
mourner
c0df6be3b5 update build 2011-09-20 17:04:29 +03:00
mourner
9fad3d0b40 cleanup, fix IE6 events error 2011-09-20 17:03:35 +03:00
mourner
87e5cba374 Fixed whitespace 2011-09-20 16:27:08 +03:00
mourner
a7d2b16543 Fixed a bug related to panning getting stuck after releasing the mouse over an iframe or flash, closed #64 and #166 2011-09-20 16:22:30 +03:00
mourner
2954a4264f Merge remote-tracking branch 'origin/master' 2011-09-20 14:59:01 +03:00
mourner
9fe47c9103 Minor cleanup, tested WebStorm git integration 2011-09-20 14:19:11 +03:00
Vladimir Agafonkin
149437a422 Merge pull request #302 from giscloud/invalidatesize.fix
don't proceed with invalidation if map is not loaded
2011-09-19 23:43:31 -07:00
Dino Ravnić
5a5493ee04 don't proceed with invalidation if map is not loaded 2011-09-19 23:56:18 +01:00
Vladimir Agafonkin
3c33167086 Merge pull request #300 from giscloud/mouseevents.fix
if map is not loaded don't fire mouse events
2011-09-19 04:28:55 -07:00
Dino Ravnić
1c5f4716b2 if map is not loaded don't fire mouse events 2011-09-16 18:04:22 +01:00
Vladimir Agafonkin
6a71ea2d4e Merge pull request #290 from giscloud/tileunload.fix
firing tileunload when a layer is being reset
2011-09-14 10:23:26 -07:00
Vladimir Agafonkin
73d6fb6c0a Fixes IE problem introduced in a recent commit, #292 2011-09-14 20:19:50 +03:00
Dino Ravnić
e86b632a8c firing tileunload when a layer is being reset 2011-09-12 14:33:27 +01:00
Mourner
e4c08caf47 Fix overlay positions when panning to a copy of a world, close #273 2011-09-09 16:32:43 +03:00
Mourner
d9f9cbfd2e added TileLayer zoomOffset option (thanks to @msaspence) 2011-09-09 14:30:56 +03:00
Mourner
18563e3078 update changelog 2011-09-09 13:56:11 +03:00
Mourner
1d86c969be Fix vector layer click events for iOS, close #204 2011-09-09 12:52:28 +03:00
Mourner
a26b2d40c8 simple vector debug page 2011-09-09 12:51:03 +03:00
Mourner
b0205094c1 Fix initializing map in a non-empty div, close #278 2011-09-08 12:23:22 +03:00
Mourner
40c974ee8c update build and changelog 2011-09-08 12:13:54 +03:00
Mourner
3797bb74f9 Fix mouse events propagating on attribution control, close #279 2011-09-08 12:11:49 +03:00
Mourner
7ce750a3b7 more on #281 2011-09-08 12:11:14 +03:00
Mourner
1c021e19c0 update changelog 2011-09-08 12:06:27 +03:00
Mourner
63d57d1640 Merge branch 'master' of git@github.com:CloudMade/Leaflet.git 2011-09-08 12:01:52 +03:00
Mourner
fde7c7960a don't add the same listener twice, close #281 2011-09-08 12:01:21 +03:00
Mourner
57a6013d45 minor cleanup 2011-09-08 12:00:40 +03:00
Vladimir Agafonkin
26b098eb27 Merge pull request #276 from giscloud/5c1fa83b633bfe605cb81e42b1365a313e988fed
moved viewreset event handler to a callback function
2011-09-07 01:45:33 -07:00
Dino Ravnić
5c1fa83b63 moved viewreset event handler to a callback function
- before event handler wasn't removed and causing this event to fire on removed layers as well
2011-09-04 22:05:26 +01:00
Mourner
417383724f update build 2011-08-31 15:11:07 +03:00
Mourner
f5ceabf158 cleanup, update changelog 2011-08-31 15:10:40 +03:00
Mourner
6d2f821788 Merge branch 'master' of git@github.com:CloudMade/Leaflet.git 2011-08-31 15:03:41 +03:00
Vladimir Agafonkin
d36d4b514c Merge pull request #256 from CodeJosch/tileunload
Fire a "tileunload" when tiles removed
2011-08-31 05:03:26 -07:00
Mourner
c450dfdbf9 cleanup LatLngBounds toBBoxString 2011-08-31 15:02:27 +03:00
Vladimir Agafonkin
77d28a7ea6 Merge pull request #270 from KMahoney/master
Small change to add functionality to GeoJSON layer
2011-08-31 04:57:02 -07:00
CodeJosch
3a6efaa350 Array access => tile 2011-08-30 17:32:47 +02:00
CodeJosch
2b54c28890 Pass object 2011-08-30 17:28:45 +02:00
Kevin Mahoney
a0d8d304c6 Extend the GeoJSON layer from FeatureGroup to allow click events. 2011-08-30 15:50:12 +01:00
Vladimir Agafonkin
629b9ac3e8 Merge pull request #263 from JasonSanford/master
Adding toBBoxString method to LatLngBounds
2011-08-25 01:06:03 -07:00
Vladimir Agafonkin
a21ed9be8f Merge pull request #264 from fabrik42/master
L.Map#invalidateSize calls #getSize on a global object
2011-08-23 02:19:05 -07:00
Christian Bäuerlein
da02d2aadd call method #getSize on the map instance, not a global object called map 2011-08-23 09:46:50 +02:00
Jason Sanford
2fad6c1bc0 Adding "toBBoxString" method to LatLngBounds. I'm following the OpenSearch Geo spec which is different than what was originally request in #216. 2011-08-22 09:29:54 -06:00
Vladimir Agafonkin
8734ddcff7 Merge pull request #253 from JasonSanford/master
Adding a getBounds method for Path
2011-08-16 11:11:42 -07:00
Jochen
900711b59a fire a "tileunload" when tiles removed 2011-08-16 16:58:21 +02:00
Mourner
6a39725de5 fix requestAnimationFrame in some Chrome/Linux builds 2011-08-15 18:34:58 +03:00
Jason Sanford
da379754b1 Moving "getBounds" from L.Path to L.Polyline as some descendants of L.Path dont' have a "getLatLngs" method. 2011-08-15 07:25:54 -06:00
Jason Sanford
9e6d976449 Adding "getBounds" method to L.Path and a debug page to show it in use. 2011-08-14 22:31:13 -06:00
Mourner
229b905bb5 update dependencies in custom builder 2011-08-11 16:40:33 +03:00