Commit Graph

605 Commits

Author SHA1 Message Date
Mourner
667fdd9797 Fix L variable definition, closes #122 2011-06-14 15:14:47 +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
815a301eb4 update build after Jason additions 2011-06-14 00:38:03 +03: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
mourner
a1efe42a6d fix global map var regression, closes #117 2011-06-13 22:17:04 +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
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
9514712bb6 fix potential memory leak, closes #107 2011-06-09 14:43:23 +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
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
antonj
e7e79ccb07 Dynamically determine path of scripts to include in include.js 2011-06-01 15:07:40 +02:00
Mourner
94a15edef9 cleanup 2011-06-01 15:07:48 +03:00
Mourner
d212a8b553 Merge remote branch 'origin/master' 2011-06-01 14:55:00 +03:00
Mourner
cef1e2a931 fix TileLayer.Canvas regression 2011-06-01 14:54:38 +03:00
Vladimir Agafonkin
7026a00273 Merge pull request #95 from snc/latlngbounds-patch-1
Allow creation of empty L.LatLngBounds
2011-06-01 02:24:36 -07:00
H. Westphal
911b46c6fc Allow creation of empty L.LatLngBounds 2011-06-01 10:55:05 +02:00
Mourner
04e03548e2 reverted htc hero fix 2011-05-31 20:31:10 +03:00