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
Describe the solution you'd like
I think it would make sense to use the same template syntax like we have in the TextSymbolizer.label.
Describe alternatives you've considered
As an alternative we could make use of the GeoStylerFunctions here and add somelike "asTemplateString" to the metadata.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered:
To me it looks like this is a geoserver specific solution and not part of the official SLD spec. So I think it should rather be part of the geostyler-geoserver-parser instead of the geostyler-sld-parser.
I don't think there is a geostyler-geoserver-parser that is still maintained. We could think about supporting some GeoServer extras if it doesn't break the SLD parsing itself. I'm afraid maintaining another parser will be harder.
The GeoServer allows a certain syntax to provide Symbolizers with dyanmic graphics derived from an attribute:
https://docs.geoserver.org/latest/en/user/styling/sld/extensions/pointsymbols.html#dynamic-symbolizers
The current code of the
get
method does not seem to work:https://github.com/geostyler/geostyler-sld-parser/blob/main/src/Util/SldUtil.ts#L185
We have to check this code again.
Example style:
Describe the solution you'd like
I think it would make sense to use the same template syntax like we have in the TextSymbolizer.label.
Describe alternatives you've considered
As an alternative we could make use of the GeoStylerFunctions here and add somelike "asTemplateString" to the metadata.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: