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 stopped appearing via Maps API (fusiontablelayer)

A fusion table has stopped being shown via the Maps API. It was working the other day (Monday or last Friday). It works fine inside the Fusion Tables website. Other fusion tables continue to work fine via the Maps API. Here's a site I made showing…
user651745
  • 93
  • 2
  • 8
-1
votes
1 answer

retrieving data from fusion table

I have this google fusion table that has columns, "date", "name" and "origin". I want to retrieve the data under the "date" column so that I can manipulate other data such as "name" and "origin" and display it on my webpage. I have this algorithm in…
-1
votes
1 answer

iconStyler for Fusion Tables (Google Maps) won't pull column data

I am building a map using the Google Maps API and have hit a snag. In the table I have a column that labels the iconName for each marker ('mStyle', it's col3). In the following code I am trying to set the icon style based on the column values, and…
-1
votes
1 answer

Is it possible to customize fusion table( should point my database ) to use fusionTableLayer?

I would like to create a Map by the excel sheet values (.csv files too). By using FusionTableLayer API, I think it is possible. At first step we could upload the excel values to the database. Then we create a map by the database annotated value. It…
-1
votes
1 answer

Use logic formulas in columns

in a map created with fusion table I want to make sure that if the data is in a column, appear in the info windows, if there is no data may not be displayed the label of the column it is possible ? should be as follows: if (empty, no view label of…
-1
votes
1 answer

Using two dynamic layers on Google fusion maps

I have created several Fusion table maps, which all work great, but in one of the maps, I want to create a dual layer functionality, so my POLYGON is viewed from the beginning, and when you zoom in, you instead have the functionality of LINESTRINGS.…
-1
votes
1 answer

Fusion Table Icon

I have two columns in my fusion table, both store the names of icons. One of the tables is the default icons. I'm wondering if there is a way to toggle between the two columns to change icons in JavaScript? Cheers
user2850858
  • 91
  • 1
  • 2
  • 9
-1
votes
1 answer

Load Fusion Table query value into JS variable?

I'm attempting to place, what will eventually be a dynamically sized, partial opacity filled circle over the basic default google maps red location marker dot. Initially all locations in the table are marked. This code abstract then works fine to…
Ted
  • 1
  • 1
-1
votes
1 answer

Google charts with Fusion Table Example error

Alright so I copy and pasted this example from google's chart tools documentation: https://developers.google.com/fusiontables/docs/samples/gviz_datatable I simply replaced their fusion table info with mine and am unable to get the table to…
snowtimber
  • 168
  • 1
  • 9
-1
votes
1 answer

Need to hide KML Data On Fusion Table Cards in Google Maps

I have to create a map layer for Google maps, that when each county is clicked on the map, it displays the fuel tax rates for a year determined by a drop down menu box. I've made the maps, and I made a table for each year, so that when the user…
-1
votes
2 answers

Any free mapping service to display and filter 250000+ datapoints?

I have participated in a Hackathon in my city, and the traffic department made public a dataset with more than 250 thousand traffic accident datapoints, each one containing Latitude, Longitude, type of accident, vehicles involved, etc. I made a test…
heltonbiker
  • 26,657
  • 28
  • 137
  • 252
-1
votes
1 answer

Google Fusion Tables: Several issues (appearance of deleted markers, caching issues..)

This is what I'm trying to do. Create 3 Fusion Tables layers and then have them toggled by checkboxes above the map. I've already implemented that functionality but I've run into issues where some old (deleted) locations are appearing on the map.…
developer10
  • 1,450
  • 2
  • 15
  • 31
-1
votes
1 answer

Fusion Tables and KML limits, prevent download

I have to display big amounts of data on Google Maps. Fussion tables could be a solution, but it has a limit of 500 rows/polylines per tile. I think that we can easily exceed this limit, so I need to find out another solution. I think that creating…
-1
votes
2 answers

I need help finding the 20 closest neighbors to the center a fusion layer

I have project in which I am trying to display the 20 closest people in a fusion table to the current center of map with the click of a button. I currently have the the lat and long as a static number, need that to change based on the maps current…
-1
votes
1 answer

Gviz only showing first part of fusion table on Google Map

I modified one of Geocodezip's examples to use my fusion table. The table is 40+ rows but only the first 11 are displaying on the map. Everything geocodes OK from within the fusion table but not here. Can someone please explain…