interface MapFishPrintMap {
    bbox: number[];
    center: number[];
    dpi: number;
    layers: MapFishPrintLayer[];
    projection: string;
    rotation: number;
    scale: number;
    useNearestScale: boolean;
}

Properties

bbox: number[]
center: number[]
dpi: number
projection: string
rotation: number
scale: number
useNearestScale: boolean

Indicates if the map should adjust its scale/zoom level to be equal to one of those defined in the configuration file.