Skip to content

Commit

Permalink
merge qgis.xml update from Bas (followup ce3ee59)
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Jul 5, 2021
1 parent ce3ee59 commit f0dc0d9
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions debian/qgis.xml
Expand Up @@ -200,4 +200,25 @@
<glob weight="51" pattern="*.mif"/>
</mime-type>

<mime-type type="application/vnd.google-earth.kml+xml">
<comment>Keyhole Markup Language data</comment>
<sub-class-of type="application/xml"/>
<icon name="qgis-mime"/>
<glob pattern="*.kml"/>
</mime-type>

<mime-type type="application/vnd.google-earth.kmz">
<comment>Zipped Keyhole Markup Language data</comment>
<sub-class-of type="application/zip"/>
<icon name="qgis-mime"/>
<glob pattern="*.kmz"/>
</mime-type>

<mime-type type="application/geopackage+sqlite3">
<comment>GeoPackage data</comment>
<sub-class-of type="application/vnd.sqlite3"/>
<icon name="qgis-mime"/>
<glob pattern="*.gpkg"/>
</mime-type>

</mime-info>

0 comments on commit f0dc0d9

Please sign in to comment.