GeoLeaf Core API - v3.0.0
    Preparing search index...
    • Applies an OGC autoRefresh result to the live layer source via the adapter.

      The adapter exposes updateLayerData (see map-adapter.contract.ts); the former name updateGeoJSONSource never existed on the adapter, so the optional call silently no-op'd and every autoRefresh result was discarded — the OGC layer never updated on moveend. Resolving the correct method here (covered by a unit test) prevents that regression.

      Parameters

      Returns void