diff --git a/SAS/TMSS/frontend/tmss_webapp/src/routes/Station/StationConstraintsview.js b/SAS/TMSS/frontend/tmss_webapp/src/routes/Station/StationConstraintsview.js
new file mode 100644
index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
diff --git a/SAS/TMSS/frontend/tmss_webapp/src/routes/Station/StationView.js b/SAS/TMSS/frontend/tmss_webapp/src/routes/Station/StationView.js
index 032028e4b4796d7c3457bcfd39ff67c9fd053566..b034c5032bdc5296d83780bf9478b962ce7e93b1 100644
--- a/SAS/TMSS/frontend/tmss_webapp/src/routes/Station/StationView.js
+++ b/SAS/TMSS/frontend/tmss_webapp/src/routes/Station/StationView.js
@@ -79,16 +79,17 @@ export default  function StationView(props) {
                             />
     
     <TabView>
-    <TabPanel header="Station List" className="TabStation">
+    <TabPanel header="Station Geo Map" className="TabStation">
             <div className="StationListWrap" >
             <ListBox options={stations} optionLabel="0"  className="StationListbox" onChange={(e) => ZoomTo(e.value)}/>
             <StationGeoView stations={stationsGeo }  selected={selectedStation} mapRef={ setMap} ></StationGeoView >
             </div>
     </TabPanel>
-    <TabPanel header="Geo Plot">
-        <div className="GeoMap">
-       <StationGeoView stations={stationsGeo} selected={selectedStation}></StationGeoView >
-       </div>
+    <TabPanel header="Station Constraints Plot">
+    <div className="StationListWrap" >
+            <ListBox options={stations} optionLabel="0"  className="StationListbox" onChange={(e) => ZoomTo(e.value)}/>
+            <div> A Contraints view will be implemnted here soon. </div>
+            </div>
     
     </TabPanel>
     </TabView>