From d08c099f86b9dab904a0b9cebcb087f8265a78d7 Mon Sep 17 00:00:00 2001 From: Adrian Marin Date: Mon, 8 Jul 2024 18:20:51 +0300 Subject: [PATCH] fix link --- docs/3.0/map-view.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/3.0/map-view.md b/docs/3.0/map-view.md index 72b595ef..54d08d4b 100644 --- a/docs/3.0/map-view.md +++ b/docs/3.0/map-view.md @@ -58,7 +58,7 @@ This is the configuration for the adjacent table. You can set the visibility to :::option `extra_markers` Available since version -Allow to define extra markers. The `extra_markers` block is executed in the [`ExecutionContext`](./../execution-context) and should return an array of hashes. +Allow to define extra markers. The `extra_markers` block is executed in the [`ExecutionContext`](./execution-context) and should return an array of hashes. For each extra marker, you can specify a label, tooltip, and color.