Skip to content

Instantly share code, notes, and snippets.

@jkeefe
Created December 6, 2021 20:40
Show Gist options
  • Select an option

  • Save jkeefe/9c4ac51a8f5bd6875e1a1f46c44ccd77 to your computer and use it in GitHub Desktop.

Select an option

Save jkeefe/9c4ac51a8f5bd6875e1a1f46c44ccd77 to your computer and use it in GitHub Desktop.
Clear Mapbox tiles from browser storage
// clear tile storage to ensure latest data is shown
// (failure to do this could leave old data in browser for up to 12 hours)
mapboxgl.clearStorage();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment