jOpenSimWorld

Grid Status: Online
Total Regions: 23
Visitors (30 Days): 10
Total Residents: 491
Online Now: 0
Hypergriders online: 0

jOpenSim Maps stopped working

8 years 11 months ago #2418 by foto50
Thanks very much to Daniel for this report ... it seems, Google has moved some essential scripts for the map.

I will try to release a corrected version of jOpenSim as soon as possible. As a quick fix for now, please copy infobubble-min.js into ./components/com_opensim/assets/ and replace view.html.php in ./components/com_opensim/views/maps/ (both files are zipped as attachment to this post).

File Attachment:

File Name: maps_fix.zip
File Size:6 KB


Greetz
FoTo50
Attachments:
The following user(s) said Thank You: Roaming

Please Log in to join the conversation.

8 years 11 months ago #2419 by Roaming
This was driven me nuts until i found this Post :)

Please Log in to join the conversation.

8 years 10 months ago - 8 years 10 months ago #2433 by djphil
Hi here,

in com_opensim/views/maps/view.html.php
at line 61, with Google Map API v3, the sensor isn't requiered in the url (it send a error to debug console).

You can remplace
$doc->addScript("http://maps.google.com/maps/api/js?sensor=false&v=3&key=AIzaSyBACCLjQjfliUdoyI90ZS5HNf7M22TYORI");
by
$doc->addScript("http://maps.google.com/maps/api/js?v=3&key=AIzaSyBACCLjQjfliUdoyI90ZS5HNf7M22TYORI");
The following user(s) said Thank You: foto50

Please Log in to join the conversation.

8 years 10 months ago #2434 by djphil
Hi here,

in com_opensim/assets/opensimmaps.js
at line 215, console debug say "Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience"

you can remplace
request.open("GET",jUrlBase+"/components/com_opensim/map.php", false);
by
request.open("GET",jUrlBase+"/components/com_opensim/map.php", true);

Please Log in to join the conversation.

8 years 10 months ago #2435 by foto50
Hi djphil

Thanks very much for these hints. They will go into the next version :)

Greetz
FoTo50

Please Log in to join the conversation.

8 years 10 months ago #2442 by djphil
Into infobulle-min.js, you can remplace the image url for close infobulle windows by this one:
components/com_opensim/assets/images/exit_small.png

Please Log in to join the conversation.

Time to create page: 0.081 seconds