You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(disclaimer: I'm not a JS programmer, I generally work with C/C++, Python, Pascal)
my understanding is that when you create a marker and you add it to a map, an icon is created and put in the DOM. I am building a user interface (http://gardens.ghini.me / http://github.com/Ghini/ghini.web) that would let the user select items on the map and I want to highlight their selection. I am thinking of achieving this by the element id and a jquery selector. my element id comes from a database.
is there a deeper reasoning behind the fact that we cannot do this?
(disclaimer: I'm not a JS programmer, I generally work with C/C++, Python, Pascal)
my understanding is that when you create a marker and you add it to a map, an icon is created and put in the DOM. I am building a user interface (http://gardens.ghini.me / http://github.com/Ghini/ghini.web) that would let the user select items on the map and I want to highlight their selection. I am thinking of achieving this by the element id and a jquery selector. my element id comes from a database.
is there a deeper reasoning behind the fact that we cannot do this?
this does not work:
because the
_icon
property of themarker
is not immediately available.The text was updated successfully, but these errors were encountered: