-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change maxele default style colormap to have only 10 intervals #181
Comments
Rick L. requested |
I wish I remembered the name of the original colormap. But here is something similar with 10 sld:ColorMap |
Brian,
Thank you! I will update.
On Aug 23, 2024, at 11:59 AM, Brian O. Blanton ***@***.***> wrote:
I wish I remembered the name of the original colormap. But here is something similar with 10
sld:ColorMap
<sld:ColorMapEntry color="#0024E3" quantity="0.00" label="0.00 m"/>
<sld:ColorMapEntry color="#0075D9" quantity="0.33" label="0.33 m"/>
<sld:ColorMapEntry color="#14A988" quantity="0.67" label="0.67 m"/>
<sld:ColorMapEntry color="#1DF553" quantity="1.00" label="1.00 m"/>
<sld:ColorMapEntry color="#6EFE1C" quantity="1.33" label="1.33 m"/>
<sld:ColorMapEntry color="#E7FF04" quantity="1.67" label="1.67 m"/>
<sld:ColorMapEntry color="#FFF200" quantity="2.00" label="2.00 m"/>
<sld:ColorMapEntry color="#FFB300" quantity="2.33" label="2.33 m"/>
<sld:ColorMapEntry color="#FF7000" quantity="2.67" label="2.67 m"/>
<sld:ColorMapEntry color="#FF2E00" quantity="3.00" label="3.00 m"/>
</sld:ColorMap>
—
Reply to this email directly, view it on GitHub<#181 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AANWARE6MYYSIKAHUVMFHDDZS5L7PAVCNFSM6AAAAABM64VVH2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMBXGM3TGOBQG4>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
this looks to be complete in PR #191. closing... |
Change maxele default style colormap to have only 10 intervals as compared to the 16 it has now.
Here is the current colormap style:
sld:ColorMap
<sld:ColorMapEntry color="#0000FF" quantity="0.00" label="0.00 m"/>
<sld:ColorMapEntry color="#0033FF" quantity="0.20" label="0.20 m"/>
<sld:ColorMapEntry color="#0066FF" quantity="0.40" label="0.40 m"/>
<sld:ColorMapEntry color="#0099FF" quantity="0.60" label="0.60 m"/>
<sld:ColorMapEntry color="#00CCFF" quantity="0.80" label="0.80 m"/>
<sld:ColorMapEntry color="#00FFFF" quantity="1.00" label="1.00 m"/>
<sld:ColorMapEntry color="#33FFCC" quantity="1.20" label="1.20 m"/>
<sld:ColorMapEntry color="#66FF99" quantity="1.40" label="1.40 m"/>
<sld:ColorMapEntry color="#99FF66" quantity="1.60" label="1.60 m"/>
<sld:ColorMapEntry color="#CCFF33" quantity="1.80" label="1.80 m"/>
<sld:ColorMapEntry color="#FFFF00" quantity="2.00" label="2.00 m"/>
<sld:ColorMapEntry color="#FFCC00" quantity="2.20" label="2.20 m"/>
<sld:ColorMapEntry color="#FF9900" quantity="2.40" label="2.40 m"/>
<sld:ColorMapEntry color="#FF6600" quantity="2.60" label="2.60 m"/>
<sld:ColorMapEntry color="#FF3300" quantity="2.80" label="2.80 m"/>
<sld:ColorMapEntry color="#FF0000" quantity="3.00" label="3.00 m"/>
</sld:ColorMap>
The text was updated successfully, but these errors were encountered: