﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
31195	gis_tests.geoapp.test_functions.GISFunctionsTests.test_geometry_distance fails with recent PROJ versions.	Sergey Fedoseev	Sergey Fedoseev	"`gis_tests.geoapp.test_functions.GISFunctionsTests.test_geometry_distance fails` with recent PROJ versions (tested with PROJ 5.3.0 and 6.3.0).

Can be reproduced on django-docker-box:

{{{
$ DJANGO_PATH=~/dev/django POSTGRES_VERSION=12 POSTGIS_VERSION=2.5 docker-compose run --rm postgres-gis gis_tests.geoapp.test_functions.GISFunctionsTests.test_geometry_distance

======================================================================
FAIL [0.015s]: test_geometry_distance (gis_tests.geoapp.test_functions.GISFunctionsTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File ""/tests/django/django/test/testcases.py"", line 1206, in skip_wrapper
    return test_func(*args, **kwargs)
  File ""/tests/django/tests/gis_tests/geoapp/test_functions.py"", line 283, in test_geometry_distance
    276.987855073372,
AssertionError: Lists differ: [2.9909199552729575, 5.335072740547128, 9.338521874837209[93 chars]3723] != [2.99091995527296, 5.33507274054713, 9.33852187483721, 9.[80 chars]3372]

First differing element 0:
2.9909199552729575
2.99091995527296

}}}"	Cleanup/optimization	closed	GIS	dev	Normal	fixed			Accepted	1	0	0	0	0	0
