Skip to content

Commit

Permalink
Merge pull request #4 from JackyCZJ/main
Browse files Browse the repository at this point in the history
Url is wrong,  should have /dist/ here
  • Loading branch information
Kodo-kakaku committed Aug 30, 2022
2 parents 256c7f8 + cc71a38 commit daf8e0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions luasrc/view/gpoint/overview.htm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<%+gpoint/css/style%>

<%+header%>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/openlayers/openlayers.github.io@main/en/v6.8.1/css/ol.css" type="text/css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/openlayers/openlayers.github.io@main/dist/en/v6.8.1/css/ol.css" type="text/css">
<style type="text/css">
#marker {
width: 200px;
Expand Down Expand Up @@ -60,7 +60,7 @@ <h3><%:Details:%></h3>
</div>
</div>

<script src="https://cdn.jsdelivr.net/gh/openlayers/openlayers.github.io@main/en/v6.8.1/build/ol.js"></script>
<script src="https://cdn.jsdelivr.net/gh/openlayers/openlayers.github.io@main/dist/en/v6.8.1/build/ol.js"></script>
<%+gpoint/js/js%>
<script type="text/javascript">
var prev = true; // show geolocation (auto zoom) <%=resource%>/gpoint
Expand Down

0 comments on commit daf8e0d

Please sign in to comment.