I have a fusiontable which is a merge of a polygon kml and spreadsheet. According to Google documentation my query should work but it does'nt. It never loads and google display this error message: "Data may still be loading. Drag or refresh the page to find out". If I load the page without query it works but the layer style (color and opacity) set in the fusiontable throught Google Drive is not displayed. What is the problem with google tablefusion ?
layer_mun = new google.maps.FusionTablesLayer({
query: {
select: 'geometry',
from: '1Nrj1Yka8RQ3RW9QlERbOqJnw9Bq2vbFWlAJ0eeQ',
where: "CODE_CS LIKE '%722000%'"
}
});
layer_mun.setMap(map);
Based on the column names in your table CODE_CS should be Code_CS