Fixing a lot of identation and adding infowindows object#28
Fixing a lot of identation and adding infowindows object#28sgonzaloc wants to merge 6 commits intogmplot:masterfrom
Conversation
|
infowindows are already part of #15 |
|
Yes, I know, but now is not part of master branch. Furthermore, I found some problems with that implementation. I wrote the code thinking in Google Maps API example in his oficial website. The attachment to a marker is optional and in that implementation is not, so I have returned the marker name to be able to work with that, and make the anchor to a marker, and I have added an example in the README rst file. The identation was wrong implemented in that implementation. The name of some variables follow another convention, comparing with the other variables of this code. I have added the option of open a map with the infowindows visibles from beggining, so you can see all the infowindows visibles from the loading of the website. Moreover, I have fixed a lot of identation so now is easier to read the HTML file. |
823e3ad to
ad6df42
Compare
|
Will close this as a duplicate of #119, since that PR creates InfoWindows tied to a Marker in one step, without needing the user to manage markers on their end. |
I have fixed a lot of identation in javascript code so is easier to understand this code when you see the HTML file, and I have also added the infowindows to markers in gmplot.
Please add this function to this repository because it was very useful for me and i would like to share it