Skip to content
Snippets Groups Projects
Commit 6e3a1dd6 authored by Olabarrieta Palacios, Ignacio's avatar Olabarrieta Palacios, Ignacio
Browse files

a

parent 727e6603
No related branches found
No related tags found
No related merge requests found
<div id="page" class="row" style="padding-left:30px">
<div class="row">
<div class="row" style="display:flex">
<!--<button style="top:5px;right:20px;position:absolute" (click)="openInstructions()"> Help</button>-->
<div class="control_box" id='define_sims' style='width:450px;position:relative'>
<!--<div id='controls' style='height:100px;width:100%;border-style:solid;border-width:1px;'>-->
<h6 style="padding-left:10px">Create Computation:</h6>
<div style="position:absolute;left:5px;width:200px;height:65px;">
<button style="left:10px" id="new_model" (click)="create_model();">Create</button>
......@@ -18,20 +16,15 @@
<div>Traffic Sim:</div>
<select id="traffic_combo" style="top:30px;width:160px"></select><button style="left:10px" id="new_map" (click)="new_traffic();">New</button>
</div>
<!--</div>-->
</div>
<div class="control_box" id="results_box" style="width:500px;position:relative">
<!-- <div id='controls' style='height:100px;width:100%;border-style:solid;border-width:1px;'>-->
<h6 style="padding-left:10px">Choose Computation:</h6>
<div class="row" style="top:30px;position:absolute;left:30px">
Computations: <select id="comps_combo" style="width:250px"></select>
<button style="left:10px" id="erase_run_btn" (click)="erase_run();">Erase</button>
<button style="left:10px" id="show_run_btn" (click)="printPnts();">Show</button>
<!--<button style="left:10px" id="download_run_btn" (click)="downloadPnts();">Download</button>-->
<!--<button style="left:10px" id="upload_geojson_btn" (click)="upload_geojson();">Upload GEOJSON</button>-->
</div>
<!--</div> -->
</div>
<div class="control_box button_box" id="control_help" style='width:300px;'>
......@@ -45,7 +38,8 @@
</div>
<div id='top-right' style='height:700px;width:100%;margin-top:5px'>
<div leaflet #map [leafletOptions]="options" (leafletMapReady)="onMapReady($event)"
style='top:0px;border:1px solid #000;height:693px'></div>
style='top:0px;border:1px solid #000;height:693px'>
</div>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment