Switched to a smaller area of features

pull/601/head
murgatroid99 10 years ago
parent b6c2f52169
commit 33e09898a5
  1. 2
      src/node/examples/route_guide_db.json
  2. 4
      src/node/examples/route_guide_server.js

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 * For simplicity, a point is a record type that looks like
* {latitude: number, longitude: number}, and a feature is a record type that * {latitude: number, longitude: number}, and a feature is a record type that
* looks like {name: string, location: point}. feature objects with name==='' are * looks like {name: string, location: point}. feature objects with name===''
* points with no feature. * are points with no feature.
*/ */
/** /**

Loading…
Cancel
Save