upd readme
updated readme and code fixed
Use the new VS Code 1.63 extension pre-release mechanism to publish on Marketplace.
Remove clickable link for downloading VSIX and instead direct people to the OEX 'Download' button.
Add DC article link
tooltipStyles
data property. specify JSON with css properties to apply on a tooltip. e.g. { "padding": "10px", "font-size": "20px" }
popupStyles
data property. specify JSON with css properties to apply on a popup. e.g. { "padding": "10px", "font-size": "20px" }
Initial release
README.md file is updated
Icon is added
YouTube video
Improve OEX short title
YouTube video and header rule implementation
update module.xml
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
Fix readme and community article
Code converted to CLS
Publish in ZPM.
Fix permissions to swagger and new article
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
update readme file
Update version
update description
update description
Bugfix with folder names
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.