I'm currently losing styling information somewhere along my chain of applications:
KML -> ArcGIS Layer (via ArcGIS Desktop)
ArcGIS .gdb -> PostGIS via ogr2ogr
PostGIS -> GeoServer
GeoServer -> Leaflet via WMS service
How might I preserve styling information when serving data originally stored as a KML via WMS? I have found no way to export styles from a KML into SLDs.
If this can natively be done through a different type of GIS Server, please advise.