Compare commits
No commits in common. "6c53f39a281ea99223f96cf6e325b9b649588b84" and "64d8f471747156392ac5ed4b2c9e04dbaaed9c4a" have entirely different histories.
6c53f39a28
...
64d8f47174
@ -11,7 +11,6 @@ from json import JSONDecodeError
|
||||
import requests
|
||||
|
||||
from konova.sub_settings import schneider_settings
|
||||
from konova.sub_settings.lanis_settings import DEFAULT_SRID
|
||||
from konova.sub_settings.proxy_settings import PROXIES
|
||||
|
||||
|
||||
@ -35,7 +34,6 @@ class ParcelFetcher:
|
||||
if geom.area < buffer_threshold:
|
||||
# Fallback for malicious geometries which are way too small and would disappear on negative buffering
|
||||
geom = geometry.geom
|
||||
geom.transform(DEFAULT_SRID)
|
||||
self.geojson = geom.ewkt
|
||||
self.results = []
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user