UNPKG

geoportal-access-lib

Version:

French Geoportal resources access library

14 lines (12 loc) 423 B
/* eslint-disable no-unused-vars */ /** * Object used to describe a legend file associated with a geoportal resource (WMTS, WMS, WFS layers). * * @property {String} format - mime-type of the legend file. * @property {String} url - legend file URL * @property {Number} minScaleDenominator - minimum scale denominator where this legend applies. * * @namespace * @alias Gp.Services.Config.Legend */ var Legend = {};