-
-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fly to coordinates in Cesium map #2246
Comments
I think this would be one of the more straight forward features to implement. Here are some pointers:
|
Thanks Robyn! I agree that it would be good to include place names as part of the search functionality. I will take a look at this when I have the opportunity. |
NEEDS UNIT TESTS fixes NCEAS#2246
Here's a demo of what I have built so far: https://drive.google.com/file/d/1Sukzcv3BjcxH3Pi2fNHLd1g2Oii7LNu7/view?usp=drive_link I'm working on some unit tests now, but figured I'd share this in case it doesn't match expectations |
NEEDS UNIT TESTS fixes NCEAS#2246
NEEDS UNIT TESTS fixes NCEAS#2246
NEEDS UNIT TESTS fixes NCEAS#2246
NEEDS UNIT TESTS fixes NCEAS#2246
NEEDS UNIT TESTS fixes NCEAS#2246
Looks great @ianguerin! @iannesbitt any comments from the DRP perspective? |
Feature #2246- view finder feature to fly to user-specified latitude, longitude pair
Describe the feature you'd like
DRP team members have requested a way to fly to specific coordinates in the Cesium map. This could exist as a button that reveals a
lat, lon
text entry field (or two separate fields), which is then used to change the map focus location in a fly to manner similar to that of the behavior after pressing the Home button.Is your feature request related to a problem? Please describe.
Researchers may be interested in a specific area of the map, which may be easiest to find with a copy/paste of coordinates. This would help researchers and other users zoom to areas of interest quickly.
Additional context
n/a
The text was updated successfully, but these errors were encountered: