Name | Description |
NAVIMGWIDTH: Integer = 180; |
max. navigation image width/height in pixel (with some kinds of servers too tiny pictures are not represented correct) |
NAVIMGBORDER: Integer = 10; |
default navigation image border size in pixel |
ZOOMINFACTOR: DOUBLE = 0.5; |
default zoom in factor |
ZOOMOUTFACTOR: DOUBLE = 2.0; |
default zoom out factor |
PANFACTOR: DOUBLE = 0.5; |
pan factor |
MINSCALE: DOUBLE = 25000; |
the min. scale of an envelope |
NORTH: Integer = 0; |
direction to move to the north |
EAST: Integer = 90; |
direction to move to the east |
SOUTH: Integer = 180; |
direction to move to the south |
WEST: Integer = 270; |
direction to move to the west |
MINRADIUSMOUSESEL: Integer = 10; |
min. mouse selection radius to zoom with the factor ZOOMINFACTOR in pixel |