Skip to content

Commit

Permalink
Merge pull request #309 from Esri/feat/Inspire-harvest
Browse files Browse the repository at this point in the history
Ability to harvest InspireFeatureDownload and InspireView.
  • Loading branch information
pandzel committed Sep 12, 2018
2 parents b634671 + c84e701 commit f6741d6
Showing 1 changed file with 4 additions and 1 deletion.
Expand Up @@ -77,7 +77,10 @@ public ServiceHandlerFactory() {
//handlers.put("searchserver","com.esri.gpt.catalog.arcgis.metadata.SearchServerHandler");
handlers.put("featureserver","com.esri.gpt.catalog.arcgis.metadata.FeatureServerHandler");

}
// INSPIRE specific
handlers.put("inspireview", "com.esri.gpt.catalog.arcgis.metadata.WMSServerHandler");
handlers.put("inspirefeaturedownload", "com.esri.gpt.catalog.arcgis.metadata.WFSServerHandler");
}

/**
* Instantiates a handler capabable of processing a specific ArcGIS Server service type.
Expand Down

0 comments on commit f6741d6

Please sign in to comment.