Skip to content

Commit be08c0f

Browse files
committed
Update Openlayers version -- the previous version no longer existed in the CDN
Prior to this commit, the map on the members page did not display Also, remove the Gemfile.lock, since it hopelessly out-of-date and can be easily regenerated with `bundle install`
1 parent c595530 commit be08c0f

2 files changed

Lines changed: 2 additions & 314 deletions

File tree

Gemfile.lock

Lines changed: 0 additions & 312 deletions
This file was deleted.

members.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
ext-js:
3-
- "//cdn.jsdelivr.net/gh/openlayers/openlayers.github.io@master/en/v6.3.1/build/ol.js"
3+
- "//cdn.jsdelivr.net/npm/ol@v10.9.0/dist/ol.js"
44
- "//cdn.datatables.net/1.10.21/js/jquery.dataTables.min.js"
55
js:
66
- "assets/js/data_table.js"
77
- "assets/js/member_map.js"
88
ext-css:
9-
- "//cdn.jsdelivr.net/gh/openlayers/openlayers.github.io@master/en/v6.3.1/css/ol.css"
9+
- "//cdn.jsdelivr.net/npm/ol@v10.9.0/ol.css"
1010
- "//cdn.datatables.net/1.10.21/css/jquery.dataTables.min.css"
1111
- "https://fonts.googleapis.com/icon?family=Material+Icons"
1212
css:

0 commit comments

Comments
 (0)