The openmap.properties file can control the layer with the following settings:
In addition, you can get this layer to work with the OpenMap viewer by editing your openmap.properties file: # Show lat / lon spacing labels graticule.showRuler=true graticule.show1And5Lines=true # Controls when the five degree lines and one degree lines kick in #- when there is less than the threshold of ten degree lat or lon #lines, five degree lines are drawn. The same relationship is there #for one to five degree lines. graticule.threshold=2 # the color of 10 degree spacing lines (Hex ARGB) graticule.10DegreeColor=FF000000 # the color of 5 degree spacing lines (Hex ARGB) graticule.5DegreeColor=C7009900 # the color of 1 degree spacing lines (Hex ARGB) graticule.1DegreeColor=C7003300 # the color of the equator (Hex ARGB) graticule.equatorColor=FFFF0000 # the color of the international dateline (Hex ARGB) graticule.datelineColor=7F000099 # the color of the special lines (Hex ARGB) graticule.specialLineColor=FF000000 # the color of the labels (Hex ARGB) graticule.textColor=FF000000
# layers openmap.layers=graticule ... # class graticule.class=com.bbn.openmap.layer.GraticuleLayer # name graticule.prettyName=Graticule
|
|
|
|
|
|