Skip to content

Conversation

adrian-kong
Copy link
Contributor

add speed to solutions table.
not an ideal display for the HUD / quickview but includes some additional values.

an idea for the quickview might be to just allow rearranging of entries in table or focusing multiple values when shift clicking etc and will highlight / enlarge. this might be the best option as it does not add additional UI changes.

@adrian-kong adrian-kong requested a review from a team March 22, 2023 00:15
function decode(r){var n=r,t=[0,10,13,34,38,92],e=new Uint8Array(1.75*n.length|0),f=0,o=0,a=0;function i(r){o|=(r<<=1)>>>a,8<=(a+=7)&&(e[f++]=o,o=r<<7-(a-=8)&255)}for(var u=0;u<n.length;u++){var c,d=n.charCodeAt(u);127<d?(7!=(c=d>>>8&7)&&i(t[c]),i(127&d)):i(d)}r=new Uint8Array(e,0,f);var s=new TextDecoder().decode(r);while (s.slice(-1)=="\x00") s=s.slice(0,-1); return s;}

mapboxgl.accessToken = decode("@ACCESS_TOKEN@");
mapboxgl.accessToken = "pk.eyJ1Ijoic3dpZnQtYWRyaWFuIiwiYSI6ImNsZTN1MW82bDA2OGgzdXFvOWFuZTJlMnEifQ.9nR8m0C-B_ISNR4r4cMExw";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed

@swiftnav-travis
Copy link

Frontend and Release Workflow Started here

@silverjam silverjam force-pushed the adrian/add_total_vel branch from eab72e9 to 26ada83 Compare March 22, 2023 00:51
@adrian-kong adrian-kong enabled auto-merge (squash) March 22, 2023 01:07
@swiftnav-travis
Copy link

Frontend and Release Workflow Started here

@adrian-kong adrian-kong merged commit ad4240c into main Mar 22, 2023
@adrian-kong adrian-kong deleted the adrian/add_total_vel branch March 22, 2023 02:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants