|
| 1 | +--- |
| 2 | +date: 2022-06-14 |
| 3 | +title: GeoStyler Code Sprint 2022 |
| 4 | +--- |
| 5 | + |
| 6 | +From Tuesday, 07.06 until Friday, 10.06.2022 the first GeoStyler Code Sprint took place. 12 motivated coders from all over the world participated and provided great contributions to the GeoStyler project. |
| 7 | + |
| 8 | +{/* truncate */} |
| 9 | + |
| 10 | +We want to thank everyone who contributed to the GeoStyler project. Thank you for your motivation and engagement, for all your great contributions, for all the ideas that came up during the Code Sprint and for all the fun we had during this week! You are awesome! |
| 11 | + |
| 12 | +Thank you |
| 13 | + |
| 14 | +[@krishnaglodha](https://github.com/krishnaglodha), |
| 15 | +[@slafayIGN](https://github.com/slafayIGN), |
| 16 | +[@geographika](https://github.com/geographika), |
| 17 | +[@ocruze](https://github.com/ocruze), |
| 18 | +[@pprev94](https://github.com/pprev94), |
| 19 | +[@annarieger](https://github.com/annarieger), |
| 20 | +[@dnlkoch](https://github.com/dnlkoch), |
| 21 | +[@kaivolland](https://github.com/kaivolland), |
| 22 | +[@hwbllmnn](https://github.com/hwbllmnn), |
| 23 | +[@chrismayer](https://github.com/chrismayer), |
| 24 | +[@jansule](https://github.com/jansule), |
| 25 | +[@vincjo](https://github.com/vincjo) |
| 26 | +and Navid. |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | +During the Code Sprint, we achieved the following: |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | +### GeoStyler User Manual |
| 35 | + |
| 36 | +We now have a GeoStyler user manual, which provides a user centric description on how to style geodata with GeoStyler. |
| 37 | + |
| 38 | +The manual is still a work in progress, but the basic functionality is already documented. Check out https://geostyler.github.io/geostyler-cookbook/ for the current state. |
| 39 | + |
| 40 | +Kudos to [@krishnaglodha](https://github.com/krishnaglodha) and [@jansule](https://github.com/jansule). |
| 41 | + |
| 42 | +### GeoStyler CardLayout |
| 43 | + |
| 44 | +In October 2021, a concept for an additional layout for the [GeoStyler UI](https://github.com/geostyler/geostyler) was created and main features were implemented. This layout omits the use of windows and thereby provides a clean and mobile-friendly look. During the Code Sprint, the implementation could be finalized, and the new layout can be used via the `<CardStyle />` component. |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | +Kudos to [@annarieger](https://github.com/annarieger) and [@jansule](https://github.com/jansule). |
| 49 | + |
| 50 | +### GeoStyler GeoServer Plugin |
| 51 | + |
| 52 | +Multiple fixes and improvements were applied to the [GeoStyler community extension for GeoServer](https://docs.geoserver.org/main/en/user/community/geostyler/index.html). Tests were added, deploy pipelines created, the overall integration into GeoServer was improved and a docker based Dev-Setup was created. Also, the extension will now be served under the dedicated repository [geostyler-geoserver-plugin](https://github.com/geostyler/geostyler-geoserver-plugin). |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | +Kudos to [@dnlkoch](https://github.com/dnlkoch). |
| 57 | + |
| 58 | +### Dev-Experience / Dev-Setup |
| 59 | + |
| 60 | +Dev-Experience and Dev-Setup were improved in many different ways. We now have a better support for developing on windows. |
| 61 | +Also, the performance for building and working with our interactive documentation was improved drastically. |
| 62 | + |
| 63 | +Kudos to [@slafayIGN](https://github.com/slafayIGN), [@geographika](https://github.com/geographika), [@ocruze](https://github.com/ocruze), [@pprev94](https://github.com/pprev94), [@dnlkoch](https://github.com/dnlkoch) and [@kaivolland](https://github.com/kaivolland). |
| 64 | + |
| 65 | +### Support for Expressions |
| 66 | + |
| 67 | +For quite a while, we were working on the support of expressions in GeoStyler. Through these, it is possible to set styling properties attributively and feature-based, which allows for more compact and dynamic styles. For example, color values can be calculated based on a function that uses attributes of the dataset as function arguments. So instead of providing a single rule for each possible color value respectively, users can now provide a single rule that describes the color value for all features based on a single expression. |
| 68 | + |
| 69 | +Expressions are now supported in the [geostyler-style](https://github.com/geostyler/geostyler-style/) format and was already implemented for the [geostyler-cql-parser](https://github.com/geostyler/geostyler-cql-parser/) and the [geostyler-sld-parser](https://github.com/geostyler/geostyler-sld-parser/). We will work on supporting other parsers in the future. |
| 70 | + |
| 71 | +Kudos to [@hwbllmnn](https://github.com/hwbllmnn). |
| 72 | + |
| 73 | +### French translations |
| 74 | + |
| 75 | +GeoStyler now also supports French. |
| 76 | + |
| 77 | +Kudos to [@slafayIGN](https://github.com/slafayIGN). |
| 78 | + |
| 79 | +### GeoStyler REST API |
| 80 | + |
| 81 | +The [GeoStyler REST API](https://github.com/geostyler/geostyler-rest) was enhanced by providing a new API endpoint `GET /geostyler-rest/api/versions` that gives information about the versions of the used parsers. Besides that, multiple bugfixes and minor improvements were done. |
| 82 | + |
| 83 | +Kudos to [@chrismayer](https://github.com/chrismayer). |
| 84 | + |
| 85 | +### Unsupported properties |
| 86 | + |
| 87 | +The [GeoStyler UI](https://github.com/geostyler/geostyler) as well as the [geostyler-openlayers-parser](https://github.com/geostyler/geostyler-openlayers-parser) and [geostyler-sld-parser](https://github.com/geostyler/geostyler-sld-parser) make now use of the `unsupportedProperties` interface. Due to these changes, the UI now gives hints about properties that were used in the UI but are not supported by a specific parser. |
| 88 | + |
| 89 | +Kudos to [@kaivolland](https://github.com/kaivolland). |
| 90 | + |
| 91 | +### Mapfile validation |
| 92 | + |
| 93 | +The [geostyler-mapfile-parser](https://github.com/geostyler/geostyler-mapfile-parser) will soon be able to validate mapfiles. |
| 94 | + |
| 95 | +Kudos to [@geographika](https://github.com/geographika). |
| 96 | + |
| 97 | +### GeoStyler Demo |
| 98 | + |
| 99 | +The [demo application](https://geostyler.github.io/geostyler-demo/) was improved in multiple ways. The `<PreviewMap />` component now enables zooming and panning in order to verify proper scaleDenominator configuration. The demo now also provides feedback when loading style and/or data. Furthermore, we got rid of using create-react-app and provided our own webpack configuration which facilitates working with linked dependencies. |
| 100 | + |
| 101 | +Kudos to [@ocruze](https://github.com/ocruze), [@pprev94](https://github.com/pprev94), [@hwbllmnn](https://github.com/hwbllmnn) and [@jansule](https://github.com/jansule). |
| 102 | + |
| 103 | +### GeoStyler Mapbox Parser |
| 104 | + |
| 105 | +The [geostyler-mapbox-parser](https://github.com/geostyler/geostyler-mapbox-parser) was improved by fixing the opacity handling for MarkSymbolizer and harmonizing its behaviour with the other parsers. |
| 106 | + |
| 107 | +Kudos to [@ocruze](https://github.com/ocruze) and [@pprev94](https://github.com/pprev94). |
| 108 | + |
| 109 | +### Refactorings |
| 110 | + |
| 111 | +All class based React components were refactored into the more compact and better maintainable function based components. |
| 112 | + |
| 113 | +Kudos to [@kaivolland](https://github.com/kaivolland). |
| 114 | + |
| 115 | +### Bugfixes |
| 116 | + |
| 117 | +The [geostyler-cli](https://github.com/geostyler/geostyler-cli) now also works properly on windows. |
| 118 | + |
| 119 | +Kudos to [@geographika](https://github.com/geographika). |
| 120 | + |
| 121 | +### Conference talks and other media |
| 122 | + |
| 123 | +GeoStyler will be featured on multiple talks on FOSS4G 2022. Also, there will be videos published on how to work with GeoStyler. |
| 124 | + |
| 125 | +Kudos to everyone! |
| 126 | + |
| 127 | +Again, we want to thank everyone who participated in this Code Sprint. It was great fun and an absolute pleasure working with you! |
| 128 | + |
0 commit comments