I’m working on a multiple query with Fusion Table. Till yesterday I used numericID but today creating a new Table, FT shows no numeric ID in the about menu. I tried to change NUmeric ID with Ecrypted one, but it doesn’t work. This is the page:
http://siti-torino.hostei.com/test/test_09_02.html ( numeric ID)
http://siti-torino.hostei.com/test/test_09_03.html ( Encrypted ID)
It’s quite clear that the query works correctly (the counter show the right result), but the script can’t update the map. So I suppose the problem is at line 94-95
searchTracks = new google.maps.FusionTablesLayer(fusionTableId, { query: searchStr});
What am I doing wrong here?
You are using the “old syntax”, that doesn’t work with encrypted ids.
Use the documented syntax
Example of your page