File tree 1 file changed +4
-4
lines changed 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 3
3
< head >
4
4
< meta charset ="utf-8 ">
5
5
< meta http-equiv ="X-UA-Compatible " content ="IE=edge ">
6
- < meta http-equiv ="Content-Security-Policy "
6
+ < meta http-equiv ="Content-Security-Policy "
7
7
content ="default-src 'self' {cspSource} https://*;
8
8
script-src {cspSource} https: 'unsafe-inline' 'unsafe-eval';
9
9
style-src {cspSource} https: 'unsafe-inline';
17
17
< link rel ="stylesheet " href ="https://d1a3f4spazzrp4.cloudfront.net/kepler.gl/uber-fonts/4.0.0/superfine.css ">
18
18
< link href ="https://api.tiles.mapbox.com/mapbox-gl-js/v1.1.1/mapbox-gl.css " rel ="stylesheet ">
19
19
< link href ="{styles}/map.view.css " rel ="stylesheet ">
20
- < script src ="https://openlayers.org/en/v6.8.1/build /ol.js " crossorigin > </ script >
20
+ < script src ="
https://cdn.jsdelivr.net/npm/[email protected] /dist /ol.js "
crossorigin > </ script >
21
21
< script src ="
https://unpkg.com/[email protected] /umd/react.production.min.js "
crossorigin > </ script >
22
22
< script src ="
https://unpkg.com/[email protected] /umd/react-dom.production.min.js "
crossorigin > </ script >
23
23
< script src ="
https://unpkg.com/[email protected] /dist/redux.js "
crossorigin > </ script >
28
28
< body >
29
29
< div id ="toolbar ">
30
30
< div id ="toolbar-right ">
31
- < select id ="save-file-type-selector "
31
+ < select id ="save-file-type-selector "
32
32
title ="Save Map View "
33
33
onChange ="saveData() ">
34
34
< option value =""> 📥 Save</ option >
54
54
onClick ="buyCoffee() "> ☕️</ a >
55
55
</ div >
56
56
< div id ="toolbar-left ">
57
- < a id ="title " title ="View Map Source " href ="# "
57
+ < a id ="title " title ="View Map Source " href ="# "
58
58
onClick ="viewMapSource() ">
59
59
< img id ="map-icon " src ="{images}/map.svg " width ="18 " height ="18 " alt ="map " />
60
60
{fileName}
You can’t perform that action at this time.
0 commit comments