POLAR reference
    Preparing search index...

    Variable resourcesEnConst

    resourcesEn: {
        contextMenu: "Copy position";
        label: "Pointer position";
        projectionSelect: { label: "Coordinate reference system" };
        toast: {
            error: "Position could not be copied.";
            success: "Position copied to clipboard.";
        };
    } = ...

    English locales for pointerPosition plugin. For overwriting these values, use the plugin's ID as namespace.

    Type Declaration

    • ReadonlycontextMenu: "Copy position"
    • Readonlylabel: "Pointer position"
    • ReadonlyprojectionSelect: { label: "Coordinate reference system" }
    • Readonlytoast: {
          error: "Position could not be copied.";
          success: "Position copied to clipboard.";
      }