From 74f023aef9f495812520e6ce3d63b3f34287baf0 Mon Sep 17 00:00:00 2001 From: Mattias Date: Sat, 27 Jan 2018 13:08:32 -0500 Subject: [PATCH] changed 'prince william county science and technology' to 'prince william' --- src/containers/SearchBar.js | 2 +- src/utils/mapboxUtils.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/containers/SearchBar.js b/src/containers/SearchBar.js index 399b052..f9c51b7 100644 --- a/src/containers/SearchBar.js +++ b/src/containers/SearchBar.js @@ -115,7 +115,7 @@ class SearchBar extends React.Component { onChange={this.handleRegionChange}> Fairfax Arlington - SciTech + SciTech Korea diff --git a/src/utils/mapboxUtils.js b/src/utils/mapboxUtils.js index 711ba08..f63b048 100644 --- a/src/utils/mapboxUtils.js +++ b/src/utils/mapboxUtils.js @@ -7,7 +7,7 @@ const campusBounds = { [-77.10344017, 38.88401789], [-77.09945977, 38.88638969] ], - 'prince william county science and technology': [ + 'prince william': [ [-77.52532482, 38.75497015], [-77.51772881, 38.75983938] ], -- GitLab