Skip to content

Commit

Permalink
test: Update some external test package versions
Browse files Browse the repository at this point in the history
Use more recent versions of competing mapping tools to try to improve CI
robustness.
  • Loading branch information
manthey committed Nov 19, 2024
1 parent ce38d21 commit ea6ec59
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions examples/blog-lines/index.pug
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions examples/blog-lines/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
};
Expand Down

0 comments on commit ea6ec59

Please sign in to comment.