ZachPhillipsGary / 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

Label not showing anymore.... #71

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
All of a sudden the label doesn't work. An image should appear below the marker

Demo link or sample code:

http://google-maps-utility-library-v3.googlecode.com/svn/tags/markerwithlabel/1.
1/examples/picturelabel.html

What steps will reproduce the problem?
1.
2.
3.

Expected result:
[Describe what you expected to happen]

Actual result:
[Describe what actually happened]

Version: ###

Browser / Operating System:
[e.g. FF3 / MacOSX]

Additional comments:
[Enter any additional comments about the bug here.]

*********************************************************
Tip: Star this issue (next to title) to receive notifications of status
changes against this issue, also used as a gauge for how many people are
interested in seeing it resolved.
*********************************************************

Original issue reported on code.google.com by jerry...@gmail.com on 8 Mar 2011 at 2:15

GoogleCodeExporter commented 9 years ago
Examples work in v=3.3 but not v=3.4.

On the other hand, I've got several production maps that continue to work well 
with MarkerWithLabel in v=3.4

Original comment by garylitt...@gmail.com on 8 Mar 2011 at 6:40

GoogleCodeExporter commented 9 years ago
Bug reported at http://code.google.com/p/gmaps-api-issues/issues/detail?id=3114

Original comment by garylitt...@gmail.com on 8 Mar 2011 at 6:57

GoogleCodeExporter commented 9 years ago
We are experiencing the same problem with the MarkerWithLabel class on our 
website Mobilitate.co.za. Please see the following urls for examples (note that 
we are using the MarkerClusterer class to do client side clustering below a 
zoom level of 5km so you will need to zoom out beyond this level to see the 
problem with the MarkerWithLabel class): 

http://www.mobilitate.co.za/pg/servicedelivery
http://www.mobilitate.co.za/pg/community/
http://www.mobilitate.co.za/pg/councillors/

Has anyone managed to find a quick fix for this problem that we can use while 
we wait for an official solution?

Original comment by justin.w...@gmail.com on 8 Mar 2011 at 7:55

GoogleCodeExporter commented 9 years ago
Ok, we found that setting the Google Maps version back to 3.3 works as a quick 
fix to resolve this problem. Have a look at the following page for details on 
how to set the map version:

http://code.google.com/apis/maps/documentation/javascript/basics.html#Versioning

Original comment by justin.w...@gmail.com on 8 Mar 2011 at 8:31

GoogleCodeExporter commented 9 years ago
WORKAROUND

Until Google fixes this bug, an easy workaround is to explicitly set the 
visible property when you create a new MarkerWithLabel. In most cases you will 
want to set it to true so that the marker appears as soon as you create it.

Original comment by garylitt...@gmail.com on 9 Mar 2011 at 5:03

GoogleCodeExporter commented 9 years ago
Thanks for sharing this workaround.

Original comment by drewnoakes on 15 Mar 2011 at 7:42

GoogleCodeExporter commented 9 years ago

Original comment by garylitt...@gmail.com on 13 Apr 2011 at 7:16