Fixed
Status Update
Comments
ti...@gmail.com <ti...@gmail.com> #2
Please add a link to your demo.
ti...@gmail.com <ti...@gmail.com> #3
I had thought my report was precise enough for you to reproduce it faster than me...
Anyway, here is a link to a demo :http://nimwendil.net/_ext/gmaps/issue4052.html
Anyway, here is a link to a demo :
ev...@gmail.com <ev...@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.
lu...@google.com <lu...@google.com>
cb...@google.com <cb...@google.com> #6
Google: this bug also breaks the very popular MarkerCluster and MarkerClustererPlus utility libraries. See Issue 4091
jo...@gmail.com <jo...@gmail.com> #7
For me this was not a bug.
I would like to have giant markers as shownhttp://i56.tinypic.com/6ycpd2.png
The idea is to give the impression the "marker" is actually in the street. Therefore, its size should remain constant in relation with the objects in the street, and it should grow as the "camera" gets near.
Is the code still somewhere ?
I would like to have giant markers as shown
The idea is to give the impression the "marker" is actually in the street. Therefore, its size should remain constant in relation with the objects in the street, and it should grow as the "camera" gets near.
Is the code still somewhere ?
Description
Generally Internet Explorer 8 will display the marker icon with no scaling/resizing and other browsers will scale/resize the marker icon according to it's distance from the current Street View position.
The demo map i've created here will show different marker icon sizes in different browsers:
I find the scaled marker rather ugly but more importantly if it is enlarged by the browser it can often obscure the very location it is trying to highlight.
An option to disable any icon size scaling would be very useful and ensure a better cross browser experience.