diff --git a/examples/blog-lines/index.pug b/examples/blog-lines/index.pug index d754f50497..8b5811c97c 100644 --- a/examples/blog-lines/index.pug +++ b/examples/blog-lines/index.pug @@ -253,13 +253,13 @@ block append mainContent .title GeoJS - Current - SVG .entry span - .title Leaflet - 1.0.2 - Canvas + .title Leaflet - 1.9.4 - Canvas .entry span - .title Leaflet - 1.0.2 - SVG + .title Leaflet - 1.9.4 - SVG .entry span - .title Mapbox GL - 0.28.0 - WebGL + .title Mapbox GL - 1.13.3 - WebGL .entry span .title GeoJS - 0.10.5 - WebGL diff --git a/examples/blog-lines/main.js b/examples/blog-lines/main.js index 2ca05875a5..12a3b58d77 100644 --- a/examples/blog-lines/main.js +++ b/examples/blog-lines/main.js @@ -14,17 +14,17 @@ var Libraries = { }, leaflet: { url: 'https://unpkg.com/leaflet@{version}/dist/leaflet.js', - defaultVersion: '1.0.2', + defaultVersion: '1.9.4', mainReference: 'L' }, mapbox: { url: 'https://api.mapbox.com/mapbox.js/v{version}/mapbox.js', - defaultVersion: '3.0.1', + defaultVersion: '3.3.1', mainReference: 'L' }, mapboxgl: { url: 'https://api.mapbox.com/mapbox-gl-js/v{version}/mapbox-gl.js', - defaultVersion: '0.28.0', + defaultVersion: '1.13.3', mainReference: 'mapboxgl' } };