geostyler / geostyler-mapbox-parser

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

Parse RasterSymbolizer #288

Open onurbesir opened 10 months ago

onurbesir commented 10 months ago

Question

Hello,

I can convert a text I have from geostyler-style to Raster. But I cannot convert it to a mapbox layer of Raster type in geostyler-mapbox-parser.

When I examined it, the subject of Raster in 2019 by @jansule fell into pull requests. Even in their own branches (branchName : rasterSymbolizer), I even saw the relevant codes. Raster conversion operations seemed to be done. But related blocks I could not find it in the master branch of geostyler-mapbox-parser.

I have a raster sld information and how can I convert it as a mapbox layer. Can you help with this?

geostyler-mapbox-parser : latest version Geostyler-style : latest version

I apologise if I used a wrong expression.

jansule commented 9 months ago

Hi @onurbesir

it looks like the related PR for supporting raster (https://github.com/geostyler/geostyler-mapbox-parser/pull/25) never got merged. I guess we simply forgot continuing working on it, as I don't see a technical reason not to merge it :sweat_smile:

Since there have been quite some changes on the code base in between, the code probably needs some minor adjustments.

Would you like taking over the PR and finishing the work on that?