Skip to content
Snippets Groups Projects
Commit 41b455d3 authored by Piotr Gawron's avatar Piotr Gawron
Browse files

help tips added

parent 6d5c9ec2
No related branches found
No related tags found
2 merge requests!541version 12.1.3 into master,!518Resolve "Add '?' description in Add project window"
Pipeline #7614 passed
......@@ -289,12 +289,14 @@ AddProjectDialog.prototype.createGeneralTabContent = function () {
table.appendChild(self.createCheckboxRow({
labelName: "Custom semantic zooming:",
defaultValue: false,
inputName: "project-semantic-zooming"
inputName: "project-semantic-zooming",
help: "Check this checkbox to display semantic zooming of the map, defined in the upload file"
}));
table.appendChild(self.createCheckboxRow({
labelName: "Custom semantic zooming contains multiple overlays:",
defaultValue: false,
inputName: "project-semantic-zooming-contains-multiple-overlays"
inputName: "project-semantic-zooming-contains-multiple-overlays",
help: "Check this checkbox to display each semantic zoom level in the General Overlays"
}));
var saveProjectButton = Functions.createElement({
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment