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

    Interface ShapeDefinition

    Define a shield which is created by drawing a shape, optionally with text on top

    interface ShapeDefinition {
        drawFunc: string;
        params: ShapeBlankParams;
    }
    Index

    Properties

    Properties

    drawFunc: string

    Which shape to draw

    Parameters for drawing the shape