More precission for earth's radius

This commit is contained in:
Rafa de la Torre 2016-07-06 18:01:33 +02:00
parent 6c4829df01
commit 075edf0e0d

View File

@ -7,7 +7,7 @@ class MapzenIsolines:
MAX_ITERS = 5
TOLERANCE = 0.1
EARTH_RADIUS_METERS = 6371000
EARTH_RADIUS_METERS = 6367444
def __init__(self, matrix_client):
self._matrix_client = matrix_client