remove copyright warning on each tile?
Posted: Wed Jan 06, 2021 12:24 pm
Hi i have tried to setup a custom map as follows:
the layer seems to load fine but each tile has the copyright embeded as show in the following screenshot :
is this possible to remove ?
geoserver is here: http://inspire.landregistry.gov.uk/insp ... pabilities
Thanks
Code: Select all
<?xml version="1.0" encoding="utf-8" ?>
<aqx version="8">
<name>Land Registry Inspire Index</name>
<description>Land Registry Inspire Index Polygons</description>
<source id="HMLR_INSPIRE">
<name>hmlr inspire</name>
<preview-location>-3.86,50.53,14</preview-location>
<zoom-levels z="3,5,7,8,9,10,11,12,13,14,15,16,17">
<projection-code>EPSG:27700</projection-code>
<bbox-crs-code>EPSG:27700</bbox-crs-code>
<server><![CDATA[https://inspire.landregistry.gov.uk/inspire/ows?service=WMS&VERSION=1.3.0&crs=EPSG:27700&LAYERS=inspire%3ACP.CadastralParcel&STYLES=&FORMAT=image%2Fpng&REQUEST=GetMap&WIDTH=256&HEIGHT=256&BBOX={$bbox}]]></server>
</zoom-levels>
</source>
</aqx>
is this possible to remove ?
geoserver is here: http://inspire.landregistry.gov.uk/insp ... pabilities
Thanks