Skip to content

2.0.0-beta1

Pre-release
Pre-release

Choose a tag to compare

@tomchadwin tomchadwin released this 22 Dec 10:19

This release has completely rewritten Leaflet export code to deduplicate and simplify. The codebase is around 12,000 lines shorter as a result. The fundamental refactor is the reason to make the jump to version 2. This major version will hopefully be short-lived, with qgis2web version 3 being released for compatibility with QGIS3 during 2017.

Given the nature of this release, it is hardly feature-rich. Hopefully, though, the reengineering will allow much easier development of new functionality in the future.

Features

  • Leaflet refactor #332
  • W3C compliance (thanks, @garprogram!)
  • add Stamen terrain background basemap
  • Leaflet style into own file
  • add ISSUE_TEMPLATE
  • upgrade to Leaflet 1.0.2
  • upgrade to OL 3.20.1
  • delete unused files

Fixes

  • new test WFS layers #366
  • Leaflet unicode category legend icons #365
  • Leaflet legend icon sizes
  • Leaflet categorized/graduated SVGs #262, #328
  • handle QGIS WFS typo fix
  • update Proj4 for Leaflet1.0
  • disable preview if QtWebkit unavailable #309 (thanks, @mbernasocchi!)
  • correct README
  • correct CONTRIBUTING