Skip to content

Commit

Permalink
fixes: #691
Browse files Browse the repository at this point in the history
  • Loading branch information
Raruto committed Nov 25, 2024
1 parent 8d63223 commit 96f9724
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/map/controls/streetviewcontrol.js
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ export class StreetViewControl extends InteractionControl {
if (this.key) {
GUI.setContent({
title: 'StreetView',
content: `<div id="streetview">` + (this.keyError ? `<div
content: `<div id="streetview" style="height:100%; width:100%;">` + (this.keyError ? `<div
style = "display: flex;justify-content: center;align-items: center;font-weight: bold;height: 100%;padding: 10px;background-color: #FFF;"
class = "skin-color"
>${ this.keyError }</div>` : '') +`</div>`,
Expand Down

0 comments on commit 96f9724

Please sign in to comment.