I have many different (lat,long data) points of world associated with unique place names and corresponding each point specific image or video data. Now I want to create an html file where if user click on each point they can see that specific image or video in the pop-up/infowindow. Previously I have successfully used html files with my shiny web application.
Target examples links are as below but they are all in Java:
1.custom image in marker[http://en.marnoto.com/2014/09/5-formas-de-personalizar-infowindow.html]
2.custom video in marker
[1]: http://en.marnoto.com/2014/09/5-formas-de-personalizar-infowindow.html
I am more from R less from Python, is there any easy solution exists in Python at least to generate that html page. I just want to build that html file so that I can use in shiny web framework.
أكثر...
Target examples links are as below but they are all in Java:
1.custom image in marker[http://en.marnoto.com/2014/09/5-formas-de-personalizar-infowindow.html]
2.custom video in marker
[1]: http://en.marnoto.com/2014/09/5-formas-de-personalizar-infowindow.html
- streetview image in marker[http://jsfiddle.net/sST8z/]
I am more from R less from Python, is there any easy solution exists in Python at least to generate that html page. I just want to build that html file so that I can use in shiny web framework.
أكثر...