From bf104d5b12086fae7a5dab2ec88f71a899bed5a3 Mon Sep 17 00:00:00 2001 From: Baker Renneckar Date: Tue, 23 Jul 2019 19:17:56 -0700 Subject: [PATCH] Updated default zoom for report --- client/src/views/ReportObstruction/index.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/views/ReportObstruction/index.jsx b/client/src/views/ReportObstruction/index.jsx index 05fd7be..1e84a47 100644 --- a/client/src/views/ReportObstruction/index.jsx +++ b/client/src/views/ReportObstruction/index.jsx @@ -34,7 +34,7 @@ class ReportObstruction extends React.Component { this.state = { center: coordsOakland, - zoom: 14, + zoom: 18, filePath: '', uploadingImage: false, processing: false,