@geogirafe/lib-geoportal
Version:
GeoGirafe is a flexible application to build online geoportals.
10 lines (9 loc) • 357 B
TypeScript
declare class GeoConsts {
/** When circles needs to be rendered as polygon of N sides. */
static CIRCLE_TO_POLYGON_SIDES: number;
static INCHES_PER_METER: number;
static PRINT_DOTS_PER_INCH: number;
static SCREEN_DOTS_PER_INCH: number;
static METERS_PER_UNIT: import("ol/proj/Units").MetersPerUnitLookup;
}
export default GeoConsts;