Skip to content

Instantly share code, notes, and snippets.

@osdrv
Created December 30, 2011 10:12
Show Gist options
  • Save osdrv/1539142 to your computer and use it in GitHub Desktop.
Save osdrv/1539142 to your computer and use it in GitHub Desktop.
mercator pacific-placed route condition
if ( ( ( this->lon_range ) > ( 360 - this->lon_range ) ) && ( this->from.y * this->to.y < 0 ) ) {
/* ... */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment