@itwin/map-layers 5.2.1 → 5.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -1
- package/lib/cjs/mapLayers.d.ts +2 -1
- package/lib/cjs/mapLayers.d.ts.map +1 -1
- package/lib/cjs/mapLayers.js +3 -0
- package/lib/cjs/mapLayers.js.map +1 -1
- package/lib/cjs/public/locales/en/mapLayers.json +14 -3
- package/lib/cjs/ui/widget/MapLayerDroppable.d.ts.map +1 -1
- package/lib/cjs/ui/widget/MapLayerDroppable.js +7 -4
- package/lib/cjs/ui/widget/MapLayerDroppable.js.map +1 -1
- package/lib/cjs/ui/widget/MapLayerSettingsPopupButton.d.ts.map +1 -1
- package/lib/cjs/ui/widget/MapLayerSettingsPopupButton.js +3 -2
- package/lib/cjs/ui/widget/MapLayerSettingsPopupButton.js.map +1 -1
- package/lib/cjs/ui/widget/MapSelectFeaturesDialog.d.ts.map +1 -1
- package/lib/cjs/ui/widget/MapSelectFeaturesDialog.js +17 -18
- package/lib/cjs/ui/widget/MapSelectFeaturesDialog.js.map +1 -1
- package/lib/cjs/ui/widget/MapUrlDialog.d.ts.map +1 -1
- package/lib/cjs/ui/widget/MapUrlDialog.js +15 -6
- package/lib/cjs/ui/widget/MapUrlDialog.js.map +1 -1
- package/lib/cjs/ui/widget/MapUrlDialog.scss +39 -10
- package/lib/cjs/ui/widget/SelectMapFormat.d.ts.map +1 -1
- package/lib/cjs/ui/widget/SelectMapFormat.js +2 -2
- package/lib/cjs/ui/widget/SelectMapFormat.js.map +1 -1
- package/lib/cjs/ui/widget/SubLayersTree.d.ts.map +1 -1
- package/lib/cjs/ui/widget/SubLayersTree.js +8 -7
- package/lib/cjs/ui/widget/SubLayersTree.js.map +1 -1
- package/lib/cjs/ui/widget/SubLayersTree.scss +27 -31
- package/lib/esm/mapLayers.d.ts +2 -1
- package/lib/esm/mapLayers.d.ts.map +1 -1
- package/lib/esm/mapLayers.js +3 -0
- package/lib/esm/mapLayers.js.map +1 -1
- package/lib/esm/public/locales/en/mapLayers.json +14 -3
- package/lib/esm/ui/widget/MapLayerDroppable.d.ts.map +1 -1
- package/lib/esm/ui/widget/MapLayerDroppable.js +7 -4
- package/lib/esm/ui/widget/MapLayerDroppable.js.map +1 -1
- package/lib/esm/ui/widget/MapLayerSettingsPopupButton.d.ts.map +1 -1
- package/lib/esm/ui/widget/MapLayerSettingsPopupButton.js +5 -4
- package/lib/esm/ui/widget/MapLayerSettingsPopupButton.js.map +1 -1
- package/lib/esm/ui/widget/MapSelectFeaturesDialog.d.ts.map +1 -1
- package/lib/esm/ui/widget/MapSelectFeaturesDialog.js +18 -19
- package/lib/esm/ui/widget/MapSelectFeaturesDialog.js.map +1 -1
- package/lib/esm/ui/widget/MapUrlDialog.d.ts.map +1 -1
- package/lib/esm/ui/widget/MapUrlDialog.js +18 -9
- package/lib/esm/ui/widget/MapUrlDialog.js.map +1 -1
- package/lib/esm/ui/widget/MapUrlDialog.scss +39 -10
- package/lib/esm/ui/widget/SelectMapFormat.d.ts.map +1 -1
- package/lib/esm/ui/widget/SelectMapFormat.js +3 -3
- package/lib/esm/ui/widget/SelectMapFormat.js.map +1 -1
- package/lib/esm/ui/widget/SubLayersTree.d.ts.map +1 -1
- package/lib/esm/ui/widget/SubLayersTree.js +10 -9
- package/lib/esm/ui/widget/SubLayersTree.js.map +1 -1
- package/lib/esm/ui/widget/SubLayersTree.scss +27 -31
- package/lib/public/locales/en/mapLayers.json +14 -3
- package/package.json +1 -1
|
@@ -4,27 +4,39 @@
|
|
|
4
4
|
*--------------------------------------------------------------------------------------------*/
|
|
5
5
|
@import "~@itwin/core-react/lib/cjs/core-react/index";
|
|
6
6
|
|
|
7
|
-
.map-manager-sublayer-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
7
|
+
.map-manager-sublayer-panel {
|
|
8
|
+
.map-manager-sublayer-tree {
|
|
9
|
+
height: 100%;
|
|
10
|
+
width: 100%;
|
|
11
|
+
display: flex;
|
|
12
|
+
flex-direction: column;
|
|
12
13
|
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
14
|
+
.core-tree-node {
|
|
15
|
+
>.contents {
|
|
16
|
+
padding-left: 31px;
|
|
16
17
|
|
|
17
|
-
|
|
18
|
-
|
|
18
|
+
>.core-image-checkbox {
|
|
19
|
+
top: 5px;
|
|
20
|
+
}
|
|
19
21
|
}
|
|
20
22
|
}
|
|
23
|
+
|
|
24
|
+
.core-image-checkbox {
|
|
25
|
+
position: absolute;
|
|
26
|
+
left: 5px;
|
|
27
|
+
padding: 0;
|
|
28
|
+
margin: -2px 0px 0px 5px;
|
|
29
|
+
}
|
|
21
30
|
}
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
.map-layer-select-features-dialog {
|
|
34
|
+
.map-manager-sublayer-tree-content {
|
|
35
|
+
.core-tree-node {
|
|
36
|
+
// Revert margin added by ControlledTree on each node (there is no options to disable it)
|
|
37
|
+
margin-left: -28px;
|
|
38
|
+
}
|
|
22
39
|
|
|
23
|
-
.core-image-checkbox {
|
|
24
|
-
position: absolute;
|
|
25
|
-
left: 5px;
|
|
26
|
-
padding: 0;
|
|
27
|
-
margin: -2px 0px 0px 5px;
|
|
28
40
|
}
|
|
29
41
|
}
|
|
30
42
|
|
|
@@ -38,22 +50,6 @@
|
|
|
38
50
|
flex-direction: row;
|
|
39
51
|
flex-wrap: nowrap;
|
|
40
52
|
|
|
41
|
-
button {
|
|
42
|
-
height: 32px;
|
|
43
|
-
width: 32px;
|
|
44
|
-
background-color: transparent;
|
|
45
|
-
color: var(--buic-foreground-body);
|
|
46
|
-
border: 1px solid var(--buic-background-toolbutton-stroke);
|
|
47
|
-
|
|
48
|
-
&:hover {
|
|
49
|
-
color: var(--buic-accessory-primary-tint);
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
&:focus {
|
|
53
|
-
box-shadow: rgba(var(--iui-color-border-accent), var(--iui-opacity-4)) 0px 0px 0px 2px;
|
|
54
|
-
outline: none;
|
|
55
|
-
}
|
|
56
|
-
}
|
|
57
53
|
}
|
|
58
54
|
|
|
59
55
|
.tree-toolbar-searchbox {
|
|
@@ -12,6 +12,17 @@
|
|
|
12
12
|
"ColorDialog": {
|
|
13
13
|
"Title": "Specify Base Color"
|
|
14
14
|
},
|
|
15
|
+
"Dialog":
|
|
16
|
+
{
|
|
17
|
+
"Add" : "Add",
|
|
18
|
+
"Cancel" : "Cancel",
|
|
19
|
+
"Edit" : "Edit"
|
|
20
|
+
},
|
|
21
|
+
"SelectFeaturesDialog":
|
|
22
|
+
{
|
|
23
|
+
"AllOn": "Select All",
|
|
24
|
+
"AllOff": "Select None"
|
|
25
|
+
},
|
|
15
26
|
"MapLayerActionButtons": {
|
|
16
27
|
"ShowAllLabel": "Show all",
|
|
17
28
|
"HideAllLabel": "Hide all",
|
|
@@ -24,7 +35,7 @@
|
|
|
24
35
|
"LayerExistsOverwriting": "Map layer {{layer}} already exists, overwriting info for that layer.",
|
|
25
36
|
"LayerExistsAsITwinSetting": "Map layer {{layer}} already exists as a iTwin setting. Cannot overwrite with a model setting!",
|
|
26
37
|
"AddCustomLayerButtonLabel": "Add Layer",
|
|
27
|
-
"AttachCustomLayer": "
|
|
38
|
+
"AttachCustomLayer": "Add New Layer",
|
|
28
39
|
"AttacheInfo": "Map layer attached from URL:",
|
|
29
40
|
"Custom": "New",
|
|
30
41
|
"LoadingMapSources": "Loading Map Sources",
|
|
@@ -52,11 +63,11 @@
|
|
|
52
63
|
"RemoveLayerDefError": "Could not delete map layer definition: {{layerName}}",
|
|
53
64
|
"RemoveLayerDefSuccess": "Successfully deleted map layer definition: {{layerName}}",
|
|
54
65
|
"SearchPlaceholder": "Search...",
|
|
55
|
-
"SelectLayersToCreate": "Select
|
|
66
|
+
"SelectLayersToCreate": "Select Layers To Add",
|
|
56
67
|
"StoreOnModelSettings": "Store on Model Settings",
|
|
57
68
|
"StoreOnITwinSettings": "Store on iTwin Settings",
|
|
58
69
|
"TechPreviewBadgeTooltip": "Technology preview",
|
|
59
|
-
"TooManyLayersSelected": "
|
|
70
|
+
"TooManyLayersSelected": "{{layerCount}} layers selected; performance may be affected.",
|
|
60
71
|
"Type": "Type",
|
|
61
72
|
"URL": "URL",
|
|
62
73
|
"UrlInputPlaceHolder": "Enter Map Source URL",
|