Opened 10 months ago
Closed 10 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 , 10 months ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
Triage Stage: | Unreviewed → Accepted |
comment:2 by , 10 months ago
Triage Stage: | Accepted → Ready for checkin |
---|
comment:3 by , 10 months ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
In c7e986fc: