<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de-CH">
	<id>https://giswiki.ch/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=MBoos</id>
	<title>Geometa Lab OST - Benutzerbeiträge [de-ch]</title>
	<link rel="self" type="application/atom+xml" href="https://giswiki.ch/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=MBoos"/>
	<link rel="alternate" type="text/html" href="https://giswiki.ch/Spezial:Beitr%C3%A4ge/MBoos"/>
	<updated>2026-05-02T12:39:56Z</updated>
	<subtitle>Benutzerbeiträge</subtitle>
	<generator>MediaWiki 1.39.10</generator>
	<entry>
		<id>https://giswiki.ch/index.php?title=Vector_Tiles_Reader_QGIS_Plugin&amp;diff=60409</id>
		<title>Vector Tiles Reader QGIS Plugin</title>
		<link rel="alternate" type="text/html" href="https://giswiki.ch/index.php?title=Vector_Tiles_Reader_QGIS_Plugin&amp;diff=60409"/>
		<updated>2017-04-22T07:02:00Z</updated>

		<summary type="html">&lt;p&gt;MBoos: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;QGIS-Plugin &#039;&#039;&#039;Vector Tiles Reader&#039;&#039;&#039; - This Python plugin reads Mapbox Vector Tiles (MVT) from a local MBTiles file and loads them into a vector layer that is rendered by [[QGIS]].&lt;br /&gt;
&lt;br /&gt;
* A project by [[Geometa Lab]] HSR&lt;br /&gt;
* Project Lead: Stefan Keller&lt;br /&gt;
* Developed by: Martin Boos&lt;br /&gt;
* Github: https://github.com/geometalab/Vector-Tiles-Reader-QGIS-Plugin&lt;br /&gt;
&lt;br /&gt;
  &amp;gt;&amp;gt; This is experimental work in progress! Expected an early release as QGIS plugin around 2nd quarter of 2017 &amp;lt;&amp;lt; &lt;br /&gt;
&lt;br /&gt;
Important websites: &lt;br /&gt;
* Source Code on Github: https://github.com/geometalab/Vector-Tiles-Reader-QGIS-Plugin&lt;br /&gt;
* QGIS plugin directory: http://plugins.qgis.org/plugins/Vector-Tiles-Reader-QGIS-Plugin/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== About ==&lt;br /&gt;
&lt;br /&gt;
About Vector Tiles: Though this is a vector representation, [[Vector Tiles]] are rather specific data targeted to visualization and thus not fully comparable to generic geospatial vector data formats. Because of many optimization issues Vector Tiles are lossy in many respect: Coordinates are converted to integers and thus loose precision, features are filtered at certain zoom levels and geometries like roads are simplified. Moreover they are &amp;quot;overzoomed&amp;quot; which means that they often borrow data from upper zoom levels. &lt;br /&gt;
&lt;br /&gt;
Available data sources (MBTiles):&lt;br /&gt;
* Download MBTiles (compatible to &amp;quot;Mapbox Streets v7&amp;quot;) from [https://openmaptiles.org/downloads OpenMapTiles] project (see also city extracts).&lt;br /&gt;
* There&#039;s a possibility to download single tiles from online resources, like &amp;quot;Mapbox Streets v7&amp;quot; (tbd.)&lt;br /&gt;
&lt;br /&gt;
Data model documentation:&lt;br /&gt;
* Data model of [https://openmaptiles.org/schema/ OpenMapTiles].&lt;br /&gt;
* Data model of &amp;quot;[https://www.mapbox.com/developers/vector-tiles/mapbox-streets-v7/ Mapbox Streets v7]&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Available styles:&lt;br /&gt;
* Some default styles are delivered with the plugin. However, some may be missing.&lt;br /&gt;
&lt;br /&gt;
== Known Limitations ==&lt;br /&gt;
&lt;br /&gt;
Limitations in general:&lt;br /&gt;
* This plugin is only tested on reading MBTiles containing Vector Tiles according to [https://github.com/mapbox/vector-tile-spec/tree/master/2.1 Mapbox Vector Tile Specification 2.1].&lt;br /&gt;
* CRS is always EPSG:3857 Web-Mercator. Though Vector Tiles are in principle not bound to a coordinate reference system ([[CRS]]), currently it&#039;s only possible to handle Vector Tiles in Web-Mercator EPSG:3857.&lt;br /&gt;
* There&#039;s no styling attached to MBTiles nor to Vector Tiles. &lt;br /&gt;
&lt;br /&gt;
Limitations of current plugin:&lt;br /&gt;
* Server connections work only with services implementing the [https://github.com/mapbox/tilejson-spec/tree/master/2.2.0 TileJSON specification]&lt;br /&gt;
&lt;br /&gt;
== Enhancements and Ideas ==&lt;br /&gt;
&lt;br /&gt;
The plugin could read Vector Tiles directly from the web. But then - to behave similar to raster tiles - the problem of missing corresponding styling becomes even more prominent.&lt;br /&gt;
&lt;br /&gt;
== Installation and Source Code ==&lt;br /&gt;
&lt;br /&gt;
Intall as local plugin (not yet in QGIS plugin repo -[Install from inside [[QGIS]] as Python plugin (Note: For plugin versions up to 0.9 you have to enable &amp;quot;experimental plugins&amp;quot;)]-).&lt;br /&gt;
&lt;br /&gt;
== FAQ ==&lt;br /&gt;
&lt;br /&gt;
=== How can I use the server connection feature? ===&lt;br /&gt;
&lt;br /&gt;
Any vector tile service, implementing the [https://github.com/mapbox/tilejson-spec/tree/master/2.2.0 TileJSON specification] should work.&lt;br /&gt;
For the feature to work, you have to create a connection using a URL pointing to the TileJSON of the tile service.&lt;br /&gt;
&lt;br /&gt;
For example you can use http://free&amp;amp;#46;tilehosting&amp;amp;#46;com/data/v3.json?key={API-KEY} and get your own API-Key from [https://openmaptiles.com/hosting/ OpenMapTiles.com]&lt;br /&gt;
&lt;br /&gt;
== Ressources ==&lt;br /&gt;
&lt;br /&gt;
See Categories below.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Kategorie:QGIS-Plugin]] [[Kategorie:QGIS]] [[Kategorie:Python]] [[Kategorie:Software]] [[Kategorie:OpenStreetMap]] [[Kategorie:Vector Tiles]]&lt;/div&gt;</summary>
		<author><name>MBoos</name></author>
	</entry>
	<entry>
		<id>https://giswiki.ch/index.php?title=Vector_Tiles_Reader_QGIS_Plugin&amp;diff=60370</id>
		<title>Vector Tiles Reader QGIS Plugin</title>
		<link rel="alternate" type="text/html" href="https://giswiki.ch/index.php?title=Vector_Tiles_Reader_QGIS_Plugin&amp;diff=60370"/>
		<updated>2017-04-07T13:30:30Z</updated>

		<summary type="html">&lt;p&gt;MBoos: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;QGIS-Plugin &#039;&#039;&#039;Vector Tiles Reader&#039;&#039;&#039; - This Python plugin reads Mapbox Vector Tiles (MVT) from a local MBTiles file and loads them into a vector layer that is rendered by [[QGIS]].&lt;br /&gt;
&lt;br /&gt;
* A project by [[Geometa Lab]] HSR&lt;br /&gt;
* Project Lead: Stefan Keller&lt;br /&gt;
* Developed by: Martin Boos&lt;br /&gt;
* Github: https://github.com/geometalab/Vector-Tiles-Reader-QGIS-Plugin&lt;br /&gt;
&lt;br /&gt;
  &amp;gt;&amp;gt; This is experimental work in progress! Expected an early release as QGIS plugin around 2nd quarter of 2017 &amp;lt;&amp;lt; &lt;br /&gt;
&lt;br /&gt;
Important websites: &lt;br /&gt;
* Source Code on Github: https://github.com/geometalab/Vector-Tiles-Reader-QGIS-Plugin&lt;br /&gt;
* QGIS plugin directory: http://plugins.qgis.org/plugins/Vector-Tiles-Reader-QGIS-Plugin/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== About ==&lt;br /&gt;
&lt;br /&gt;
About Vector Tiles: Though this is a vector representation, [[Vector Tiles]] are rather specific data targeted to visualization and thus not fully comparable to generic geospatial vector data formats. Because of many optimization issues Vector Tiles are lossy in many respect: Coordinates are converted to integers and thus loose precision, features are filtered at certain zoom levels and geometries like roads are simplified. Moreover they are &amp;quot;overzoomed&amp;quot; which means that they often borrow data from upper zoom levels. &lt;br /&gt;
&lt;br /&gt;
Available data sources (MBTiles):&lt;br /&gt;
* Download MBTiles (compatible to &amp;quot;Mapbox Streets v7&amp;quot;) from [https://openmaptiles.org/downloads OpenMapTiles] project (see also city extracts).&lt;br /&gt;
* There&#039;s a possibility to download single tiles from online resources, like &amp;quot;Mapbox Streets v7&amp;quot; (tbd.)&lt;br /&gt;
&lt;br /&gt;
Data model documentation:&lt;br /&gt;
* Data model of [https://openmaptiles.org/schema/ OpenMapTiles].&lt;br /&gt;
* Data model of &amp;quot;[https://www.mapbox.com/developers/vector-tiles/mapbox-streets-v7/ Mapbox Streets v7]&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Available styles:&lt;br /&gt;
* Some default styles are delivered with the plugin. However, some may be missing.&lt;br /&gt;
&lt;br /&gt;
== Known Limitations ==&lt;br /&gt;
&lt;br /&gt;
Limitations in general:&lt;br /&gt;
* This plugin is only tested on reading MBTiles containing Vector Tiles according to [https://github.com/mapbox/vector-tile-spec/tree/master/2.1 Mapbox Vector Tile Specification 2.1].&lt;br /&gt;
* CRS is always EPSG:3857 Web-Mercator. Though Vector Tiles are in principle not bound to a coordinate reference system ([[CRS]]), currently it&#039;s only possible to handle Vector Tiles in Web-Mercator EPSG:3857.&lt;br /&gt;
* There&#039;s no styling attached to MBTiles nor to Vector Tiles. &lt;br /&gt;
&lt;br /&gt;
Limitations of current plugin:&lt;br /&gt;
* MBTiles are read from maxzoom (e.g. 14). All data from levels above will be ignored except for empty tiles which are taken from maskLevel (e.g. 8).&lt;br /&gt;
&lt;br /&gt;
== Enhancements and Ideas ==&lt;br /&gt;
&lt;br /&gt;
The plugin could read Vector Tiles directly from the web. But then - to behave similar to raster tiles - the problem of missing corresponding styling becomes even more prominent.&lt;br /&gt;
&lt;br /&gt;
== Installation and Source Code ==&lt;br /&gt;
&lt;br /&gt;
Intall as local plugin (not yet in QGIS plugin repo -[Install from inside [[QGIS]] as Python plugin (Note: For plugin versions up to 0.9 you have to enable &amp;quot;experimental plugins&amp;quot;)]-).&lt;br /&gt;
&lt;br /&gt;
== Ressources ==&lt;br /&gt;
&lt;br /&gt;
See Categories below.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Kategorie:QGIS-Plugin]] [[Kategorie:QGIS]] [[Kategorie:Python]] [[Kategorie:Software]] [[Kategorie:OpenStreetMap]] [[Kategorie:Vector Tiles]]&lt;/div&gt;</summary>
		<author><name>MBoos</name></author>
	</entry>
</feed>