-
-
Notifications
You must be signed in to change notification settings - Fork 12
Description
GEOCSS --> MAPBOX CONVERSION ATTEMPT: Tried using geostyler-geocss-parser -- https://github.com/geostyler/geostyler-geocss-parser -- with geostyler-cli --https://github.com/geostyler/geostyler-cli -- to convert a set of .geocss files to .mapbox, but that didn't work (the geostyler-geocss-parser doesn't seem integrated with geostyler-cli as of Feb 2025).
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!