Skip to content

Commit

Permalink
Use HTTPS endpoints for DK/SNCF.
Browse files Browse the repository at this point in the history
  • Loading branch information
connormanning committed May 8, 2020
1 parent a687fa5 commit 54b2769
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data/denmark.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<script src="../libs/clipboard.min.js" type="text/javascript"></script>
<script type="text/javascript">
window.config = {
resource: 'http://na-c.entwine.io/dk',
resource: 'https://na-c.entwine.io/dk',
elevationRange: [0, 160],
material: Potree.PointColorType.RGB,
position: [1136220.33, 7586586.50, 1489.39],
Expand Down
2 changes: 1 addition & 1 deletion data/sncf.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<script src="../libs/clipboard.min.js" type="text/javascript"></script>
<script type="text/javascript">
window.config = {
resource: 'http://na.entwine.io/sncf',
resource: 'https://na-c.entwine.io/sncf',
position: [1701572.75, 3111621.75, 37.26],
target: [1701602.16, 3111645.43, 16.76]
};
Expand Down

0 comments on commit 54b2769

Please sign in to comment.