Skip to content

Instantly share code, notes, and snippets.

@feedhenry-gists
Created June 10, 2011 12:24
Show Gist options
  • Save feedhenry-gists/1018747 to your computer and use it in GitHub Desktop.
Save feedhenry-gists/1018747 to your computer and use it in GitHub Desktop.
Mash Hash Caching domashup
// Add some test placemarks so cache can be invalidated if required
//mashup.push({type: 'test', title: 'Test 1', lat: 57.5, lon: -7.5});
//mashup.push({type: 'test', title: 'Test 2', lat: 57, lon: -7});
//mashup.push({type: 'test', title: 'Test 3', lat: 57.3, lon: -7.3});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment