Joined March 2014
·
Posted to
Insert rendered bootstrap content into a leaflet marker popup using Meteor.
over 1 year
ago
Hi Joao,
As long as you can find a reference to your popup box (maybe use google's infobox-wrapper
div class?), you should be able to do the same.
The key is in finding the popup div, and formulating some html (bootstrap), then using Meteor's UI.insert()
to render the HTML in the marker popup/infobox.
Hope this helps
Michal
Hi Kevin,
Thanks for the suggestion. I must admit I dismissed this option very early on, and perhaps should have reconsidered it. However after looking at some instructions on how to get Vagrant running Link, it seems more complicated than the above.