ghybs
628fc04333
docstrings: update L.circle example to match new syntax ( #4974 )
...
docstrings: update L.circle example to match new syntax
2016-09-29 13:21:11 +02:00
Matthew Brener
9bb516970e
docstrings: its to it's where appropriate in GridLayer.js ( #4963 )
...
Very nitpicky I know.
2016-09-28 10:53:33 +02:00
Per Liedman
d10077e13e
Fire update event from VML renderer ( #4956 )
...
Close #4950 .
2016-09-27 19:59:40 +02:00
Vladimir Agafonkin
11533003c0
update version to 1.0.0
2016-09-27 13:32:00 +03:00
Edgard Lorraine Messias
6bb703ca7c
docstrings: Removed incorrect semicolon ( #4943 )
2016-09-27 10:05:17 +02:00
Edgard Lorraine Messias
db7482a561
docstrings: Removed incorrect semicolon ( #4942 )
2016-09-26 19:06:54 +02:00
Yohan Boniface
e28f7ae984
Do not fail when closing an interactive tooltip not yet added to the map ( #4937 )
2016-09-26 16:40:51 +03:00
ghybs
695b81f2fa
docstrings: L.geoJson → L.geoJSON ( #4933 )
...
Replaced factory example `L.geoJson` (from Leaflet 0.7) by `L.geoJSON` for consistency with the new factory signature rendered just below in the generated docs.
2016-09-23 10:14:56 +02:00
Iván Sánchez Ortega
c931d330fe
Delay firing the 'update' event on renderers (should fix #4928 ) ( #4929 )
2016-09-21 19:20:59 +03:00
Iván Sánchez Ortega
6e08ae427d
Improve docs for keypress events, local refs from leafdoc templates ( #4907 )
2016-09-21 17:38:23 +03:00
Alejandro Sánchez
cdbf4d5057
docstrings: return type of GridLayer.getContainer in ( #4904 )
2016-09-16 09:27:35 +02:00
Alejandro Sánchez
45775be981
docstrings: CRS.getProjectedBounds and CRS.distance ( #4918 )
2016-09-15 21:29:48 +02:00
Andris Nolendorfs
62fdf6f642
Fix handling of NaN in getScaleZoom ( #4914 )
...
* Fixed an issue when crs.zoom returns NaN in getScaleZoom
* Small documentation fixes
2016-09-15 09:46:53 +02:00
Iván Sánchez Ortega
63fd4edc76
wrap tileBounds if noWrap is false by @fyeah ( #4908 )
2016-09-12 16:59:21 +02:00
Alejandro Sánchez
55ef437723
Add opacity param to setOpacity jsdoc ( #4903 )
2016-09-10 23:05:08 +02:00
Per Liedman
ed1a612e6f
Make paths insensitive to the order of its map's moveend handlers ( #4855 )
...
* Make Paths always update after renderer updates
Close #4851
* Add test
* Add docs for update event
* Remove listener when layer is removed
2016-08-31 17:58:46 +03:00
Iván Sánchez Ortega
2ced69db12
docstrings: Expanded FeatureGroup docs. ( #4862 )
2016-08-31 17:57:03 +03:00
Baku
61513c9209
Update year ( #4850 )
2016-08-26 12:37:04 +02:00
Per Liedman
017d29c4eb
Just store array of listeners, count is no longer needed. ( #4842 )
...
* Just store array of listeners, count is no longer needed.
* Remove unused code
2016-08-25 17:23:58 +02:00
Yohan Boniface
7927708b40
Allow to create and open a tooltip without source ( fix #4827 ) ( #4836 )
2016-08-25 15:29:20 +02:00
Vladimir Agafonkin
db823b6967
Merge pull request #4841 from Leaflet/popup-remove-zoomanimation
...
Remove zoomAnimation from popup and divoverlay
2016-08-25 15:28:52 +02:00
Per Liedman
cee8edeaf2
Fix listener removal even if an event is firing
...
Close #4840 .
2016-08-25 15:20:51 +02:00
Iván Sánchez Ortega
32084ddbd8
Remove zoomanimation option from divOverlay, related to #4699
2016-08-25 15:20:12 +02:00
Iván Sánchez Ortega
eb82d4ee42
Removed Popup's _zoomanimated option from @fnicollet's changes from #4699
2016-08-25 15:10:04 +02:00
Per Liedman
0c6dc2ce1e
Make event firing reentrant
...
Close #4833
2016-08-24 09:26:53 +02:00
Iván Sánchez Ortega
e9957cfa02
Detect L.Icon.Default.imagePath using CSS. #4604 , #3696 , #4579 ( #4605 )
...
* CSS-based paths for L.Icon.Default. #4604 , #3696 , #4579
* Unit tests for default icons
* Make CSS icon path detection IE8-friendly
* Backwards compatibility for L.Icon.Default.imagePath override.
* Don't overwrite options
2016-08-22 16:40:03 +02:00
Steve
92baa9c73f
Throw error on call to L.Polygon getCenter before map add ( #4820 )
...
* Throw error on call to L.Polygon getCenter before map add
References #4740
* add polyline handling, tests, and docstring
2016-08-15 17:01:41 +02:00
Iván Sánchez Ortega
09937e39b0
Add a _leaflet_id to the map container to fix #4806 ( #4810 )
2016-08-11 09:10:46 +02:00
Iván Sánchez Ortega
e1e121c746
Docstrings: minor typo
2016-08-10 15:48:01 +02:00
Vladimir Agafonkin
35c30a1bcf
upgrade deps
2016-08-09 17:51:17 +03:00
Yohan Boniface
833340752c
Bump version; changelog ( #4786 )
2016-08-05 12:25:56 +03:00
Iván Sánchez Ortega
5dda4f4e0e
Docstrings: clarifications about noWrap and wrapLng
2016-08-04 16:27:10 +02:00
Lou Huang
03a72717fc
Fix option misnamed snapZoom instead of zoomSnap ( #4764 )
2016-08-04 14:10:28 +02:00
Yohan Boniface
a1d64678f2
Do not call zoomIn/zoomOut on zoomControl click if already at zoom limit ( #4791 )
...
fix #4790
2016-08-04 10:56:08 +02:00
Yohan Boniface
c07f43825b
Only stop "preclick" on popup open for markers ( #4788 )
...
We actually do not toggle the popup on click for L.Path.
2016-08-03 21:37:29 +03:00
Steve
3d2b92af82
Provide oldLatLng during marker dragging ( #4752 )
...
* Provide oldLatLng during dragging
References #4736
* Store temporary _oldLatLng on MarkerDrag not _marker
2016-08-02 18:40:28 +03:00
Yohan Boniface
a0ee68558f
Close non permanent tooltip on map click on touch ( fix #4741 )
2016-08-02 16:55:17 +02:00
Yohan Boniface
71d3bc02e5
Move closePopupOnClick from DivOverlay to Popup
...
This option is only used by popup.
2016-08-02 16:55:17 +02:00
Yohan Boniface
8047b0b7a9
Make sure we call event listeners in the order they are registered ( fix #4743 ) ( #4769 )
2016-08-02 17:53:06 +03:00
Yohan Boniface
450ef3ec77
Take the popup container margin-bottom into account to compute autopan ( #4768 )
...
Fix #4759
2016-08-02 17:52:09 +03:00
Yohan Boniface
e746211be7
Better tooltip offset handling ( fix #4772 ) ( #4773 )
...
- default offset is now [0, 0]
- both offset.x and offset.y are always honoured
- positive x always move the tooltip on the right
- positive y always move the tooltip on the bottom
2016-08-02 17:51:22 +03:00
Yohan Boniface
fc1dc96638
Allow to call bindTooltip on a layer not yet added to a map ( fix #4778 ) ( #4779 )
2016-08-02 17:50:53 +03:00
Yohan Boniface
6dec6660b2
Fix tooltip zoomanimation ( fix #4744 ) ( #4765 )
...
Actually something I forgot to port from umap-project/Leaflet.Label
2016-08-02 17:38:08 +03:00
Yohan Boniface
406e1f660a
Bump version
2016-07-15 12:15:46 +02:00
Vladimir Agafonkin
94303a681b
Merge pull request #3952 from Leaflet/label
...
Implement L.Label
2016-07-15 13:06:36 +03:00
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
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
Yohan Boniface
a6529d0ddf
Typo in labelPane docstring
2016-07-08 11:37:01 +02:00