UNPKG

geoportal-access-lib

Version:

French Geoportal resources access library

13 lines (11 loc) 312 B
/* eslint-disable no-unused-vars */ /** * Object used to describe a metadata file associated with a geoportal resource. * * @property {String} format - mime-type of the metadata file. * @property {String} url - metadata file URL * * @namespace * @alias Gp.Services.Config.Metadata */ var Metadata = {};