Skip to content

Commit

Permalink
Fix an issue that caused the mapillary panoramic pins to be stretched…
Browse files Browse the repository at this point in the history
… out after zooming \& navigating away with the keyboard.
  • Loading branch information
Bonkles committed Oct 6, 2023
1 parent 0064c4d commit 9d36cc6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/pixi/PixiLayerMapillaryPhotos.js
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,7 @@ export class PixiLayerMapillaryPhotos extends AbstractLayer {
feature.style.markerTint = MAPILLARY_GREEN;
feature.style.scale = 1.0;
feature.style.fovWidth = 1;
feature.style.fovLength = 1;
}


Expand Down

0 comments on commit 9d36cc6

Please sign in to comment.