A change in layer's bounding box is not reflected in a change of the Tile Layer extent Initial configuration Layer setting:
Tile Layer settings: ... <gridSetName>EPSG:4326</gridSetName> <extent> <coords> <double>-180.0</double> <double>-90.0</double> <double>180.0</double> <double>90.0</double> </coords> </extent> ... Updated configuration Layer settings:
Tile Layer settings unchanged: ... <gridSetName>EPSG:4326</gridSetName> <extent> <coords> <double>-180.0</double> <double>-90.0</double> <double>180.0</double> <double>90.0</double> </coords> </extent> ... |