UNPKG

geoportal-access-lib

Version:

French Geoportal resources access library

16 lines (14 loc) 522 B
/* eslint-disable no-unused-vars */ /** * Object used to describe an Originator of geoportal resource. * * @property {String} name - originator name * @property {String} attribution - originator full name * @property {String} logo - originator logo file URL * @property {String} url - originator web site URL * @property {Array.<Gp.Services.Config.Constraint>} constraints - where and when the originator applies for the ressource. * * @namespace * @alias Gp.Services.Config.Originator */ var Originator = {};