Skip to content

Releases: qgis2web/qgis2web

3.0.1

17 Apr 14:25
Compare
Choose a tag to compare

Fixes

  • Leaflet else-only rules #620
  • patterns in rules #620
  • Leaflet cat/grad patterns #620
  • reinstate try: for testDump #628
  • OL grid #636
  • PEP8 compliance improved

3.0.0

23 Feb 14:18
Compare
Choose a tag to compare

qgis2web v3

This is the first version of qgis2web which is compatible with QGIS3. This version is not compatible with QGIS2.

Features

  • QGIS3-compatible (thanks, @slarosa!)
  • built-in basemaps have been removed - please use native QGIS XYZ tile layer functionality
  • Travis CI migrated to Docker method (thanks, @m-kuhn!)

Fixes

  • include lower bound in OL graduated range #616

2.99.1

30 Jan 17:13
Compare
Choose a tag to compare

Features

  • further QGIS3 migration

2.33.1

30 Jan 16:54
Compare
Choose a tag to compare

Fixes

  • unicode in export feedback
  • apostrophes in layers list #588
  • pass iface into is25d() #598

2.99.0

18 Dec 13:46
Compare
Choose a tag to compare
2.99.0 Pre-release
Pre-release

Features

  • initial QGIS3 experimental version

2.33.0

13 Dec 16:23
Compare
Choose a tag to compare

Features

  • QGIS max version

Fixes

  • fix Leaflet legend #587
  • don't raise exception in time tab #585
  • handle apostrophe in Leaflet layers list #588

2.32.0

04 Dec 14:43
Compare
Choose a tag to compare

Features

  • Upgrade to OL 4.5.0
  • export styled vector tiles imported with Vector Tiles Reader (experimental) #566
  • OL label along lines #575
  • OL declutter #398
  • OL grid #570
  • map units #144
  • coalesce expressions function

Fixes

  • time2web fixes #565
  • Leaflet layer search #580
  • OL match CRS #553
  • OL WFS
  • exclude OpenLayers plugin layers #582
  • rule-based is25d() #567
  • OL proj4js local #568

2.31.0

08 Nov 10:09
Compare
Choose a tag to compare

Features

  • WMS getFeatureInfo #121

Fixes

  • OL border "no pen" #564
  • Leaflet scale-dependent labels #562
  • improve Leaflet cluster #505`
  • OL match CRS #553

2.30.0

31 Oct 16:56
Compare
Choose a tag to compare

Features

  • deduplicate Leaflet style code
  • Leaflet layer code refactor
  • deduplicate Leaflet legend code
  • remove erratic Leaflet categorized WFS tests
  • upgrade from PEP8 to pycodestyle
  • use sudo _H in Travis pip install

Fixes

  • fix swapped raster width/height #552
  • handle strange negative symbolLayerCount() #559
  • handle null in Leaflet categorized

2.29.0

17 Oct 10:57
Compare
Choose a tag to compare

Features

  • OL refactor
  • remove unused exception handling
  • refactor is25d()
  • extend coverage tests
  • remove unused style code
  • remove unused imports
  • remove unused function arguments
  • add tests
  • use rednose

Fixes

  • fix layer search
  • fix OL label font #549 (thanks, pgauthier-git!)
  • avoid unnecessary raster reprojection #552
  • handle MultiPolygonZM #556
  • clear project between tests