Merged PR 2452: updated csp and params
updated csp and params Related work items: #23879
This commit is contained in:
@@ -899,7 +899,7 @@ const DNSSearchResults = (props) => {
|
||||
<div>
|
||||
<h3>Map Legend</h3>
|
||||
<img
|
||||
src={`https://datamap.gov.wales/geoserver/ows?service=WMS&request=GetLegendGraphic&format=image/png&height=12&width=12&layer=geonode:${mapLegend}&style=&version=1.3.0&SLD_VERSION=1.1.0&LEGEND_OPTIONS=forceLabels:on&LANGUAGE=${locale}&SCALE=2000000&access_token=n3cRovjblNL1ND9bmzu6S9fupzg3wo`}
|
||||
src={`https://${locale === "cy" ? "mapdata.llyw.cymru" : "datamap.gov.wales"}/geoserver/ows?service=WMS&request=GetLegendGraphic&format=image/png&height=12&width=12&layer=geonode:${mapTarget}&style=&version=1.3.0&SLD_VERSION=1.1.0&LEGEND_OPTIONS=forceLabels:on&LANGUAGE=${locale}&SCALE=2000000&access_token=n3cRovjblNL1ND9bmzu6S9fupzg3wo`}
|
||||
width="120%"
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user