Skip to content

Commit

Permalink
fixed layer preview background image link
Browse files Browse the repository at this point in the history
fixed layer preview background image link
  • Loading branch information
PeterWarren authored Jun 24, 2024
1 parent c655a45 commit 934f90c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ export class InfoPanelSubComponent implements OnInit {
params += '&TIME=' + this.layer['capabilityRecords'][0]['layers'][0]['timeExtent'][0];
}
this.wmsUrl = UtilitiesService.addUrlParameters(UtilitiesService.rmParamURL(wmsOnlineResource.url), params);
this.outlineUrl = "https://research-community.geoanalytics.csiro.au/geoserver/auscope/wms?SERVICE=WMS&VERSION=1.1.1&REQUEST=GetMap&STYLES=&LAYERS=auscope%3AStates%20and%20Territories%20-%202021&TRANSPARENT=TRUE&SRS=EPSG:4326&FORMAT=image%2Fpng&BBOX="+
this.outlineUrl = "https://research-community.geoanalytics.csiro.au/geoserver/auscope/wms?SERVICE=WMS&VERSION=1.1.1&REQUEST=GetMap&STYLES=&LAYERS=auscope%3AStates-and-Territories&TRANSPARENT=TRUE&SRS=EPSG:4326&FORMAT=image%2Fpng&BBOX="+
+ bbox.westBoundLongitude + ',' + bbox.southBoundLatitude
+ ',' + bbox.eastBoundLongitude + ',' + bbox.northBoundLatitude + "&WIDTH=400&HEIGHT=400";
}
Expand Down

0 comments on commit 934f90c

Please sign in to comment.