Thanks Kor,
I have been through a lot of Google’s own docs and examples, I also found some youtube vids – https://www.youtube.com/channel/UCjG-0L40prQXtCS_E525aCw
and i got a map overlay working with that tutorial.
My problem is now that i dont know how to where to implement this code in GD.
Below is a snippet of the code used and i also attached a zip of the working map if you would like to have a look at it.
var imageUrl = ‘data/map-overlay.png’;
var imageBounds = [
[ 54.124848, -8.222075],
[ 54.031026, -8.039511]
];
var imageLayer = L.imageOverlay(imageUrl, imageBounds).addTo(map);
map.fitBounds(imageBounds);
var overlayMaps = {‘Image’ : imageLayer};
Maybe this is something you might think about adding on to GD in the future. It would be a great asset to the plugin.