A data management web service provided by Google

learn more… | top users | synonyms

10
votes
4answers
507 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 ...
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 ...
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.
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 ...
3
votes
1answer
887 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 ...