Go to the source code of this file.
Classes | |
class | GetMap.Map |
Namespaces | |
namespace | GetMap |
Functions | |
def | GetMap.CheckHeight |
def | GetMap.CheckLatitude |
def | GetMap.CheckLongitude |
def | GetMap.CheckWidth |
def | GetMap.CHtoWGSheight |
def | GetMap.CHtoWGSlat |
def | GetMap.CHtoWGSlng |
def | GetMap.DecToSexAngle |
def | GetMap.main |
def | GetMap.SexAngleToSeconds |
def | GetMap.SexToDecAngle |
def | GetMap.signal_handler |
def | GetMap.usage |
def | GetMap.WGStoCHh |
def | GetMap.WGStoCHx |
def | GetMap.WGStoCHy |
Variables | |
list | GetMap.available_extension = ["png","gif","jpeg"] |
list | GetMap.available_layers = ["bg","fg","sym"] |
list | GetMap.available_zoom = [0.25,0.5,1,2,4,8,32,512] |
list | GetMap.default_layers = ["bg"] |
string | GetMap.default_output_directory = "." |
string | GetMap.default_projection = "EPSG:21781" |
int | GetMap.default_size = 256 |
string | GetMap.default_type = "png" |
float | GetMap.default_zoom = 0.25 |