Skip to content

Commit 632a463

Browse files
author
Adam Collins
committed
remove default spatial-service dependency on fishmaps for expert distributions
1 parent 88ccd9e commit 632a463

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible/roles/spatial-service/templates/spatial-service-config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ i18n.override.dir: '{{ data_dir }}/spatial-service/config/i81n/'
160160
layers_store.GEONETWORK_URL: '{{ geonetwork_url | default('') }}'
161161

162162
distributions.cache.dir: "{{ data_dir }}/${appName}/mapCache/"
163-
distributions.geoserver.image.url: "/ALA/wms?service=WMS&version=1.1.0&request=GetMap&sld={{ distribution_image_sld_url | default('https://fish.ala.org.au/data/dist.sld')}}&layers=ALA:aus1,ALA:Distributions&styles=&bbox=109,-47,157,-7&srs=EPSG:4326&format=image/png&width=400&height=400&viewparams=s:"
163+
distributions.geoserver.image.url: "/ALA/wms?service=WMS&version=1.1.0&request=GetMap&layers=ALA:aus1,ALA:Distributions&styles=&bbox=109,-47,157,-7&srs=EPSG:4326&format=image/png&width=400&height=400&viewparams=s:"
164164

165165
dataSource:
166166
url: 'jdbc:postgresql://{{layers_db_host}}/{{layers_db_name}}'

0 commit comments

Comments
 (0)