You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello my friend, your plugin is really amazing, I am very interested in integrating it into my application.
I was wondering if there was any way I could keep the camera fixed. I mean, it would only be possible to drag the angle and the target and keep the camera fixed.
I tried to do this, but it didn't work, any ideas?
var camera = L.geotagPhoto.camera(points, options)
camera._cameraMarker.options.draggable = false;
I hope you can help me!
The text was updated successfully, but these errors were encountered:
However, the draggable option accomplishes the opposite of what you want, the camera is fixed but the target is still draggable. There is currently no option to fix the camera location.
If you have time to submit a PR, you can add a new option yourself, I have no time to work on this unfortunately.
Hello my friend, your plugin is really amazing, I am very interested in integrating it into my application.
I was wondering if there was any way I could keep the camera fixed. I mean, it would only be possible to drag the angle and the target and keep the camera fixed.
I hope you can help me!
The text was updated successfully, but these errors were encountered: