Yuzo Matsuzawa
4d490139bd
Fix typo in L.Bounds docs ( #4536 )
2016-05-04 13:43:23 +02:00
Guillaume Lathoud
5633b83280
Added Leaflet.FeatureGroup.LoadEvents (for v0.7.*) ( #4535 )
2016-05-04 10:25:28 +02:00
Nathan Cahill
63f3c851ba
correct docs for GeoJSON.onEachFeature ( #4512 )
2016-05-01 08:57:54 +02:00
Iván Sánchez Ortega
9bbfc6aefb
Docstrings: Add a note about using locate() over plain HTTP ( #4520 )
2016-05-01 08:56:06 +02:00
Yohan Boniface
8a2255afc3
Merge branch 'master' into label
2016-04-30 14:36:48 +02:00
Iván Sánchez Ortega
203a5881d5
Add demo to Leaflet.ImageOverlay.Rotated
2016-04-29 13:33:24 +02:00
Iván Sánchez Ortega
8a8af0deec
Add Leaflet.ImageOverlay.Rotated plugin
2016-04-29 11:57:51 +02:00
Nathan Cahill
425fa13cb4
Various debug fixes ( #4515 )
...
* various debug fixes
* fix mixed spaces and tabs
2016-04-29 12:35:50 +03:00
Iván Sánchez Ortega
19f048110f
Docstrings: linkify map.locate()
2016-04-27 16:06:21 +02:00
Iván Sánchez Ortega
400f7fa70d
Fix HTML links in leaflet.heat plugin
2016-04-27 15:33:53 +02:00
Iván Sánchez Ortega
4460bd74ad
Minor typo in docstrings
2016-04-27 11:09:57 +02:00
Jan Pieter Waagmeester
4febc5d629
Replace for..in with standard for in L.Control.Layers, fixes #4508 ( #4509 )
2016-04-26 15:24:34 +02:00
Per Liedman
17ec366263
Fix retina logic when zoomReverse is enabled. ( #4503 )
...
Close #4399 .
2016-04-25 21:30:59 +03:00
Nathan Cahill
8bfb37bbf4
consistent return if layer exists ( #4504 )
2016-04-25 20:03:08 +02:00
Nathan Cahill
a5cf6b9390
remove old CircleMarker options ( #4497 )
2016-04-25 15:54:02 +03:00
Nathan Cahill
1462f7e538
correct TileLayer constructors in debug ( #4498 )
2016-04-25 08:43:01 +02:00
Matthew Brener
b4045f05fd
Remove spec.hintrc.js ( #4499 )
2016-04-25 08:42:25 +02:00
Nathan Cahill
4ad74d879d
correct DragEndEvent event type ( #4491 )
...
DragEndEvent has a distance property
2016-04-22 20:51:55 +02:00
Nathan Cahill
c5ae732b7d
correct ResizeEvent event type ( #4490 )
2016-04-22 20:48:07 +02:00
Nathan Cahill
3fc3a4d1c5
fix inconsistency in GeoJSON event class name ( #4489 )
2016-04-22 21:21:31 +03:00
Mikael Korpela
b544d5e503
Remove images from Bower's main field ( #4481 )
...
https://github.com/bower/spec/blob/master/json.md#main
2016-04-22 18:28:25 +03:00
Jan Pieter Waagmeester
02078c2b39
Make sure L.Control.removeLayer() doesn't raise an error if a layer not in the control is removed from it ( #4487 )
2016-04-22 16:11:22 +02:00
Alex Paterson
74e72ce684
Specify EdgeBuffer plugin is for Leaflet 1.0 ( #4485 )
2016-04-21 23:36:32 +02:00
Nathan Cahill
269eabc490
fix typo in PosAnimation docs ( #4482 )
2016-04-21 20:20:06 +02:00
Iván Sánchez Ortega
c536377e6d
Add Leaflet.VectorGrid plugin, note about deprecated vector tile plugins.
2016-04-21 09:54:29 +02:00
Nathan Cahill
2b52369fac
Add CRS.distance docstring ( #4466 )
...
* add CRS.distance docstring
* add CRS.distance return values
2016-04-20 20:57:06 +02:00
Yuzo Matsuzawa
442d710b51
Fix typo in L.Draggable docstring ( #4471 )
2016-04-20 17:56:29 +02:00
Nathan Cahill
1eafc015c1
create points from objects with x and y properties ( #4465 )
2016-04-20 17:05:31 +02:00
Iván Sánchez Ortega
ddf8f0575e
Leafdoc: fix internal links & inconsistent return types ( #4469 )
...
* Leafdoc: fix internal links & inconsistent return types
* an -> a
2016-04-20 16:29:08 +02:00
Iván Sánchez Ortega
71a1e8513b
Update notes about contributing to the API docs ( #4470 )
...
* Update notes about contributing to the API docs
* Reworded leafdoc + gh-pages stuff.
2016-04-20 13:31:13 +02:00
Iván Sánchez Ortega
c3426d6bb6
docstring fixes regarding Polyline/Circle options
2016-04-20 09:48:53 +02:00
Nathan Cahill
86e49f92ff
fix Util.template docstring ( #4468 )
2016-04-19 23:55:51 +02:00
Iván Sánchez Ortega
91fa757571
Add 'updateWhenZooming' option to L.GridLayer ( #4462 )
2016-04-19 16:36:10 +03:00
Nathan Cahill
3e8fcbda97
add option type for 'center' value ( #4456 )
2016-04-19 14:19:45 +02:00
Nathan Cahill
7347446c57
add LineUtil.clipSegment docstring ( #4437 )
2016-04-19 14:19:19 +02:00
Per Liedman
f3586fdbfc
Merge pull request #4455 from Leaflet/build-version
...
Build scripts: stop using magic-string and use git rev as semver metadata
2016-04-19 12:48:07 +02:00
Iván Sánchez Ortega
ca01120227
Use git rev as semver metadata
2016-04-19 12:32:08 +02:00
Iván Sánchez Ortega
23890c5fa4
Skip a touch unit test on non-touch browsers
2016-04-19 12:21:01 +02:00
Iván Sánchez Ortega
acbc6d23a9
Sourcemaps: replace magic-string with source-map.SourceNode
2016-04-19 10:22:52 +02:00
Iván Sánchez Ortega
96bf8d9ca4
Typo in changelog URL for rc1
2016-04-18 10:49:14 +02:00
Iván Sánchez Ortega
649470e96f
Update 1.0.0 docs to Leafdocs for 1.0.0-rc1 (from -beta2), tnx @nathancahill
2016-04-18 10:44:20 +02:00
Iván Sánchez Ortega
9007b91bee
Update download links
2016-04-18 10:38:04 +02:00
Iván Sánchez Ortega
e24e335d64
Blog post for 1.0.0-rc1 ( #4443 )
...
* Blog post for 1.0.0-rc1
* typos, english, link todo note added
* Updated dates for rc1 blog post
* Update CDN URLs for -rc1
2016-04-18 10:36:02 +02:00
Vladimir Agafonkin
a626826974
update deps and bump travis node version
2016-04-18 11:15:46 +03:00
Per Liedman
c22ee29d79
Bump version to 1.0.0-rc.1 ( #4454 )
2016-04-18 09:26:02 +02:00
Yohan Boniface
8e3e53319e
1.0.0-rc1 changelog (cf #4379 ) ( #4383 )
...
* First version of rc1 changelog (cf #4379 )
* fixed changelog
typos, closed PR removed, contributor added
* Prettify and fix minor typos in rc1 changelog
* Mention #4396 in the CHANGELOG
* Add mention of #4371
* Add docs updates by nathancahill
* Add info on #4387
* Update date for 1.0-rc1
* Remove double PR reference for #4418
2016-04-18 09:14:37 +02:00
Iván Sánchez Ortega
032bce68f0
Merge pull request #4451 from nathancahill/patch-2
...
Remove duplicate Map.options.renderer
2016-04-16 20:47:16 +02:00
Nathan Cahill
c59bf6ad30
remove duplicate Map.options.renderer
2016-04-16 12:42:59 -06:00
Nathan Cahill
25d5a8119e
remove duplicate maxBoundsViscosity option ( #4449 )
2016-04-15 23:53:41 +02:00
Nathan Cahill
46083ad881
add missing types to Map.createPane docstring ( #4450 )
...
Last one, hopefully.
2016-04-15 23:52:03 +02:00