Final style tweaks, back to z16.5 to avoid hitting 1000 bubble limit

This commit is contained in:
Bryan Housel
2018-06-13 16:39:41 -04:00
parent b2c2b4e87b
commit adc9c521df
2 changed files with 7 additions and 5 deletions
+4 -4
View File
@@ -119,11 +119,11 @@
pointer-events: none;
}
.layer-streetside-images .viewfield-group * {
fill: #0de6b0;
fill: #0fffc4;
}
.layer-streetside-images .sequence {
stroke: #0de6b0;
stroke-opacity: 0.7; /* slight bump - only one per road */
stroke: #0fffc4;
stroke-opacity: 0.85; /* bump opacity - only one per road */
}
@@ -176,7 +176,7 @@
}
.ms-wrapper .photo-attribution a:active,
.ms-wrapper .photo-attribution a:hover {
color: #0de6b0;
color: #0fffc4;
}
.ms-wrapper .pnlm-compass.pnlm-control {
+3 -1
View File
@@ -26,7 +26,8 @@ var streetsideImagesApi = 'https://t.ssl.ak.tiles.virtualearth.net/tiles/';
var bubbleAppKey = 'AuftgJsO0Xs8Ts4M1xZUQJQXJNsvmh3IV8DkNieCiy3tCwCUMq76-WpkrBtNAuEm';
var pannellumViewerCSS = 'pannellum-streetside/pannellum.css';
var pannellumViewerJS = 'pannellum-streetside/pannellum.js';
var tileZoom = 15;
var maxResults = 2000;
var tileZoom = 16.5;
var dispatch = d3_dispatch('loadedBubbles', 'viewerChanged');
var _currScene = 0;
var _ssCache;
@@ -241,6 +242,7 @@ function getBubbles(url, tile, callback) {
s: rect[1],
e: rect[2],
w: rect[0],
c: maxResults,
appkey: bubbleAppKey,
jsCallback: '{callback}'
});