forked from geometalab/Vector-Tiles-Reader-QGIS-Plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmetadata.txt
170 lines (161 loc) · 6.59 KB
/
metadata.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
# 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=Reader (short VT reader) which reads Vector Tiles from various predefined and configurable sources
about=Plugin which reads vector tiles according to Mapbox' Vector Tiles specification as QGIS layers in a group. Styled vector tiles are typically used as high quality base maps. Sources can be an internet server, an MBTiles file or a directory of files. If an Mapbox GL JSON style is configured, the style is (partially) converted to QGIS styles.
The plugin has connections already configured for the following providers:
* OpenMapTiles.com with OSM Bright MB GL style (default)
* Mapcat.com with Mapcat style
This Python plugin uses prebuilt C++ binaries for performance reasons.
version=2.0.4
author=Martin Boos
# End of mandatory metadata
# Recommended items:
# Uncomment the following line and add your changelog:
changelog=
---2.0.4---
* Bugfix: 'Refresh' button working again
* Bugfix: Warning about tile limit works now in both QGIS 2 and 3
* Predefined Mapcat connection removed
---2.0.3---
* Bugfix: Handle HTTP 301 instead of throwing an error
---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 tiles, tiles, mbtiles, mapbox, vector, basemap
homepage=https://github.com/geometalab/Vector-Tiles-Reader-QGIS-Plugin/blob/master/README.md
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