Commit Graph

3945 Commits

Author SHA1 Message Date
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
Mourner
e447bbb125 fix non-async canvas tile layers 2011-06-07 16:27:12 +03:00
Mourner
88c384f946 fix scrollWheelZoom date line issue, part of #105 2011-06-07 11:41:59 +03:00
Mourner
4897241427 TileLayer setOpacity method, fixes #102 2011-06-07 11:38:56 +03:00
Mourner
5aac5a7997 updated BSD license 2011-06-06 19:32:43 +03:00
Mourner
4f506868c5 Merge branch 'master' into HEAD 2011-06-03 17:43:21 +03:00
Mourner
49c0b0dcd8 more TileLayer onRemove fix 2011-06-03 17:42:54 +03:00
Mourner
dc84cb1fd3 fix bug with removing/readding tile layers 2011-06-03 16:59:14 +03:00
Mourner
0b1a2bca4d Popup now accepts HTML element as content too, fixes #9 2011-06-03 14:40:11 +03:00
Mourner
522fd7a78e fix bug with click propagation on popup close button, fixes #99 2011-06-03 14:32:17 +03:00
Mourner
c67bc5a031 #96 2011-06-03 13:54:07 +03:00
Mourner
a2729351be fix popup setContent, fixes #94 2011-06-03 12:55:06 +03:00
antonj
a1db696f1c Fix null pointer error leaflet-include.js 2011-06-03 17:45:10 +08:00
Mourner
c8f1e95236 fix bug with some tiles not loading, fixes #97, update changelog 2011-06-03 12:36:38 +03:00
Mourner
2bbdc028ea fix map div absolute position bug, fixes #100 2011-06-03 11:52:51 +03:00
Mourner
3488f88c38 improve debug handling 2011-06-02 17:07:56 +03:00
Mourner
4e344bd992 Merge remote branch 'origin/master' 2011-06-02 16:48:22 +03:00
Mourner
cc1aabbd95 fix bug with some tiles not loading in tms layer, fixes #97 2011-06-02 16:47:50 +03:00
Mourner
bc63a2eec8 async option in TileLayer.Canvas 2011-06-02 16:29:47 +03:00
Vladimir Agafonkin
bf2311fc63 Merge pull request #98 from antonj/master
Dynamically determine path of scripts to include in include.js
2011-06-01 08:32:59 -07:00
Mourner
a13c265d75 minor attribution improvement 2011-06-01 18:28:21 +03:00
Mourner
8ec5cff4e1 fix typo 2011-06-01 16:50:18 +03:00
antonj
e7e79ccb07 Dynamically determine path of scripts to include in include.js 2011-06-01 15:07:40 +02:00