You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, the schema of datacite mixed this too. It makes sense if a
geoLocationPolygon/Box is mixed with geoLocationPoint and one geoLocationPlace which describe the whole area in a geoLocation tag. But it doesn't make sense if more the one geoLocationPlace are written in a geoLocation tag because the relation between placeName and geoPlace is lost.
This example separates this and makes it clearer, I think.
another Example, with separated geoLocation's
<geoLocations>
<geoLocation>
<geoLocationPoint>29.952944 -28.592028</geoLocationPoint>
<geoLocationPlace>Meteor Seamount</geoLocationPlace>
</geoLocation>
<geoLocation>
<geoLocationBox>41.090 -71.032 42.893 -68.211</geoLocationBox>
<geoLocationPlace>Atlantic Ocean</geoLocationPlace>
</geoLocation>
</geoLocations>
and question:
Is the use of geoLocationBox and geoLocationPoint and/or geoLocationPolygon in the same geoLocation tag possible and wishing?
The text was updated successfully, but these errors were encountered: