Tagged Questions
2
votes
0answers
152 views
How to use javascript in fusion tables to query
I'm having a quite bit of difficulty creating some functions for my fusion tables. I have two tables here:
Points
Parcels
I'm trying to create a number of functions:
1) I want to be able to select ...
0
votes
0answers
90 views
How to migrate from SQL API code to Google Fusion Table API v1
I have a javascript web mapping application code built using previous SQL API which has been deprecated recently. I also used JSON to give back results. Now I want to migrate to new fusion table API. ...
0
votes
0answers
149 views
Want to toggle layers generated from 2 different fusion tables
I have this JavaScript code. I want 2 buttons on the map. 1 to turn layer_2 'ON' and other to turn layer_1 'ON'. Once either button is clicked the other layer should turn off. Also layer_1 needs to be ...
-1
votes
1answer
150 views
Map not displaying from Javascript using fusion table
I have this javascript which I am working on but the map in the HTML is just not displaying. I have a similar fusion table with layer_1 which is displaying fine but when I put layer-2 instead of ...
1
vote
0answers
328 views
Multiple Google fusion table layers with queries using javascript
I am making a web mapping application using Google fusion tables and JavaScript. Earlier I had only one Layer on it, but now I have to put another layer. Both the layers have bunch of queries. I am ...