Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
charvolant committed Feb 8, 2021
2 parents 82df9f9 + 8b55d2c commit caebd2a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
sudo: required
language: java
jdk:
- oraclejdk8
- openjdk8
branches:
only:
- master
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ data service. The disadvantage to this is you will not automatically get the new

* cache-data - the location in which to cache the sensitive species data, by default /data/sds/species-cache.ser

* spatial-layer-list - the list of spatial layer ids that will be used for spatial layer processing. The default value for the property is `cl932,cl927,cl23,cl937,cl941,cl938,cl939,cl936,cl940,cl963,cl962,cl961,cl960,cl964,cl965,cl22,cl10925` and can be configured using the property key `sds.spatial.layers`.

* spatial-layer-ws - the URL to test for intersection of spatial layers. This is used by the SDS if the required layer values
are not provided in the data. The biocache will always provide the layer information to prevent WS bottleneck. The default
value for the property is http://spatial.ala.org.au/layers-service/intersect/
Expand Down

0 comments on commit caebd2a

Please sign in to comment.