cheowps

Is it possible to set minimum value's color to something other than black?

Recommended Posts

I am currently working on a fusionmap with the following json definition for its color range:
 
colorRange: {
    gradient: 1,
    code: "1268b3",
    startlabel:"Low",
    endlabel:"High"
}
 
However this means the minimum value's color is 000000. I would ideally like to be able to specify the minimum value's color without restricting the maximum value color to a particular value.
 
The json below would have been ideal, but unfortunately it doesn't work:
 
colorRange: {
    gradient: 1,
    code: "1268b3",
    startlabel:"Low",
    endlabel:"High",
    color: {
    minValue:0,
    code:"ffffff"
    }
}

 

Please note that I want the max value to be undefined in the json.

 

Any idea how this could be achieved?

Share this post


Link to post
Share on other sites
Guest Sumedh

Hi,

 

It's not possible to configure the default gradient base color for gradient legend for FusionMaps XT. 

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now