alfarisi
4d4aa733ae
Update plugins.md
2013-12-14 22:49:13 +07:00
Vladimir Agafonkin
d3d94a7f00
Merge pull request #2283 from davidcalhoun/patch-1
...
fix typo (attching -> attaching)
2013-12-11 14:53:59 -08:00
davidcalhoun
972386c965
fix typo (attching -> attaching)
2013-12-11 14:51:56 -08:00
Vladimir Agafonkin
83f10b6039
bump CDN link (the original was a bit broken)
2013-12-11 17:33:56 -05:00
Vladimir Agafonkin
63b1ce934a
Merge pull request #2270 from lyzidiamond/patch-1
...
Change example to use Leaflet 0.7
2013-12-06 15:19:48 -08:00
Lyzi Diamond
e0e3721f13
Update to 0.7.1
2013-12-06 14:40:07 -08:00
Lyzi Diamond
5cc602ec0a
Change example to use Leaflet 0.7
2013-12-06 14:30:02 -08:00
Vladimir Agafonkin
cb37d25dbe
update index and download pages for 0.7.1
2013-12-06 17:53:40 +02:00
Vladimir Agafonkin
512063d06f
update build to 0.7.1
2013-12-06 17:50:21 +02:00
Vladimir Agafonkin
b6b79f1daa
Merge branch 'stable' into gh-pages
...
* stable:
update changelog [skip ci]
A transitionEnd event only finished a zoom animation if it is for a transform. Fixes #2255
bump version to 0.7.1
update changelog [skip ci]
revert #2207 (focusing popup close button) to fix #2254
Don't fire dragend if a dragstart did not occur due to a multitouch action. fixes #2256
Use event.target as a default for event.layer. Closes #2252
do not change internal properties in invalidateSize() when map is not loaded
improve build reporting more
improve size reporting when building and add gzipped size
Minor spelling fix
Revert "'#1968 compiled interpolation'"
Disable webkit3d on android 2/3 because it is buggy as. fixes #2198
Adds a check to make sure the closeButton option is set before focusing
Gave L.CircleMarker.setLatLng a return statement.
Issue #2199 - Set focus to popup close button when popup is opened.
bump version in changelog
2013-12-06 17:49:36 +02:00
Vladimir Agafonkin
bd5fbd2789
update changelog [skip ci]
2013-12-06 16:16:41 +02:00
danzel
bda5ce1a94
A transitionEnd event only finished a zoom animation if it is for a transform. Fixes #2255
2013-12-06 16:14:09 +02:00
Vladimir Agafonkin
ea9c1f6629
Merge pull request #2263 from alanshaw/gh-pages
...
Add link to leaflet-zoom-min plugin
2013-12-04 09:28:11 -08:00
Alan Shaw
401297d3cd
Add link to leaflet-zoom-min plugin
2013-12-04 17:19:08 +00:00
Vladimir Agafonkin
440f2f89c1
bump version to 0.7.1
2013-12-03 15:08:57 +02:00
Vladimir Agafonkin
504f1f23c2
update changelog [skip ci]
2013-12-03 14:45:48 +02:00
Vladimir Agafonkin
dfa60b53fe
Merge pull request #2259 from danzel/fix2256
...
Don't fire dragend if a dragstart did not occur due to a multitouch action
* danzel/fix2256:
Don't fire dragend if a dragstart did not occur due to a multitouch action. fixes #2256
2013-12-03 14:31:57 +02:00
Vladimir Agafonkin
53403d78f7
Merge pull request #2203 from bozdoz/patch-1
...
Added WebGL heatmap plugin
2013-12-02 08:13:26 -08:00
Vladimir Agafonkin
75c813305c
Merge pull request #2206 from radicalbiscuit/fix-circlemarker-setlatlng-return
...
Give L.CircleMarker.setLatLng a return statement.
2013-12-02 08:12:52 -08:00
Vladimir Agafonkin
78c934cbb2
revert #2207 (focusing popup close button) to fix #2254
2013-12-02 18:09:44 +02:00
Vladimir Agafonkin
5084cbf0b1
Merge pull request #2253 from gumballhead/event-layer
...
Use event.target as a default for event.layer
2013-12-02 08:07:29 -08:00
Vladimir Agafonkin
83f4d91d14
Merge pull request #2250 from Zverik/sizechanged
...
do not change internal properties in invalidateSize() when !map._loaded
2013-12-02 08:04:04 -08:00
danzel
58551506f2
Don't fire dragend if a dragstart did not occur due to a multitouch action. fixes #2256
2013-12-02 14:06:47 +13:00
Andrew Kirkegaard
5a796c9897
Use event.target as a default for event.layer. Closes #2252
...
In 2464d13
, event.layer is overwritten to equal event.target. This
commit uses event.target as a default for event.layer.
2013-11-29 12:15:40 -05:00
Ilya Zverev
0859c48fbf
do not change internal properties in invalidateSize() when map is not loaded
2013-11-29 14:46:05 +04:00
Vladimir Agafonkin
b53f7d84fc
Merge pull request #2248 from openplans/gh-pages
...
Add Leaflet.FeatureSelect to the plugins list
2013-11-29 00:21:29 -08:00
Aaron Ogle
26d5952b82
Add Leaflet.FeatureSelect
2013-11-28 21:50:39 -05:00
Vladimir Agafonkin
16d12f4ac0
improve build reporting more
2013-11-28 15:20:25 +02:00
Vladimir Agafonkin
941b206714
improve size reporting when building and add gzipped size
2013-11-28 14:56:32 +02:00
Vladimir Agafonkin
ffe36be61e
Merge pull request #2232 from tontita/patch-1
...
Update plugins.md
2013-11-25 02:50:10 -08:00
Seong Choi
71e8dfa382
Update plugins.md
...
I added Leaflet.KoreanTmsProviders at the Services, Providers and Formats table.
2013-11-25 19:47:37 +09:00
Vladimir Agafonkin
daf7345194
Merge pull request #2227 from nexushoratio/patch-1
...
Minor spelling fix
2013-11-23 14:51:46 -08:00
nexushoratio
2e6e81e307
Minor spelling fix
2013-11-23 12:55:26 -08:00
Vladimir Agafonkin
769c2472de
Merge pull request #2207 from Zombienaute/master
...
Issue #2199 - Set focus to popup close button when popup is opened.
2013-11-22 05:18:24 -08:00
Vladimir Agafonkin
158666f6e6
Merge pull request #2213 from scripter-co/patch-1
...
add leaflet.plotter plugin
2013-11-22 05:17:03 -08:00
Nathan
cfa0d04a16
missed the namechange from last commit
2013-11-21 10:16:59 +00:00
Vladimir Agafonkin
9ae30c0fd5
Merge pull request #2216 from danzel/android23
...
Disable webkit3d on android 2/3 because it is buggy as
2013-11-20 16:33:22 -08:00
Vladimir Agafonkin
f100bbf7e8
Merge pull request #2217 from calvinmetcalf/terrible-mistake
...
remove functional constructors and compiled templates
2013-11-20 16:32:38 -08:00
Calvin Metcalf
4a0beebde3
Revert "' #1968 compiled interpolation'"
2013-11-20 15:42:06 -05:00
danzel
66282f14bc
Disable webkit3d on android 2/3 because it is buggy as. fixes #2198
2013-11-21 09:34:19 +13:00
Adam Bramley
5fec57d8ec
Adds a check to make sure the closeButton option is set before focusing
2013-11-21 09:16:10 +13:00
Bradley Gentry
9d2f90b508
Gave L.CircleMarker.setLatLng a return statement.
2013-11-20 13:37:30 -05:00
Nathan
6ccdd4934b
add leaflet.plotter plugin
2013-11-20 16:52:34 +00:00
Adam Bramley
0b9918fe4e
Issue #2199 - Set focus to popup close button when popup is opened.
2013-11-20 16:09:14 +13:00
Benjamin J DeLong
280fb14a2a
Spelling/punctuation adjustments
2013-11-19 15:37:28 -07:00
Vladimir Agafonkin
891d5f718a
Merge branch 'patch-1' of https://github.com/trevorpowell/Leaflet into gh-pages
...
* 'patch-1' of https://github.com/trevorpowell/Leaflet :
Spelling fix
Fixing bounceAtZoomLimits option name
2013-11-19 23:47:58 +02:00
Trevor Powell
7dd54d0d2b
Spelling fix
2013-11-19 15:45:42 -06:00
Trevor Powell
86f3995ce7
Fixing bounceAtZoomLimits option name
2013-11-19 15:37:08 -06:00
Benjamin J DeLong
087a14916c
Added WebGL heatmap plugin
...
I added it next to and after the other heatmap plugins.
2013-11-19 10:13:13 -07:00
Vladimir Agafonkin
ebc62771cf
and one more metadata fix
2013-11-18 18:29:29 +02:00