# This file contains metadata for this plugin interpreted by QGIS and e.g. plugins.qgis.org.

# Mandatory items:

[general]
name=Vector Tiles Reader
qgisMinimumVersion=2.18
qgisMaximumVersion=3.98
description=Vector tiles reader which supports server connections, MBTiles file and other sources
about=Reads vector tiles according to Mapbox Vector Tiles specification as layers in a group. Sources can be an internet server, from an MBTiles file or from a directory. This Python plugin uses prebuild C++ binaries for performance reasons.

    The plugin has connections already configured for the following providers:

    - OpenMapTiles.com
    - Mapcat.com
version=2.0.2
author=Martin Boos
email=geometalab@gmail.com

# End of mandatory metadata

# Recommended items:

# Uncomment the following line and add your changelog:
changelog=
    ---2.0.2---
    * Bugfixes for OSX that were introduces with the QGIS 3 compatibility
    * Directory source improved: "tiles" property of metadata.json supported
    * Sample "metadata.json" added to samples folder
    ---2.0.1---
    * Bugfixes that were introduces with the QGIS 3 compatibility
    ---2.0.0---
    * Connection sponsors added to plugin metadata
    * QGIS 3 support
    ---1.8.0---
    * New predefined connection 'Mapcat.com' added
    ---1.7.3---
    * Connection source added as custom property to the layers
    ---1.7.2---
    * Bugfix: OTF was enabled before the new CRS was set, which removed and locked the map scale
    ---1.7.1---
    * Skipped
    ---1.7.0---
    * UI slightly changed
    * Directory connection improved
    ---1.6.0---
    * Style generator updated: Icon size is now correctly determined
    * Loading less tiles due to other zoom-level-from-scale logic
    * Caching performance increased
    ---1.5.0---
    * Mapbox GL Styles can be used to automatically generate QGIS styling
    * Stability & performance improvements
    * UI improved
    * New plugin icon
    ---1.4.1---
    * OSX binaries rebuilt
    * Correctly trigger reloading upon scale/extent change
    ---1.4.0---
    * QGIS 3 compatibility
    * Bugfix: Manual zoom selection
    * Bugfix: Tile clipping in native mode
    * Bugfix: Tile merging in native mode
    * Bugfix: Don't access reader after failed connection attempt
    * UX improved: smaller resolutions than 1920x1080 supported
    ---1.3.0---
    * Custom layer properties namespaced with 'VectorTilesReader/'
    * Native decoding support for OSX
    * pbf2geojson binaries renamed
    * Support source crs other than web mercator (3857)
    ---1.2.5---
    * Performance in native mode increased
    * Loading stability improved
    ---1.2.4---
    * The user settings are persisted
    * Stability improvements
    * Feature processing performance increased
    ---1.2.3---
    * Plugin description updated
    * Bugfix: an error occured when connection to a TileJSON server after being already connected to another
    * Bugfix: show the correct tile coordinates in the statusbar
    ---1.2.2---
    * SQLite multithreading issue fixed
    * Remember last used path in connections dialog
    * Endless reload loop fixed, which occured under specific circumstances
    * Export temporarily removed. Will be reimplemented soon.
    ---1.2.1---
    * Layout of dialog changed
    * Initial browse folder determination improved
    ---1.2.0---
    * The loading performance has been increased.
    * A new predefined connection to Mapzen.com has been added
    * Feature merging improved
    * Tile clipping improved
    * Cache is cleard if plugin version has changed
    ---1.1.0---
    * A new mode 'Basemap' has been added. Vector tiles are automatically reloaded upon zoom/pan.
    * The loading performance has been increased.
    * Bugfixes
    ---1.0.2---
    * Bugfixes regarding tile loading from server sources: {api_key} present on any tile url, will be replaced by the api_key parameter specified on the source url (if available)
    * Tile-coordinates of current mouse position is shown in statusbar
    ---1.0.1---
    * Bugfixes regarding tile loading from server sources
    ---1.0.0---
    * UI changed: file can be opened directly without adding as connection
    * Experimental flag removed
    * Bugfixes & improvements
    ---0.14.0---
    * Tile loading behaviour improved
    * Bugfixes & improvements
    ---0.13.1---
    * Bugfix: Too many tiles may be loaded under some circumstances
    ---0.13.0---
    * Export functionality added
    * Bugfixes & stability improvements
    ---0.12.0---
    * Decoding performance improved: all available CPU cores will be used
    * Feature merging improved: only merge features of the same class
    ---0.11.0---
    * Buttons added to reset options to predefined defaults
    * Feature merging fixed
    * Tiles will be loaded in the middle of the current extent, not at the borders
    * Expected number of tiles for current extent is shown in connections dialog
    * Predefined OMT style improved
    ---0.10.0---
    * Plugin uses QGIS proxies if configured
    * Bugfixes
    * Error handling improved
    ---0.9.0---
    * Bugfixes
    * Loading performance improved
    * Caching implemented
    * Mask layer can be loaded
    ---0.8.0---
    * Files connections now be handled with the former server connections dialog
    * Reload feature added
    * Bugfixes and stability improvements
    ---0.7.1---
    * Bugfixes
    ---0.7.0---
    * Predefined server connection included
    * Loading performance improved
    * Styling improved
    ---0.6.1---
    * Server connections improved
    ---0.6.0---
    * Server connections CRS handling improved
    ---0.5.0---
    * Stability improved
    * Server connections added
    * Loading of tiles can be cancelled

# Tags are comma separated with spaces allowed
tags=vector tile, mbtiles, vector

homepage=https://github.com/geometalab/Vector-Tiles-Reader-QGIS-Plugin
tracker=https://github.com/geometalab/Vector-Tiles-Reader-QGIS-Plugin/issues
repository=https://github.com/geometalab/Vector-Tiles-Reader-QGIS-Plugin
category=Vector
icon=icon.png
experimental=False

# deprecated flag (applies to the whole plugin, not just a single version)
deprecated=False

