Gianpaolo Coro 2016-09-30 08:39:46 +00:00
parent 00fcd6d24e
commit 35ade24bff
2 changed files with 3 additions and 3 deletions

View File

@ -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);
}

View File

@ -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);