Keep up with latest product news
index
now contains widget name, if widget shared by namepolygonTitleProperty
, now it displays correctly on polygonspolygonTitleProperty
if value is numberdecimalSeparator
, numericGroupSeparator
, numericGroupSize
options for widgets (#228)dataLabels
data property for map widget (#231). now values can be displayed directly on map.dataLabels=1
to show values. dataLabels
can be set to JSON with options to customize labels,{ "size": 12, "font": "Calibri,Arial,sans-serif", "color": "#000", "stroke": "#FFF", "strokeWidth": 2 }
.{ "color": "#F00", "size": 18 }
http://test.com/#/MAP/map/Map.dashboard?widget=UAMap.geojson
(#230)percentageFormat
data property, to set format of percents for widgets that show percentage values, e.g. #.##
(#229)fixMinZoom
and fixMaxZoom
data properties for map widget. To fix zoom out set fixMinZoom=1
New features:
changelog
help
repo
typesAfterInstallMessage
tag in module.xml
${webroot}
, which refers to url with host and port where the internal web-server is availabletileUrl
data property for map widget to specify custom tiles, e.g. https://tile-c.openstreetmap.fr/hot/{z}/{x}/{y}.png
Miscellaneous bug fixes, most notably for UI operations on some (all?) Linux platforms
Initial Release: Basic authenticaiton in REST API and authorisation example
Added methods for saving the custom security level to the global and applying these settings to other instances
The ability to change the security level not only to lockdown, but also to minimum and normal has been implemented.