From 9e278212562629f012c660c95de19b6541864261 Mon Sep 17 00:00:00 2001 From: Bennu Date: Mon, 5 Dec 2022 20:33:04 +0100 Subject: [PATCH 1/2] Docs on custom map provider --- docs/modules/ROOT/pages/user-guide/reports/map.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/modules/ROOT/pages/user-guide/reports/map.adoc b/docs/modules/ROOT/pages/user-guide/reports/map.adoc index 5dee80ec1..09dd46e71 100644 --- a/docs/modules/ROOT/pages/user-guide/reports/map.adoc +++ b/docs/modules/ROOT/pages/user-guide/reports/map.adoc @@ -109,6 +109,8 @@ relationship property to map to the arrow width. This lets you define widths on a relationship-specific level, if you have a property that directly maps to the width value. +|Map Provider URL|Text|https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png| When specified, Open Street map provider get override by a custom map tiles provider. + |Intensity Property (for heatmap)|Text|intensity|Optionally, and only for heatmaps, the node property to use as the intensity of that point on the heatmap. If left empty, all points will have the same intensity of 1. If one of the nodes in the results doesn't have the specific property, its intensity will be set to 0. |Hide Property Selection |on/off |off |If enabled, hides the property From 63977f49c178c355f4657808099885c8d789e6a1 Mon Sep 17 00:00:00 2001 From: Harold Agudelo Date: Wed, 7 Dec 2022 10:38:28 +0100 Subject: [PATCH 2/2] Update docs/modules/ROOT/pages/user-guide/reports/map.adoc Co-authored-by: MariusC --- docs/modules/ROOT/pages/user-guide/reports/map.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/ROOT/pages/user-guide/reports/map.adoc b/docs/modules/ROOT/pages/user-guide/reports/map.adoc index 09dd46e71..79c395e01 100644 --- a/docs/modules/ROOT/pages/user-guide/reports/map.adoc +++ b/docs/modules/ROOT/pages/user-guide/reports/map.adoc @@ -109,7 +109,7 @@ relationship property to map to the arrow width. This lets you define widths on a relationship-specific level, if you have a property that directly maps to the width value. -|Map Provider URL|Text|https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png| When specified, Open Street map provider get override by a custom map tiles provider. +|Map Provider URL|Text|https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png| When specified, overrides Open Street map provider with a custom map tiles provider. |Intensity Property (for heatmap)|Text|intensity|Optionally, and only for heatmaps, the node property to use as the intensity of that point on the heatmap. If left empty, all points will have the same intensity of 1. If one of the nodes in the results doesn't have the specific property, its intensity will be set to 0.