Commit Graph

642 Commits

Author SHA1 Message Date
Mourner
705b28bbcd Merge branch 'master' into HEAD 2011-06-17 15:53:02 +03:00
Mourner
05c4b3f114 add tap tolerance for better mobile usability, update changelog 2011-06-17 15:52:39 +03:00
Mourner
36007f8593 Merge branch 'master' into HEAD 2011-06-17 14:10:44 +03:00
Mourner
d3f0ba5424 don't use setTimeout on drag for browsers without requestAnimFrame 2011-06-17 14:10:30 +03:00
Mourner
ec9c6f93c8 add twitter follow button 2011-06-17 14:04:48 +03:00
Mourner
5a43278b8a Merge branch 'master' into HEAD 2011-06-17 13:51:16 +03:00
Mourner
d2487e89d0 improve mobile webkit click responsiveness, fix clicks in Android 2.1 2011-06-17 13:50:50 +03:00
mourner
e1034aa5dc update features 2011-06-17 02:09:56 +03:00
mourner
f2c32b9e2a add google analytics code 2011-06-17 01:56:11 +03:00
mourner
25ca741fcc fix typo 2011-06-17 01:41:27 +03:00
mourner
2138aa5b2e update changelog 2011-06-17 01:39:06 +03:00
mourner
8a3bdd6b85 fix license whitespace 2011-06-17 01:36:31 +03:00
mourner
44dca450fc Merge branch 'master' into HEAD 2011-06-17 00:32:10 +03:00
mourner
d388078e43 update build 2011-06-17 00:31:19 +03:00
mourner
c93d91bfad improve panning performance considerably, closes #130 2011-06-17 00:24:13 +03:00
Vladimir Agafonkin
7af2c30e2d Merge pull request #134 from jasondavies/tile-nowrap
Add noWrap option to TileLayer.
2011-06-16 14:22:31 -07:00
Jason Davies
eb68a70844 Add noWrap option to TileLayer. 2011-06-16 22:06:19 +01:00
Vladimir Agafonkin
5d5759665f Merge pull request #133 from JasonSanford/gh-pages
Updating CircleMarker documentation
2011-06-16 13:02:04 -07:00
Mourner
72413e1599 Merge branch 'master' into HEAD 2011-07-16 16:16:45 +03:00
Mourner
f52f670304 update changelog 2011-07-16 16:16:34 +03:00
Jason Sanford
090eff81e2 Updating CricleMarker documentation (radius passed in path options object). 2011-06-16 13:19:29 -06:00
Mourner
b781376e3d fix HTC Hero panning, closes #84 (hopefully) 2011-06-16 18:52:37 +03:00
Mourner
e09765a355 remove slow and unnecessary code from zoom anim logic, related to #123 2011-06-16 15:54:51 +03:00
Mourner
e576fd846c improve typograhy 2011-06-16 15:45:37 +03:00
Mourner
4d46f03065 CSS cleanup (thanks to CSSLint) 2011-06-16 15:02:42 +03:00
Mourner
1e7e732ad9 Revert "CSS cleanup (thanks to CSSLint)"
This reverts commit 6e27aeddb5
2011-06-16 15:01:19 +03:00
Mourner
6e27aeddb5 CSS cleanup (thanks to CSSLint) 2011-06-16 15:00:51 +03:00
Mourner
ad5fd996a0 Merge branch 'master' into HEAD 2011-06-16 13:57:34 +03:00
Mourner
233e63af53 minor GeoJSON refactoring, reverse option in coordsToLatLngs 2011-06-16 13:56:39 +03:00
Mourner
40a1ebf5c3 minor Path refactoring, update build after Jason commits 2011-06-16 12:15:17 +03:00
Vladimir Agafonkin
1ebabc57be Merge pull request #129 from JasonSanford/gh-pages
setLatLng method documentation for Circle, CircleMarker
2011-06-16 00:10:50 -07:00
Vladimir Agafonkin
509a299669 Merge pull request #128 from JasonSanford/master
Adding _redraw to L.Circle
2011-06-16 00:10:04 -07:00
Jason Sanford
fa07ec9c11 Adding "setLatLng" documentation for L.CircleMarker. I'm assuming this will work because CircleMarker extends Circle 2011-06-15 23:39:57 -06:00
Jason Sanford
21f39ded2d Adding "setLatLng" documentation for L.Circle. 2011-06-15 23:33:37 -06:00
Jason Sanford
f761fa0332 Adding private _redraw method. This should fix #124 2011-06-15 23:17:52 -06:00
Mourner
eeef2460cd update geojson docs 2011-06-15 12:18:47 +03:00
Mourner
1d7e23375a geojson docs 2011-06-15 11:56:45 +03:00
Mourner
667fdd9797 Fix L variable definition, closes #122 2011-06-14 15:14:47 +03:00
Mourner
2ce83227f6 Merge branch 'master' into HEAD 2011-06-14 12:15:23 +03:00
Mourner
9f9d13044f update changelog 2011-06-14 12:14:28 +03:00
Mourner
13e534d130 pass options to locateAndSetView 2011-06-14 12:13:00 +03:00
Mourner
a2a6ff3728 Supposedly fixed error on iOS 3, closes #113 2011-06-14 12:10:19 +03:00
mourner
454a2a9215 Merge branch 'master' into HEAD 2011-06-14 00:39:02 +03:00
mourner
815a301eb4 update build after Jason additions 2011-06-14 00:38:03 +03:00
Vladimir Agafonkin
61c67448cd Merge pull request #120 from JasonSanford/gh-pages
Documentation for new options parameter for L.Map.locate
2011-06-13 14:36:53 -07:00
Vladimir Agafonkin
321dc831af Merge pull request #119 from JasonSanford/master
Geolocation API position options
2011-06-13 14:36:28 -07:00
Jason Sanford
d13fe36e88 Adding options to L.Map.locate that follows the PositionOptions spec for the W3C Geolocation API. You can now pass "enableHighAccuracy" and "maximumAge" to get fresh, accurate positions. 2011-06-13 15:28:06 -06:00
Jason Sanford
78a465570b Adding options to L.Map.locate that follows the PositionOptions spec for the W3C Geolocation API. You can now pass "enableHighAccuracy" and "maximumAge" to get fresh, accurate positions. 2011-06-13 15:15:43 -06:00
mourner
a1efe42a6d fix global map var regression, closes #117 2011-06-13 22:17:04 +03:00
mourner
b6e222f815 Fixed regression related to global map variable, closes #117 2011-06-13 22:15:43 +03:00