Jason Newmoyer

Results 8 comments of Jason Newmoyer

Was going to create a new issue but found this, so I'll +1 it as well. My use case is that I do a bunch of post processing on the...

Apologies for never getting to the PR. I don't believe this is fixed though. It seems like scale is always evaluated with Meters in mind: https://github.com/geostyler/geostyler-openlayers-parser/blob/78c9ee318bec348a9c4cd6da1b5d8c192f12c225/src/OlStyleParser.ts#L772

Wouldn't this be up to the renderer to do?

I guess this is for conversions FROM geostyler styles TO sld documents. I'm not exactly sure how that's useful, our use case is the other direction - SLD -> OL...

I think that as long as the placeholders are converted from the SLD notation `${value}` to the geostyler notation `{{value}}` then that would solve this. The placeholders then get replaced...

I'm pretty sure we are still doing special handling for the placeholders that aren't converted. However it could be fixed in the most recent release. We are a few versions...