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.
Applies an OGC autoRefresh result to the live layer source via the adapter.
The adapter exposes
updateLayerData(seemap-adapter.contract.ts); the former nameupdateGeoJSONSourcenever existed on the adapter, so the optional call silently no-op'd and every autoRefresh result was discarded — the OGC layer never updated onmoveend. Resolving the correct method here (covered by a unit test) prevents that regression.