UNPKG

@geogirafe/lib-geoportal

Version:

GeoGirafe is a flexible application to build online geoportals.

17 lines (16 loc) 297 B
class Theme { // Properties id; icon; name; location; zoom; constructor(elem) { this.id = elem.id; this.name = elem.name; this.icon = elem.icon; this.location = elem.location; this.zoom = elem.zoom; } } export default Theme;