Commit Graph

617 Commits

Author SHA1 Message Date
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
mourner
a8521b552f Merge branch 'master' into HEAD 2011-06-12 12:12:20 +03:00
mourner
ac10b95a04 update build after carljm's fixes 2011-06-12 09:43:38 +03:00
Vladimir Agafonkin
bb22c4aa5d Merge pull request #116 from carljm/multipoly-setstyle
Added setStyle method for MultiPolyLine and MultiPolygon.
2011-06-11 23:01:37 -07:00
Vladimir Agafonkin
197ec2d2d4 Merge pull request #115 from carljm/deps-pathvml
Fixed mis-spelling of Path.VML.js in deps.js.
2011-06-11 23:01:08 -07:00
Vladimir Agafonkin
f4b9ef88a2 Merge pull request #114 from carljm/geojson-multipolygon
Fixed MultiPolygon bug in GeoJSON support.
2011-06-11 23:00:53 -07:00
Carl Meyer
367db80cf6 Added setStyle method for MultiPolyLine and MultiPolygon. 2011-06-11 19:51:37 -05:00
Carl Meyer
a4620e4c73 Fixed mis-spelling of Path.VML.js in deps.js. 2011-06-11 18:22:28 -05:00
Carl Meyer
2dc06b5239 Fixed MultiPolygon bug in GeoJSON support. 2011-06-11 18:11:08 -05:00
mourner
da6204c8cf multipolyline and multipolygon docs 2011-06-10 22:02:00 +03:00
mourner
e0313befea placeholders for docs 2011-06-10 20:22:44 +03:00
mourner
6a5492a619 Merge branch 'master' into HEAD 2011-06-10 19:52:29 +03:00
Mourner
7772651114 moved CircleMarker radius to options, 10 by default 2011-06-10 17:15:45 +03:00
Mourner
35b35453f9 update basic example using FeatureGroup 2011-06-10 16:25:07 +03:00
Mourner
5c2e3a511f popup fixes, marker setIcon 2011-06-10 16:24:49 +03:00
Mourner
cd4ea5312d more detailed example 2011-06-10 15:58:13 +03:00
Mourner
1b83a2d55f cleanup changelog 2011-06-10 15:23:43 +03:00
Mourner
3558ed8e32 update build and changelog, closes #77, closes #13 2011-06-10 14:47:28 +03:00
Mourner
3b58a8bbe7 GeoJSON (finally!), setStyle for paths 2011-06-10 14:26:16 +03:00
Mourner
00a107f162 add MultiPolygon and MultiPolyline layers 2011-06-10 12:45:34 +03:00
Mourner
43b3bdc143 added LayerGroup and FeatureGroup layers 2011-06-10 12:38:24 +03:00
Mourner
06c6ee16d3 Merge branch 'master' into HEAD 2011-06-10 12:15:28 +03:00
Mourner
9514712bb6 fix potential memory leak, closes #107 2011-06-09 14:43:23 +03:00
Mourner
7081349c62 update changelog 2011-06-08 19:34:11 +03:00
Mourner
50c7e92e09 fix webkit memory leak, closes #107 2011-06-08 19:32:14 +03:00
Mourner
5d2c204cc4 update link in copyright notice 2011-06-08 15:48:34 +03:00