Skip to content

Commit

Permalink
include addtnl comment suggesting to check latlng order in geom, re #…
Browse files Browse the repository at this point in the history
  • Loading branch information
whatisgalen committed Aug 20, 2024
1 parent edf807e commit 284e1cc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion arches/app/datatypes/core/geojson_feature_collection.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 284e1cc

Please sign in to comment.