Geoportal Extension for OpenLayers API Reference

Class: GeoportalWMTS

ol.source.GeoportalWMTS

Geoportal WMTS source creation (inherit from ol.source.WMTS)

new GeoportalWMTS(options)

OpenLayers/Layers/SourceWMTS.js, line 39
Name Type Description
options Object

options for function call.

Name Type Description
layer String

Layer name (e.g. "ORTHOIMAGERY.ORTHOPHOTOS")

ssl Boolean optional

if set true, enforce protocol https (only for nodejs)

apiKey String optional

Access key to Geoportal platform

legends Array optional

Legends objects associated to the layer

metadata Array optional

Metadata objects associated to the layer

title String optional

title of the layer

description String optional

description of the layer

quicklookUrl String optional

quicklookUrl of the layer

olParams Object optional

other options for ol.source.WMTS function (see ol.source.WMTS)

Example
var sourceWMTS = new ol.source.GeoportalWMTS({
     layer  : "ORTHOIMAGERY.ORTHOPHOTOS"
});

Extends

  • WMTSExtended