You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is currently no way as the information needed is split among two files, the actual XML config file (handled by the REST API) and the style file itself (title and abstract in getcapabilities are obtained by parsing the SLD and getting those info out of the parsed objects).
To get those informations we'd likely have to create a new type of object, wrapping or subclassing StyleInfo, that also contains the tiltle/abstract obtained from parsing.
Currently to get all data needed in the Style Editor we have to make two different request WMS getCapabilities and rest API.
information needed:
Is it possible to retrieve all style data only in a single endpoint?
releted to geosolutions-it/MapStore2#3224
The text was updated successfully, but these errors were encountered: