Skip to content

Commit 54b2769

Browse files
committed
Use HTTPS endpoints for DK/SNCF.
1 parent a687fa5 commit 54b2769

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

data/denmark.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<script src="../libs/clipboard.min.js" type="text/javascript"></script>
3434
<script type="text/javascript">
3535
window.config = {
36-
resource: 'http://na-c.entwine.io/dk',
36+
resource: 'https://na-c.entwine.io/dk',
3737
elevationRange: [0, 160],
3838
material: Potree.PointColorType.RGB,
3939
position: [1136220.33, 7586586.50, 1489.39],

data/sncf.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<script src="../libs/clipboard.min.js" type="text/javascript"></script>
3434
<script type="text/javascript">
3535
window.config = {
36-
resource: 'http://na.entwine.io/sncf',
36+
resource: 'https://na-c.entwine.io/sncf',
3737
position: [1701572.75, 3111621.75, 37.26],
3838
target: [1701602.16, 3111645.43, 16.76]
3939
};

0 commit comments

Comments
 (0)