|
6 | 6 | <comment xml:lang="de">QGIS-Projekt</comment>
|
7 | 7 | <sub-class-of type="application/xml"/>
|
8 | 8 | <alias type="application/x-qgis"/>
|
9 |
| - <icon name="qgis-mime"/> |
| 9 | + <icon name="qgis-qgs"/> |
10 | 10 | <magic priority="50">
|
11 | 11 | <match type="string" offset="0" value="<!DOCTYPE qgis">
|
12 | 12 | <match type="string" offset="0:256" value="<qgis projectname"/>
|
|
19 | 19 | <comment>QGIS layer settings</comment>
|
20 | 20 | <comment xml:lang="de">QGIS Layer Einstellungen</comment>
|
21 | 21 | <sub-class-of type="application/xml"/>
|
22 |
| - <icon name="qgis-mime"/> |
| 22 | + <icon name="qgis-qml"/> |
23 | 23 | <magic priority="50">
|
24 | 24 | <match type="string" offset="0" value="<!DOCTYPE qgis">
|
25 | 25 | <match type="string" offset="0:256" value="<qgis version"/>
|
26 | 26 | </match>
|
27 | 27 | </magic>
|
28 | 28 | <glob pattern="*.qml"/>
|
29 | 29 | </mime-type>
|
| 30 | + |
| 31 | + <mime-type type="application/x-qgis-layer-definition"> |
| 32 | + <comment>QGIS layer definition</comment> |
| 33 | + <comment xml:lang="de">QGIS Layer definition</comment> |
| 34 | + <sub-class-of type="application/xml"/> |
| 35 | + <icon name="qgis-qlr"/> |
| 36 | + <magic priority="50"> |
| 37 | + <match type="string" offset="0" value="<!DOCTYPE qgis"> |
| 38 | + <match type="string" offset="0:256" value="<qgis version"/> |
| 39 | + </match> |
| 40 | + </magic> |
| 41 | + <glob pattern="*.qlr"/> |
| 42 | + </mime-type> |
| 43 | + |
| 44 | + <mime-type type="application/x-qgis-composer-template"> |
| 45 | + <comment>QGIS composer template</comment> |
| 46 | + <comment xml:lang="de">QGIS Komponist Vorlage</comment> |
| 47 | + <sub-class-of type="application/xml"/> |
| 48 | + <icon name="qgis-qpt"/> |
| 49 | + <magic priority="50"> |
| 50 | + <match type="string" offset="0" value="<!DOCTYPE qgis"> |
| 51 | + <match type="string" offset="0:256" value="<qgis version"/> |
| 52 | + </match> |
| 53 | + </magic> |
| 54 | + <glob pattern="*.qpt"/> |
| 55 | + </mime-type> |
30 | 56 |
|
31 | 57 | <mime-type type="application/x-esri-shape">
|
32 | 58 | <comment>ESRI shape file</comment>
|
|
0 commit comments