I love the fact that Google Fusion Tables can show many thousands of markers on a map efficiently.
My question: is it possible (both technically and legally) to display a Fusion Tables layer on top of OpenStreetMap map tiles, in either of the following scenarios:
- Using Leaflet.js with OSM tiles and a Fusion Tables layer. I'm not sure if this is technically possible, let alone legally.
- Using the Google Maps API with a Fusion Tables layer and OpenStreetMap tiles. Technically this is clearly possible, but I'm not sure whether Fusion Tables results have to be displayed on Google map tiles (like Google geocoder results do).
I can't see anything in the Terms of Service that specifically rules out non-Google map tiles. My preferred option would be Leaflet, but I don't know if there's a way to call the Fusion Tables layer using Leaflet.
NB: I'm not talking about making JSON queries to Fusion Tables and rendering individual markers, I'm specifically talking about the tile layer that lets you show many thousands of markers without having to render them individually.
Thanks for your help!