diff --git a/src/main/java/org/gcube/dataanalysis/geo/batch/AddFileIdentifierForThreddsLayers.java b/src/main/java/org/gcube/dataanalysis/geo/batch/AddFileIdentifierForThreddsLayers.java index cacab7e..f78168f 100644 --- a/src/main/java/org/gcube/dataanalysis/geo/batch/AddFileIdentifierForThreddsLayers.java +++ b/src/main/java/org/gcube/dataanalysis/geo/batch/AddFileIdentifierForThreddsLayers.java @@ -48,8 +48,8 @@ public class AddFileIdentifierForThreddsLayers { */ public static void main(String[] args) throws Exception { - //String title = "thredds"; - String title = "VLIZ"; + String title = "thredds"; +// String title = "VLIZ"; changeScope2(title, targetScope, targetScope); } diff --git a/src/main/java/org/gcube/dataanalysis/geo/meta/PolyMapMetadata.java b/src/main/java/org/gcube/dataanalysis/geo/meta/PolyMapMetadata.java index a2c5d78..164094a 100644 --- a/src/main/java/org/gcube/dataanalysis/geo/meta/PolyMapMetadata.java +++ b/src/main/java/org/gcube/dataanalysis/geo/meta/PolyMapMetadata.java @@ -96,7 +96,7 @@ public class PolyMapMetadata { Thesaurus generalThesaurus = meta.getConfig().getThesauri().get("General"); meta.addKeyword(title, generalThesaurus); meta.addKeyword(username, generalThesaurus); - meta.addKeyword("StatisticalManager", generalThesaurus); + meta.addKeyword("DataMiner", generalThesaurus); meta.addKeyword(keyword, generalThesaurus); meta.addKeyword(tableName, generalThesaurus); meta.addTopicCategory(TopicCategory.BIOTA);