File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -253,13 +253,13 @@ block append mainContent
253253 .title GeoJS - Current - SVG
254254 .entry
255255 span
256- .title Leaflet - 1.0.2 - Canvas
256+ .title Leaflet - 1.9.4 - Canvas
257257 .entry
258258 span
259- .title Leaflet - 1.0.2 - SVG
259+ .title Leaflet - 1.9.4 - SVG
260260 .entry
261261 span
262- .title Mapbox GL - 0.28.0 - WebGL
262+ .title Mapbox GL - 1.13.3 - WebGL
263263 .entry
264264 span
265265 .title GeoJS - 0.10.5 - WebGL
Original file line number Diff line number Diff line change @@ -14,17 +14,17 @@ var Libraries = {
1414 } ,
1515 leaflet : {
1616 url : 'https://unpkg.com/leaflet@{version}/dist/leaflet.js' ,
17- defaultVersion : '1.0.2 ' ,
17+ defaultVersion : '1.9.4 ' ,
1818 mainReference : 'L'
1919 } ,
2020 mapbox : {
2121 url : 'https://api.mapbox.com/mapbox.js/v{version}/mapbox.js' ,
22- defaultVersion : '3.0 .1' ,
22+ defaultVersion : '3.3 .1' ,
2323 mainReference : 'L'
2424 } ,
2525 mapboxgl : {
2626 url : 'https://api.mapbox.com/mapbox-gl-js/v{version}/mapbox-gl.js' ,
27- defaultVersion : '0.28.0 ' ,
27+ defaultVersion : '1.13.3 ' ,
2828 mainReference : 'mapboxgl'
2929 }
3030} ;
You can’t perform that action at this time.
0 commit comments