|
| 1 | +<?xml version="1.0"?> |
| 2 | +<mime-info xmlns='http://www.freedesktop.org/standards/shared-mime-info'> |
| 3 | + |
| 4 | + <mime-type type="application/x-qgis-project"> |
| 5 | + <comment>Quantum GIS Project</comment> |
| 6 | + <comment xml:lang="de">Quantum GIS-Projekt</comment> |
| 7 | + <sub-class-of type="application/xml"/> |
| 8 | + <alias type="application/x-qgis"/> |
| 9 | + <magic priority="50"> |
| 10 | + <match type="string" offset="0" value="<!DOCTYPE qgis"> |
| 11 | + <match type="string" offset="0:256" value="<qgis projectname"/> |
| 12 | + </match> |
| 13 | + </magic> |
| 14 | + <glob pattern="*.qgs"/> |
| 15 | + </mime-type> |
| 16 | + |
| 17 | + <mime-type type="application/x-qgis-layer-settings"> |
| 18 | + <comment>Quantum GIS layer settings</comment> |
| 19 | + <comment xml:lang="de">Quantum GIS Layer Einstellungen</comment> |
| 20 | + <sub-class-of type="application/xml"/> |
| 21 | + <magic priority="50"> |
| 22 | + <match type="string" offset="0" value="<!DOCTYPE qgis"> |
| 23 | + <match type="string" offset="0:256" value="<qgis version"/> |
| 24 | + </match> |
| 25 | + </magic> |
| 26 | + <glob pattern="*.qml"/> |
| 27 | + </mime-type> |
| 28 | + |
| 29 | + <mime-type type="application/x-esri-shape"> |
| 30 | + <comment>ESRI shape file</comment> |
| 31 | + <comment xml:lang="de">ESRI-Shapedatei</comment> |
| 32 | + <magic priority="100"> |
| 33 | + <match type="big32" offset="0" value="9994"> |
| 34 | + <match type="big32" offset="4" value="0"> |
| 35 | + <match type="big32" offset="8" value="0"> |
| 36 | + <match type="big32" offset="12" value="0"> |
| 37 | + <match type="big32" offset="16" value="0"> |
| 38 | + <match type="big32" offset="20" value="0"> |
| 39 | + <match type="big32" offset="28" value="1000"/> |
| 40 | + </match> |
| 41 | + </match> |
| 42 | + </match> |
| 43 | + </match> |
| 44 | + </match> |
| 45 | + </match> |
| 46 | + </magic> |
| 47 | + <glob pattern="*.shp"/> |
| 48 | + <glob pattern="*.shx"/> |
| 49 | + </mime-type> |
| 50 | + |
| 51 | + <mime-type type="application/x-esri-crs"> |
| 52 | + <comment>ESRI coordinate reference system</comment> |
| 53 | + <comment xml:lang="de">ESRI-Koordinatenreferenzsystem</comment> |
| 54 | + <magic> |
| 55 | + <match type="string" offset="0" value="GEOGCS["/> |
| 56 | + <match type="string" offset="0" value="PROJCS["/> |
| 57 | + <match type="string" offset="0" value="LOCAL_CS["/> |
| 58 | + </magic> |
| 59 | + <glob pattern="*.prj"/> |
| 60 | + </mime-type> |
| 61 | + |
| 62 | + <mime-type type="image/tiff"> |
| 63 | + <comment>TIFF raster data</comment> |
| 64 | + <comment xml:lang="de">TIFF-Rasterdaten</comment> |
| 65 | + <magic priority="50"> |
| 66 | + <match type="string" offset="0" value="MM"> |
| 67 | + <match type="little16" offset="2" value="42"/> |
| 68 | + </match> |
| 69 | + <match type="string" offset="0" value="MM"> |
| 70 | + <match type="big16" offset="2" value="42"/> |
| 71 | + </match> |
| 72 | + </magic> |
| 73 | + <glob pattern="*.tiff"/> |
| 74 | + <glob pattern="*.tif"/> |
| 75 | + </mime-type> |
| 76 | + |
| 77 | + <mime-type type="image/jpeg"> |
| 78 | + <comment>JPEG raster data</comment> |
| 79 | + <comment xml:lang="de">JPEG-Rasterdaten</comment> |
| 80 | + <magic priority="50"> |
| 81 | + <match type="big16" offset="0" value="65496"/> |
| 82 | + </magic> |
| 83 | + <glob pattern="*.jpeg"/> |
| 84 | + <glob pattern="*.jpg"/> |
| 85 | + </mime-type> |
| 86 | + |
| 87 | + <mime-type type="image/jp2"> |
| 88 | + <comment>JPEG2000 raster data</comment> |
| 89 | + <comment xml:lang="de">JPEG2000-Rasterdaten</comment> |
| 90 | + <magic priority="50"> |
| 91 | + <match type="little32" offset="0" value="12"> |
| 92 | + <match type="string" offset="8" value="jP"> |
| 93 | + <match type="byte" offset="10" value="32"> |
| 94 | + <match type="byte" offset="11" value="32"> |
| 95 | + <match type="byte" offset="12" value="13"> |
| 96 | + <match type="byte" offset="13" value="10"> |
| 97 | + <match type="byte" offset="14" value="135"> |
| 98 | + <match type="byte" offset="13" value="10"/> |
| 99 | + </match> |
| 100 | + </match> |
| 101 | + </match> |
| 102 | + </match> |
| 103 | + </match> |
| 104 | + </match> |
| 105 | + </match> |
| 106 | + </magic> |
| 107 | + <glob pattern="*.jp2"/> |
| 108 | + <glob pattern="*.j2k"/> |
| 109 | + </mime-type> |
| 110 | + |
| 111 | + <mime-type type="application/x-raster-aig"> |
| 112 | + <comment>AIG raster data</comment> |
| 113 | + <comment xml:lang="de">AIG-Rasterdaten</comment> |
| 114 | + <glob pattern="*.aig"/> |
| 115 | + </mime-type> |
| 116 | + |
| 117 | + <mime-type type="application/x-raster-ecw"> |
| 118 | + <comment>ECW raster data</comment> |
| 119 | + <comment xml:lang="de">ECW-Rasterdaten</comment> |
| 120 | + <glob pattern="*.ecw"/> |
| 121 | + </mime-type> |
| 122 | + |
| 123 | + <mime-type type="application/x-raster-mrsid"> |
| 124 | + <comment>MrSID raster data</comment> |
| 125 | + <comment xml:lang="de">MrSID-Rasterdaten</comment> |
| 126 | + <glob pattern="*.sid"/> |
| 127 | + </mime-type> |
| 128 | + |
| 129 | + <mime-type type="application/x-mapinfo-mif"> |
| 130 | + <comment>MapInfo file</comment> |
| 131 | + <comment xml:lang="de">MapInfo-Datei</comment> |
| 132 | + <magic priority="51"> |
| 133 | + <match type="string" offset="0" value="VERSION"> |
| 134 | + <match type="string" offset="0:512" value="COLUMNS"/> |
| 135 | + <match type="string" offset="0:512" value="DATA"> |
| 136 | + </match> |
| 137 | + </match> |
| 138 | + </magic> |
| 139 | + <glob weight="60" pattern="*.mif"/> |
| 140 | + </mime-type> |
| 141 | + |
| 142 | + <!-- .mif is just not good enough --> |
| 143 | + <mime-type type="application/x-adobe-mif"> |
| 144 | + <alias type="application/x-mif"/> |
| 145 | + <comment>Adobe FrameMaker MIF file</comment> |
| 146 | + <magic priority="100"> |
| 147 | + <match type="string" offset="0" value="<MIFFile"/> |
| 148 | + </magic> |
| 149 | + <glob weight="51" pattern="*.mif"/> |
| 150 | + </mime-type> |
| 151 | + |
| 152 | +</mime-info> |
0 commit comments