Google Maps API v3: ImageMapType over Antennas (oblique, oblique, 45 degrees), images that do not line up

I have an ImageMapType that displays on top of Google base maps. Everything is built perfectly, except when you go to a 45-degree view (tilt, antenna, oblique objects).

I read that in v2 there is a GObliqueMercator class that can be useful. But I can not find anything like it in v3.

I can also double-check my server-side vector data before creating fragments. I just don’t know which projection I have to use in order to achieve alignment.

Does anyone have any ideas?

UPDATE: Screenshots showing the problem. This is mainly noticeable in diagonal features.

45 degrees Off:

Tilt off

45 degrees On:

Tilt on

+5

All Articles