Skip to content

Commit

Permalink
AUS-4238 Remove getAllGml32Features
Browse files Browse the repository at this point in the history
  • Loading branch information
vjf committed Oct 16, 2024
1 parent f2c1149 commit 65f5de6
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions src/main/java/org/auscope/portal/server/config/AppContext.java
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
import org.auscope.portal.core.services.VocabularyCacheService;
import org.auscope.portal.core.services.VocabularyFilterService;
import org.auscope.portal.core.services.WCSService;
import org.auscope.portal.core.services.WFSGml32Service;
import org.auscope.portal.core.services.WFSService;
import org.auscope.portal.core.services.WMSService;
import org.auscope.portal.core.services.csw.CSWServiceItem;
Expand Down Expand Up @@ -139,19 +138,6 @@ public WFSService wfsService() {
return new WFSService(httpServiceCallerApp(), methodMaker(), new GmlToHtml());
}

@Bean
public WFSGml32Service wfsGml32Service() {
WFSGetFeatureMethodMaker methodMaker = new WFSGetFeatureMethodMaker();
// give it a ERML 2.0 namespace context
methodMaker.setNamespaces(new ErmlNamespaceContext("2.0"));
// HttpServiceCaller will ignore SSL errors if the test profile is active (locally signed SSL certs)
return new WFSGml32Service(new HttpServiceCaller(900000, activeProfile.contains("test")),
methodMaker,
// can instantiate with a different XSLT for GML 32 mapping?
new GmlToHtml()
);
}

/***
* Returns a factory to create jobs that update the OpenStack service status
* for known layer services
Expand Down

0 comments on commit 65f5de6

Please sign in to comment.