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

Marker do not appear when zoom value is a float #295

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago

What steps will reproduce the problem?
1. Display a map (example Brazil)
2. Put marker on the map (example google.maps.LatLng(-14.0,-52.0) )
3. Change zoom value (with setZoom() function) and position (setCenter() 
function) with a float value for the new zoom to display the whole South 
America.
4. See the marker disapear
5. Make the map rezoom to original zoom setting
6. Marker reappear
7. 

Expected result:
I expect the marker to be displayed on the new zoom level (with float value). 

Actual result:
Actual result is that the marker disapear and only reappear on first zoom 
version.

Version: 3.exp

Browser / Operating System:
[FF27.0.1 / Win7]

Additional comments:
I don't know if it change something but my marker is a custom one with a custom 
icon.

Original issue reported on code.google.com by cyrille....@kpconsulting.fr on 25 Feb 2014 at 2:00