Skip to content

Instantly share code, notes, and snippets.

@mapsam
Created February 19, 2016 20:22
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 mapsam/f5a67d214c6a28742416 to your computer and use it in GitHub Desktop.
Save mapsam/f5a67d214c6a28742416 to your computer and use it in GitHub Desktop.
Solid, painted, empty

Painted

Blake described a painted tile like this:

Think about if I was rendering a 0/0/0 tile from postgis and there was only a small park in my data. It would probably collapse to nothing at 0/0/0 resolution so the entire tile would be empty. So the tile would be considered empty, but there was originally data below it so for pyramid rendering we want to know that you can’t just copy this tile from now on. Therefore painted says “hey! there was some data!"(edited)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment