Fixed
Status Update
Comments
jo...@gmail.com <jo...@gmail.com> #4
This bug seems related to what I have experienced:
Draggable markers disappear after being dragged if map property is set again
Steps to reproduce:
- create a map and add a draggable marker
- add an event listener to the click event which updates the position of the marker and also sets the map attribute again
- drag the marker
- click anywhere in the map
--> the marker disappears
Demo:http://pastehtml.com/raw/bva0gduez.html
This can easily be resolved by not setting the map attribute again in the click listener.
Draggable markers disappear after being dragged if map property is set again
Steps to reproduce:
- create a map and add a draggable marker
- add an event listener to the click event which updates the position of the marker and also sets the map attribute again
- drag the marker
- click anywhere in the map
--> the marker disappears
Demo:
This can easily be resolved by not setting the map attribute again in the click listener.
cb...@google.com <cb...@google.com> #6
Google: this bug also breaks the very popular MarkerCluster and MarkerClustererPlus utility libraries. See Issue 4091
ro...@gmail.com <ro...@gmail.com> #7
Currently, I link externally to a 3rd party weather website using the Lat/Long of a marker to find local weather details for that specific area. Using this overlay would prevent external linking and users leaving the page.
lu...@gmail.com <lu...@gmail.com> #8
Seems to work, thanks.
da...@gmail.com <da...@gmail.com> #9
[Comment deleted]
[Deleted User] <[Deleted User]> #10
I can confim that it is also now working for this:
marker.setMap(null)
marker.setMap(map)
marker.setAnimation(google.maps.Animation.BOUNCE)
markerSetanimation(null)
market.setMap(null)
marker.setMap(map)
Thanks for the fix!
pa...@gmail.com <pa...@gmail.com> #11
This functionality has been scripted by many of us time and time again. Having a layer in the API would allow developers to continue to innovate with the API rather than building the same product ad infinitum. A centralized implementation would reduce load on weather.com 's web services, which I am sure they would appreciate, given that they have more outbound traffic to support their data API than they receive inbound from the advertisement URLs developers are obligated to display when using weather.com 's free API.
ja...@landmax.ca <ja...@landmax.ca> #12
Yes, the weather layer would be a fun addition to my maps. It works very well on Google Maps!
pr...@gmail.com <pr...@gmail.com> #13
Definitely...a weather API will be so much helpfull
mi...@ijet.com <mi...@ijet.com> #14
I would very much like to have the weather overlay available as an option available via the Google Maps JavaScript API v3.
co...@gmail.com <co...@gmail.com> #15
It would be very interesting incorporate weather utility in our applications
ve...@gmail.com <ve...@gmail.com> #16
I`d like to use weather information on my site, when it will be possible?
sa...@gmail.com <sa...@gmail.com> #17
To all: I've combined the Maps API with some other source of weather info, here is the result http://itsos.com.mx/playground/weather/ feel free to contact me to get the technical details.
bi...@gmail.com <bi...@gmail.com> #18
I would love to see the weather layer available in the API. We track live events, and knowing current conditions and access to weather.com 's forecast information would add another dimension to the coverage. I know I could do it on my own, but staying with a uniform interface (the one on google maps itself) will be what most users expect and will be more reliable as well. I agree with #10's comments in this regard.
bu...@gmail.com <bu...@gmail.com> #19
it would be great the possibility to use it...
co...@gmail.com <co...@gmail.com> #20
yes... really great...
[Deleted User] <[Deleted User]> #21
It is very important feature for me too. I am sure that most of us need to implement some kind of layer and try to use some buggy or hard to implement layers which can changed every single moment. It is very popular to show weather on maps and I am sure that a lot of people will use it.
kn...@gmail.com <kn...@gmail.com> #22
Can we please get an update as to whether or not this is going to be implemented in the API and if so an estimated time frame? Is there possibly a problem with the layer being used thru an API and the weather provider not getting their ads on the website?
lu...@google.com <lu...@google.com>
ch...@gmail.com <ch...@gmail.com> #23
I would definitely like to see this in the maps API.
da...@gmail.com <da...@gmail.com> #24
Would love to have the weather overlay available as an option in the Google Maps JavaScript API v3!
er...@gmail.com <er...@gmail.com> #25
It's a great feature, please include it in API v3
th...@google.com <th...@google.com> #26
ma...@gmail.com <ma...@gmail.com> #27
genius, thnx :)
bi...@gmail.com <bi...@gmail.com> #28
Genius indeed. Thanks a million for adding this to the API. The implementation is very well done, enough so that I will probably leave it on by default for my applications.
Thanks for posting the update here. Cheers!
Thanks for posting the update here. Cheers!
Description