UNPKG

geoportal-access-lib

Version:

French Geoportal resources access library

14 lines (12 loc) 456 B
/* eslint-disable no-unused-vars */ /** * Object used to describe a web service of the geoportal platform. * * @property {String} title - Web service name * @property {Object} serverUrl - Associative array mapping geoportal access key (keys) with their properties (URLs of the web service, with the geoportal access key). * @property {String} version - web service version. * * @namespace * @alias Gp.Services.Config.Service */ var Service = {};