I am working on a map based on the template made by Derek Eder found at http://derekeder.com/searchable_map_template/.
The data is from a Google Fusion Table. Here is what I have so far: http://andyinman.com/derekeder/index.html.
The problem is that only the first four types of crime (the check boxes) show up as markers on the map. The ones in black text do not show up. Why is this? They are drawn from a column in the fusion table called “type” and assigned a numerical value of 1 through 11.
The results show up as “Results found” but do not show up on the map. Can anyone help?
Thanks
Looks like your code is right. I think the problem is with your Fusion Table (https://www.google.com/fusiontables/DataSource?dsrcid=4695503).
You are using the ‘Location’ column for searching, but it looks like that column has only been partially geocoded. I’d try going in to Fusion Tables and try File => Geocode on the ‘Location’ column and see if that works.
If that fails, try setting the ‘locationColumn’ variable from ‘Location’ to ‘lat’