• JMap.MapContext.setCreateTitle

    Set the title for the creation panel (visible in NG only).

    Parameters

    • newTitle: string

      the new title to display

    Returns void

    Throws

    if newTitle is not a string

    Example

    // set the title in the redux store, used for new map context creation
    JMap.MapContext.setCreateTitle("New title")