All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- helsinki importer: Make tolerance for divisions extending past their parents relative to parent area (from 300 m^2 to 0.1% of parent area)
- helsinki importer: Update
statistical_district
WFS layer value
- Fix Helsinki importer urls
0.3.9 - 2023-08-22
- Fix municipality url
0.3.8 - 2023-02-13
- Use gettext_lazy instead of gettext in models
0.3.7 - 2023-01-25
- Support for Django 3.x.
- Pinned the
django-parler
version to>=2
and add a migration required to upgrade it.
- Add a
tzinfo
toStreet
andAddress.modified_at
migrations to fix the warning saying that a timezone-naive date was passed to aDateTimeField
. - helsinki importer: Reverted the change introduced in v0.3.6 which broke Helsinki division import
- helsinki importer: Fixed empty field value handling
- helsinki importer: Fixed crash with division types without a layer
- GDAL 3.0 Coordinate transformation backwards compatibility
0.3.6 - 2020-05-08
- helsinki importer: Raised the tolerance for divisions extending past their parents (from 1e-6 to 300 m^2). Helsinki data could not be imported previously.