From a062626028fb80b5ab6b61af65d88ca9b7140243 Mon Sep 17 00:00:00 2001 From: Samarth Agarwal Date: Fri, 29 Mar 2019 14:04:33 -0400 Subject: Implemented feature so that whenever a point is clicked a red dot shows up at its base to focus on it and the screen zooms to put the point in the center. --- web/models/points.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'web/models/points.js') diff --git a/web/models/points.js b/web/models/points.js index d27f2a7..28d43b7 100644 --- a/web/models/points.js +++ b/web/models/points.js @@ -10,7 +10,8 @@ var JsonSchema = new Schema({ race: String, longhair: Boolean, longbeard: Boolean, - extra: String + extra: String, + status: {type: String, default: "new"} }); // Mongoose Model definition -- cgit v1.2.3