Cogs.Core
Public Attributes | List of all members
Cogs::Core::TerrainProvider::WMSLayerDescription Struct Reference

Public Attributes

StringRef name = NoString
 
StringRef style = Strings::add("default")
 
unsigned minLevel = 0
 
unsigned maxLevel = ~0u
 
std::vector< std::pair< StringRef, StringRef > > otherArguments
 

Detailed Description

Definition at line 23 of file WMSRasterSource.h.

Member Data Documentation

◆ maxLevel

unsigned Cogs::Core::TerrainProvider::WMSLayerDescription::maxLevel = ~0u

Definition at line 28 of file WMSRasterSource.h.

◆ minLevel

unsigned Cogs::Core::TerrainProvider::WMSLayerDescription::minLevel = 0

Definition at line 27 of file WMSRasterSource.h.

◆ name

StringRef Cogs::Core::TerrainProvider::WMSLayerDescription::name = NoString

Definition at line 25 of file WMSRasterSource.h.

◆ otherArguments

std::vector<std::pair<StringRef, StringRef> > Cogs::Core::TerrainProvider::WMSLayerDescription::otherArguments

Definition at line 29 of file WMSRasterSource.h.

◆ style

StringRef Cogs::Core::TerrainProvider::WMSLayerDescription::style = Strings::add("default")

Definition at line 26 of file WMSRasterSource.h.


The documentation for this struct was generated from the following file: