Per Liedman
0bcfbdb537
Cleanup, tests and minor bug fixes for event system
2016-07-08 15:01:38 +02:00
Fabian Zeindl
0210071dad
refactoring of events, it should be about 4 times faster now
2016-07-08 14:47:02 +02:00
Yohan Boniface
41da75c41c
Refining tooltip css
2016-07-08 14:30:04 +02:00
Yohan Boniface
64ba1f7f95
Rename Label in Tooltip, PopupBase in DivOverlay
2016-07-08 13:51:18 +02:00
Per Liedman
d70602eb60
Fix documentation of default for wheelPxPerZoomLevel
2016-07-08 13:15:45 +02:00
Iván Sánchez Ortega
dd133398ba
rc2 changelog typos and formatting
2016-07-08 12:40:07 +02:00
Yohan Boniface
cfb9ead57a
Prepare rc2 changelog
2016-07-08 12:17:20 +02:00
Yohan Boniface
a1e43ed3bb
spaces to tabs in label.html debug page
2016-07-08 11:44:10 +02:00
Yohan Boniface
a6529d0ddf
Typo in labelPane docstring
2016-07-08 11:37:01 +02:00
Yohan Boniface
fe3649f032
Default L.Label border and tip to white
2016-07-08 11:33:53 +02:00
Yohan Boniface
bd2616f901
Do not rely on options.draggable to compute draggableMoved ( #4638 )
...
One can enable dragging of a marker after it has been initialized
with draggable=false.
2016-07-08 11:22:54 +02:00
Yohan Boniface
f8221e09f7
We now load CSS in Phantom, so no need to skip those tests
2016-07-08 11:08:25 +02:00
Yohan Boniface
0dd58bd01f
Merge branch 'master' into label
2016-07-08 11:07:22 +02:00
Yohan Boniface
5dfc3364d1
Allow to make screenshots in Phantomjs ( #4705 )
...
* Load CSS in PhantomJS
* Allow to take screenshot in PhantomJS while running tests
For that, one need to run this call:
window.top.callPhantom({'render': 'screenshot.png'});
* Make PhantomJS serve images
* Bonus: those tests now passe in Phantom too
* Add helper to make screenshot in tests
takeScreenshot();
or
takeScreenshot('path/to/screenshot.png');
2016-07-08 11:05:12 +02:00
MarcChasse
7451b1fdc3
Add Leaflet.ScaleFactor to plugins.md ( #4714 )
2016-07-07 09:41:19 +02:00
Yohan Boniface
c263f2d8b1
Make L.Handler.enable/disable return this ( #4708 )
...
Those are methods used very often, this can save us a lot of
useless lines.
2016-07-05 12:12:51 +02:00
Yohan Boniface
0726f12bbf
Make sure label has been opened before trying to interact with its container
2016-07-05 09:07:36 +02:00
Yohan Boniface
c56d48b3e1
CloseLabel when unbinding
2016-07-05 09:04:56 +02:00
Yohan Boniface
6c7e6d9f9e
_originalLabelOffset is never used
2016-07-05 09:03:02 +02:00
Yohan Boniface
b8794346c5
L.Label: use direction=auto as default
2016-07-05 09:00:04 +02:00
LANWEI SU
57fd660861
Update plugins.md ( #4703 )
...
Add Polygon extension to set an image to fill the path in SVG
2016-07-04 18:43:07 +03:00
Konrad Klimczak
74dce2266a
add Leaflet.Pin plugin to Edit geometries section ( #4707 )
2016-07-04 18:42:15 +03:00
Jack Dougherty
920058f2da
update to hosted https version on NPMCDN ( #4679 )
...
https://github.com/Leaflet/Leaflet/issues/4666
2016-07-03 23:51:52 +02:00
Yohan Boniface
04c3b515ec
Do not call GridLayer.resetView on moveEnd ( fix #4702 ) ( #4704 )
2016-07-03 12:09:27 +03:00
Yohan Boniface
d18d661837
More label tests
...
431579ce4a
needed to make them pass on Phantom
2016-07-02 23:02:48 +02:00
Yohan Boniface
9c8590aebc
Refactor Label CSS
2016-07-02 10:56:11 +02:00
Yohan Boniface
2f4b97de19
Add support for "center" Label position
2016-07-02 10:52:04 +02:00
Yohan Boniface
25fd9dfbd9
Move options from PopupBase to Popup
2016-07-02 10:42:12 +02:00
Yohan Boniface
14bfedf7ff
Merge branch 'master' into label
2016-07-02 10:36:42 +02:00
Vladimir Agafonkin
1e1926b480
fix logo
2016-07-01 23:21:16 +03:00
Vladimir Agafonkin
f533bd908a
Updated Readme Logo ( #4701 )
...
* clean up svg logo source
* try raw link
* try rawgit link
* add logo width
2016-07-01 19:51:15 +03:00
Iván Sánchez Ortega
cd30e283cf
Fix #4592 by falling back to a legacy ScrollEvent property on Edge. ( #4694 )
...
* Fix #4592 by falling back to a legacy ScrollEvent property on Edge.
* Improve consistency of scroll zoom by rounding everything to 60px
2016-07-01 17:09:46 +03:00
Yohan Boniface
87e38f1aa4
Do not resetView on GridLayer.moveEnd ( fix #4617 ) ( #4669 )
...
* Do not resetView on GridLayer.moveEnd (fix #4617 )
* Only call GridLayer._setZoomTransform when zoomchanged
2016-07-01 13:09:38 +02:00
Iván Sánchez Ortega
8cb745ce0a
L.Evented.listens() returns false on removed event handlers, #4474 ( #4476 )
...
* Fix L.Evented.listens() on removed event handlers, #4474
* Fix bad unit tests for marker events
* Only check for listerners.length if listerners is actually defined
2016-07-01 11:14:22 +02:00
Per Liedman
2652b63f42
Use pointer-events: visiblePainted as fallback for IE <11 ( #4690 )
2016-07-01 11:14:13 +02:00
Iván Sánchez Ortega
7add9d4c74
Correct handling of markerZoomAnimation event hooks ( #4460 )
...
* Better handling of markerZoomAnimation event hooks, fixes #4453
* Only remove events once on layer remove
2016-07-01 10:52:52 +02:00
Zsolt Ero
26df85e841
maxbounds example fixes ( #4680 )
2016-06-28 15:14:24 +02:00
Iván Sánchez Ortega
d0538aa29d
Fix typo in URL
2016-06-28 10:17:12 +02:00
Iván Sánchez Ortega
810da921f2
Added L.TileLayer.HERE
2016-06-28 10:10:54 +02:00
Per Liedman
01790eacda
Ignore events if Draggable is disabled, fixing disabling drag on click in IE11 ( #4479 )
...
* Ingore events if Draggable is disabled
Close #3666 .
* Add test for verifying fix to #3666
2016-06-27 16:16:03 -07:00
Yohan Boniface
bddfb1168f
Do not alter popup.options.offset ( fix #4645 ) ( #4662 )
...
* Do not alter popup.options.offset (fix #4645 )
* Remove unused code after commit 33e7fca
2016-06-27 04:03:06 -07:00
b_b
faf063fdca
avoid double borders on abbr ( #4663 )
2016-06-27 04:02:25 -07:00
Iván Sánchez Ortega
b2d7cf110b
Fix #4039 : Use different L.Bounds for "marking as prunable" and loading tiles ( #4650 )
...
* Fix #4039 : Use different L.Bounds for "marking as prunable" and loading tiles.
* configurable tile pruning tests
* using spy for testing load did not happen
2016-06-21 15:27:44 +02:00
Yohan Boniface
1d1b7e2aea
Be more defensive when using other layers pxBounds in L.Canvas._draw ( #4653 )
...
In some edge cases, it will not be defined. For example if a poly
with no latlngs (or only one) is attached to the canvas renderer.
2016-06-18 23:51:41 -07:00
Jon Woyame
ad3f590dd0
limit ESLint to project folder ( #4654 )
2016-06-18 23:51:21 -07:00
iatkin
5e326e4e5c
SVG icon class ( #4651 )
...
* Update plugins.md
* Update plugins.md
2016-06-16 20:55:58 +02:00
Yohan Boniface
d8a6ad4010
Use proper Hand onStop callback instead of setTimeout in popup spec
2016-06-16 15:34:16 +02:00
Ray Hammond
e2caf40cad
docstrings: Adds missing GeoJSON functions to API docs ( #4642 )
...
Fixes #4630
2016-06-13 10:51:01 +02:00
Vladimir Agafonkin
8f0b00178e
Merge pull request #4621 from marslan390/gh-pages
...
Beautify Marker Plugin Added
2016-06-10 18:17:54 +03:00
Yohan Boniface
d1de37aa88
Fix broken sizeOption when L.point instance ( #4636 )
2016-06-10 15:36:07 +02:00