geoportal-access-lib
Version:
French Geoportal resources access library
15 lines (13 loc) • 466 B
JavaScript
/* eslint-disable no-unused-vars */
/**
* Object used to describe a style that may be used for a geoportal resource.
*
* @property {String} name - Style identifier (eg : "normal", "bdparcellaire", ...)
* @property {String} title - human readable name of the style.
* @property {Boolean} current - true if this is the default style.
* @property {String} url - Url Style (eg: vectortile).
*
* @namespace
* @alias Gp.Services.Config.Style
*/
var Style = {};