iodepo / odis-arch

Development of the Ocean Data and Information System (ODIS) architecture
https://book.oceaninfohub.org/
26 stars 16 forks source link

Fix lat,lon ordering and point separation in polygon examples #369

Closed marksparkza closed 7 months ago

marksparkza commented 7 months ago

Examples of polygon have been incorrectly formatted as "lon lat" pairs separated by commas. According to schema.org's definition of GeoShape, point pairs should be formatted either as "lat lon" or "lat,lon", and points should be separated by whitespace, not commas.

The changes are as in https://github.com/iodepo/odis-arch/pull/364, rebased onto master.

jmckenna commented 7 months ago

perfect, thanks @marksparkza !