You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: js/about.js
+20-22
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,7 @@ var Footer = React.createClass({
55
55
<img
56
56
className='center-block'
57
57
id='footer-icon'
58
-
src='resources/images/icon.png'
58
+
src='resources/images/entwine-logo.png'
59
59
/>
60
60
</a>
61
61
</div>
@@ -91,10 +91,13 @@ var Content = React.createClass({
91
91
<divclassName='col-xs-12 col-sm-2'/>
92
92
<divclassName='col-xs-12 col-sm-8'>
93
93
<p>
94
-
This demo gallery demonstrates interconnectivity between the <ahref='potree.org'>Potree</a> renderer and <ahref='https://github.com/hobu/greyhound'>Greyhound</a>, which is a RESTful, LoD-based point cloud streaming server for <ahref='https://github.com/connormanning/entwine'>Entwine</a>-indexed endpoints.
94
+
This demo gallery demonstrates interconnectivity between the <ahref='potree.org'>Potree</a> renderer and <ahref='https://github.com/hobu/greyhound'>Greyhound</a>, which is a point cloud streaming server for <ahref='https://github.com/connormanning/entwine'>Entwine</a>-indexed endpoints.
95
95
</p>
96
96
<p>
97
-
This work was accomplished via collaboration by <ahref='https://www.esciencecenter.nl/profile/maarten-van-meersbergen-msc'>Maarten van Meersbergen</a>, <ahref='https://www.esciencecenter.nl/profile/oscar-martinez-rubi-msc'>Oscar Martinez Rubi</a>, and <ahref='https://github.com/connormanning'>Connor Manning</a> during the <ahref='https://wiki.osgeo.org/wiki/Paris_Code_Sprint_2016'>OSGeo Paris Code Sprint 2016</a>.
97
+
The integration between Potree and Greyhound was accomplished via collaboration by <ahref='https://www.esciencecenter.nl/profile/maarten-van-meersbergen-msc'>Maarten van Meersbergen</a>, <ahref='https://www.esciencecenter.nl/profile/oscar-martinez-rubi-msc'>Oscar Martinez Rubi</a>, and <ahref='https://github.com/connormanning'>Connor Manning</a> during the <ahref='https://wiki.osgeo.org/wiki/Paris_Code_Sprint_2016'>OSGeo Paris Code Sprint 2016</a>.
98
+
</p>
99
+
<p>
100
+
The source code for this repository is available on <ahref='https://github.com/connormanning/potree.entwine.io'>GitHub</a>.
98
101
</p>
99
102
</div>
100
103
<divclassName='col-xs-12 col-sm-2'/>
@@ -139,10 +142,12 @@ var Page = React.createClass({
139
142
Data credits
140
143
</h3>
141
144
<divclassName='center-block'>
142
-
<Credit
143
-
name='Autzen Stadium, St. Helens, Half Dome'
144
-
>
145
-
Howard Butler, <ahref="hobu.co">Hobu, Inc.</a>
145
+
<Creditname='SNCF Railway'>
146
+
<ahref='https://ressources.data.sncf.com/explore/dataset/nuage-points-3d/'>SNCF Open Data</a>
0 commit comments