I am using the Google Maps javascript API v3 with a project, and I am currently having troubles getting the maplabels to appear above the polygons. I know that the polygon
This works:
In maplabel.js change:
mapPane.appendChild(canvas);
To
overlayLayer.appendChild(canvas);