Questions tagged [google-fusion-tables]

Fusion Tables is Google's product for managing and combining datasets via a web service and Google Drive, and visualizing them in charts and other ways. Fusion Tables was shut down on December 3, 2019, Maps API version 3.37 is the last version that supported Fusion Tables

Google Fusion Tables lets you store, share, query and visualize data tables. It offers a RESTful API to manage your data tables (create, delete). Besides, you can run SQL-like queries to manage data rows (insert/update/delete) and query the table for all rows that match spatial or data conditions.

The results of queries can be in JSON or used directly in the Google Maps API (via Fusion Tables Layer) or Google Chart Tools.

1344 questions
-2
votes
1 answer

How to log selected markers in Google fusion table map

My fusion table map contains about 5000 markers. I want to generate lists of selected markers. The simplest way to do this would seem te be to click on the relevant markers, and then write the IDs of these markers to a logfile. I think I should be…
-2
votes
1 answer

limit in the geolocation of multiple points in google fusion tables

I'm trying to geolocate these 27 points at the same time, in the same row. But the process returns only the first 10 points, even if in the preview they are all 27 correctly geolocated. Why? Is there a particular limit to the number of points I can…
-2
votes
1 answer

App Inventor 2 Pizza Party query not working

I completed the App Inventor 2 Pizza Party sample without any problems and now I wanted to try to query the fusion table by searching for specific items. In this case after I press the Submit button, I want to see in the webviewer, all items in the…
Burt Lewis
  • 21
  • 1
  • 4
-2
votes
1 answer

< IE8 error : 'polygonOptions.fillColor' is null or not an object

I have created a fusion table with some data and polygons. I am styling it using google Maps API. Here is link to the website. It is working perfectly fine in latest browsers andalso in IE 9 but in < IE 8 I am getting this error : Webpage error…
-2
votes
1 answer

how to import google fusion tables into mysql to draw a polygon on google map?

have this csv file and I wish to import it in my MySQL database to draw all polygons I want simply by typing a postcode. In this file I have the postcode a list of coordinates (my idea is to use all coordinates to draw an accurate polygon a field…
Tab
  • 309
  • 2
  • 7
  • 16
-3
votes
1 answer

Edit map to show specific area/location only

I would like to know if there is an easy way to show only a specific location on the map for Google Fusion Tables. For instance, I would only like the map to show the state of California. Is this possible?
-3
votes
1 answer

Google Maps API - Fusion Table/Maps Engine Toggle On/Off ... Combined with Search

Newbie to posting at Stack Overflow ... but have found many answers here Working my way through Google Maps API Tutorials/user group/forums building an interactive map with several capabilities. Combining and adapting various code examples (and…
-3
votes
1 answer

Dynamic Table to HTML and Sort on multiple columns

I would like to combine the following this table sorter and this fusion table to html table But after 3 days of working on it I've decided to may be best to ask for help. Many thanks in advance.
-4
votes
1 answer

How to compare innerHTML string?

Is it possible to get the results of "fusiontabledata" and "fusiontabledata2", compare both and generate a third "sidebar" showing only the duplicates? document.getElementById('sidebar_1').innerHTML =…
1 2 3
89
90