This repository has been archived by the owner on May 24, 2021. It is now read-only.
Releases: derekeder/FusionTable-Map-Template
Releases · derekeder/FusionTable-Map-Template
Google Maps API changes
HTTPS support, Fusion Tables API v2
- 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
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
- 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
v1.2 Update README.md
Fusion Tables v1 API, Twitter Bootstrap 2.0.3
v1.1 pointing demo link to github.io