More fixes from panorama removal

master
Keith Irwin 2017-09-17 02:59:42 +00:00
parent 7bf55a9c4a
commit f60d83fad1
No known key found for this signature in database
GPG Key ID: 378933C743E2BBC0
2 changed files with 3 additions and 5 deletions

View File

@ -9,12 +9,12 @@ const socket = io('//'+window.location.hostname);
function toggleMaps(loc) {
if (loc.lat===0&&loc.lon===0) {
$('#map').hide();
$('#pano').hide();
$('#view').hide();
$('#notset').show();
}
else {
$('#map').show();
$('#pano').show();
$('#view').show();
$('#notset').hide();
}
}

View File

@ -74,9 +74,7 @@
<h3 id='what-is-the-streetview-image'>What is the street view image?</h3>
<p>While you are stationary, Tracman will display the google street view panorama closest to your location. Users will be able to pan the image to look around. By default, the image will be oriented towards you. If you are in a building, and there is a street view image of the street outside the building, the panorama will be pointed at the building. </p>
<p>While you are moving, Tracman will display a plain google street view image closest the image cannot be panned. This allows for it to be loaded faster. The image will be oriented to your direction of travel, so if you are driving down a road, it will show the view in the direction you're driving. This can sometimes appear like a slow-frame-rate dashcam video. </p>
<p>Tracman will display a google street view image closest to your location. If you are stationary, the image will be oriented towards you. If you are in a building, and there is a street view image of the street outside the building, the panorama will be pointed at the building. While you are moving, the image will be oriented to your direction of travel, so if you are driving down a road, it will show the view in the direction you're driving. This can sometimes appear like a slow-frame-rate dashcam video. </p>
<p>The images come from <a href="https://www.google.com/streetview/">Google street view</a>. They are <i>not</i> live images from your location. Mostly, the photos were taken during the daytime when the weather was good. </p>