From 8bcc1510eb7f44c3fde816bf3ab43c982e287377 Mon Sep 17 00:00:00 2001 From: Galen Date: Tue, 20 Aug 2024 16:32:39 -0700 Subject: [PATCH] reword error message for bbox.contains False, re #11366 --- arches/app/datatypes/core/geojson_feature_collection.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/arches/app/datatypes/core/geojson_feature_collection.py b/arches/app/datatypes/core/geojson_feature_collection.py index f5c8fdf8ed6..efa67877a25 100644 --- a/arches/app/datatypes/core/geojson_feature_collection.py +++ b/arches/app/datatypes/core/geojson_feature_collection.py @@ -40,9 +40,9 @@ def validate_geom_bbox(geom): if not bbox.contains(geom): message = _( - "Geometry does not fall within the bounding box of the selected coordinate system. \ - Adjust your coordinates or your settings.DATA_EXTENT_VALIDATION property. \ - Also check whether Latitude and Longitude coordinate pairs are ordered correctly." + "Geometry cannot be confirmed as falling within the bounding box of the selected coordinate system. \ + Adjust your coordinates or your settings.DATA_EXTENT_VALIDATION property \ + or check whether Latitude and Longitude coordinate pairs are ordered correctly." ) title = _("Geometry Out Of Bounds") errors.append(