.
Some checks failed
CI / Check (push) Failing after 10m8s
Build and publish Docker image / build-and-push (push) Successful in 11m9s

This commit is contained in:
Andras Schmelczer 2026-06-18 08:09:00 +01:00
parent 36ec4003a3
commit fdd7a5c763
2 changed files with 23 additions and 5 deletions

View file

@ -45,6 +45,10 @@ const KEEP_UNKNOWN_LISTING_FILTER_FEATURES: &[&str] = &[
"Leasehold/Freehold",
"Number of bedrooms & living rooms",
"Property type",
"Construction year",
"Interior height (m)",
"Current energy rating",
"Potential energy rating"
];
const LISTING_BOUNDS_EPSILON_DEGREES: f64 = 0.00001;