Interface DiscoveryAxisOrderMetadata

interface DiscoveryAxisOrderMetadata {
    crs: string;
    order: "unknown" | "xy" | "yx";
}

Properties

Properties

crs: string
order: "unknown" | "xy" | "yx"

Canonical x/y or authority-defined y/x order used on the WMS 1.3 wire.