Switched to a smaller area of features

This commit is contained in:
murgatroid99 2015-02-19 16:06:50 -08:00
parent 25e65921f7
commit 532cb3d8ae
2 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -39,8 +39,8 @@ var COORD_FACTOR = 1e7;
/**
* For simplicity, a point is a record type that looks like
* {latitude: number, longitude: number}, and a feature is a record type that
* looks like {name: string, location: point}. feature objects with name==='' are
* points with no feature.
* looks like {name: string, location: point}. feature objects with name===''
* are points with no feature.
*/
/**