Re: [OpenMap Users] Display GraticuleLayer with lines below 1 degree

From: Don Dietrick <dfdietrick_at_gmail.com>
Date: Fri, 3 Feb 2012 14:32:32 -0500

Hi Nicholas,

The ShowBelowOneProperty isn't supported. I think I started working
on it at some point, but there was something weird about it and I
didn't pull out all of the new code.

Cheers,

Don

On Fri, Feb 3, 2012 at 1:42 PM, Nicholas Willis <nfwillis_at_gmail.com> wrote:
> I'm using the following properties for the GraticuleLayer:
>
>                Properties props = this.getProperties(null);
>
>                props.setProperty(GraticuleLayer.EquatorColorProperty, "FFFF0000");
>                props.setProperty(GraticuleLayer.BelowOneDegreeColorProperty, "FFFF0000");
>                props.setProperty(GraticuleLayer.OneDegreeColorProperty, "FF00FFFF");
>                props.setProperty(GraticuleLayer.FiveDegreeColorProperty, "FFFF0000");
>                props.setProperty(GraticuleLayer.ThresholdProperty, "5");
>                props.setProperty(GraticuleLayer.ShowBelowOneProperty, "true");// not working
>                props.setProperty(GraticuleLayer.ShowOneAndFiveProperty, "true");//
> not working
>
>                this.setProperties(props);
>
> ShowBelowOneProperty and ShowOneAndFiveProperty do not seem to effect
> the display of the grid (while I have verified the colors and
> threshold do have an effect).  The grid is currently displaying with
> 10 degree, 5 degree, and 1 degree lines (as a function of zoom &
> threshold).  I would like to draw additional lines inside 1 degree
> using the same threshold setting.
>
> Anyone know if the ShowBelowOneProperty is supported?
>
> --
> [To unsubscribe to this list send an email to "majdart_at_bbn.com"
> with the following text in the BODY of the message "unsubscribe openmap-users"]

--
[To unsubscribe to this list send an email to "majdart_at_bbn.com"
with the following text in the BODY of the message "unsubscribe openmap-users"]
Received on Fri Feb 03 2012 - 14:33:38 EST

This archive was generated by hypermail 2.3.0 : Tue Mar 28 2017 - 23:25:10 EDT