ngeo
    Preparing search index...

    Object used to expose the OpenLayer map.

    Example of usage:

       (window as any).gmfapi.store.line.getLine().subscribe({
    next: (line: OlGeomLineString) => {
    if (line) {
    ...
    }
    },
    })
    Index

    Constructors

    Methods

    Constructors

    Methods

    • Get the lines.

      Returns BehaviorSubject<LineString>

      The existing line.

    • Set the line.

      Parameters

      • line: LineString

        The line

      Returns void