This file contains hidden or 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
const LAT = 1; | |
const LNG = 0; | |
const PRECISION = 1.0; //In degrees latitude | |
/* | |
* generateBoxGeometry will generate a `Polygon` type bounding geometry for use on 2DSphere indices | |
* that approximates a flat $box query. It takes in the south-west and north-east corner of the box. | |
*/ |
This file contains hidden or 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
set nocompatible " be iMproved, required | |
filetype off " required | |
" set the runtime path to include Vundle and initialize | |
set rtp+=~/.vim/bundle/Vundle.vim | |
call vundle#begin() | |
" alternatively, pass a path where Vundle should install plugins | |
"call vundle#begin('~/some/path/here') | |
" let Vundle manage Vundle, required |
This file contains hidden or 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
Testing Broken Symlink Issue | |
Client: | |
Version: 1.9.1-rc1 | |
API version: 1.21 | |
Go version: go1.4.2 | |
Git commit: aba5981 | |
Built: Fri Nov 13 09:46:58 UTC 2015 | |
OS/Arch: linux/amd64 | |
Server: |