geoportal-access-lib
Version:
French Geoportal resources access library
13 lines (11 loc) • 313 B
JavaScript
/* eslint-disable no-unused-vars */
/**
* Object used to describe a format to use with Geoportal resources.
*
* @property {Boolean} current - If true, then this format is used by default.
* @property {String} name - Format mime-type.
*
* @namespace
* @alias Gp.Services.Config.Format
*/
var Format = {};