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(