Releases: City-of-Helsinki/django-munigeo
Releases · City-of-Helsinki/django-munigeo
Release 0.2.21
v0.2.21 Bump release to v0.2.21 to fix misleading tag
v0.3.2: Fix helsinki address import
Helsinki address import was broken by migration to django-parler. This fixes that and nothing else.
Use postal codes as their own names
Store postal codes as their own name instead of naming every postal code by their municipality. The latter is "HELSINKI" for every single postal code within Helsinki.
Fix address import
Import all addresses with number, not just streets.
v0.2.8: maintenance version to work with GDAL >= 2.0
- Request all WFS responses in GeoJSON format, preventing output of curve geometries
Django GDAL-wrapper is unable to handle curve geometries that modern GDAL versions support. As a workaround we request WFS output in GeoJSON as that downgrades geometries to their linear versions.
Updates for validity times of school districts
- school districts distributed through Helsinki Open WFS are now for school year of 2018-2019, and configuration of munigeo is now updated to reflect that
- also some minor code cleanups were done