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

2.2.0 dev coordinate props #495

Closed aiizhao closed 3 months ago

aiizhao commented 3 months ago

Added a coordinate prop type with 3 variants: numerical coordinate input, coordinate picker from a map, and path picker from a map. For the path picker, the path can be extended by dragging and dropping the marker, or by numerical input.

Resolves #299

Screenshot (344) Screenshot (341)

luisvasq commented 3 months ago

Sorry for the mistake in the commit reference. 0305c3d4639553413d077482cc8916b89de37c1a mentioned above belongs to a different fix: #496.

connor-makowski commented 3 months ago

@luisvasq is this ready to be merged in?

luisvasq commented 3 months ago

Last week I fixed a couple of map bugs that would affect this implementation. I'll merge from 2.2.1-dev first.