Commit Graph

2369 Commits

Author SHA1 Message Date
jacobtoye
c135eaa386 Updating Leaflet.label plugin location. 2013-01-22 13:55:40 +13:00
Vladimir Agafonkin
0c66b0b20d Merge pull request #1296 from smeijer/gh-pages
Added GeoSearch plugin to plugins.md
2013-01-21 07:17:46 -08:00
Vladimir Agafonkin
1628796ecb Merge pull request #1285 from jieter/doc
L.TileLayer.redraw() does return this.
2013-01-19 06:05:57 -08:00
smeijer
7eef0f5e18 Added GeoSearch plugin 2013-01-19 03:31:30 +01:00
Vladimir Agafonkin
186f03b3f9 Merge pull request #1292 from mpetazzoni/patch-1
Add leaflet-gpx to plugins page
2013-01-18 09:29:04 -08:00
Maxime Petazzoni
fecdf09b96 Add leaflet-gpx to plugins page
Add the new leaflet-gpx plugin for GPX track layers and GPX parsing
to the list of contributed layer providers.

Signed-off-by: Maxime Petazzoni <maxime.petazzoni@bulix.org>
2013-01-18 08:58:17 -08:00
Vladimir Agafonkin
ecdc7cf74c Merge pull request #1230 from yohanboniface/gh-pages
Suggestion to add Leaflet.Storage in plugins list
2013-01-18 07:33:46 -08:00
Vladimir Agafonkin
1030596328 index, features and plugin page updates 2013-01-18 12:29:19 +02:00
Vladimir Agafonkin
89ae70b32e add link to 0.5 blog post 2013-01-17 16:50:07 +02:00
Vladimir Agafonkin
9cc33e2cf3 update download page and add 0.5 release post 2013-01-17 16:48:32 +02:00
Vladimir Agafonkin
851a85eb2e lots of docs updates for 0.5 2013-01-17 15:55:13 +02:00
Vladimir Agafonkin
ce316f99d3 Merge branch 'master' into gh-pages-master 2013-01-17 14:14:20 +02:00
Vladimir Agafonkin
eed2c8a12b fix FF minus key, close #869, update changelog and build 2013-01-17 11:51:52 +02:00
Jan Pieter Waagmeester
5115a0b1a7 TileLayer.Canvas now returns this as well. 2013-01-17 09:36:43 +01:00
Jan Pieter Waagmeester
0284399790 L.TileLayer.redraw() does return this. 2013-01-16 23:15:21 +01:00
Vladimir Agafonkin
1e5d10c5e7 Merge branch 'master' into gh-pages-master 2013-01-16 17:17:07 +02:00
Vladimir Agafonkin
664491d4be merge gh-pages 2013-01-16 17:17:03 +02:00
Vladimir Agafonkin
b03f073988 merge origin 2013-01-16 17:12:23 +02:00
Vladimir Agafonkin
8facf33896 fix whitespace, update build 2013-01-16 17:08:57 +02:00
Vladimir Agafonkin
e3528c2d22 update zoom control styles, extract general toolbar classes, fix #1209 2013-01-16 17:08:06 +02:00
Vladimir Agafonkin
17e3caf661 switch to OSM tiles on the front page 2013-01-15 17:01:36 +02:00
Vladimir Agafonkin
1a1fb5af44 minor formatting fix 2013-01-15 17:00:55 +02:00
Vladimir Agafonkin
11e74ccab9 minor cleanup 2013-01-15 16:19:04 +02:00
Vladimir Agafonkin
e49fe66738 update changelog more 2013-01-15 16:18:57 +02:00
Vladimir Agafonkin
51820f5d48 fix changelog 2013-01-15 12:39:43 +02:00
Vladimir Agafonkin
10f07c18ef update changelog 2013-01-15 12:37:56 +02:00
Vladimir Agafonkin
c27e26273a update changelog 2013-01-15 12:32:46 +02:00
Vladimir Agafonkin
477020aea7 Merge pull request #1175 from danzel/gh-pages-master
Add L.Icon iconRetinaUrl/shadowRetinaUrl options documentation
2013-01-15 02:31:46 -08:00
Vladimir Agafonkin
85dffbd9eb update build 2013-01-15 12:16:15 +02:00
Vladimir Agafonkin
e6d103a5cc Merge pull request #1280 from bbecquet/gh-pages
Add Leaflet.PolylineDecorator to the plugin page
2013-01-14 15:12:09 -08:00
Vladimir Agafonkin
405bf0c05d Merge pull request #1279 from oslek/isArray
Robust array type check for cross-frame support
2013-01-14 15:11:41 -08:00
Benjamin Becquet
ee39a44314 Fix plugin description 2013-01-14 23:53:07 +01:00
Benjamin Becquet
b115bd8058 Add plugin PolylineDecorator to the list 2013-01-14 23:46:40 +01:00
oslek
7dd7e4f699 Robust array type check for cross-frame support
In a multi-frame DOM environment, if setView is called with an array for
the first parameter, a subsequent call to getBounds raises "Invalid
LatLng object" exception. This is the case if the array passed to
setView was created outside the iFrame that contains the map. It causes
the array test using "instanceof" in L.latLng to fail, and
_initialTopLeftPoint to not being properly initialized.

Thank you to Juriy Zaytsev for the full explaination:
http://perfectionkills.com/instanceof-considered-harmful-or-how-to-write-a-robust-isarray/
John Resig and Dean Edwards post comments and concur.
2013-01-14 14:04:50 -08:00
Dave Leaver
a598e2bc75 Merge pull request #1278 from danzel/master
Fix jshint unhappiness (Thanks @Guiswa)
2013-01-14 13:53:01 -08:00
danzel
365a5b3b02 Fix jshint unhappiness (Thanks @Guiswa) 2013-01-15 10:51:36 +13:00
Vladimir Agafonkin
dad3996d0e Merge pull request #1097 from calvinmetcalf/GeometryCollection
GeoJSON GeometryCollection passes consisent params to pointToLayer
2013-01-14 06:33:28 -08:00
Calvin Metcalf
0ebbd7553e fixed the whitespace and also removed the quotes in object keys 2013-01-14 07:25:34 -05:00
Vladimir Agafonkin
3f4e890b58 Merge pull request #1174 from danzel/master
Add retina marker icon support and retina-ize the default icon
2013-01-14 02:50:28 -08:00
danzel
6eefa8ad0e Another pass on marker-icon, better grid fitting. 2013-01-14 16:12:58 +13:00
mourner
aa39185516 update changelog 2013-01-14 01:20:50 +02:00
Yohan Boniface
41d0e3e7f1 Merge branch 'gh-pages' of git://github.com/CloudMade/Leaflet into gh-pages 2013-01-14 00:17:56 +01:00
Vladimir Agafonkin
7fb3609a92 Oops, revert accidental commit 2013-01-14 00:42:15 +02:00
mourner
333899ca51 add Popup zoomAnimation option, fix #999 2013-01-14 00:23:45 +02:00
mourner
5eb4f4686d fix a bug with FeatureGroup bindPopup not accepting options 2013-01-14 00:23:04 +02:00
Vladimir Agafonkin
f54f79e9ec Merge pull request #1276 from jacobtoye/gh-pages
Update Leaflet.draw plugin link
2013-01-13 13:16:19 -08:00
jacobtoye
b0bf16d1ec Update plugin link to new location. 2013-01-14 10:04:10 +13:00
Vladimir Agafonkin
1f9b4db847 Merge pull request #1275 from bencevans/patch-2
Update leaflet-locationfilter plugin link
2013-01-13 11:16:59 -08:00
Ben Evans
4937dce148 Update leaflet-locationfilter plugin link 2013-01-13 15:48:00 +00:00
Vladimir Agafonkin
cbd6cf52e8 Update README.md 2013-01-13 01:58:55 +02:00