google maps - Uncaught InvalidValueError: not a Feature or FeatureCollection -
after seeing recent video google devs decided regional map of uk. there couple of possibilities mentioned on site i've since had dismiss* so ended using site (example page of data downloads): http://mapit.mysociety.org/area/11804.html notice geojson download third link down? 1mb file size. when first tried using 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.data.loadgeojson('http://local.mapsite.com:8080/app/jsondata/eastern.json'); } $(document).ready(function(){ initmap(); }); i got above error: uncaught invalidvalueerror: not feature or featurecollection fix attempt 1 - google it googling error came nothing useful. fix attempt 2 - shrink it i thought maybe sheer size of beast shrank using mapshaper.org more manageable 10k. still no luck! fix attempt 3...