Skip to content
This repository has been archived by the owner on Mar 28, 2024. It is now read-only.

[BUG-41639] [Place Pages] Region Pages have broken "Visit this Location" links. #13131

Open
sl-service-account opened this issue Mar 29, 2017 · 2 comments

Comments

@sl-service-account
Copy link

Steps to Reproduce

N/A

Actual Behavior

I tried to click "Visit this Location" for a Regions place page. The URI link is malformed, and tried to open another instance of the viewer, Instead it is giving the X,Y coordinates of the region, rather than an actual URI link.
https://places.secondlife.com/regions/47124/the-wastelands

Expected Behavior

To open up the place profile in the viewer.

Other information

Additionally, places.secondlife.com needs to be added to the JIRA tracker.

Original Jira Fields
Field Value
Issue BUG-41639
Summary [Place Pages] Region Pages have broken "Visit this Location" links.
Type Bug
Priority Unset
Status Accepted
Resolution Accepted
Reporter NeoBokrug Elytis (neobokrug.elytis)
Created at 2017-03-29T20:05:15Z
Updated at 2017-03-30T16:48:08Z
{
  'Business Unit': ['Platform'],
  'Date of First Response': '2017-03-29T15:47:23.261-0500',
  "Is there anything you'd like to add?": 'Additionally, places.secondlife.com needs to be added to the JIRA tracker.',
  'ReOpened Count': 0.0,
  'Severity': 'Unset',
  'System': 'Website',
  'Target Viewer Version': 'viewer-development',
  'What just happened?': 'I tried to click "Visit this Location" for a Regions place page.  The URI link is malformed, and tried to open another instance of the viewer,  Instead it is giving the X,Y coordinates of the region, rather than an actual URI link.\r\nhttps://places.secondlife.com/regions/47124/the-wastelands',
  'What were you doing when it happened?': 'N/A',
  'What were you expecting to happen instead?': 'To open up the place profile in the viewer.',
}
@sl-service-account
Copy link
Author

Saboteur Linden commented at 2017-03-29T20:47:23Z

Visit This Location is by design. We will add places.secondlife.com to the tracker. Thanks.

@sl-service-account
Copy link
Author

Whirly Fizzle commented at 2017-03-30T01:21:09Z

Comment from NeoBokrug on the forum - he can't comment here because the JIRA is closed.
https://community.secondlife.com/forums/topic/396022-check-out-the-place-pages-beta/?do=findComment&comment=1621808

— Since the JIRA issue is closed, I am explaining further and posting my fix here —

The SL viewer does not like URI location x, y, z, values greater than 256. On a region page (not a parcel) ,the regions global coordinates are where the X and Y should be instead of local coordinates. Since my regions global coordinates are 786x, 1038y, clicking Visit this Location will try to open another instance of the viewer because it doesn't understand what the URI wants to do, instead of opening the Place Profile window of the viewer.

Possible fixes, one is tested and works:

  • For region pages only, default the x,y,z to 128,128,0. Because it's a region destination it should be fine. (less desirable, but works)
  • Find the regions telehub/infohub coordinates with a back-end search, and put actual x,y,z coordinates in.

I pray that a Linden sees this, and instructs someone to re-open the issue as it is a LEGITIMATE BUG.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant