You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SLD --> MAPBOX CONVERSION ATTEMPT: I then found my set of .geocss files in .sld format in GeoServer, so that I may convert them to .mapbox format using the geostyler-cli. That worked, but only for the .sld files that were vectors; the .sld raster files (the vast majority of the files in the set) resulted in the error: Error: Cannot get Style. Unsupported kind.
REQUEST: Does geostyler-cli, or geostyler in general, support raster .sld files? If not, is there some other way I can convert my .geocss or .sld files into .mapbox? Thank you!
The text was updated successfully, but these errors were encountered:
the geostyler-geocss-parser is not yet implemented. The geostyler-sld-parser does support slds for raster files but the mapbox parser is not yet able to write raster format.
GEOCSS --> MAPBOX CONVERSION ATTEMPT: Tried using
geostyler-geocss-parser
-- https://github.com/geostyler/geostyler-geocss-parser -- withgeostyler-cli
--https://github.com/geostyler/geostyler-cli -- to convert a set of.geocss
files to.mapbox
, but that didn't work (thegeostyler-geocss-parser
doesn't seem integrated withgeostyler-cli
as of Feb 2025).SLD --> MAPBOX CONVERSION ATTEMPT: I then found my set of
.geocss
files in.sld
format inGeoServer
, so that I may convert them to.mapbox
format using thegeostyler-cli
. That worked, but only for the.sld
files that were vectors; the.sld
raster files (the vast majority of the files in the set) resulted in the error:Error: Cannot get Style. Unsupported kind.
REQUEST: Does
geostyler-cli
, or geostyler in general, support raster.sld
files? If not, is there some other way I can convert my.geocss
or.sld
files into.mapbox
? Thank you!The text was updated successfully, but these errors were encountered: