google-fusion-tables

google maps v3 marker info window on mouseover

折月煮酒 提交于 2019-11-28 16:57:58
I have scoured stackoverflow and other forums including the google maps v3 api docs for an answer but I cannot find how to change the event that fires the marker info window from click to mouseover in the files I am working with. I am working with a demo from the google library that includes a fusion table layer. You zoom into the clusters and see the small red circle markers for locations. You have to click to reveal an info window. I wish to rollover to reveal the info window. My demo is here: http://www.pretravelvideo.com/gmap2/ The functions.js file does most of the work here: http://www

Search in Fusion Tables and Zoom to results

孤街浪徒 提交于 2019-11-28 14:38:11
Hi all here's my situation: http://www.tamrielma.ps/skyrim/ I've added a search based on this well know example: https://developers.google.com/fusiontables/docs/samples/autocomplete But it's not enough :D and I want that the map zooms and centers on the basis of the search results (that's a single markers not a group of, so I imagine that's not a "bound related" solution). Thanks in advance for any suggestion Interesting map. :-) I see you are already using the Google.visualization library for your autocompplete set up. I think that the same library (which uses FT JSONP API I believe) could be

How do I build more than 1 drop-down selector menu on the same table/layer in Google Fusion Table?

被刻印的时光 ゝ 提交于 2019-11-28 11:16:47
问题 I've created a series of Google Fusion Table maps on my site, Community Media Database, which allow the user to toggle on and off multiple layers. For each layer, I've also built ONE drop-down select menu, allowing the viewer to filter the displayed results based on that one selector. I'm at a point now where I need to create more than one drop down select menu for each layer. For exapmle, in the linked map, I'd like to allow the viewer to view access TV providers by not only management type,

403 error when making an SQL query for a Fusion Table

南笙酒味 提交于 2019-11-28 08:41:07
问题 I've been trying to migrate my project to new API, but I get the following error when trying out an SQL query such as the following: https://www.googleapis.com/fusiontables/v1/query?sql=SELECT * FROM 1KxVV0wQXhxhMScSDuqr-0Ebf0YEt4m4xzVplKd4&key=myKey Here is what gets returned: { "error": { "errors": [ { "domain": "usageLimits", "reason": "accessNotConfigured", "message": "Access Not Configured" } ], "code": 403, "message": "Access Not Configured" } } The following query does work, though:

Fusion Tables filter conditions OR

限于喜欢 提交于 2019-11-28 08:11:09
问题 According to https://developers.google.com/fusiontables/docs/developers_reference OR operations are not allowed as part of filter conditions. So I'm trying to come up with a creative way to solve the following: I have a fusion table backed google map with hundreds of places and want to filter it to only places that have 'tags' or a 'title' containing a search parameter. Ideally I could just use the following as my filter condition: tags CONTAINS IGNORING CASE 'searchterm' OR title CONTAINS

Limit to query length in Fusion Tables?

▼魔方 西西 提交于 2019-11-27 15:25:00
I am attempting to fetch data from a Fusion Table, using an "IN" operator. When I am looking in a very large string (2000+ zip codes), nothing is returned. When I look in a short string (two zip codes), it works correctly. For example, this works: var zip = "76364,76373"; layer = new google.maps.FusionTablesLayer(tableid); layer.setQuery("SELECT 'geometry' FROM " + tableid + " WHERE ZIP IN("+zip+")"); layer.setMap(map); But this does not: var zips = <?php echo $zips; ?>; //$zips is a JSON array zips = zips.join(); layer = new google.maps.FusionTablesLayer(tableid); layer.setQuery("SELECT

Google apps script update fusion table from spreadsheet script

冷暖自知 提交于 2019-11-27 15:23:33
问题 I would like to create an apps script in a google docs spreadsheet that will periodically copy rows from the sheet and insert them into a fusion table. Below I've pasted my best attempt, but it should be noted that I really want it to be posting a 2 column range, not that pair of values. That is just a placeholder. This link here describes how to talk to fusion tables http://code.google.com/apis/fusiontables/docs/developers_guide.html#Inserting But I dont understand how to write the script to

google maps v3 marker info window on mouseover

点点圈 提交于 2019-11-27 10:06:19
问题 I have scoured stackoverflow and other forums including the google maps v3 api docs for an answer but I cannot find how to change the event that fires the marker info window from click to mouseover in the files I am working with. I am working with a demo from the google library that includes a fusion table layer. You zoom into the clusters and see the small red circle markers for locations. You have to click to reveal an info window. I wish to rollover to reveal the info window. My demo is

Blank page when I use FusionTablesLayer with Google Maps JavaScript API v3

一曲冷凌霜 提交于 2019-11-27 09:48:54
I prepared a simple page by using the data of a fusion table. ( FusionTablesLayer with Google Maps JavaScript API v3 ) but the map is not displayed. You can see the page here: http://www.siterary.com/0test.html . What's the problem ? The code is as below <!DOCTYPE html> <html> <head> <meta name="viewport" content="initial-scale=1.0, user-scalable=no"> <meta charset="utf-8"> <title>test</title> <link href="/maps/documentation/javascript/examples/default.css" rel="stylesheet"> <script src="http://maps.googleapis.com/maps/api/js?key=AIzaSyBK_ErFIm-CYBsslK_9ZB6m0wPV197UaJg&sensor=false"></script>

What are the technical limitations when using Fusion Tables?

我只是一个虾纸丫 提交于 2019-11-27 07:54:28
I am looking for information regarding the technical limitations when using Fusion Tables : - - how many rows can be stored in a Fusion Table - how many queries (read/write) can be run simultaneously against a Fusion Table. I could not find any info on https://developers.google.com I asked a Google representative and he told me that Fusion Tables is still an experimental / beta product, and I shall check out at stackoverflow. I plan to develop an application where users will update attributes of specific locations. I would like to use Fusion Tables so that locations and their attributes are