This layer responds to the following properties:
In addition, you can get this layer to work with the OpenMap viewer by editing your openmap.properties file: # initial visibility settings: test.line.visible=true test.circ.visible=true test.rect.visible=true test.text.visible=true test.poly.visible=true # latlon vertices of the poly #test.poly.vertices=80 -180 80 -90 80 0 80 90 80 180 70 180 70 90 70 0 70 -90 70 -180
# layers openmap.layers=test ... # class test.class=com.bbn.openmap.layer.TestLayer # name test.prettyName=Graticule
|
|