Interface MousePositionProjection

interface MousePositionProjection {
    code: string;
    filter: string;
    label: string;
}

Properties

Properties

code: string

The epsg name of a projection.

filter: string

The filter function to use to format this projection. Arguments can be passed with colon as separator (example: MyFilter:args1:args2:...)

label: string

The label to display with this projection.