Commit Graph

677 Commits

Author SHA1 Message Date
Mourner
aa5849a2dc fixed mouse zoom when map is inside scrollable div, closes #206 2011-07-28 12:49:32 +03:00
chrillo
d4c73d2b57 Scrolling Offset Bug Fix 2011-07-28 10:36:21 +02:00
Vladimir Agafonkin
f58a1c7369 Merge pull request #207 from florianf/master
Fix for #172, add support for removing canvas layers
2011-07-26 01:35:14 -07:00
florianf
21cb7c649e Updated UNIX Makefile to include all files like Windows make.bat 2011-07-24 15:13:20 +02:00
florianf
93da176a38 Added second removal of canvas layer for testing purposes. 2011-07-24 15:05:38 +02:00
florianf
6c37eda53a Implemented removing of canvas layers. Fixes #172 2011-07-24 14:56:42 +02:00
florianf
99ffc1ef37 Merge branch 'master' of git://github.com/CloudMade/Leaflet 2011-07-23 13:09:35 +02:00
Mourner
7d41f80b9b Fix layer ordering in Control.Layers 2011-07-21 12:05:59 +03:00
Mourner
9afb40f599 update changelog 2011-07-21 12:05:27 +03:00
Vladimir Agafonkin
876de46b2f Merge pull request #194 from anru/multipoly
Add method setLatLngs to L.MultiPolygon and L.MultiPolyline
2011-07-21 00:40:49 -07:00
Andrey Rublev
78c51b06b0 Add method setLatLngs to L.MultiPolygon and L.MultiPolyline 2011-07-21 11:29:28 +07:00
Vladimir Agafonkin
dc1ddd86a5 Merge pull request #200 from anru/master
Fix method L.LineUtil._sqClosestPointOnSegment
2011-07-20 07:45:10 -07:00
Andrey Rublev
94d97d84c0 Fix method L.LineUtil._sqClosestPointOnSegment 2011-07-20 21:42:48 +07:00
Mourner
f87a6583dd Close marker popup on marker removal (merge Rick's pull) 2011-07-20 16:53:48 +03:00
Mourner
d222068a50 update changelog 2011-07-20 16:38:49 +03:00
Mourner
189e532dd7 fix potential Safari crashes and tile load errors 2011-07-20 16:28:11 +03:00
Mourner
62db9893c1 fix setPrefix not updating attribution prefix, closes #195 2011-07-20 16:09:18 +03:00
Mourner
67172990bb Fix map click error when dragging is initially disabled, closes #196 2011-07-20 16:05:53 +03:00
Mourner
6ddb7424d9 update changelog and build 2011-07-20 15:54:27 +03:00
Mourner
1ff1edb7b0 Limited zoom change on a single mouse wheel movement, closes #149 2011-07-20 15:54:22 +03:00
Mourner
f7c282ae7f update changelog 2011-07-20 15:43:59 +03:00
Mourner
e26a86e8b9 Merge branch 'master' of git@github.com:CloudMade/Leaflet.git 2011-07-20 15:43:22 +03:00
Vladimir Agafonkin
c726d6f3cb Merge pull request #189 from anru/domutil
Add L.DomUtil.removeClass method
2011-07-20 04:27:12 -07:00
Vladimir Agafonkin
fdaedb434a Merge pull request #186 from anru/master
Add method Polyline.closestLayerPoint
2011-07-20 04:16:48 -07:00
Vladimir Agafonkin
fd9b3b3c37 Merge pull request #197 from anru/markerdrag
Now draggable's event 'drag' syncronized with actual position of draggabl
2011-07-20 04:14:00 -07:00
Mourner
e1c5051f7c update build with Layers control 2011-07-20 14:12:12 +03:00
Andrey Rublev
479eaa6528 Now draggable's event 'drag' syncronized with actual position of draggable element 2011-07-20 14:18:59 +07:00
Andrey Rublev
263a5b9b5f Add method Polyline.closestLayerPoint
Also fix method L.LineUtil.simplify for empty geometry
2011-07-20 13:23:04 +07:00
Andrey Rublev
b27922ea2c Add L.DomUtil.removeClass method 2011-07-15 19:03:35 +07:00
Rick Harris
d1997386fd Remove marker popups when marker is removed 2011-07-13 13:46:57 -04:00
Mourner
cf83c2e146 Merge branch 'master' of git@github.com:CloudMade/Leaflet.git 2011-07-13 14:51:10 +03:00
Mourner
95e0e6345c passing layer config in control constructor 2011-07-13 14:49:36 +03:00
Mourner
50e36cc2cb minor tweaks 2011-07-13 14:38:46 +03:00
Vladimir Agafonkin
d2b4e73d8d Edited CHANGELOG.md via GitHub 2011-07-13 04:17:07 -07:00
Vladimir Agafonkin
eb1973eade Merge pull request #180 from anru/master
Fix Bounds.contains method in case if obj argument is instance of L.Point
2011-07-13 04:15:14 -07:00
Andrey Rublev
9479911e69 Fix Bounds.contains method in case if obj argument is instance of L.Point 2011-07-13 18:13:35 +07:00
Mourner
03075f0928 initial Control.Layers commit 2011-07-12 20:19:29 +03:00
Mourner
0936b5e18c map#hasLayer, ability to add tile layers below all others 2011-07-12 20:18:22 +03:00
Mourner
9b8db34fa3 update build and changelog 2011-07-12 15:33:06 +03:00
Mourner
e9b8353198 more Class specs to test @anru changes 2011-07-12 15:32:40 +03:00
Mourner
76d517e3e2 temporarily disable projection specs (need rewrite after refactoring) 2011-07-12 15:32:22 +03:00
Mourner
bad8021e9d update includes in spec runner 2011-07-12 15:31:54 +03:00
Mourner
0c391d3c56 Merge branch 'master' of git@github.com:CloudMade/Leaflet.git 2011-07-12 15:03:00 +03:00
Vladimir Agafonkin
1a694c5343 Merge pull request #179 from anru/master
Improved inheritance mechanism, fixed access to the super class
2011-07-12 05:02:37 -07:00
Andrey Rublev
e1e1504a1b Improved inheritance mechanism, fixed access to the superclass 2011-07-12 19:00:31 +07:00
Mourner
61d636cc4f remove noSpec failures (enable when needed during development) 2011-07-12 14:59:43 +03:00
Mourner
3989c6afd0 update changelog and build 2011-07-11 14:14:46 +03:00
Vladimir Agafonkin
8970d7cfd6 Merge pull request #178 from anru/master
Fix dragging markers without shadows
2011-07-11 04:12:12 -07:00
anru
40cbee84b4 Fix dragging markers without shadows 2011-07-11 04:04:20 -07:00
Vladimir Agafonkin
806f74ab19 Merge pull request #169 from JasonSanford/master
Path.setStyle didn't return this
2011-07-06 00:33:37 -07:00