Skip to content

Commit

Permalink
set resource title
Browse files Browse the repository at this point in the history
  • Loading branch information
rmarianski committed Oct 25, 2012
1 parent 4cb81d2 commit ae38693
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,7 @@ public List<ImportItem> list(ImportData data, Catalog catalog, ProgressMonitor m
ftinfo.setEnabled(true);
ftinfo.setNativeName(name);
ftinfo.setName(name);
ftinfo.setTitle(name);
ftinfo.setNamespace(catalog.getDefaultNamespace());
List<AttributeTypeInfo> attributes = ftinfo.getAttributes();
for (AttributeDescriptor ad : featureType.getAttributeDescriptors()) {
Expand Down

0 comments on commit ae38693

Please sign in to comment.