X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/d8623d6818b65782359e848ab6ce612bf5301f14..8e5a19b39209f20f41b7bd10ff7dbcdb8a3dcb9c:/test/bdd/steps/geometry_factory.py?ds=sidebyside 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()