UNPKG

@geogirafe/lib-geoportal

Version:

GeoGirafe is a flexible application to build online geoportals.

17 lines (16 loc) 342 B
import { Coordinate } from 'ol/coordinate.js'; declare class Theme { id: number; icon?: string; name: string; location?: Coordinate; zoom?: number; constructor(elem: { id: number; name: string; icon: string; location?: Coordinate; zoom?: number; }); } export default Theme;