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

[BUG-41021] Map API and maps for Auction pages no longer display #12615

Closed
2 tasks
sl-service-account opened this issue Dec 9, 2016 · 0 comments
Closed
2 tasks

Comments

@sl-service-account
Copy link

sl-service-account commented Dec 9, 2016

Steps to Reproduce

  1. using an Auction page, e.g., http://ld.auctions.secondlife.com/lin/auction/auction/view/id/29126/

or

  1. running a script using the Map API documented under http://wiki.secondlife.com/wiki/Linden_Lab_Official:Map_API

Actual Behavior

The individual auction pages that usually show maps are now showing just a blank grey box, and use of the documented Map API by scripts has the same effect.

With the auctions page, browser javascript console reports:

Control is no longer supported in the Google Maps Javascript API v2. Please visit https://developers.google.com/maps/documentation/javascript/v2/v2tov3 to migrate your application to v3.
maps (152,15)

Map.addControl is no longer supported in the Google Maps Javascript API v2. Please visit https://developers.google.com/maps/documentation/javascript/v2/v2tov3 to migrate your application to v3.
maps (152,15)

OverviewMapControl is no longer supported in the Google Maps Javascript API v2. Please visit https://developers.google.com/maps/documentation/javascript/v2/v2tov3 to migrate your application to v3.
maps (152,15)

Google Maps API warning: NoApiKeys https://developers.google.com/maps/documentation/javascript/error-messages#no-api-keys
util.js (211,33)

Expected Behavior

The old behaviour was to paint a map similar to that produced by maps.secondlife.com (which apparently has been updated to use the v3 Google map API now, supporting a different javascript interface to SL maps based on jquery).

Other information

Also reported in forums thread: https://community.secondlife.com/t5/General-Second-Life-Tech/maps-secondlife-com-not-loading-correctly/m-p/3086347/highlight/true#M5420

Probably want to update the generated Auctions pages, but also scripters need to know what is now considered the standard API to SL maps and any suggestions about how to most efficiently replace obsoleted content.

Links

Duplicates

Original Jira Fields
Field Value
Issue BUG-41021
Summary Map API and maps for Auction pages no longer display
Type Bug
Priority Unset
Status Closed
Resolution Duplicate
Reporter Qie Niangao (qie.niangao)
Created at 2016-12-09T01:01:06Z
Updated at 2017-01-08T10:40:05Z
{
  'Business Unit': ['Platform'],
  "Is there anything you'd like to add?": 'Also reported in forums thread: https://community.secondlife.com/t5/General-Second-Life-Tech/maps-secondlife-com-not-loading-correctly/m-p/3086347/highlight/true#M5420\r\n\r\nProbably want to update the generated Auctions pages, but also scripters need to know what is now considered the standard API to SL maps and any suggestions about how to most efficiently replace obsoleted content.',
  'ReOpened Count': 0.0,
  'Severity': 'Unset',
  'System': 'Website',
  'Target Viewer Version': 'viewer-development',
  'What just happened?': 'The individual auction pages that usually show maps are now showing just a blank grey box, and use of the documented Map API by scripts has the same effect.\r\n\r\nWith the auctions page, browser javascript console reports:\r\n\r\nControl is no longer supported in the Google Maps Javascript API v2. Please visit https://developers.google.com/maps/documentation/javascript/v2/v2tov3 to migrate your application to v3.\r\nmaps (152,15)\r\n\r\nMap.addControl is no longer supported in the Google Maps Javascript API v2. Please visit https://developers.google.com/maps/documentation/javascript/v2/v2tov3 to migrate your application to v3.\r\nmaps (152,15)\r\n\r\nOverviewMapControl is no longer supported in the Google Maps Javascript API v2. Please visit https://developers.google.com/maps/documentation/javascript/v2/v2tov3 to migrate your application to v3.\r\nmaps (152,15)\r\n\r\nGoogle Maps API warning: NoApiKeys https://developers.google.com/maps/documentation/javascript/error-messages#no-api-keys\r\nutil.js (211,33)\r\n',
  'What were you doing when it happened?': '1. using an Auction page, e.g., http://ld.auctions.secondlife.com/lin/auction/auction/view/id/29126/\r\n\r\nor\r\n\r\n2. running a script using the Map API documented under http://wiki.secondlife.com/wiki/Linden_Lab_Official:Map_API',
  'What were you expecting to happen instead?': 'The old behaviour was to paint a map similar to that produced by maps.secondlife.com (which apparently has been updated to use the v3 Google map API now, supporting a different javascript interface to SL maps based on jquery).',
  'Where': 'e.g., http://ld.auctions.secondlife.com/lin/auction/auction/view/id/29126/\r\n\r\nFor a simple html snippet using the v2 Map API, see under the "Spoiler" tag in https://community.secondlife.com/t5/General-Second-Life-Tech/maps-secondlife-com-not-loading-correctly/m-p/3084741#M5400 ',
}
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