OnlineInfo
This object provides info about an online resource. E.g.:
var onlineInfo = {
"url": "http://example.com",
"name": "some name",
"description": "some description",
"function": "download",
"protocol": "urn:ogc:serviceType:WebMapService:1.1.1:HTTP"
"accessType": "direct"
}
See also Report
Item Index
Properties
Properties
accessType
String
optional
Defines how the url
can be accessed; possible values are:
- unknown: the access type is not recognized
- noaccess:
url
can't be used to download the data. It could be a link to an information site or a report about the node - service:
url
refers to a WEB service - simple: !Replaced by
direct
! - direct:
url
refers to a resource that can be directly accessed - complex:
url
is the "base URL" of the service providing the data