X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/8fb9795d04aec07ae9d30e6a53b59403c119729f..bc75e5626ec59523707b842022ecf0bdc159cf06:/test/bdd/steps/geometry_factory.py diff --git a/test/bdd/steps/geometry_factory.py b/test/bdd/steps/geometry_factory.py index a8fda5ff..19c0406c 100644 --- a/test/bdd/steps/geometry_factory.py +++ b/test/bdd/steps/geometry_factory.py @@ -21,7 +21,7 @@ class GeometryFactory: The function understands the following formats: country: - Point geoemtry guaranteed to be in the given country + Point geometry guaranteed to be in the given country

Point geometry

,...,

@@ -50,7 +50,7 @@ class GeometryFactory: def mk_wkt_point(self, point): """ Parse a point description. - The point may either consist of 'x y' cooordinates or a number + The point may either consist of 'x y' coordinates or a number that refers to a grid setup. """ geom = point.strip()