@watergis/maplibre-gl-export
Version:
This module adds control which can export PDF and images.
13 lines • 367 B
TypeScript
export interface AttributionStyle {
textSize: number;
textHaloColor: string;
textHaloWidth: number;
textColor: string;
fallbackTextFont: string[];
}
export interface AttributionOptions {
style?: AttributionStyle;
visibility?: 'visible' | 'none';
position?: 'top-right' | 'bottom-right';
}
//# sourceMappingURL=AttributionStyle.d.ts.map