Steve
c2c192f0ac
Fix typo in getPopup docs
...
was appearing as Popup>popup
2013-12-19 11:35:04 -05:00
Robert Nordan
9f50f90cde
Fix a typo
...
When Leaflet.MagnifyingGlass was added, the previous line was copy-pasted but the title wasn't changed. Fixed it to show the correct name on the new link.
2013-12-19 13:50:33 +01:00
Vladimir Agafonkin
d619f14f45
Merge pull request #2312 from lizardtechblog/patch-1
...
Added Leaflet.OpacityControls to plugins list.
2013-12-17 19:30:53 -08:00
lizardtechblog
428aa64d15
Added Leaflet.OpacityControls to plugins list.
2013-12-17 19:25:47 -08:00
Vladimir Agafonkin
e857d6bbc3
Merge pull request #2299 from bbecquet/patch-1
...
Add Leaflet.MagnifyingGlass plugin
2013-12-17 10:07:55 -08:00
Vladimir Agafonkin
e8edc46097
Merge pull request #2309 from jseppi/patch-1
...
Add Leaflet.MakiMarkers
2013-12-17 09:45:49 -08:00
James Seppi
3bc0085365
Add Leaflet.MakiMarkers
2013-12-17 11:44:44 -06:00
Vladimir Agafonkin
90a5c69b36
remove Leaflet IE stylesheet that's not needed anymore
2013-12-16 10:59:53 -05:00
Vladimir Agafonkin
00bfd63e8b
Merge pull request #2297 from alfarisi/patch-1
...
Update plugins.md
2013-12-15 19:46:31 -08:00
Benjamin Becquet
f5054d3b7a
Add Leaflet.MagnifyingGlass plugin
2013-12-15 17:43:20 +01:00
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