Commit Graph

6308 Commits

Author SHA1 Message Date
Vladimir Agafonkin
97490a13cc Merge pull request #4085 from Leaflet/gh-pages-master
Dual 1.0 & 0.7 docs to gh-pages
2016-02-05 13:39:46 +02:00
Iván Sánchez Ortega
3feeb99680 Renamed files so 0.7.x docs live at 'reference.html' 2016-02-05 10:23:18 +01:00
Iván Sánchez Ortega
07039e05a9 Fix Stamen's Toner gridlayer in examples 2016-02-04 15:45:10 +01:00
Iván Sánchez Ortega
efdc626262 Fix tile pruning on fade-in, pass all unit tests now :-D 2016-02-04 15:19:35 +01:00
Iván Sánchez Ortega
cbafca7478 Typo in comments 2016-02-04 13:00:28 +01:00
Iván Sánchez Ortega
a1ff60bf9b Make wheel-zoom speed depend on a new wheelPxPerZoomLevel option 2016-02-04 12:50:42 +01:00
Iván Sánchez Ortega
0a1f867a8b Merge pull request #4191 from Leaflet/issue-4153-pxbounds
Sanity check: test pxBounds validity before using it (fix #4153)
2016-02-04 09:57:48 +01:00
Yohan Boniface
de4526cc1d Sanity check: test pxBounds validity before using it (fix #4153)
Otherwise, we may have bug when polyline latlngs are cleared while
not updating the polyline bounds (so ending with empty latlngs
but this._bounds still valid).
2016-02-04 09:48:35 +01:00
Iván Sánchez Ortega
f777f42c6b More GridLayer unit tests; Grid zoom calculation changed during zoom anims 2016-02-03 17:35:52 +01:00
Vladimir Agafonkin
e031540d7e Merge pull request #4183 from unbam/patch-2
Add plugin Leaflet.SlideMenu
2016-02-02 18:13:45 +02:00
Iván Sánchez Ortega
bf37a9106c Change the way GridLayer is reset on a map viewreset 2016-02-02 16:56:18 +01:00
Iván Sánchez Ortega
ed05d4ac1e Unit tests for GridLayer loading logic 2016-02-02 14:56:02 +01:00
Masashi Takeshita
108a53bfd1 Add plugin Leaflet.SlideMenu
Add plugin Leaflet.SlideMenu
2016-01-31 11:32:15 +09:00
Iván Sánchez Ortega
f192ae1be9 Merge pull request #4177 from utahemre/gh-pages
Add new plugin: Leaflet.CoordinatedImagePreview
2016-01-28 10:59:48 +01:00
Yunus Emre Özkaya
be777f64b3 Add new plugin: Leaflet.CoordinatedImagePreview 2016-01-28 11:47:31 +02:00
Vladimir Agafonkin
1a6b30abb6 Merge pull request #4174 from lyzidiamond/gh-pages
update mapbox token
2016-01-27 09:25:31 +02:00
Lyzi Diamond
86e1dd6671 update mapbox token 2016-01-26 22:13:32 -08:00
Iván Sánchez Ortega
bd0ffc4910 Add note about .gitignore/.npmignore to plugin guide 2016-01-22 12:35:47 +01:00
Vladimir Agafonkin
ccdeb4e38d Merge pull request #4167 from Leaflet/update-plugins-guide
Update plugin guide to prevent some new common pitfalls
2016-01-22 13:10:07 +02:00
Iván Sánchez Ortega
29ddd07178 Update plugin guide to prevent some new common pitfalls 2016-01-22 11:47:05 +01:00
Vladimir Agafonkin
bdff4fa31c Merge pull request #4147 from panur/patch-1
Removed reference to non-existing layer
2016-01-22 12:36:58 +02:00
Iván Sánchez Ortega
86a7613c84 Merge pull request #4165 from xguaita/gh-pages
Add Leaflet.MapCenterCoord plugin
2016-01-21 19:06:51 +01:00
Xisco Guaita
ca902c672d Add Leaflet.MapCenterCoord plugin
A Leaflet control to display the coordinates of the map center, especially useful on touch/mobile devices
http://xguaita.github.io/Leaflet.MapCenterCoord/
2016-01-21 18:45:45 +01:00
Iván Sánchez Ortega
d165e267a5 Moved Leaflet.AntPath plugin from renderers to animations section 2016-01-20 15:23:03 +01:00
Iván Sánchez Ortega
10fc24939a Merge pull request #4164 from rubenspgcavalcante/gh-pages
Add Leaflet.AntPath plugin
2016-01-20 15:20:23 +01:00
Rubens Pinheiro
95c1834be1 Add Leaflet.AntPath plugin 2016-01-20 11:17:11 -03:00
Vladimir Agafonkin
1107a7845a Merge pull request #4161 from tyrasd/patch-2
Fix link to "map.createPane" method in 1.0 docs
2016-01-19 16:47:10 +02:00
Martin Raifer
f890b4984d Fix link to "map.createPane" method 2016-01-19 15:41:52 +01:00
Iván Sánchez Ortega
f43950e3fa Renaming parameters (just for legibility) 2016-01-18 18:08:57 +01:00
Vladimir Agafonkin
172668895a Merge pull request #4156 from Leaflet/tile-bounds
Partial revert of e2fbe196, fixes #4145
2016-01-18 15:05:09 +02:00
Iván Sánchez Ortega
db016b7a30 Partial revert of e2fbe196, fixes #4145 2016-01-18 11:04:48 +01:00
Iván Sánchez Ortega
12f8eb8b84 Fix conflict with wheel events from #3653 2016-01-18 10:27:29 +01:00
Iván Sánchez Ortega
afd7959959 Make linter happy. 2016-01-18 10:10:32 +01:00
Iván Sánchez Ortega
5c0ad75b44 Zoom control shall use the map's zoomDelta option. 2016-01-18 10:10:32 +01:00
Iván Sánchez Ortega
3fde3c0390 Got rid of the loop in Map.getBoundsZoom 2016-01-18 10:10:32 +01:00
Iván Sánchez Ortega
65ccc2b36c Fractional zoom controls. 2016-01-18 10:10:32 +01:00
Vladimir Agafonkin
b85e902970 Merge pull request #4151 from pra85/2016
Update License year range to 2016
2016-01-18 00:14:58 +02:00
Prayag Verma
d7c71aaaf5 Update year range to 2016 2016-01-16 07:42:01 +05:30
Panu Ranta
ce6e278e99 Removed reference to non-existing layer
motorways layer was removed in f18d503776
2016-01-14 21:08:01 +02:00
Iván Sánchez Ortega
11ebda22d5 Work around MS Edge duplicated dblclick on DomEvent.DoubleTap 2016-01-13 14:44:33 +01:00
Iván Sánchez Ortega
ce0b289504 Test webpage for dblclick/dbltap performance 2016-01-13 14:40:30 +01:00
Iván Sánchez Ortega
25648b8f35 Possible fix for #4127, assume dblclick DOM event exists in touch-capable browsers 2016-01-13 14:40:30 +01:00
Vladimir Agafonkin
161172bbb9 Merge pull request #4143 from Leaflet/msedge
Implement L.Browser.edge
2016-01-13 15:34:58 +02:00
Iván Sánchez Ortega
dde24042d2 Implement L.Browser.edge 2016-01-13 14:29:46 +01:00
Vladimir Agafonkin
87b30c2cd8 Merge pull request #4142 from Leaflet/code-of-conduct
Code of Conduct
2016-01-13 13:00:39 +02:00
Vladimir Agafonkin
3fefd7c917 add contributor covenant code of conduct 2016-01-13 12:53:28 +02:00
Vladimir Agafonkin
41d966fbfe Merge pull request #4136 from grantHarris/gh-pages
Add L.AngularControl to plugin list
2016-01-12 01:49:59 +02:00
Grant Harris
9e923ba00d Add L.AngularControl to plugin list 2016-01-11 14:00:45 -08:00
Iván Sánchez Ortega
387a34e0a4 Fix missing </tr> in plugins.md 2016-01-10 15:18:21 +01:00
Iván Sánchez Ortega
7d7614346e Merge pull request #4134 from bevanhunt/gh-pages-update
add meteor-leaflet to frameworks
2016-01-10 15:04:05 +01:00