You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -44,3 +47,8 @@ If the `qwc-mapinfo-service` is enabled, queries can be configured in the servic
44
47
will be returned and displayed in the map-info popup as with title as specified in `info_title`.
45
48
46
49
* If `info_sql` is provided, the result obtained from the specified query will be returned. Use the `:x`, `:y` and `:srid` placeholders.
50
+
* The `info_id` is required if you want to assign permissions to the mapinfo queries, see below.
51
+
52
+
## Permissions <aname="permissions"></a>
53
+
54
+
You can assign permissions to the mapinfo queries by creating and permitting `Map info query` resources, which shall be named according to the `info_id` of the query. If `permissions_default_allow` is `true` in `tenatConfig.json`, all mapinfo queries are permitted by default unless a permission is assigned to a specific role.
0 commit comments