Skip to content

Latest commit

 

History

History
242 lines (179 loc) · 4.96 KB

CHANGELOG.md

File metadata and controls

242 lines (179 loc) · 4.96 KB

Changelog

All notable changes to this project will be documented in this file.

The format is inspired from Keep a Changelog and the versioning aim to respect Semantic Versioning.

Here is a template for new release sections

[2.2.2] - 2024-10-18

Changed

  • remove fly-to-feature

Fixed

  • failing fly-to-feature as region layers are removed

[2.2.1] - 2024-10-18

Changed

  • hovering layers can be defined regardless of region layer

Fixed

  • removed region-based distilling

[2.2.0] - 2024-10-17

Added

  • Custom layers and sources (e.g. WMS)

Fixed

  • show distilled layer on startup, if layer is present in startup layers

[2.1.0] - 2024-10-15

Added

  • custom choropleth legend labels

Changed

  • choropleth legend lower and upper limits

Fixed

  • choropleth legend color matching

[2.0.1] - 2024-06-26

Fixed

  • error at max zoom level in MVTAPI

[2.0.0] - 2024-06-26

Changed

  • region-specific setup has been removed, instead regions are handled like static MVTs
  • MVTs can get min/max zoom and style named different from layer ID

[1.8.2] - 2024-06-21

Changed

  • fly to element on map can be turned off

[1.8.1] - 2024-06-20

Changed

  • add opacity to choropleth legend item colors

[1.8.0] - 2024-05-23

Added

  • docs for popups

Changed

  • step size calculation rounds to 10, 100, 1000 etc.
  • default choropleth legend entries to 5

Fixed

  • zero item in choropleth legend
  • error in choropleths if value equals "1"

[1.7.0] - 2024-05-13

Added

  • Middleware to prevent 404 errors for missing MVTs

[1.6.1] - 2024-05-02

Fixed

  • region lines and labels at startup

[1.6.0] - 2024-04-25 - 2024-XX-XX

Added

  • light and dark basemaps for datavisualization as default basemaps

[1.5.0] - 2024-04-24

Added

  • multiple basemaps possible

[1.4.1] - 2024-04-08

Added

  • initial cluster docs

[1.4.0] - 2024-03-26

Added

  • error message if region zoom level does not work with distill zoom level

Changed

  • layers are activated by their full name, not beginning of name; cluster activation is adapted

[1.3.0] - 2024-03-20

Changed

  • env names for distilling and tileservice

Fixed

  • min/max zoom in map setup
  • distill offset factor

[1.2.2] - 2024-03-19

Fixed

  • distilled sources for layers referencing region MVTs

[1.2.1] - 2024-03-19

Fixed

  • range-key-dict dependency

[1.2.0] - 2024-03-19 (BROKEN)

Fixed

  • distilling

[1.1.0] - 2024-03-14

Added

  • error message for missing layer style
  • layers reuse other sources and source layers if model managers match

Changed

  • remove unnecessary model reference in ModelLayer class and Legend

[1.0.0] - 2024-03-07

Added

  • clean layer activation

Changed

  • removed legacy layer handling

[0.19.0] - 2024-03-04

Changed

  • remove colorbrewer dependency and implement colors locally

[0.18.3] - 2024-03-01

Fixed

  • popups above choropleths

[0.18.2] - 2024-02-20

Fixed

  • version check at image loading

[0.18.1] - 2024-02-20

Fixed

  • distill refactoring

[0.18.0] - 2024-02-20

Fixed

  • map image loading for maplibre version > 2.4.0

[0.17.0] - 2024-02-20

Fixed

  • remove upper constraint for django-environ dependency

[0.16.0] - 2024-02-12

Fixed

  • prevent empty popup on double-clicking a layer

[0.15.0] - 2024-02-02

Changed

  • make basemap optional

[0.14.0] - 2024-02-02

Added

  • toggle legend visibility on choropleth (de)activation

[0.13.2] - 2023-08-23

Fixed

  • map store initialization

[0.13.1] - 2023-07-13

Fixed

  • choropleth legend unit brackets

[0.13.0] - 2023-07-05

Added

  • cluster properties to forward model attributes to map engine

[0.12.0] - 2023-06-27

Changed

  • layer ordering; cluster layers are shown on top of other layers

[0.11.0] - 2023-06-15

Changed

  • chart creation function must be declared by project app

Fixed

  • chart errors in popups

[0.10.0] - 2023-06-12

Changed

  • chart options are taken from backend; no frontend modifications

Fixed

  • no choropleths set in settings

[0.9.0] - 2023-06-09

Added

  • title and unit for choropleths in legend

[0.8.0] - 2023-05-02

Added

  • default choropleth config

[0.7.0] - 2023-04-27

Added

  • popup template

[0.6.0] - 2023-04-27

Added

  • map state information is send for popups and choropleths

[0.5.0] - 2023-04-26

Changed

  • lower and upper bounds for numbers in legend

[0.4.2] - 2023-03-30

Fixed

  • map urls for projects using i18n patterns

[0.4.1] - 2023-03-24

Fixed

  • choropleth legend

[0.4.0] - 2023-03-24

Changed

  • refactored popups to work in combination with choropleths

[0.3.0] - 2023-03-24

Added

  • layer style lookup to utils and legend layer

Changed

  • refactored choroplehts

[0.2.0] - 2023-03-23

Added

  • sources, layers and API interfaces are built from settings

[0.1.0] - 2023-03-01

Added

  • initial running map engine