UNPKG

@geogirafe/lib-geoportal

Version:

GeoGirafe is a flexible application to build online geoportals.

5 lines (4 loc) 283 B
export type VectorFeatureFileFormat = 'kml' | 'geojson' | 'gpx'; export type PrintFileFormat = 'svg' | 'pdf' | 'png'; export type ColorVariable = 'intensity' | 'natural' | 'classification' | 'uniform'; export type ColorPalette = 'spectral' | 'greys' | 'blues' | 'viridis' | 'magma';