From 35c80a4f09d2034b258321712cc2e98921730408 Mon Sep 17 00:00:00 2001 From: Simon Legner Date: Tue, 15 Oct 2024 21:11:14 +0200 Subject: [PATCH] demo: use HTTPS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes B"locked loading mixed active content" “http://leaflet.github.io/Leaflet.markercluster/example/realworld.10000.js” --- README.md | 8 ++++---- demo/index.html | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 3c5e206..1149bbf 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,15 @@ Leaflet.heat ========== -A tiny, simple and fast [Leaflet](http://leafletjs.com) heatmap plugin. +A tiny, simple and fast [Leaflet](https://leafletjs.com) heatmap plugin. Uses [simpleheat](https://github.com/mourner/simpleheat) under the hood, additionally clustering points into a grid for performance. ## Demos -- [10,000 points →](http://leaflet.github.io/Leaflet.heat/demo) -- [Adding points dynamically →](http://leaflet.github.io/Leaflet.heat/demo/draw.html) +- [10,000 points →](https://leaflet.github.io/Leaflet.heat/demo) +- [Adding points dynamically →](https://leaflet.github.io/Leaflet.heat/demo/draw.html) ## Basic Usage @@ -48,7 +48,7 @@ Constructs a heatmap layer given an array of points and an object with the follo - **pane** - Map pane where the heat will be drawn. Defaults to 'overlayPane'. Each point in the input array can be either an array like `[50.5, 30.5, 0.5]`, -or a [Leaflet LatLng object](http://leafletjs.com/reference.html#latlng). +or a [Leaflet LatLng object](https://leafletjs.com/reference.html#latlng). Optional third argument in each `LatLng` point (`altitude`) represents point intensity. Unless `max` option is specified, intensity should range between `0.0` and `1.0`. diff --git a/demo/index.html b/demo/index.html index 9a0314d..708efdb 100644 --- a/demo/index.html +++ b/demo/index.html @@ -17,7 +17,7 @@

A 10,000-point demo of Leaflet.heat, a tiny and fast Leaflet heatmap plugin. -

@@ -28,13 +28,13 @@ - +