diff --git a/content/codesprint-2024/contributions.md b/content/codesprint-2024/contributions.md index f15ad7f..f432e71 100644 --- a/content/codesprint-2024/contributions.md +++ b/content/codesprint-2024/contributions.md @@ -15,7 +15,7 @@ During the Code Sprint, we achieved the following: One of the probably biggest and hopefully most impactful achievements is the introduction of the [geostyler-lyrx-parser](https://github.com/geostyler/geostyler-lyrx-parser) which allows for parsing of ArcGIS Pro styles (.lyrx format)! The parser is based on the [GeoCat/bridge-style](https://github.com/GeoCat/bridge-style) -and was ported from Python into TypeScript. It is now integrated into the GeoStyler eco sytem, so that it integrates seamlessly with all the other existing parsers! That means that it is now possible to convert +and was ported from Python into TypeScript. It is now integrated into the GeoStyler ecosystem, so that it integrates seamlessly with all the other existing parsers! That means that it is now possible to convert ArcGIS styles to QGIS, Mapbox, OpenLayers, and SLD! So far reading ArcGIS Pro styles with features layers, meaning point, line, polygon or text classes, with margin, padding, offset, colors and more is possible! Expressions are already implemented but need some corrections. Handling icons is a work in progress.