HandsOnDataViz / leaflet-maps-with-google-sheets

Customize Leaflet maps with a linked Google Sheets template and GeoJSON data on GitHub
https://handsondataviz.github.io/leaflet-maps-with-google-sheets/
MIT License
143 stars 583 forks source link

Links on info window displays as subdomain with github url #108

Closed venturaEffect closed 4 years ago

venturaEffect commented 5 years ago

Hi!

I've a map created with google sheets and everything works fine. The only problem that I'm encountering is that on the info window of the map points the links if I click on them they send me a relative URL of the map domain.

Example:

I have www.google.com link on info window. When I press it it sends me to :

https://venturaeffect.github.io/project/www.google.com

How can I do that it sends me to www.google.com?

Thank you!

ilyankou commented 5 years ago

Try changing it to https://www.google.com

ilyankou commented 4 years ago

@venturaEffect let me know if it helped so I can close the issue.

venturaEffect commented 4 years ago

Yes!

Sorry. It was right!