-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #234 from opencadc/lotss-hips
Updated README and add endpoint for HiPS layer requests.
- Loading branch information
Showing
37 changed files
with
101 additions
and
3,726 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,3 @@ | |
.gradle | ||
docker | ||
build | ||
README.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
# CAOM-2 Search interface Library v2.15.3 | ||
|
||
|
||
This is the User Interface to perform complicated searches to a running | ||
[TAP](http://www.ivoa.net/documents/TAP/) web service. | ||
|
||
## Building | ||
|
||
Simply run `gradle clean build` | ||
|
||
To have a constructed JAR file in the `build/libs` directory that can | ||
be used to create a WAR to then be run in a Java Servlet Container. | ||
|
||
See the Properties File section below for properties to set, although it | ||
is very recommended to leave them as their defaults. | ||
|
||
## Deployment options | ||
|
||
### Properties File | ||
|
||
Location: `config/org.opencadc.search.properties` | ||
|
||
Example content: | ||
``` | ||
# The TAP Service ID to resolve. | ||
org.opencadc.search.tap-service-id = ivo://cadc.nrc.ca/argus | ||
# The endpoint for this application. | ||
# org.opencadc.search.app-service-endpoint = /search | ||
# Whether to show the ObsCore tab | ||
# org.opencadc.search.obs-core = true | ||
# Max row count for results | ||
# org.opencadc.search.max-row-count = 10000 | ||
``` | ||
|
||
## Running | ||
|
||
### In a Servlet Container | ||
|
||
|
||
Simply drop the WAR into a Java Servlet Container, then point a browser | ||
to: http://localhost:8080/search/ | ||
|
||
To bring up the form. By default, this will connect to the [CADC TAP | ||
service](http://www.cadc-ccda.hia-iha.nrc-cnrc.gc.ca/tap), but can be | ||
configured with the `org.opencadc.search.tap-service-id` system | ||
property like so: | ||
|
||
``` | ||
-Dca.nrc.cadc.reg.client.RegistryClient.host=%YOUR HOST% -Dorg.opencadc.search.tap-service-id=ivo://%YOUR DOMAIN%/tap-service | ||
``` | ||
|
||
Where `%YOUR HOST%` is the location of a running TAP web service, and | ||
the service id is made up of your Organization's service URI policy. |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
11 changes: 0 additions & 11 deletions
11
caom2-search-server/examples/default/org.opencadc.search.properties
This file was deleted.
Oops, something went wrong.
6 changes: 0 additions & 6 deletions
6
caom2-search-server/examples/default/reg-resource-caps.properties
This file was deleted.
Oops, something went wrong.
46 changes: 0 additions & 46 deletions
46
...rc/intTest/java/ca/nrc/cadc/search/integration/AbstractAdvancedSearchIntegrationTest.java
This file was deleted.
Oops, something went wrong.
84 changes: 0 additions & 84 deletions
84
...examples/default/src/intTest/java/ca/nrc/cadc/search/integration/AbstractPreviewPage.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.