[OpenMap Users] Display GraticuleLayer with lines below 1 degree

From: Nicholas Willis <nfwillis_at_gmail.com>
Date: Fri, 3 Feb 2012 13:42:29 -0500

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"]
Received on Fri Feb 03 2012 - 13:44:15 EST

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