Opened 5 years ago

Closed 5 years ago

#30341 closed New feature (fixed)

Add support for furlongs unit to Distance objects

Reported by: Dustin Neighly Owned by: Dustin Neighly
Component: GIS Version: dev
Severity: Normal Keywords: gis, distance
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: yes Patch needs improvement: no
Easy pickings: yes UI/UX: no

Description

I needed support for furlongs (201.168 m) in the /gis/measure.py Distance() object.

I added this conversion to the object's units list and its documentation.

This ticket is associated with [PR 11187](https://github.com/django/django/pull/11187) on github.

Change History (4)

comment:1 by Mariusz Felisiak, 5 years ago

Summary: Adding support for furlongs in /contrib/gis/measure.pyAdd support for furlongs unit to Distance objects
Triage Stage: UnreviewedAccepted

comment:2 by Mariusz Felisiak, 5 years ago

Needs tests: set

comment:3 by Mariusz Felisiak, 5 years ago

Owner: changed from nobody to Dustin Neighly
Status: newassigned

comment:4 by Mariusz Felisiak <felisiak.mariusz@…>, 5 years ago

Resolution: fixed
Status: assignedclosed

In 49fb3f5f:

Fixed #30341 -- Added support for the furlong unit in Distance.

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