update train file nam
This commit is contained in:
@@ -804,7 +804,7 @@
|
||||
});
|
||||
|
||||
// Select default shapefile
|
||||
const defaultFile = 'ST_training data_updated_1130points_new.shp';
|
||||
const defaultFile = 'ST_training_data_updated_1130points_new.shp';
|
||||
const defaultOption = Array.from(select.options).find(opt => opt.value === defaultFile);
|
||||
if (defaultOption) {
|
||||
select.value = defaultFile;
|
||||
@@ -1074,7 +1074,7 @@
|
||||
|
||||
// Get selected training shapefile
|
||||
const selectedShapefile = document.getElementById('trainingShapefile').value;
|
||||
const trainingShapefile = selectedShapefile || 'train/ST_training data_updated_1130points_new.shp';
|
||||
const trainingShapefile = selectedShapefile || 'train/ST_training_data_updated_1130points_new.shp';
|
||||
|
||||
const config = {
|
||||
min_lon: parseFloat(document.getElementById('minLon').value),
|
||||
|
||||
Reference in New Issue
Block a user