update train file nam

This commit is contained in:
Victor Phan
2026-03-03 20:36:24 +07:00
parent 0a892c736a
commit 7574cec64d
14 changed files with 26 additions and 75 deletions
+2 -2
View File
@@ -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),