[general]
name=Wurman Dots
version=2.0.1
icon=icons/wurman_dots_logo.svg
category=Vector

author=NextGIS
email=info@nextgis.com

homepage=https://github.com/nextgis/qgis_wurman_dots
tracker=https://github.com/nextgis/qgis_wurman_dots/issues
repository=https://github.com/nextgis/qgis_wurman_dots
video=https://youtu.be/5cwiV16rVGo
video[ru]=https://youtu.be/pf8FV_oHMJM

description=Create Wurman Dots using a square or hexagonal grid.
description[ru]=Создавайте точки Вурмана по квадратной или гексагональной сетке.
about=Wurman Dots is a method for visualizing the density of a point layer. The input requires a point layer (EPSG:3857 only), along with specifying the grid cell size and selecting the grid type (square or hexagonal).
about[ru]=Точки Вурмана – один из способов отображения плотности точечного слоя. На вход подаётся точечный слой (только EPSG:3857), указывается размер ячейки сетки, выбирается тип сетки (квадратная или гексагональная).

qgisMinimumVersion=3.22
qgisMaximumVersion=4.99
hasProcessingProvider=yes
supportsQt6=True

changelog=
    2.0.1:
        * Updated maximum QGIS version to 4.99
    2.0.0:
        * Added algorithm of creating Wurman dots with the grid based on cell count
        * Added support for Qt6
        * Fixed creation of duplicated circle geometry
    1.0.0:
        * Plugin Wurman Dots has been officially released