I want to have an Openlayers Map in Meteor with Famo.us. How would I do that?
So far I have taken a look at IjzerenHein/famous-map but it doesn't provide Openlayers support which I need because of the rotation functionality. With Famo.us, rotation probably could be programmed, but is a big effort I suppose until you have a smooth two finger zoom-pan-rotate interaction with the map that's already integrated into Openlayers 3 and Google Maps (but only the native Android/iOS version, not in JS).
I've tried it with gaddicohen's famous-views package, but no map is showing up.
Any suggestions/ideas?
Another thing is: What is the problem at all? Why isn't the map showing up, I mean Openlayers is a JS-library and I thought everything that can be displayed in a div can also be shown in a Famo.us Surface?
Unfortunately I am missing some insights about how Famo.us etc. are built up.
Regards