angular-ui/angular-google-maps

Add Image Layer(OverlayView) with entire image

tianxu0836 opened this issue · 3 comments

How to add an image layer with an entire image?
I know by using map type you can add image tiles with zoom, x, and y.

However, I only have entire image and I just need to simply display the image with its bounds

Is there any example to implement this simple case?

Here is the image url
'https://www.lib.utexas.edu/maps/historical/newark_nj_1922.jpg'
Here are the image bounds.
swBound is 40.73660837340877, -74.01852328
neBound is 40.75214181, -73.99661518216243

I've been searching this for days, I don't find an easy way to implement it with angualr-google-maps

Just started looking into doing something like this for time zones, did you ever get it figured out?

@r-havelka unfortunately no..