Skip to content

Commit

Permalink
fix coordinate order
Browse files Browse the repository at this point in the history
  • Loading branch information
jmckenna committed May 1, 2024
1 parent 450c0a0 commit 69af385
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -356,6 +356,7 @@
"description": "Use this Place type to express which spatial region your CreativeWork is about or is focused on. If you don't have precise coordinates, use this description field to describe the place with free text",
"geo": {
"@type": "GeoShape",
"description": "schema.org expects lat long (Y X) coordinate order",
"polygon": "23.4375 -158.8575, 21.2283 -158.8575, 21.2283 -157.4567, 23.4375 -157.4567, 23.4375 -158.8575"
},
"additionalProperty": [
Expand Down
1 change: 1 addition & 0 deletions dataGraphs/thematics/dataset/graphs/datasetTemplate.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
"@type": "Place",
"geo": {
"@type": "GeoShape",
"description": "schema.org expects lat long (Y X) coordinate order",
"polygon": "10.161667 142.014,18.033833 142.014,18.033833 147.997833,10.161667 147.997833,10.161667 142.014"
},
"additionalProperty": {
Expand Down

0 comments on commit 69af385

Please sign in to comment.