infinityramniwas / google-maps-utility-library-v3

Automatically exported from code.google.com/p/google-maps-utility-library-v3
Apache License 2.0
0 stars 0 forks source link

MapLabel: Can't get a label to show up in front of a polygon #122

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago

First of all, MapLabel is awesome :)

If I render a new MapLabel and a new Polygon, the MapLabel always shows up 
behind the polygon.  Tweaking their relative zIndexes has no effect, even if 
the MapLabel's zIndex is greater, it stays stuck behind the polygon.  Any idea 
to get this working?  Thanks!

Original issue reported on code.google.com by nga...@gmail.com on 10 Sep 2011 at 3:36

GoogleCodeExporter commented 8 years ago
In maplabel.js change:

mapPane.appendChild(canvas);

to:

floatPane.appendChild(canvas);

Original comment by sermac...@gmail.com on 1 Apr 2013 at 11:32

GoogleCodeExporter commented 8 years ago
Nice, thank you very much

Original comment by cpc3....@gmail.com on 16 Dec 2015 at 7:07

GoogleCodeExporter commented 8 years ago
Thank you (y).

Original comment by shirazii...@gmail.com on 5 Apr 2016 at 6:10