Visualize 3D objects from fusion table in google earth api -


i want visualize google fusion table data, google earth api.

for google map, possible simple 2d geometry:

  ##javascript       var map = new google.maps.map(..)    layer = new google.maps.fusiontableslayer({     map: map,     ...   }); 

how visualize 3d-polygon's geometry google earth api?

it pity, there impossible render complex 3d polygins directly google fusion table..


Comments

Popular posts from this blog

javascript - How to name a jQuery function to make a browser's back button work? -

python - Django-easy-pdf: xhtml2pdf reporting reportlab 2.2+ is required, but 3.0 installed -

collision detection - C++ library for mesh to mesh intersection: what is available? -