File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ linting:
128
128
links_title : true
129
129
# Ensure that links in catalogs and collections include self link
130
130
links_self : true
131
- # Check if geometry coordinates are in the correct order (longitude, latitude)
131
+ # check if geometry coordinates are potentially ordered incorrectly (longitude, latitude)
132
132
geometry_coordinates_order : true
133
133
134
134
settings :
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ linting:
25
25
links_title : true
26
26
# best practices - ensure that links in catalogs and collections include self link
27
27
links_self : true
28
- # check if geometry coordinates are in the correct order (longitude, latitude)
28
+ # check if geometry coordinates are potentially ordered incorrectly (longitude, latitude)
29
29
geometry_coordinates_order : true
30
30
31
31
settings :
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ linting:
25
25
links_title : true
26
26
# best practices - ensure that links in catalogs and collections include self link
27
27
links_self : true
28
- # check if geometry coordinates are in the correct order (longitude, latitude)
28
+ # check if geometry coordinates are potentially ordered incorrectly (longitude, latitude)
29
29
geometry_coordinates_order : true
30
30
31
31
settings :
You can’t perform that action at this time.
0 commit comments