chrismheiser / lipdnet

All things related to Lipd.net and the LiPD Playground
http://www.lipd.net
1 stars 2 forks source link

geo siteName not showing up #94

Closed nickmckay closed 3 years ago

nickmckay commented 3 years ago

It looks like the playground expects the siteName to show up in a geo:properties field, but it should just be in "geo". It looks like:

"geo": { "geometry": { "coordinates": [ 141.93, 30.82 ] }, "description": "BANCANNIA, N.S.W., AUSTRALIA", "properties": { "siteName": "Bancannia" } },

but should look like: "geo": { "geometry": { "coordinates": [ 141.93, 30.82 ] }, "description": "BANCANNIA, N.S.W., AUSTRALIA", "siteName": "Bancannia" },

chrismheiser commented 3 years ago

@nickmckay is this also the case for 'location' ? Location is also in geo.properties.location.

chrismheiser commented 3 years ago

Input field for siteName now maps to geo.siteName, and new uploads will automatically move siteName from properties into geo where necessary.