Commit Graph

4217 Commits

Author SHA1 Message Date
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
Mourner
881c7989d9 Merge remote branch 'origin/gh-pages' into HEAD 2011-07-06 11:38:07 +03:00
Vladimir Agafonkin
ed07e31fde Merge pull request #170 from JasonSanford/gh-pages
Docs for Path.setStyle
2011-07-06 00:34:29 -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
Jason Sanford
209471c0fa Path.setStyle didn't return "this". I assume it is supposed to. 2011-07-05 21:32:15 -06:00
Jason Sanford
e6c8d1b12c Adding setStyle docs for Path. 2011-07-05 21:19:08 -06:00
Mourner
9d1e2f0053 Merge branch 'master' into HEAD 2011-07-05 12:53:45 +03:00
Mourner
5f07e8bfc2 fix crash on Android 3, closes #137, #160 2011-07-04 15:01:38 +03:00
florianf
ac98d90933 Narrowed android crashing down. 2011-06-25 20:06:49 +02:00
florianf
c42193cf54 Disable unloadInvisibleTiles for android browsers. Seems to fix crashing of android 3.1 webkit 2011-06-25 19:40:01 +02:00
Vladimir Agafonkin
cea254c5db Merge pull request #158 from JasonSanford/gh-pages
Docs for map.getBounds()
2011-06-24 00:10:16 -07:00
Jason Sanford
c0d20fcda7 Adding docs for map.getBounds() 2011-06-23 22:42:56 -06:00
Mourner
9c19796f25 rely more on feature detection instead of ua string, closes #142 2011-06-23 14:41:47 +03:00
Mourner
fd62d391f4 fix indentation, use documentFragment when adding tiles, closes #152 2011-06-23 14:28:31 +03:00
Mourner
6dbb8dcef2 use documentFragment when adding tiles, closes #152 2011-06-23 14:27:43 +03:00
Mourner
b0ac337d44 minor docs update, closes #145 2011-06-23 14:03:02 +03:00
Mourner
11dd1d6027 Merge branch 'master' into HEAD 2011-06-23 14:00:27 +03:00
Mourner
c739bbff22 fix occasional overlay blurriness in WebKit 2011-06-23 13:58:43 +03:00
mourner
baa90b5d45 fix broken canvas layer positioning in FF, closes #156 2011-06-23 09:25:27 +03:00
Mourner
bd62d6f092 Merge branch 'master' into HEAD 2011-06-22 19:07:37 +03:00
Mourner
c9ae2142b4 update changelog 2011-06-22 19:07:27 +03:00
Mourner
fd94ffd665 remove accidental console.log 2011-06-22 19:05:44 +03:00
Mourner
f226c5b932 Merge branch 'master' into HEAD 2011-06-22 19:03:57 +03:00
Mourner
77e1459347 don't draw circles that are off the clip region, closes #141 2011-06-22 19:03:11 +03:00
Mourner
d999ab1d01 path canvas fixes (make sure there's no accidental styling) 2011-06-22 18:34:26 +03:00
Vladimir Agafonkin
74b9792a1f Merge pull request #153 from JasonSanford/gh-pages
minZoom, maxZoom documentation for Map
2011-06-22 08:15:12 -07:00
Jason Sanford
cbe6df2518 Adding minZoom/maxZoom documentation for Map. 2011-06-22 09:00:10 -06:00
Mourner
8cdb7069e1 fix regression that caused 'L_PREFER_CANVAS undefined' error 2011-06-22 17:17:22 +03:00
Mourner
6163fd755c click tolerance for polylines 2011-06-22 13:27:03 +03:00
Mourner
4273df1f99 fix circle drawing bug 2011-06-22 12:26:03 +03:00
Mourner
1e518b9d44 update changelog 2011-06-21 18:38:23 +03:00
Mourner
a874c65ef0 Merge branch 'master' into HEAD 2011-06-21 18:29:00 +03:00
Mourner
5772c995f3 prettier vector example 2011-06-21 18:26:39 +03:00
Mourner
d63d39cabf update build (only ~2.5kb increase from canvas backend, great!) 2011-06-21 18:13:43 +03:00
Mourner
a0a2064a7b remove duplication in canvas code 2011-06-21 18:09:04 +03:00
Mourner
a21f1ebc7a removed excessive line 2011-06-21 18:04:49 +03:00
Mourner
7e22f3426c vector namespaces/consants refactoring 2011-06-21 17:58:26 +03:00
Mourner
f8f44401d7 move SVG-specific code into a separate file 2011-06-21 16:19:55 +03:00
Mourner
032ee9331b fix canvas polygon click on border 2011-06-21 14:46:16 +03:00
Mourner
436915617a canvas polygon clicks through ray casting (yay!), refactoring 2011-06-21 14:37:34 +03:00
Mourner
b257c022e3 move path canvas code to a separate folder 2011-06-21 14:05:51 +03:00
Mourner
a46c9040a7 canvas polyline click events 2011-06-21 14:04:35 +03:00
Mourner
f80674a9e3 refactoring, cleanup, take strokeWidth into account in circle click 2011-06-21 13:02:45 +03:00
Mourner
ea4fd78b7c fix static properties inheritance 2011-06-21 12:09:49 +03:00
Mourner
0009ceb9c6 merge Florian's pull, fixes, cleanup, circle click, added todos 2011-06-21 11:43:31 +03:00
Mourner
5d7db12542 Merge branch 'master' of https://github.com/florianf/Leaflet into path-canvas 2011-06-21 10:08:23 +03:00
Mourner
10ffc32ea7 cleanup jonny's pull 2011-06-21 10:06:47 +03:00
Jonny Gerig Meyer
593a3c0380 Fixed support for Popup closePopupOnClick option. 2011-06-20 18:07:39 -04:00
Jonny Gerig Meyer
aa036b93ba Added support for Popup closeButton option. 2011-06-20 18:02:14 -04:00