-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugins.xml
More file actions
52 lines (43 loc) · 1.99 KB
/
plugins.xml
File metadata and controls
52 lines (43 loc) · 1.99 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<?xml version="1.0" encoding="UTF-8"?>
<plugins>
<pyqgis_plugin
name="AutoLayer"
version="1.0">
<description>Automatically processes new layers with custom symbology and CRS handling</description>
<!-- IMPORTANT: this should point to your uploaded release zip -->
<!-- After you make a GitHub Release (v1.0), upload AutoLayer.zip and use its URL -->
<download_url>https://github.com/md-moinul-mobin/AutoLayer/releases/download/v1.0/AutoLayer.zip</download_url>
<homepage>https://github.com/md-moinul-mobin/AutoLayer</homepage>
<author>MD Moinul Mobin</author>
<email>mdmoinulmobin@gmail.com</email>
<!-- Compatibility -->
<qgis_minimum_version>3.16</qgis_minimum_version>
<qgis_maximum_version>3.99</qgis_maximum_version>
<!-- Metadata -->
<category>Layer</category>
<tags>layer,vector,crs,symbology,label,style,styling,auto,collapse</tags>
<icon>autolayer.png</icon>
<!-- Optional -->
<experimental>False</experimental>
<deprecated>False</deprecated>
<tracker>https://github.com/md-moinul-mobin/AutoLayer/issues</tracker>
<repository>https://github.com/md-moinul-mobin/AutoLayer</repository>
<changelog>Initial release (v1.0)</changelog>
<about>
AutoLayer v1.0 Plugin - Key Features:
1. CRS selection dialog with 4 options.
2. Auto enable "Selection" mode.
3. Auto assign CRS for new layers.
4. Auto symbology for points, lines, polygons.
5. Sequential colors for vector layers.
6. Special styling for "Cutline" layers.
7. Special styling for "Tiles" layers.
8. Special styling for "Grid" layers.
9. Special styling for "EO" layers.
10. Auto sort/collapse new raster layers.
11. Toggle plugin on/off via toolbar icon.
</about>
<!-- Folder name inside the .zip MUST be AutoLayer -->
<package_name>AutoLayer</package_name>
</pyqgis_plugin>
</plugins>