Skip to content

Releases: City-of-Helsinki/django-munigeo

Release 0.2.21

08 Oct 14:38
Compare
Choose a tag to compare
v0.2.21

Bump release to v0.2.21 to fix misleading tag

v0.3.2: Fix helsinki address import

09 Jan 14:21
Compare
Choose a tag to compare

Helsinki address import was broken by migration to django-parler. This fixes that and nothing else.

Use postal codes as their own names

18 Dec 16:02
Compare
Choose a tag to compare

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

07 Nov 12:20
Compare
Choose a tag to compare

Import all addresses with number, not just streets.

v0.2.8: maintenance version to work with GDAL >= 2.0

08 Aug 12:36
Compare
Choose a tag to compare
  • 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

06 Jun 20:29
Compare
Choose a tag to compare
  • 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