MIT-CAVE / cave_static

A react based static web app to be used as a UI and data consumer for the CAVE app.
Apache License 2.0
0 stars 1 forks source link

Location keys `latitude` and `longitude` both require a `list[list[int|float]]` but do not distinguish between nested levels. #551

Open conmakMIT opened 5 hours ago

conmakMIT commented 5 hours ago

Enforce that the proper way to handle this is something like:

    "latitude": [[43.78], [39.82]],
    "longitude": [[-79.63], [-86.18]],
conmakMIT commented 5 hours ago

You should go ahead and check other keys in the locations dict to make sure they work.