Closed Kilis71 closed 3 years ago
I would like to enlarge the projection of the virtual map, because it does not cover the whole image, as I have to do
Try changing width and height in virtualsky.json You may also need to remove these lines in controller.js data.width = window.innerWidth < 900 ? window.innerWidth : 900; data.height = data.width;
virtualsky.json
data.width = window.innerWidth < 900 ? window.innerWidth : 900; data.height = data.width;
I would like to enlarge the projection of the virtual map, because it does not cover the whole image, as I have to do