Skip to content

Instantly share code, notes, and snippets.

@nickpeihl
Created January 27, 2016 19:53
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 nickpeihl/ba9cfe3748945ad3b837 to your computer and use it in GitHub Desktop.
Save nickpeihl/ba9cfe3748945ad3b837 to your computer and use it in GitHub Desktop.
Missing or blank tile generation using Imagemagick
convert -size 256x256 -background "rgb(204,204,204)" -fill white -font "Century-Gothic-Bold-Italic" -pointsize 18 -gravity Center caption:"Map data not available. \n\nPlease zoom out or switch to a different basemap." missing.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment