Skip to content

Releases: Terralego/django-geostore

0.5.4

01 Dec 10:52
Compare
Choose a tag to compare
  • Add endpoint to get all distinct values of any layer property

0.5.3

16 Nov 12:59
Compare
Choose a tag to compare
  • Use get_username() to keep compatibility with custom User model
  • Revert shape file url generation

0.5.2

06 Nov 16:04
Compare
Choose a tag to compare
  • Add functions to export layers in shape / geojson / kml in async mode with a celery worker. User should have email to receive link to download export.

0.5.1

28 Oct 09:10
Compare
Choose a tag to compare
  • BugFix on Polygon Vector tiles
  • Improve documentation

0.5.0

27 Oct 12:48
Compare
Choose a tag to compare

!! WARNING - BREAKING CHANGES !!

Features with empty geometry will not pass anymore Integrity Error Check
Please, check and fix you geostore_feature table first before making migrations

  • Add constraint empty geometries

  • Add validation of constraints on geometries

  • geostore.routing has been extracted to django-geostore-routing

    • add django-geostore-routing to your project dependencies
    • add geostore_routing to you INSTALLED_APPS instead of geostore.routing
  • Add relation property to handle relations directly in feature

  • Force geometries 2d

  • Improve tile generation

0.4.3

09 Oct 16:38
Compare
Choose a tag to compare
  • Fix settings used by renderers

0.4.2

06 Oct 08:07
Compare
Choose a tag to compare
  • Fix geometry file labels in feature serializer

0.4.1

02 Oct 14:42
Compare
Choose a tag to compare
  • Add KML and GPX renderers

0.4.0

02 Sep 16:43
e22420a
Compare
Choose a tag to compare
  • WARNING Breaking Changes !!

    • to continue to use PGRouting features, please add geostore.routing to INSTALLED_APPS
    • Some changes in routing API response. Now final geometry and full feature segment list are provided by API
    • Configurable tolerance for routing topologies (Default value from 0.0001 to 0.00001)
    • HOSTNAME setting is deprecated. Default request HOST is now used to generate absolute full urls for vector tiles.
      You can set TERRA_TILES_HOSTNAMES = [HOSTNAME, ] to avoid this
  • Improvements :

    • Officially support django 3.1
    • Set HOSTNAME or TERRA_TILES_HOSTNAMES is not required anymore. Now full absolute urls are prefixed with current host request
    • Installing PGRouting is not required anymore.
    • source / target routing attributes :
      • add indexes
      • Hide by default (editable=False)
    • Using JSONField from django.db.models
    • Updating DjangoModelFactory location

0.3.19

25 Jun 13:12
Compare
Choose a tag to compare
  • WARNING : Ordering and Searching in feature properties are disabled for layers without schema.
  • OPTIMIZATIONS : Improve API feature by disabling big queries to find layer's properties
  • Fix duplicated index