From ff24337a848717cdaa4998dbdaaee88ec0997d17 Mon Sep 17 00:00:00 2001 From: Luc Claustres Date: Wed, 14 Aug 2024 15:23:14 +0200 Subject: [PATCH] docs: completed layer content description --- docs/api/map/services.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api/map/services.md b/docs/api/map/services.md index 26951360f..f9958597f 100644 --- a/docs/api/map/services.md +++ b/docs/api/map/services.md @@ -447,8 +447,8 @@ Individual events are emitted as usual by default. However, as the `features` se You can always force event or full result emission with the `emitEvents/fullResult` query parameters. ::: -::: tip -Only layers with `serviceEvents` option set to `true` will be updated in the client by individual real-time events, multiple operations will not trigger any update. +::: warning +Only layers with `serviceEvents` option set to `true` or using the default built-in `features` service will be updated in the client by individual real-time events, multiple operations will not trigger any update. ::: ### Hooks