Opened 5 months ago

Closed 5 months ago

#35117 closed New feature (fixed)

Add support for Hectare unit to Area

Reported by: Alexis A. Owned by: Alexis A.
Component: GIS Version: dev
Severity: Normal Keywords: hectare
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Forum post: https://forum.djangoproject.com/t/geodjango-new-measure-unit-suggestion-hectare/26923

Associated PR: https://github.com/django/django/pull/17739

I needed support for Hectares (10,000 m) in the /gis/measure.py Area() object.
I added this conversion to the object's units list and its documentation.

Change History (3)

comment:1 by Mariusz Felisiak, 5 months ago

Owner: changed from nobody to Alexis A.
Status: newassigned
Triage Stage: UnreviewedAccepted

comment:2 by Mariusz Felisiak, 5 months ago

Triage Stage: AcceptedReady for checkin

comment:3 by Mariusz Felisiak <felisiak.mariusz@…>, 5 months ago

Resolution: fixed
Status: assignedclosed

In c7e986fc:

Fixed #35117 -- Added support for the hectare unit in Area.

Note: See TracTickets for help on using tickets.
Back to Top