0

Is this possible to Overlay the images on Google Maps with Google Maps Api V3 in the correct projection?

I have images taken by drone and I am able to overlay them with the approx bounds, but the images are not displaying in the correct angle as compared with Google Maps.

The images are taken with different angles. See the attached images.

Full area

Projection of small images.

Small images overlay

Google Map without overlay of images.

Khaksar
  • 333
  • 3
  • 17

1 Answers1

0

You can use css rotate on each element to line things up.

A better solution would be to take the images with something like PrecisionMapper to control your drone, so they all line up with each other.

https://www.precisionhawk.com/precisionmapper

David Bradshaw
  • 11,859
  • 3
  • 41
  • 70