acdh-oeaw / mmp-frontend

Mapping Medieval Peoples (MMP) frontend
https://mmp.acdh.oeaw.ac.at
MIT License
0 stars 0 forks source link

what is the difference between related places and cone origins #126

Closed stefanprobst closed 1 year ago

stefanprobst commented 1 year ago

a spatial coverage has both a cone origin, and related places - it is unclear what the difference is between those. currently, related places are spatialcoverage.texts[].places[], and the cone origin is essentially the first related place, i.e. spatialcoverage.texts[0].places[0]

stefanprobst commented 1 year ago

according to https://github.com/acdh-oeaw/mmp-frontend/issues/125#issuecomment-1311499585 cones are allowed to have multiple origins, which means coneOrigins and relatedPlaces are exactly the same thing

stefanprobst commented 1 year ago

apparently passage.places are places which are mentioned in the text, text.places[] are places where the texts have been written.

=> relatedPlaces should probably display passage.places (not text.places[])

stefanprobst commented 1 year ago

passage.places are being removed from the datamodel.