We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2172506 commit a340154Copy full SHA for a340154
Scripts/CI/common.py
@@ -33,21 +33,19 @@
33
'Web Mercator'
34
}
35
36
-# A set of category folder names for legacy support.
+# A set of category folder names.
37
categories = {
38
- 'Maps',
39
- 'Layers',
40
- 'Features',
41
- 'Display information',
42
- 'Search',
43
- 'Edit data',
44
- 'Geometry',
45
- 'Route and directions',
46
'Analysis',
47
- 'Cloud and portal',
+ 'Augmented Reality',
+ 'Cloud and Portal',
+ 'Edit and Manage Data',
+ 'Layers',
+ 'Maps',
48
'Scenes',
49
- 'Utility network',
50
- 'Augmented reality'
+ 'Routing and Logistics',
+ 'Search and Query',
+ 'Utility Networks',
+ 'Visualization'
51
52
# endregion
53
0 commit comments