Unidata / tds

THREDDS Data Server
https://docs.unidata.ucar.edu/tds/5.0/userguide/index.html
BSD 3-Clause "New" or "Revised" License
65 stars 27 forks source link

Feature Request: Ability to add Stippling directly via a style rather than use an XML in SLD_BODY #433

Open ashokgj opened 10 months ago

ashokgj commented 10 months ago

THREDDS Version: 5.5-beta

Hi, I noticed that we have several styles like default-scalar, colored-contours, contours raster boxfill ( old version 4.6)

Could we please include a style for stippling and have stippling feature enabled rather than have it built by passing XML via SLD_BODY paramter

mnlerman commented 10 months ago

Hello, thank you for reaching out! Our team doesn't have the bandwidth to add new features at the moment but we are an open source project and welcome contributions via pull requests. We are happy to provide guidance or answer follow up questions.

tdrwenski commented 8 months ago

As you may know, ncWMS/Edal-java allows a way to define your own styles, see documentation here and an example here. You can now (in the latest TDS 5.5-SNAPHSOT) put these custom style xmls in ${tds.content.root.path}/thredds/wmsStyles (default location) or configure another directory in threddsConfig.xml. Please see this documentation for more information. Hope that helps!

tdrwenski commented 4 weeks ago

Were you able to test my above suggestion?