diff --git a/src/app/pages/tecnalia-module/bike-trajectory/bike-trajectory.component.html b/src/app/pages/tecnalia-module/bike-trajectory/bike-trajectory.component.html index 54b1cb92db3608acea79685df56fb39381faea42..795ee9e1ee402debc1981b74810a5363532606b0 100644 --- a/src/app/pages/tecnalia-module/bike-trajectory/bike-trajectory.component.html +++ b/src/app/pages/tecnalia-module/bike-trajectory/bike-trajectory.component.html @@ -13,7 +13,7 @@ <div id="day_tab" style="margin-left:50px; display:none"> Per Day <material-slide-toggle [(checked)]="dayLbls" (change)="dayChange();">Sensor Labels</material-slide-toggle> Filter </div> - <button style="margin-left:100px;height:25px" id="upload_geojson_btn" (click)="upload_geojson();">Upload GeoJSON</button> + <button style="margin-left:100px;height:25px" id="upload_geojson_btn" (click)="upload_geojson();">Upload GEOJSON</button> <button style="margin-left:5px;height:25px" id="download_run_btn1" (click)="download_points();">Download Points</button> <button style="margin-left:5px;height:25px" id="download_run_btn2" (click)="download_values();">Download Values</button> <button style="margin-left:5px;height:25px;z-index:100;" (click)="openInstructions()"> Help</button>