A data management web service provided by Google
7
votes
1answer
700 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 ...
-1
votes
1answer
148 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 ...
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 ...
2
votes
0answers
131 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 ...
2
votes
0answers
497 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?
...
1
vote
0answers
178 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 ...
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
194 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 ...
1
vote
0answers
149 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 ...
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 ...
0
votes
0answers
54 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 ...
0
votes
0answers
90 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
0answers
145 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 ...
