22 Commits

Author SHA1 Message Date
b2512acb4d Use preferred tile.openstreetmap.org URL (#1072)
Signed-off-by: Grant Slater <git@firefishy.com>

Signed-off-by: Grant Slater <git@firefishy.com>
2022-08-28 12:15:48 +03:00
b5afe4fe8f Refactor(examples/debug): use HTTPS for CDN, Tiles & OSM link
on all example and debug pages (i.e. 30 HTML files), so that on `github.io`, there is no "mixed content" warning anymore.
Switch Leaflet CDN from cdnjs to "official" unpkg.com.
Switch `leaflet.js` to `leaflet-src.js` (14 files).
Also updated the copyright link to OSM using the "official" URL (with https), even though it takes more bytes than the shortcut URL. But at least it is easier for visitors to understand the relationship between the link text and the URL.
2017-06-13 21:50:50 +04:00
f6379783a2 Bump all examples to leaflet 1.0.3 2017-01-24 13:41:04 +13:00
43b0948244 Grab leaflet from https always. Fixes #614 2015-12-22 13:29:18 +13:00
b0e2acf27f Merged new commits and corrected all test suites
for compatibility with Leaflet 1.0.
Updated all example pages with correct CDN link to Leaflet 1.0.0-beta.2 assets.
Corrected MarkerCluster.Spidefier to avoid trying to setOpacity and setZindexOffset on L.Circle (these can be clustered and spiderfied, but they do not have those methods).
All tests should pass now and Leaflet-master could be updated.
2015-11-19 09:37:06 +04:00
649c0efff2 Update all examples to use OSM tiles 2014-04-07 10:11:37 +12:00
12367dad72 update examples 2013-11-25 14:12:56 -05:00
379befbbbd Point all examples at leaflet 0.6.2. Fixes #210 2013-07-01 09:04:55 +12:00
b128e950d8 Update all examples to leaflet 0.5.1 2013-06-21 16:22:07 +12:00
04b71ed450 Add factory method and use them everywhere. Fixes #21 2013-06-14 17:08:22 +12:00
f72bb13324 Leaflet 0.4.4 -> 0.4.5 2012-11-13 14:36:21 +13:00
80976df206 Update all examples to work and use the CDN leaflet 2012-08-13 10:39:38 +12:00
b1ce2775b6 Add some styles so the poor people who use IE <= 8 can see the clusters (Surprised no one has complained about this yet!) 2012-08-02 10:59:54 +12:00
3449fabc8c Move defaults in and make them proper options like in leaflet. Removes silly .Default file 2012-07-26 11:18:12 +12:00
6ac3974ce8 Move css files 2012-07-25 10:49:02 +12:00
184a919fec Default examples should work in IE 2012-07-24 14:58:21 +12:00
ad9ee303a5 Do another pass on the README to bring it up to date with the events changes etc. 2012-07-24 14:22:30 +12:00
5d9b427801 Make everything work, add a custom example showing doing everything custom. 2012-07-24 14:14:27 +12:00
602a5ae1d2 Make events for clusters start with cluster, clusterclick etc. 2012-07-24 13:26:47 +12:00
db3b7f2fc2 Tidy up examples. Add a -everything example which shows boundarys on mouse over and zooms on click. 2012-07-18 11:46:51 +12:00
f03acfaecf Should probably have this code compiling before I go refactoring 2012-07-18 11:00:05 +12:00
e32c4de14c Add QuickHull and use it for calculating convex hulls. (From http://en.literateprograms.org/Quickhull_(Javascript)?oldid=18434 - Referenced in code) Needs tidying up to use LatLng objects rather than having to change back and forth 2012-07-18 10:52:47 +12:00