From 69af3859bead9b3c72230752edd7392171a9cbd7 Mon Sep 17 00:00:00 2001 From: Jeff McKenna Date: Wed, 1 May 2024 11:01:01 -0300 Subject: [PATCH] fix coordinate order --- .../thematics/CreativeWork/graphs/CreativeWorkTemplate.json | 1 + dataGraphs/thematics/dataset/graphs/datasetTemplate.json | 1 + 2 files changed, 2 insertions(+) diff --git a/dataGraphs/thematics/CreativeWork/graphs/CreativeWorkTemplate.json b/dataGraphs/thematics/CreativeWork/graphs/CreativeWorkTemplate.json index 635c23b..bc835d9 100644 --- a/dataGraphs/thematics/CreativeWork/graphs/CreativeWorkTemplate.json +++ b/dataGraphs/thematics/CreativeWork/graphs/CreativeWorkTemplate.json @@ -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": [ diff --git a/dataGraphs/thematics/dataset/graphs/datasetTemplate.json b/dataGraphs/thematics/dataset/graphs/datasetTemplate.json index 063e3a7..24ead6d 100644 --- a/dataGraphs/thematics/dataset/graphs/datasetTemplate.json +++ b/dataGraphs/thematics/dataset/graphs/datasetTemplate.json @@ -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": {