Skip to content
Snippets Groups Projects
Commit 326abc84 authored by Reinder Kraaij's avatar Reinder Kraaij :eye:
Browse files

Plot prepare

parent a69b7fd3
No related branches found
No related tags found
1 merge request!1225Resolve TMSS-2294 "Part iv"
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment