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
-1
votes
1 answer

fusion table style with multiple styles

I'm trying to apply multiple styles to a Google Fusion Table Layer. This works and colors all polygons that are in an array to the blue color: layer = new google.maps.FusionTablesLayer({ map : map, query : { select : "geometry", …
LauraNMS
  • 2,720
  • 7
  • 39
  • 73
-1
votes
2 answers

Need Google Map InfoWindow Hyperlink to Open Content in Overlay (Fusion Table Usage)

I have the following code established to render the map in my site. When the map is clicked in any region, an info window pops up with some content including a hyperlink to open up a website with a form in it. I would like to utilize fancybox to…
McKev
  • 85
  • 1
  • 1
  • 7
-1
votes
1 answer

Google Fusion Intensity Map: value / coloring for Russia does not work

I'm trying to create an intensity map with Google Fusion Tables. Most of the country values display fine, but for some reason, the value for Russia does not appear in the 'World' view. When I switch the view to Region: 'Russian Federation' , it…
val
  • 33
  • 2
  • 6
-1
votes
1 answer

Using Google Fusion Tables Markers with Google Places

I'm looking for a way to merge Google Fusion Table Data with Google Places. In essence, if I want to find out points of interest around a particular location (which comes from a Google Fusion Table), is there a way of doing it? I think it has…
-1
votes
4 answers

POST request to UPDATE rows

I'm kind of newbie in javascript so I'm looking for some help to create a way to drag and drop geocoding markers, to allow interactive changing addresses. I believe this is possible by updating the LOCATION column rows. The first step to do it is…
Daniel Montenegro
  • 1,491
  • 2
  • 15
  • 15
-2
votes
1 answer

Google Fusion table alternative

I am using google fusion table (which is auto-updated from google sheet) to generate a map with javascript API but as we know google is turning down the fusion table service in December. so I need to update my javascript code to display the map. My…
-2
votes
1 answer

How to read and update rows of a Google Fusion Table using JAVA code

(Edit: This is a question that I had and I answer it in the hopes of helping someone else who had a similar question.) I am trying to clean up geographic data in my Google Fusion Table and would like to write a Java program to read in select Fusion…
-2
votes
1 answer

Website performance: loading markers on Google Map from a Google Fusion Table v/s locally stored JSON file

Why does website performance improve very significantly when (for example, 100,000) markers are loaded on Google Maps from a Google Fusion Table versus loading the markers from a locally stored JSON file storing the same data
D_M
  • 87
  • 10
-2
votes
1 answer

How to set google map zoom to fit the screen & position infobox labels depending on the area of polygon

I am using google map's FusionTablesLayer and polygon to set layers of USA states. I am having problem in integrating following 2 things : a) Set zoom property, so map will fit to the screen. I know map doesn't accept zoom value in decimal. Is…
Pratik Deshmukh
  • 308
  • 5
  • 16
-2
votes
1 answer

Some questions about Google Fusion Table and Google Maps

we've a 10 million rows table that we want to upload to google fusion tables, it's possible that? we need to create different sheets I suppose? Every row has a latitude,longitude. Is possible to show on a map all this? we want the map group points…
Crazycaw
  • 1
  • 3
-2
votes
2 answers

GetRowsWithConditions in the condition I can use AND but not OR

I'm trying to get some rows from a table using the GetRowsWithConditions method in App Inventor 2. I've used AND and it works correctly but when I use OR I get 400 Bad Request Invalid query: Parse error near 'OR'. The condition is WHERE ROWID=1 OR…
-2
votes
1 answer

Fusion table filter

I can't for the life of me find what's wrong with my checkbox filter. I'm using the source code supplied by Derek Eder as a template. There's a similar question on here however the answer doesn't cover my issue.

Vacancy Selection

-2
votes
1 answer

Why the return value is not the max value?

My question is when I comment out "return maxID;" I got the result of an array of the IDs I have ( for example 1 2 3 4 5) but if I tried to return maxID, the result is 1 instead of 5. Why?? How to fix it? Here is my code: function storeData()…
nlin
  • 3
  • 4
-2
votes
1 answer

Could not parse query. Fusion Table API

I am trying to draw Motion Chart using Fusion table API. The error message I am receiving is: "Could not parse query." I had my fusion table format to be text on first column, date on second column, as required by the visualization type. This is…
-2
votes
1 answer

Google fusion table math formula

How to calculate and update a new column from existing columns in google fusion table. Please give an example.
Rajesh Kumar
  • 247
  • 1
  • 6
  • 21
1 2 3
89
90