Gather, visualize and share your data online using Fusion Tables: [http://www.google.com/fusiontables/Home/][1] [1]: http://www.google.com/fusiontables/Home/

learn more… | top users | synonyms (1)

0
votes
0answers
6 views

Styles not being recognized when attempting to change with a google fusion table query

I have an otherwise working application at Sample Web Site I would like to change the display of the selected line from the default thin red line to a much thicker green (or red) line. When I ...
0
votes
1answer
9 views

Numeric Search Box in Fusion Table with Mutliple Layers

How are you all doing? I'm a complete Fusion Tables API novice and I am stuck with the set-up of a search box. Here's my question: Goal: I would like to create a map that shows the location of ...
-1
votes
0answers
8 views

Fusion table map layer events

I have a fusion table map layer defined as, layer = new google.maps.FusionTablesLayer({ query: { from: FT_TableID, select: 'Lat', where: whereClause ...
0
votes
2answers
8 views

Info Window URL needs to be prefixed with http NOT the default https

I am using the following code in the fusion tables 'customize info window' to create hyperlinked URL's from a column in my table: "{URL}" This works fine in returning the clickable hyperlink in the ...
0
votes
0answers
12 views

Intensity map for single points in Google Fusion tables

I am trying to create an intensity map for single points in Google Fusion tables (ie. instead of buckets for the markers, would like a continuum). The only solution I have found is to define polygons ...
0
votes
1answer
19 views

Google Fusion Table's Info Windows with Multiple Tabs

I created a new Google Fusion Table, my objective is to show up reviews of a person to certain places like restaurants and other establishments. My row contains several columns and it will appear ...
0
votes
0answers
11 views

how to add array of values into a Google Fusion Table?

Assume that I have two tables that I would like to merge; first table contains names of Provinces and an array of the available constituencies where each constituency information are saved in the ...
0
votes
1answer
21 views

Import rows in Fusion Tables fails

I can't seem to import rows into Google Fusion correctly. I always get a 503 Backend error. My Google Apps Script code is below. var getDataURL = ...
0
votes
1answer
32 views

Google Maps API V3 & Fusion Tables - Display selected polygon name (as innerHTML) inside sidebar

I menage to find polygons (stored in Fusion Tables) that are inside specific radius and display this polygons on the map. Now I trying to display name of this polygons (by using innerHTML) inside ...
-1
votes
0answers
21 views

Zoomable fusion table map template by Derek Eder

I went through this site and it shows a good example of fusion table map using API. Is it possible to make the map zoomable to particular bounds when I select an option in dropdown list using the ...
0
votes
0answers
17 views

import or INSERT in a Google Fusion table?

I have doubts whether I should use import or (as I was doing right now), use INSERT sql statements when inserting quite a lot of rows (10K+) in a Fusion Table. Documentation suggest to use import ...
0
votes
0answers
12 views

FusionTables DATETIME column format

Does anybody know what are the limitations in the format for DATETIME columns in a Google Fusion table? I'm asking because I'm trying to execute this INSERT: INSERT INTO ...
0
votes
0answers
16 views

how to know which account write into my fusion tables

hi im inventing an apps using Appinventor and user need to login with their gmail account so that they can write into my fusion tables. my fusion tables have a list of permission of which email can ...
0
votes
2answers
35 views

Google Apps Script and Google Fusion Tables. Invalid Credentials

I'm trying to add a row of data to a Fusion Table. Having trouble with OAuth it seems. I go through requesting for a token and receive one and store it. This is the code used to do this: var ...
0
votes
1answer
14 views

Issue with bounds determinination using geoXML3 and a MultiGeometry record

The full code that illustrates the problem can be viewed at Web Page showing problem The code, which mostly works, takes the query parameter searches a couple of FusionTables for matching records and ...
0
votes
1answer
22 views

Access to Fusion Tables through GAS without a google account

Is there a way to have a GAS web interface that doesn't require any type of account or login to run queries on a Fusion Table?
0
votes
1answer
30 views

Fusion table access from GAS

I guess this is 2 questions into one: I have a Fusion table holding some data. I wrote a small web interface in GAS that allows to run queries on the fusion table and display the data returned. It ...
1
vote
1answer
31 views

Cannot read property 'Query' of undefined

In this code snippet ` 1) function gvizSelect(tableid) { 2) var uri = "SELECT geometry FROM " + tableid + " WHERE name = 10095"; 3) var queryText = "http://www.google.com/fusiontables/gvizdata?tq=" ...
0
votes
2answers
29 views

Google Fusion Table - creating new table using Google API client for PHP

The following code results in 400 Bad Request... can you see any obvious problems? $column = new Google_Column(); $column->setName('foo'); $column->setType('TEXT'); $table = new ...
0
votes
1answer
20 views

Google maps fusion query escape & (ampersand)

I'm querying a fusion table: SELECT Latitude,Longitude FROM myTable WHERE 'CompanyName' = 'Creek & Sons Co Ltd' The problem is clearly the &, how does Google fusion tables query need to be ...
0
votes
1answer
27 views

Fusion table api migration

I am using fusion table APIs to insert/update data in my table. Last week I migrated my API to new version v1 as referred in this sample. But now, when I run the code, the following error displayed. ...
0
votes
1answer
31 views

Fusion table api query

With reference to this link, when I added the code to my sample map to count the markers it works. The code is, var tableid="xxxxxxxxxxxxxx"; var queryUrlHead = ...
0
votes
0answers
55 views

Google Maps API V3 and Fusion Tables - Error in query: Request timed out

I try to display labels for Google Fusion Tables inside Google Maps API V3, I and I set to labels display when Zoom is 9 or less; but when page download first map at Zoom for 4 is Ok and sometimes ...
1
vote
0answers
26 views

How to highlight only one state or a province using Fusion Table Search Query?

I know how to highlight a whole country using Google's Fusion Table API. I am wondering how to highlight a region within a given country. This is how it works at country level, but I am looking for ...
0
votes
1answer
63 views

Google Maps API V3 - Label Fusion Tables polygons by employing InfoBox

I'm trying inside Google Maps API V3 to Label Fusion Tables polygons by employing InfoBox, for this I use example from http://www.geocodezip.com/geoxml3_test/v3_FusionTables_zipcode_map_whiteBg.html, ...
1
vote
0answers
34 views

Google Fusion Table update

I am trying to update a column in Fusion Tables using with OAUTH. I can read the data fine, no problem, but cant update in the second code block. It keeps returning 'HTTPError: HTTP Error 401: Login ...
1
vote
0answers
83 views

Google Forms to Fusion Table with New API

I set up a Google Form to input data into a Fusion Table with help from the below tutorial. http://kh-samples.googlecode.com/svn/trunk/code/instructions.html Now that the old Fusion Tables API is ...
0
votes
1answer
36 views

Fusion table spatial query

It is possible to search for location with in a bounding box in fusion table as: SELECT * FROM <tableid> WHERE ST_INTERSECTS(<location_column>, RECTANGLE(LATLNG(B, Y), LATLNG(A, X)) Now ...
0
votes
1answer
52 views

How to authenticate in Fusion tables with Oauth v2

I'm trying to execute the example from: https://code.google.com/p/google-api-java-client/source/browse?repo=samples#hg%2Ffusiontables-cmdline-sample Which is basically an example on how to ...
0
votes
1answer
126 views

Fusion table request quota exceeded

I have a fusion table and updating it via java client API. Now I am getting an error as below: Request failed for ...
0
votes
1answer
31 views

Showing specific business card from fusion tables to google site

I am creating a Google site that has a user login information at the beginning of it. Once the user logs in, it shows a profile of his information retrieved from a business card in a fusion table. The ...
0
votes
0answers
165 views

Migrating my GViz to Fusion Tables Api v1 w/o 500 row limit

I have searched for a way to get around the 500 row limit on my query and have found a acouple of examples that almost help me. Here is a working example. My code here queries a list of "operators" ...
0
votes
1answer
32 views

Google's Fusion Tables Layer: IN query - what about multiple columns?

I want a google map where I can query different columns from my fusion table to display on the map when a user selects a checkbox. Google's Fusion Tables Layer Example: IN query is great if the data ...
0
votes
1answer
35 views

oauth required for creating a fusion table?

This is more a theorical question than a practical one. Closely related to this one: Fusion Table and Google Service Accounts. I'm trying to make an app that creates, populates and queries some Fusion ...
3
votes
1answer
31 views

Fusion table ajax query with extra parameters

I'm querying a google fusion table via jquery ajax: var queryUrlStart = 'http://www.google.com/fusiontables/api/query?sql='; var queryUrlEnd = '&jsonCallback=?'; // ? could be a function name var ...
1
vote
3answers
72 views

Creating Select statement with variable in single quotes

This relates to taking data from a Google Fusion table. When I first set up my site, GF tableid was a numeric value, (var tableid = 123456;) and I built a query like this: layer.setQuery("SELECT ...
0
votes
1answer
37 views

Beginner fusion table query…two column location and st_distance

I'm altering a google example template to try to construct a query that finds the nearest location in the table to the user-entered city. And in this example, I just want to output the lat and lon ...
0
votes
2answers
32 views

Trouble with making a ColumnChart from fusion tables

I am trying to create a column chart of the data from two rows (POTENTIAL_ and TOTAL_ROOF) based on a click (using my google.maps.event.addListener() ). So basically one row of data will be ...
0
votes
0answers
31 views

How to use sql query “Create View” with Fusion Tables Layer in javascript

I need to create map by merging two tables- one with geometry and second with attributes. I now that I can do this in Fusion Tables but I want to create this layer dynamically. I'm beginner in ...
0
votes
1answer
52 views

Google API Authorization when 'Executing the app as me.'

Over the last few months I have become familiar with OAuth2.0 authorization within google apps script but a recent anomaly has me confuzzled. I have a standalone web-app that acts as a front-end to a ...
0
votes
1answer
47 views

How to have an Apps Script Gadget display results directly in the UI

On my Google Site I've inserted an Apps Script Gadget (by pasting the URL of an Apps Script that I published as a service). This Apps Script allows the user to enter a value (their 'Blow Number') and ...
0
votes
1answer
24 views

search and zoom Fusion table map to a particular point

I have a sample fusion table map layer with a search box. I want to serach a particular location in fusion table using that box and zoom to that point. The autocomplete in serach box is working ...
0
votes
2answers
67 views

PieChart / Listener event of a google fusion table

I have a fusion table with two columns ('TOTAL_ROOF' & 'POTENTIAL_'). 'POTENTIAL_' is a subset of 'TOTAL_ROOF'. Right now I am: 1) Showing formated row data determined by the users 'click' 2) ...
0
votes
1answer
38 views

How to copy multiple links of dropbox

I have a folder on my dropbox account, that have other 400 folders with files inside. I need to share these folders links, because I want to link a polygon feature from a kml to these links. So, I ...
0
votes
0answers
39 views

403 Forbidden when trying to access a merged Fusion Table

I'm getting a 403 Forbidden error when trying to access a merged Fusion Table with the code below. Nor I understand why neither how to resolve this. Accessing the table that has been merged with ...
0
votes
1answer
46 views

Marker count in fusion table map

I went through these two links: first and second which explains how to add count of marker in fusion table map layer. I tried the same technique in my sample map but it didn't work. Actually i need ...
0
votes
1answer
64 views

Google Maps, Fusion Tables, and Geolocation

I'm having a problem setting a variable in ST_DISTANCE to a variable instead of a number. My goal is to sort fusion table entries by distance to the client and only display the closest 3. (Also, I ...
0
votes
0answers
12 views

Updating to Google Fusion API V1

I'm trying to pick up the piece after a co-worker left. I'm not a programmer. Which part of this section of is the Query part? How would i program this to be the new Syntax? var latlng = new ...
0
votes
1answer
37 views

Fusion table map layer heat map

I've a fusion table layer and I enabled heat map as follows and it is working fine in my map layer. layer = new google.maps.FusionTablesLayer({ query: { select: 'Lat', from: ...
1
vote
1answer
42 views

fusiontable infowindow style on googlemaps api

I have a map with googlemaps api. I've added a polygon FusionTable layer. When I click on a polygon, it shows me the default infowindow with .googft-info-window class. I want to make changes to ...

1 2 3 4 5 15