Opened 15 months ago
Closed 15 months ago
#35117 closed New feature (fixed)
Add support for Hectare unit to Area
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 , 15 months ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
Triage Stage: | Unreviewed → Accepted |
comment:2 by , 15 months ago
Triage Stage: | Accepted → Ready for checkin |
---|
comment:3 by , 15 months ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
In c7e986fc: