Jan Suleiman

Results 70 comments of Jan Suleiman

Thanks for the info @geraldo. https://github.com/qgis/QGIS-Enhancement-Proposals/issues/238 definitely sounds like a good idea. > I never did development with typescript and I'm quite lost on where to get started In case...

No worries @terry-longmacch, from a first glance this looks great! We are happy to have contributors like you that dedicate quite an amount of time and work into improving GeoStyler....

> I know it wasn't a small PR, so I really appreciate you working your way through it. Thanks to you for putting so much effort into it! > I'm...

Thanks for the info. Could you create a Pull Request with a failing test, so that we have a reproducible example?

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`...

Thanks for the info @AlenKelemen. The unit properties are currently not supported in the openlayers parser. Adding support for this would be a great improvement. Are you planning on providing...

:tada: This PR is included in version 6.1.2 :tada: The release is available on: - [npm package (@latest dist-tag)](https://www.npmjs.com/package/geostyler-sld-parser/v/6.1.2) - [GitHub release](https://github.com/geostyler/geostyler-sld-parser/releases/tag/v6.1.2) Your **[semantic-release](https://github.com/semantic-release/semantic-release)** bot :package::rocket:

Correct. If perpendicularOffset is not explicitly set, we should omit it when writing. Are you planning on providing a PR for this?

> 1. there is something missing in the mapbox parser. We may submit a PR for this. Thanks, that would be great. > 2. the unit is never used, the...

> currently their is no way to pass options to the readStyle and writeStyle functions. This might be a better way, but we would have to extend the interfaces on...