WebRAVE Raster color Ramps #115
-
After a discussion from @joewheaton we decided to simplify the work necessary to bring our QML files from QRave into the web so we can have symbolized rasters in WebRAVE. @lauren-herbine and @shelbysawyer this might apply to you at some point So how do we convert our QML raster symbolization to color ramps for the web?
That's it. Now just name it and put it in the right folder and push it to git. File namingThe only trick here is putting it in the right place with the right file name The filename must be So if my business logic looks like this: <Node label="Detrended DEM (HAND - Height Above Nearest Drainge)" xpath="Raster[@id='HAND']" type="raster" symbology="hand" transparency="40" /> then my file name should be CASE MATTERSthe Folder namingThese files should live alongside the # so if I want to put in a file shared across all projects then
RiverscapesXML/Symbology/web/Shared/whatever.txt
# otherwise, for project-specific symbologies
RiverscapesXML/Symbology/web/ProjectTypeName/whatever.txt |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
@MattReimer thank you, this is super helpful! |
Beta Was this translation helpful? Give feedback.
@MattReimer thank you, this is super helpful!