Uncaught InvalidValueError: not a Feature or FeatureCollection
After seeing a recent video by the Google Devs I decided to do a regional map of the UK. There were a couple of possibilities mentioned on this site that I've since had to dismiss* So I ended up using this site (example page of data downloads): http://mapit.mysociety.org/area/11804.html Notice the GeoJSON download as the third link down? Its about a 1Mb file size. When I first tried using it with my map: function initMap(){ var ukc = new google.maps.LatLng(54.8, -4.6); var mapOptions = { zoom: 5, center: ukc }; map = new google.maps.Map(document.getElementById('map-canvas'), mapOptions); map