@geogirafe/lib-geoportal
Version:
GeoGirafe is a flexible application to build online geoportals.
10 lines (9 loc) • 322 B
TypeScript
import LayerWmts from './layerwmts.js';
export default class LayerWmtsExternal extends LayerWmts {
private static nextAvailableLayerId;
private selected;
get isSelected(): boolean;
set isSelected(value: boolean);
constructor(name: string, url: string, layer: string);
clone(): LayerWmtsExternal;
}