Mapbox – Converting SLD to MapboxGL Style

mapboxmapbox-gl-jssld

I'm struggling to convert SLD (from Qgis) to MapboxGL style format.
Does anyone have any ideas if this is possible?

Best Answer

I used qml to convert Corine vector data style to mapbox style. Qml style doesn't work for raster style.

npx geostyler -t mapbox -o corine_AllClass.mapbox - s qml corine_AllClass.qml

Related Question