Commit Graph

807 Commits

Author SHA1 Message Date
Vladimir Agafonkin
0c887fe7ef Merge pull request #237 from giscloud/master
Fixed not clearing old tiles
2011-08-10 05:10:28 -07:00
Mourner
9aee9dc68a TileLayer continuousWorld option, related to #236 2011-08-10 15:06:16 +03:00
Dino Ravnić
061f3d6832 fixed not clearing old layer content in case of non animated pan or zoom 2011-08-10 12:22:35 +01:00
Vladimir Agafonkin
4261b87d1c Merge pull request #236 from giscloud/master
fixed sending invalid tile requests when using option noWrap
2011-08-10 00:36:29 -07:00
Dino Ravnić
3e61594205 when tile option noWrap is set, checking if tile x coordinate is valid 2011-08-09 23:47:57 +01:00
Vladimir Agafonkin
88a808c0a9 Merge pull request #234 from giscloud/master
fixed occasionally stuck tiles
2011-08-09 14:34:25 -07:00
Dino Ravnić
9532db6d08 fixed not decreasing total tile count when a tile is being discarded 2011-08-09 21:55:43 +01:00
Mourner
d6f34b5c9b added author notice 2011-08-04 12:37:11 +03:00
Mourner
70fffd25eb fix changelog typo 2011-08-04 12:34:22 +03:00
Mourner
9334d78ce4 todo comment 2011-08-04 12:29:33 +03:00
Mourner
c02053825d circle clipping 2011-08-04 12:28:47 +03:00
Mourner
8a004bc54b revert #221, as it causes flickering on zoom animation 2011-08-02 11:09:12 +03:00
Mourner
6c8ee87b09 Merge branch 'master' of git@github.com:CloudMade/Leaflet.git 2011-08-02 11:07:45 +03:00
Mourner
a024a64a15 update canvas debug page 2011-08-02 11:07:21 +03:00
Vladimir Agafonkin
5f17450591 Merge pull request #221 from giscloud/setview_fix
TileLayer view reset on setView - _reset fix
2011-08-01 23:46:06 -07:00
Mourner
366fce6eb8 update version and website link 2011-08-01 17:19:34 +03:00
Neno
8ac92f2303 Method TileLayer._reset now first cleans old container HTML and then initializes a new one.
This should remove a bug with using Map.setView() when old tiles would remain visible after the view has been reset.
2011-07-31 19:20:53 +01:00
Neno
2b1a64c66d Merge branch 'removeclass_fix'
Conflicts:
	src/dom/DomUtil.js
2011-07-31 15:30:08 +01:00
Vladimir Agafonkin
b46a9d2eb0 Merge pull request #220 from giscloud/removeclass_fix
Fix of the L.DomUtil.removeClasss method.
2011-07-31 06:34:55 -07:00
Neno
6d509e432b Fix L.DomUtil.removeClasss method. Regex wasn't matching '-' chars in class names. 2011-07-31 14:04:04 +01:00
Neno
5b8c242fef Fix L.DomUtil.removeClasss method. Regex wasn't matching '-' chars in class names. 2011-07-30 18:01:51 +01:00
Mourner
6b23b4325b add layer through layer group in debug page 2011-07-29 16:54:54 +03:00
Mourner
740be94032 update changelog 2011-07-29 12:46:52 +03:00
Mourner
8a39ac9524 Merge branch 'master' of git@github.com:CloudMade/Leaflet.git 2011-07-29 12:40:48 +03:00
Vladimir Agafonkin
2c149abd18 Merge pull request #214 from marphi/minWidthInPopup
add minWidth to Popup, fix calculation _containerWidth
2011-07-29 02:39:57 -07:00
Vladimir Agafonkin
a098e68606 Merge pull request #218 from marphi/marker_seticon
fix setIcon in Marker.js
2011-07-29 02:38:45 -07:00
Marcin Sikon
a29e22c3d2 Marker.js: this._reset() after set new icon, because the icon element has no set position 2011-07-29 11:19:15 +02:00
Marcin Sikon
4e3667d7fa fix my previous mistake with offsetWidth 2011-07-28 23:11:19 +02:00
Mourner
a4c46c9a60 nicer buttons on debug canvas page 2011-07-28 13:58:40 +03:00
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
Marcin Sikon
a9dc7e0dd3 add minWidth to Popup, fix calculation _containerWidth 2011-07-27 09:00:10 +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