Skip to content

Commit a340154

Browse files
committed
Update categories list.
1 parent 2172506 commit a340154

File tree

1 file changed

+10
-12
lines changed

1 file changed

+10
-12
lines changed

Scripts/CI/common.py

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -33,21 +33,19 @@
3333
'Web Mercator'
3434
}
3535

36-
# A set of category folder names for legacy support.
36+
# A set of category folder names.
3737
categories = {
38-
'Maps',
39-
'Layers',
40-
'Features',
41-
'Display information',
42-
'Search',
43-
'Edit data',
44-
'Geometry',
45-
'Route and directions',
4638
'Analysis',
47-
'Cloud and portal',
39+
'Augmented Reality',
40+
'Cloud and Portal',
41+
'Edit and Manage Data',
42+
'Layers',
43+
'Maps',
4844
'Scenes',
49-
'Utility network',
50-
'Augmented reality'
45+
'Routing and Logistics',
46+
'Search and Query',
47+
'Utility Networks',
48+
'Visualization'
5149
}
5250
# endregion
5351

0 commit comments

Comments
 (0)