| 175 | |
| 176 | |
| 177 | - When a client sends `GetMap` requests, the rules below define |
| 178 | (in conformance with the WMS 1.3 standard) how a style is applied |
| 179 | to the requested layers: |
| 180 | - If no styles are defined then rasdaman returns the data as-is, |
| 181 | encoded in the requested format. |
| 182 | - If some styles are defined, e.g. X, Y, and Z, then: |
| 183 | - If the client specifies a style Y, then Y is applied. |
| 184 | - If the client does not specify a style, then: |
| 185 | - If the admin has set a style as default, e.g. Z, then Z is applied. |
| 186 | - Otherwise, if no style has been set as default, |
| 187 | then the first style from the list of styles, e.g. X is applied. |