geostyler / geostyler-mapbox-parser

GeoStyler-Style-Parser implementation for Mapbox
BSD 2-Clause "Simplified" License
13 stars 9 forks source link

fix: merge icontext symbol from separate symbolizers when needed #287

Closed jansule closed 10 months ago

jansule commented 10 months ago

This merges geostyler icon and text symbolizers of a rule, if they were based on a single mapbox layer with type symbol and icon and text properties.

To do so, the new metadata block of the geostyler style was used. There, we keep track of split up mapbox layers so they can be merged when parsing again.

dnlkoch commented 7 months ago

:tada: This PR is included in version 5.0.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: