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
With respect to IconSymbolizer, the format for ExternalGraphic is obtained from the image, but there are some cases where the image url doesn't explicitly mentions the format (ex. https://master.demo.geonode.org/documents/1623/link). In this case even though the source is valid, the format is not obtained by the parser which poses a limitation.
Describe the solution you'd like
The IconSymbolizer should also allow user to specify the format or the parser should try to obtain the content-type of the image provided to obtain the format if missing.
Describe alternatives you've considered
There could be a support to have a format property for IconSymbolizer in geostyler-style which would allow the user to specify one (Limits the guessing of the format)
Or alternatively, without modifying geostyler-style, other parsers and component, the image format could be obtained from the content-type when the image URL doesn't have format mentioned
The text was updated successfully, but these errors were encountered:
Feature Request
With respect to IconSymbolizer, the format for ExternalGraphic is obtained from the image, but there are some cases where the image url doesn't explicitly mentions the format (ex. https://master.demo.geonode.org/documents/1623/link). In this case even though the source is valid, the format is not obtained by the parser which poses a limitation.
Describe the solution you'd like
The IconSymbolizer should also allow user to specify the format or the parser should try to obtain the content-type of the image provided to obtain the format if missing.
Describe alternatives you've considered
format
property for IconSymbolizer in geostyler-style which would allow the user to specify one (Limits the guessing of the format)The text was updated successfully, but these errors were encountered: