Commit 0e6b5d20 authored by Andrey Filippov's avatar Andrey Filippov

reduced initial zoom level to see all sites; renamed loop player

parent 2d602c00
...@@ -38,9 +38,9 @@ $(function(){ ...@@ -38,9 +38,9 @@ $(function(){
var SETTINGS = { var SETTINGS = {
'rating':5, 'rating':5,
'showall':false, 'showall':false,
'lat': 40.7233861, 'lat': 44.92980751,
'lng': -111.9328843, 'lng': -118.25683594,
'zoom': 12, 'zoom': 7,
'model': undefined 'model': undefined
}; };
......
...@@ -163,7 +163,7 @@ Instructions: ...@@ -163,7 +163,7 @@ Instructions:
<td>&nbsp;</td> <td>&nbsp;</td>
</tr> </tr>
<tr class='experimental'> <tr class='experimental'>
<td><a id='lpl' >Loop player</a></td> <td><a id='lpl' title='Viewer for the almost raw image set used to generate the 3d model' >Set of 4 images</a></td>
</tr> </tr>
<tr class='experimental'> <tr class='experimental'>
<td>&nbsp;</td> <td>&nbsp;</td>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment