Skip to main content

You get an error nicely described:
<ServiceException code="LayerNotDefined"> Layer BLUE not found </ServiceException>


So it is very simple - your configuration does not have “BLUE” layer within.

If you replace “BLUE” with e.g. “1_TRUE_COLOR”, you will get results.


For the “503” - there is no service at that address - you need to add /ogc at the end.


Reply