Open codinachssm opened 8 months ago
When the supported SRS of a service is modified directly in the list of services, it is sent to the service as a string instead of an array.
Steps to reproduce the behavior:
EPSG:25831
422 - Unprocessable entity
supportedSRS
The supportedSRS property should be treated as an array. Input should be transformed into an array by splitting the string using the delimiter ,.
,
@codinachssm the bug is now clearly identified.
Describe the Bug
When the supported SRS of a service is modified directly in the list of services, it is sent to the service as a string instead of an array.
To Reproduce
Steps to reproduce the behavior:
EPSG:25831
.422 - Unprocessable entity
. An array was expected in the propertysupportedSRS
.Expected Behavior
The
supportedSRS
property should be treated as an array. Input should be transformed into an array by splitting the string using the delimiter,
.Screenshots