Created
June 10, 2011 12:24
-
-
Save feedhenry-gists/1018747 to your computer and use it in GitHub Desktop.
Mash Hash Caching domashup
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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