mirror of https://github.com/grpc/grpc-node.git
Switched to a smaller area of features
This commit is contained in:
parent
25e65921f7
commit
532cb3d8ae
File diff suppressed because one or more lines are too long
|
@ -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.
|
||||
*/
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue