MassGIS / morisoliver

Automatically exported from code.google.com/p/morisoliver
2 stars 2 forks source link

Modify "zoom to address" parameter functionality to work with new Goolge API system #275

Closed MassGIS closed 8 years ago

MassGIS commented 8 years ago

This type of request: http://maps.massgis.state.ma.us/map_ol_2016/oliver.php?gcType=Bing&gcAddress=1 Ashburton Pl, 02108&gcZoomTo=center

would geocode the address and zoom the map. With the new Google premium geocoding service the system has changed. The above URL shows activity in Firefox's Firebug which is old style API usage:

https://maps.googleapis.com/maps/api/js/AuthenticationService.Authenticate?1shttp%3A%2F%2Fmaps.massgis.state.ma.us%2Fmap_ol_2016%2Foliver.php%3FgcType%3DBing%26gcAddress%3D1%2520Ashburton%2520Pl%2C%252002108%26gcZoomTo%3Dcenter&4sAIzaSyCNoe1ZTrCvSjm8a9wgLpewHzvA2m5maVA&callback=_xdc_._8ueufj&token=48576

MassGIS commented 8 years ago

Works well for me!