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

a

parent 84ed4610
No related branches found
No related tags found
No related merge requests found
...@@ -163,7 +163,9 @@ ...@@ -163,7 +163,9 @@
<div class="modal-body" style="width:100%;height:100%"> <div class="modal-body" style="width:100%;height:100%">
<div class="form-title text-center mb-2" style="width:100%;height:95%"> <div class="form-title text-center mb-2" style="width:100%;height:95%">
<div id='top-right' style='height:100%;width:100%;margin-top:5px'> <div id='top-right' style='height:100%;width:100%;margin-top:5px'>
<div class="row" id="loginModalTitle2"><strong>Process New GeoJSON:</strong></div> <div class="row" id="loginModalTitle21"><strong>File UPLOADED To Data Storage</strong></div>
<div class="row" id="loginModalTitle22">If you want to generate a New GeoJSON with heatmap style press submit</div>
<!--<div class="row" id="loginModalTitle23"><strong>Process New GeoJSON</strong></div>-->
<div class="row" id="nameNGJ">name</div> <div class="row" id="nameNGJ">name</div>
</div> </div>
</div> </div>
......
...@@ -674,7 +674,7 @@ export class NoiseCompComponent implements OnInit { ...@@ -674,7 +674,7 @@ export class NoiseCompComponent implements OnInit {
this.gidx = sel.selectedIndex; this.gidx = sel.selectedIndex;
console.log('printPnts::: gidx='+this.gidx); console.log('printPnts::: gidx='+this.gidx);
if ( this.gidx !== -1 ){ if ( this.gidx !== -1 ){
let nme = sel.selectedOptions[0].text.replace(": ","_").replace("=","_").split("[")[0].trim().replace("map_",""); let nme = sel.selectedOptions[0].text.replace(": ","_").replace("=","_").split("[")[0].trim().replace("map_","").replace(",","_");
console.log('printPnts::: nme='+nme); console.log('printPnts::: nme='+nme);
let ps = this.pnts[this.gidx]; let ps = this.pnts[this.gidx];
let vl = this.vals63[this.gidx]; let vl = this.vals63[this.gidx];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment