Changes between Version 204 and Version 205 of Versions


Ignore:
Timestamp:
Mar 11, 2022, 7:22:00 AM (2 years ago)
Author:
Bang Pham Huu
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Versions

    v204 v205  
    173173        </ows:AdditionalParameters>
    174174}}}
     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.
    175188
    176189- Remove use of `petascope_admin_user` in petascope.properties ([https://doc.rasdaman.org/05_geo-services-guide.html#security docs]):