Skip to content
This repository has been archived by the owner on May 24, 2021. It is now read-only.

Releases: derekeder/FusionTable-Map-Template

Google Maps API changes

31 May 21:12
dc105fa
Compare
Choose a tag to compare
  • using domain restricted Google API key (example key will only work on *.github.io domains)
  • updated Readme to reflect upcoming Google API key changes

HTTPS support, Fusion Tables API v2

05 Mar 20:27
b0792d6
Compare
Choose a tag to compare
  • HTTPS support
  • upgraded to Fusion Tables API v2
  • upgraded to jQuery 1.12.4
  • removed points of interest from Google base map
  • added support for new Google API key pattern
  • README updates

Full diff between 1.4: 74331a2...master

iframe template, MapsLib class

04 Mar 21:52
Compare
Choose a tag to compare

Version 1.4 updates:

  • MapsLib refactored as a javascript class.
  • new iframe template (demo)
  • addrMarkerImage is optional. setting it to blank will hide the marker.

Configuring the template should be a bit easier now. You can now pass in map options in index.html or index_iframe.html like so:

var myMap = new MapsLib({
  fusionTableId:      "1m4Ez9xyTGfY2CU6O-UgEcPzlS0rnzLU93e4Faa0",
  googleApiKey:       "AIzaSyA3FQFrNr5W2OEVmuENqhb2MBB2JabdaOY",
  locationColumn:     "geometry",
  map_center:         [41.8781136, -87.66677856445312],
  locationScope:      "chicago"
});

Bootstrap 3.2, more robust query function, dynamic zoom

29 Jul 20:01
Compare
Choose a tag to compare
  • Bootstrap 3.0 => Bootstrap 3.2
  • MapsLib.query function now takes in selectColumns, whereClause, groupBy and orderBy parameters
  • after search, zoom level is set based on radius search

bootstrap 3, jquery 1.10.2

09 Oct 00:21
Compare
Choose a tag to compare
v1.2

Update README.md

Fusion Tables v1 API, Twitter Bootstrap 2.0.3

08 Oct 21:44
Compare
Choose a tag to compare
v1.1

pointing demo link to github.io