Skip to content

Releases: maptiler/qgis-maptiler-plugin

v3.3

10 Apr 12:03
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.2...v3.3

v3.2

22 Mar 16:01
ff20021
Compare
Choose a tag to compare

This release replaces Terrain RGB map with a new Terrain map. The new Terrain map is a combination of Terrain RGB and Ocean RGB maps. Color ramps were also updated.

What's Changed

Full Changelog: v3.1.1...v3.2

v3.1.1

12 Jul 07:05
Compare
Choose a tag to compare

Improved SVG icons path handling on various OS.

v3.1

20 Jun 14:41
Compare
Choose a tag to compare
  • Added support for RGB Terrain instead of hillshade (Outdoor) - requires QGIS 3.25 and higher #175
  • Added support for highway-shields (SVG icons added for OSM style) #176
  • Cadastre and Cadastre Satellite maps added
  • Fixed copyrights when opening/closing various projects #179
  • Minor style parsing improvement (CASE expression, alpha channel in QColor) #174

v3.0.3

24 Mar 10:27
Compare
Choose a tag to compare
  • Fix Credentials validation in geocoder
  • Add support for literal expression
  • Add support for concat expression

v3.0.2

28 Feb 11:49
1b3241e
Compare
Choose a tag to compare

Adds Mierune maps

v3.0.1

21 Feb 09:56
2cb313e
Compare
Choose a tag to compare

Adds token format validation - prints a warning if token in invalid format.

v3.0.0

20 Feb 21:18
f231be1
Compare
Choose a tag to compare
  • Adds Terrain RGB - Global DEM
  • Adds new map styles - OpenStreetMap and Winter
  • Fixes support for Proxy setting - uses QgsNetworkAccessManager instead of urlib/requests libraries
  • Improves authentication for MapTiler API - use Tokens instead of API keys
  • Improves warnings/errors displaying
  • Minor style parsing improvements

v2.0.0

21 Sep 08:59
333be4a
Compare
Choose a tag to compare

Refactoring to use qgis.core class.
Improves style parsing.
Improves exporting/printing in high DPI.
Brings a lot of visual improvements (line width, opacity, color parsing).
Adds support for icons.
Adds support for language switching.
Adds Outdoor style.
Adds printing of style conversion warnings.
Closes #105 , #108 , #115, #131, #133, #138, #139, #143, #146.

v1.1.4

11 Jan 15:30
99a8d56
Compare
Choose a tag to compare
  • Improve missing Pillow/PIL library for MacOS users. (related to #135, #140, #141)
  • Improve color name parsing. (close #142 )
  • Improve style json name handeling. (close #142)