Skip to content

Instantly share code, notes, and snippets.

@derekeder
Created April 9, 2013 14:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save derekeder/5346183 to your computer and use it in GitHub Desktop.
Save derekeder/5346183 to your computer and use it in GitHub Desktop.
If you'd like to disable the address search functionality from the Searchable Map Template (https://github.com/derekeder/FusionTable-Map-Template), wrap the address and radius fields in a div with display:none.
<div style='display:none;'>
<h4>
Address <small>(<a id='find_me' href='#'>find me</a>)</small>
</h4>
<input class='input-block-level' id='search_address' placeholder='Enter an address or an intersection' type='text' />
<label>
within
<select class='input-small' id='search_radius'>
<option value='400'>2 blocks</option>
<option value='805'>1/2 mile</option>
<option value='1610'>1 mile</option>
<option value='3220'>2 miles</option>
</select>
</label>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment