@americana/maplibre-shield-generator
    Preparing search index...

    Interface RouteDefinition

    Defines the set of routes that a shield applies to

    interface RouteDefinition {
        name?: string;
        network: string;
        ref?: string;
    }
    Index

    Properties

    Properties

    name?: string

    If set, only match routes with this name value

    network: string

    Only match routes with this network value

    ref?: string

    If set, only match routes with this ref value