A data management web service provided by Google

learn more… | top users | synonyms

7
votes
1answer
694 views

Why does one part of GML -> KML conversion not work on Google Maps?

Brand new to all of this, not even sure this is the right forum to ask in... I have a client who wants to visualise cancer incidence and mortality rates by local/unitary authority across Great ...
0
votes
0answers
25 views

Is it possible to use Google Fusion Tables with a custom overlay?

here is what I would like to achieve: I need to use an custom overlay like this Google developers javaScript overlay. as background for a set of points loaded from a Google Fusion Table like this ...
5
votes
1answer
1k views

Create drive time polygon around a map point

I'd like to create a 30 min drive time polygon around 400 separate points I have plotted to google maps. I have discovered http://www.freemaptools.com/how-far-can-i-travel.htm but this seems to freak ...
0
votes
0answers
53 views

Render Google Fusion Tables Layer Tiles in OpenLayers

I would like to know if there is a way now to include Google Fusion Table Layers Tiles in OpenLayers, and if yes, is it possible to use the dynamic styling just like in Google Maps? I know you can ...
1
vote
0answers
174 views

Using GeoXml3 to parse KML Markers loaded in Fusion Table Layer

I'm trying to apply the same code as this exmaple to zoom the google map to a KML Markers loaded into Fusion Table Layer. The example code works for KML Polygon loaded into Fusion Table Layer but not ...
3
votes
1answer
1k views

Zooming Google Maps to fit the extents of a Fusion Table layer

How can I zoom a Google Maps control to fit the contents of a Fusion Table layer? The layer only contains pushpin / marker point data. One method is to perform a REST query on the Fusion Table and to ...
1
vote
1answer
188 views

Google Maps - Use fitBounds on KML polygon fusion table layer

I have seen example here how to use map.fitBounds on fusiontablelayer here and here , but I think it works with markers table only. Its impossible to parse the lat and long when the vertex coordinates ...
2
votes
2answers
143 views

To import bulk data in google fusion table

I want to import bulk data into fusion table . What is the best data format should I use to import data i.e JSON ,CSV . If I want to import data in JSON format how can I do it since on google help ...
4
votes
3answers
3k views

Solving the Point in Polygon Problem Using Google Maps and Fusion Tables

The Point-In-Polygon problem is fairly well documented on this forum. My question is if there is a way to use Google's free tools, i.e. Google Maps, Fusion Tables, and possibly Google Refine, to solve ...
3
votes
1answer
101 views

dynamically aggregate data based on user input and create KML to be displayed on map

I want to dynamically aggregate data based on user input (basically firing a sql on my database ) and create a dynamic KML file out of that and display it on google map using their java script API . ...
2
votes
2answers
215 views

Accessing KML for Google Map API using Google Fusion Table

I am trying to host my KML file on fusion table so that I have dynamic control over my KML file and I am trying to access same as in public URI as an parameter in the Google Map Java Script . I am ...
2
votes
0answers
129 views

How to use javascript in fusion tables to query

I'm having a quite bit of difficulty creating some functions for my fusion tables. I have two tables here: Points Parcels I'm trying to create a number of functions: 1) I want to be able to select ...
-1
votes
1answer
147 views

Map not displaying from Javascript using fusion table

I have this javascript which I am working on but the map in the HTML is just not displaying. I have a similar fusion table with layer_1 which is displaying fine but when I put layer-2 instead of ...
2
votes
2answers
205 views

How to use fusion tables to query data

I have two datasets on fusion tables. One is a points layer (libraries) and the other is a polygon layer (land parcels). How do I design a query using Google Maps/fusion table to figure out this ...
2
votes
0answers
492 views

How to insert data into fusion table using php?

I am using fusion tables to generate pins over the map. now I want to insert more coordinates data into the table using php but couldn't get any exact idea how to do it? Can anyone help me for that? ...
5
votes
1answer
109 views

Looking for open-source solution to show map with massive objects(3x3 polygon) on a web site

I don't have much experiance in GIS systems. I am developing a web site which need to show a map with 3m x 3m rectangles for a radius of about 400 meters.(about 58,000 polygons for one location) I ...
3
votes
1answer
416 views

UK region overlay on map

I'm hoping to overlay UK regions (East Midlands, Wales, London etc) on a Google Map. Ideally the regions could be coloured, opaque and have some form of label. There is no hover / interaction ...
11
votes
2answers
2k views

Google Fusion Tables vs Amazon Web Services: which is better for GIS data?

What are the pros/cons for storing storing spatial data in Google Fusion Tables versus Amazon Web Services? Factors would include: Cost, performance, ease of update.
2
votes
3answers
2k views

How to display 33k placemarks with custom symbols/labels?

I want to overlay address numbers on our embedded Google Map (V3 api). Even though the KML is under 2 MB, it exceeds the 1,000 feature limit; there are over 33,000 placemarks. Fusion tables solve ...
2
votes
1answer
357 views

Set ZIndex for Google Fusion Tables in Google Maps API

Is there any way to set the ZIndex of a Google Fusion Table layer in the Google Maps API? I have several Fusion layers added as overlays to a map with the ability to turn them on and off. I want ...
0
votes
0answers
89 views

How to migrate from SQL API code to Google Fusion Table API v1

I have a javascript web mapping application code built using previous SQL API which has been deprecated recently. I also used JSON to give back results. Now I want to migrate to new fusion table API. ...
0
votes
1answer
269 views

How to query Fusion Tables to produce a feature layer with the ArcGIS Android SDK?

I am hoping to find an example of how one can hook into Fusion Tables with the ArcGIS Android SDK. The Fusion Tables API uses HTTP GET requests to query and retrieve data from a table. Shown here: ...
0
votes
0answers
144 views

Want to toggle layers generated from 2 different fusion tables

I have this JavaScript code. I want 2 buttons on the map. 1 to turn layer_2 'ON' and other to turn layer_1 'ON'. Once either button is clicked the other layer should turn off. Also layer_1 needs to be ...
1
vote
0answers
320 views

Multiple Google fusion table layers with queries using javascript

I am making a web mapping application using Google fusion tables and JavaScript. Earlier I had only one Layer on it, but now I have to put another layer. Both the layers have bunch of queries. I am ...
1
vote
0answers
192 views

Loading a KML Layer Underneath a Fusion Table Layer

I am working on a map that will incorporate both Fusion Tables and KML layers, parsed through geoXML3. As my Fusion Table Layer is a point file I would like it to always be on top of the KML's which ...
3
votes
0answers
215 views

All latitude and longitude within 1 mile circle area

I am trying to generate pins over the map of my database coordinates by using fusion table and I want to generate only within 1 mile area circle around the specific location. To get 1 mile area's ...
5
votes
2answers
413 views

Using Google Fusion Tables to read Wordpress database… which in turn creates map. Can it be done?

Is it possible for Google Fusion Tables to read my Wordpress database? If so, how? I have custom wordpress fields which contain addresses for several hundred companies. Ideally I want Google Fusion ...
5
votes
3answers
1k views

How to toggle Fusion Tables layer on/off based on map scale?

In the Google Maps API v3 I'm displaying points derived from a Fusion Table by specifying a FusionTablesLayer Is it possible to set a minimum/maximum scale on this layer, so it turns off when zooming ...
7
votes
1answer
456 views

Updating Fusion Table layers from csv files using python

I'm trying to use Python to take csv files and use them to update (or replace) tables in Fusion Tables. I found the "Python client library for Fusion Tables" on googles' site and downloaded them as ...
3
votes
1answer
878 views

Pan & Change Zoom to show Fusion Tables Query Results in Google Maps JavaScript API V3

I've created this map -- https://s3.amazonaws.com/pdb.files/lookup_auto2.html -- using Google Fusion Tables and Google Maps API. I'm attempting to modify the code so that the map will pan and zoom ...
4
votes
2answers
593 views

Can a Fusion Tables Heatmap be used in Google Earth?

From the Fusion Tables web interface there's an option to view a heatmap, which draws on top of Google Maps. From the Fusion Tables map view there's an option to Export To KML, which allows the ...
10
votes
1answer
686 views

Can you query overlapping user-defined polygons at a given point in Google Maps?

I need to find out the limitation of working with the Google Maps API, and the possible solutions for doing semi-complex spatial comparisons. What I'm looking to achieve is a system of comparison ...
1
vote
0answers
148 views

Why do FusionTable layers sometimes not work / slow down?

Fusion tables layers are great. I have uploaded some data and polygons of areas in Europe and most of the time they respond very fast. First thing in the morning (after prolonged inactivity I ...
3
votes
2answers
459 views

How can I draw Google Fusion Tables on an Esri Silverlight Map?

I've been asked to add drawing support for Google Fusion Tables to an Esri Silverlight map application. For example this one showing Full-Year Stream Temperature Monitoring Sites for the Western US. ...
10
votes
4answers
504 views

Suggestions for simple mapping platform for alumni web site

I'm working on a proof of concept alumni site with a WordPress backend. I want to have a very simple map that shows where alumni are living. I'm thinking something like the Bing API or a simple open ...
7
votes
4answers
753 views

Spatial query tool for laymen

I know nothing about GIS, but I have what I think is a GIS problem. From spending a few hours googling my problem, I think what I need to do is perform a spatial query, but I'm not sure how to go ...
5
votes
1answer
675 views

How do you create a legend for the bucket divisions in a fusion table map?

I am creating a map using Google fusion tables. I have divided the data into "buckets" using the Configure Map Styles window. Is there a way to add a legend to the map telling the readers what the ...