Interface ParsedOgcFeaturesUrl

Parsed components of an OGC Features URL.

interface ParsedOgcFeaturesUrl {
    baseUrl: string;
    collectionId: undefined | string;
}

Properties

baseUrl: string
collectionId: undefined | string