diff --git a/docs/_layouts/v2.html b/docs/_layouts/v2.html index 282ab2dd..0086da49 100644 --- a/docs/_layouts/v2.html +++ b/docs/_layouts/v2.html @@ -10,11 +10,11 @@ {% if title == '' %} - + - + {% endif %} @@ -23,7 +23,7 @@ - + diff --git a/docs/_posts/2013-06-28-leaflet-plugin-authoring-guide.md b/docs/_posts/2013-06-28-leaflet-plugin-authoring-guide.md index 38c22d85..a798d746 100644 --- a/docs/_posts/2013-06-28-leaflet-plugin-authoring-guide.md +++ b/docs/_posts/2013-06-28-leaflet-plugin-authoring-guide.md @@ -7,7 +7,7 @@ authorsite: http://agafonkin.com/en --- One of the greatest things about Leaflet is its powerful plugin ecosystem. -The [Leaflet plugins page](http://leafletjs.com/plugins.html) lists dozens of awesome plugins, and more are being added every week. +The [Leaflet plugins page](https://leafletjs.com/plugins.html) lists dozens of awesome plugins, and more are being added every week. This guide lists a number of best practices for publishing a Leaflet plugin that meets the quality standards of Leaflet itself. Also available [in the repo](https://github.com/Leaflet/Leaflet/blob/master/PLUGIN-GUIDE.md). diff --git a/docs/_posts/2015-07-01-leaflet-is-alive-and-kicking.md b/docs/_posts/2015-07-01-leaflet-is-alive-and-kicking.md index 0b182a5a..ab6fb526 100644 --- a/docs/_posts/2015-07-01-leaflet-is-alive-and-kicking.md +++ b/docs/_posts/2015-07-01-leaflet-is-alive-and-kicking.md @@ -10,7 +10,7 @@ I know this blog hasn't been updated for a long time — 1.5 years actually! We're on the finishing line of releasing Leaflet 1.0 — the biggest and greatest Leaflet release _ever_. The latest stable version, 0.7.3, is already perfect, so you won't believe how much awesome stuff we've managed to pack into the upcoming release — 914 commits later! But I'll leave that for a separate `1.0-beta1` blog post after we fix [that one last issue](https://github.com/Leaflet/Leaflet/pull/3307). -Meanwhile, I'm happy to present you the new redesigned [Leaflet website](http://leafletjs.com/)! Now finally mobile-friendly, simple, clean, minimal and modern, just like the library itself. Also notice the floating menu when scrolling down the [Docs](/reference.html) and [Plugins](/plugins.html) pages, a highly requested feature that'll make navigation much easier. Big thanks to [Rowan Hogan](https://github.com/rowanhogan) for the help with the new design! +Meanwhile, I'm happy to present you the new redesigned [Leaflet website](https://leafletjs.com/)! Now finally mobile-friendly, simple, clean, minimal and modern, just like the library itself. Also notice the floating menu when scrolling down the [Docs](/reference.html) and [Plugins](/plugins.html) pages, a highly requested feature that'll make navigation much easier. Big thanks to [Rowan Hogan](https://github.com/rowanhogan) for the help with the new design! P.S. I recently made a quirky 13-minute video for the [Geospatial World Forum](http://www.geospatialworldforum.org/), sharing the fun story behind Leaflet and how it became what it is today. Watch it and share it with your geofriends so that we can make the GIS world fun again! diff --git a/docs/_posts/2015-10-14-leaflet-1.0-beta2-released.md b/docs/_posts/2015-10-14-leaflet-1.0-beta2-released.md index a492d395..aaf46c60 100644 --- a/docs/_posts/2015-10-14-leaflet-1.0-beta2-released.md +++ b/docs/_posts/2015-10-14-leaflet-1.0-beta2-released.md @@ -29,7 +29,7 @@ Help us help you by taking a minute to learn [how to write a good bug report](ht Last but not least, huge thanks to everybody using Leaflet. Keep creating great maps! -**Note to plugin developers**: we encourage you to upgrade your plugins to be compatible with the latest beta release. The 1.0 API is pretty stable at this point and many users are starting to use the beta version in production. Additionally, as 1.0 final release approaches, we want to get more serious about the quality of plugins that get [on the official list](http://leafletjs.com/plugins.html), making sure they're maintained and compatible with recent Leaflet releases. +**Note to plugin developers**: we encourage you to upgrade your plugins to be compatible with the latest beta release. The 1.0 API is pretty stable at this point and many users are starting to use the beta version in production. Additionally, as 1.0 final release approaches, we want to get more serious about the quality of plugins that get [on the official list](https://leafletjs.com/plugins.html), making sure they're maintained and compatible with recent Leaflet releases. Best, Iván & Vladimir & Yohan. diff --git a/docs/_posts/2016-04-18-leaflet-1.0-rc1.md b/docs/_posts/2016-04-18-leaflet-1.0-rc1.md index 7d84c841..11c9bf9f 100644 --- a/docs/_posts/2016-04-18-leaflet-1.0-rc1.md +++ b/docs/_posts/2016-04-18-leaflet-1.0-rc1.md @@ -19,7 +19,7 @@ Leaflet 1.0-rc1 closes down on edge cases and API inconsistencies that were pres * The first ever Microsoft Edge hack (handle inconsistent `dblclick` behaviour on Win10 touchscreens) -* Unit tests with `prosthetic-hand`, letting us be sure that touch interactions behave consistently. This has its [own blog post](http://leafletjs.com/2016/03/20/debugging-touch-interactions.html). +* Unit tests with `prosthetic-hand`, letting us be sure that touch interactions behave consistently. This has its [own blog post](https://leafletjs.com/2016/03/20/debugging-touch-interactions.html). ### Changes in the API documentation diff --git a/docs/_posts/2016-11-21-leaflet-1.0.2.md b/docs/_posts/2016-11-21-leaflet-1.0.2.md index 44f23d3e..734a673e 100644 --- a/docs/_posts/2016-11-21-leaflet-1.0.2.md +++ b/docs/_posts/2016-11-21-leaflet-1.0.2.md @@ -10,7 +10,7 @@ As part of our "we really promised a faster release cycle" vision, we are publis Compared to 1.0.1, this release fixes about a dozen bugs, and a couple new options. The full list of changes can be found on [the changelog](https://github.com/Leaflet/Leaflet/blob/master/CHANGELOG.md). -As usual, check the [downloads page](http://leafletjs.com/download.html) to get this release. +As usual, check the [downloads page](https://leafletjs.com/download.html) to get this release. ### Next plans? diff --git a/docs/_posts/2017-01-23-leaflet-1.0.3.md b/docs/_posts/2017-01-23-leaflet-1.0.3.md index 55aecc95..0c0fc0c8 100644 --- a/docs/_posts/2017-01-23-leaflet-1.0.3.md +++ b/docs/_posts/2017-01-23-leaflet-1.0.3.md @@ -20,7 +20,7 @@ backported a few fixes for Internet Explorer 8, and some miscellaneous fixes. The full list of changes can be found on [the changelog](https://github.com/Leaflet/Leaflet/blob/master/CHANGELOG.md). -As usual, check the [downloads page](http://leafletjs.com/download.html) to get this release. +As usual, check the [downloads page](https://leafletjs.com/download.html) to get this release. Cheers,
diff --git a/docs/_posts/2017-06-27-leaflet-1.1.0.md b/docs/_posts/2017-06-27-leaflet-1.1.0.md index 585bc150..ad001e5b 100644 --- a/docs/_posts/2017-06-27-leaflet-1.1.0.md +++ b/docs/_posts/2017-06-27-leaflet-1.1.0.md @@ -8,11 +8,11 @@ authorsite: http://www.liedman.net We have released Leaflet version 1.1.0, the first version built with [ES6 modules](https://babeljs.io/learn-es2015/#ecmascript-2015-features-modules) - a big step forward ensuring Leaflet is up to date with how modern JavaScript is written. For users upgrading to this release, this change should not make a difference, while it offers the possibility to import individual parts of Leaflet individually if your app is built with ES6. As a consequence, 1.1.0 is also the first version built without Leaflet's now deprecated custom build system, in favor of using [Rollup](https://rollupjs.org/). -Also new in this release is the new `L.VideoOverlay` class, allowing [overlaying video on your maps](http://leafletjs.com/examples/video-overlay/). +Also new in this release is the new `L.VideoOverlay` class, allowing [overlaying video on your maps](https://leafletjs.com/examples/video-overlay/). We also managed to fix over 30 bugs with the help of about 20 different contributors: see the full [changelog](https://github.com/Leaflet/Leaflet/blob/master/CHANGELOG.md) for details. -To get the new release, update your dependencies in your favorite package manager, or check the [downloads page](http://leafletjs.com/download.html). +To get the new release, update your dependencies in your favorite package manager, or check the [downloads page](https://leafletjs.com/download.html). Cheers,
The Leaflet team. diff --git a/docs/_posts/2017-08-08-leaflet-1.2.0.md b/docs/_posts/2017-08-08-leaflet-1.2.0.md index d319e194..2d0dff17 100644 --- a/docs/_posts/2017-08-08-leaflet-1.2.0.md +++ b/docs/_posts/2017-08-08-leaflet-1.2.0.md @@ -12,7 +12,7 @@ For the future, we expect to work out a new recommendation for authoring Leaflet As usual, we also managed to close off a number of other bugs and make a couple of minor improvements, all with the help of our many contributors - a big thank you to all who contributed to the release this summer! See the full [changelog](https://github.com/Leaflet/Leaflet/blob/master/CHANGELOG.md) for details. -To get the new release, update your dependencies in your favorite package manager, or check the [downloads page](http://leafletjs.com/download.html). +To get the new release, update your dependencies in your favorite package manager, or check the [downloads page](https://leafletjs.com/download.html). Cheers,
The Leaflet team. diff --git a/docs/_posts/2018-01-15-leaflet-1.3.0.md b/docs/_posts/2018-01-15-leaflet-1.3.0.md index 1052f997..7d9da224 100644 --- a/docs/_posts/2018-01-15-leaflet-1.3.0.md +++ b/docs/_posts/2018-01-15-leaflet-1.3.0.md @@ -11,7 +11,7 @@ Long awaited Leaflet 1.3.0 has just been released! This release contains a lot of bugfixes, improvements and a couple new options. Big thanks to all contributors who made this release possible! See the full [changelog](https://github.com/Leaflet/Leaflet/blob/master/CHANGELOG.md) for details. -To get the new release, update your dependencies in your favorite package manager, or check the [downloads page](http://leafletjs.com/download.html). +To get the new release, update your dependencies in your favorite package manager, or check the [downloads page](https://leafletjs.com/download.html). Cheers,
The Leaflet team. diff --git a/docs/_posts/2018-01-18-leaflet-1.3.1.md b/docs/_posts/2018-01-18-leaflet-1.3.1.md index 938241f4..d430103c 100644 --- a/docs/_posts/2018-01-18-leaflet-1.3.1.md +++ b/docs/_posts/2018-01-18-leaflet-1.3.1.md @@ -12,7 +12,7 @@ This release fixes `L.TileLayer` regression, introduced in 1.3.0. Oops! See [changelog](https://github.com/Leaflet/Leaflet/blob/master/CHANGELOG.md) for details. -To get the new release, update your dependencies in your favorite package manager, or check the [downloads page](http://leafletjs.com/download.html). +To get the new release, update your dependencies in your favorite package manager, or check the [downloads page](https://leafletjs.com/download.html). Cheers,
The Leaflet team. diff --git a/docs/atom.xml b/docs/atom.xml index 773e1b69..af78fc0b 100644 --- a/docs/atom.xml +++ b/docs/atom.xml @@ -6,11 +6,11 @@ title: Leaflet Developer Blog Atom Feed Leaflet Dev Blog - + {{ site.time | date_to_xmlschema }} - http://leafletjs.com/ + https://leafletjs.com/ Vladimir Agafonkin diff --git a/docs/reference-0.7.7.html b/docs/reference-0.7.7.html index eb36d383..84f131a5 100644 --- a/docs/reference-0.7.7.html +++ b/docs/reference-0.7.7.html @@ -4410,7 +4410,7 @@ map.addControl(control);

Control.Layers

-

The layers control gives users the ability to switch between different base layers and switch overlays on/off (check out the detailed example). Extends Control.

+

The layers control gives users the ability to switch between different base layers and switch overlays on/off (check out the detailed example). Extends Control.

var baseLayers = {
 	"Mapbox": mapbox,
diff --git a/docs/reference-1.0.0.html b/docs/reference-1.0.0.html
index 10656d35..b0fd7c45 100644
--- a/docs/reference-1.0.0.html
+++ b/docs/reference-1.0.0.html
@@ -17351,7 +17351,7 @@ properties. The event might can optionally be propagated to event parents.

-

Control.Layers

The layers control gives users the ability to switch between different base layers and switch overlays on/off (check out the detailed example). Extends Control.

+

Control.Layers

The layers control gives users the ability to switch between different base layers and switch overlays on/off (check out the detailed example). Extends Control.

Usage example

@@ -22717,7 +22717,7 @@ var Leaflet = L.noConflict(); - + + + + + +