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
Layer.default_style getter retrieve the style from Catalog.get_styles with recursive set to False (default value).
This makes Catalog.get_styles the style name from styles.xml, without making a request for the detail XML for the style.
The end result is that the Style object is created with style format sld10 independently from the original format,
If we want to keep the shallow retrieval of style for the Layer.default_style property we might consider implementing an explicit Layer.get_full_default_style() that will call (and set) the style using the recursive method.
The text was updated successfully, but these errors were encountered:
giohappy
changed the title
Layer.default_style obtains the style in sdl10 format indpendently from the original format
Obtain layer default style with original format
Feb 21, 2022
Layer.default_style
getter retrieve the style fromCatalog.get_styles
with recursive set toFalse
(default value).This makes
Catalog.get_styles
the style name fromstyles.xml
, without making a request for the detail XML for the style.The end result is that the Style object is created with style format sld10 independently from the original format,
If we want to keep the shallow retrieval of style for the
Layer.default_style
property we might consider implementing an explicitLayer.get_full_default_style()
that will call (and set) the style using the recursive method.The text was updated successfully, but these errors were encountered: