From 284e1cc43926fdf40a31c32341e489e4733b993a Mon Sep 17 00:00:00 2001 From: Galen Date: Tue, 20 Aug 2024 16:29:26 -0700 Subject: [PATCH] include addtnl comment suggesting to check latlng order in geom, re #11366 --- arches/app/datatypes/core/geojson_feature_collection.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/arches/app/datatypes/core/geojson_feature_collection.py b/arches/app/datatypes/core/geojson_feature_collection.py index 0c03c620194..d596a6fb709 100644 --- a/arches/app/datatypes/core/geojson_feature_collection.py +++ b/arches/app/datatypes/core/geojson_feature_collection.py @@ -41,7 +41,8 @@ def validate_geom_bbox(geom): if bbox.contains(geom) == False: message = _( "Geometry does not fall within the bounding box of the selected coordinate system. \ - Adjust your coordinates or your settings.DATA_EXTENT_VALIDATION property." + Adjust your coordinates or your settings.DATA_EXTENT_VALIDATION property. \ + Also check whether Latitude and Longitude coordinate pairs are ordered correctly." ) title = _("Geometry Out Of Bounds") errors.append(