Skip to content

Commit

Permalink
fix coordinate order
Browse files Browse the repository at this point in the history
  • Loading branch information
jmckenna committed Apr 29, 2024
1 parent 7eff954 commit 3f70dba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"@type": "Place",
"geo": {
"@type": "GeoShape",
"polygon": "142.014 10.161667,142.014 18.033833,147.997833 18.033833,147.997833 10.161667,142.014 10.161667 (using actual min/max long/lat in the dataset)"
"polygon": "10.161667 142.014,18.033833 142.014,18.033833 147.997833,10.161667 147.997833,10.161667 142.014 (using actual min/max lat/long in the dataset)"
},
"additionalProperty": {
"@type": "PropertyValue",
Expand Down

0 comments on commit 3f70dba

Please sign in to comment.