QuillLittlefeather / openmetaverse

Automatically exported from code.google.com/p/openmetaverse
0 stars 0 forks source link

Position of Regions on the Map #78

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hello,

Regions do not appear in the right place on Maps.
North, South, East, West ...

Original issue reported on code.google.com by infodjphil@gmail.com on 24 Sep 2010 at 1:53

GoogleCodeExporter commented 9 years ago
To give more information on opensim server I installed git 9 regions.

- In hippo on map, starting at the top left (North East), I see: Dreamland 
Ibiza Isulabella ...
- In the Web interface Simian on Regions, starting in the upper left (North 
East), I see: Utopia, Babilonia, Isulabella ...

The regions are not placed in the right places on the map.

Original comment by infodjphil@gmail.com on 24 Sep 2010 at 2:14

GoogleCodeExporter commented 9 years ago
1) Here is the exact layout of my 9 on my server opensim regions:
http://www.imagerun.info/img035/rhyxiqrwvx7dbvx6.jpg
Look carefully at the name of the region and its location.

2) This is the map on simian web interface:
http://www.imagerun.info/img035/8giocyr4n57v4mu8.jpg
Look at the name of the region indicated by the arrow red. It is Utopia. 

This is not correct. This place is Dreamland.

Original comment by infodjphil@gmail.com on 24 Sep 2010 at 7:34

GoogleCodeExporter commented 9 years ago
I also want to point out that the effects you put on the message information to 
make the message disappear (explosion) are not really nice with IE ...

Simple fade out is nice ...

How to disable this effect?
Thank you in advance.

Original comment by infodjphil@gmail.com on 24 Sep 2010 at 7:50

GoogleCodeExporter commented 9 years ago
The Google map of my 20 regions has the regions in the correct physical 
locations. Just the info about them, when they're clicked on, is wrong. Here is 
how my grid is laid out:

s16 s17 s18 s19 s20
s11 s12 s13 s14 s15
s06 s07 s08 s09 s10
s01 s02 s03 s04 s05

This is how the info is reporting them:

s04 s09 s14 s19 unknown
s03 s08 s13 s18 unknown
s02 s07 s12 s17 unknown
s01 s06 s11 s16 unknown

Original comment by sterick...@gmail.com on 24 Sep 2010 at 7:55

GoogleCodeExporter commented 9 years ago
I can also report that for the regions it named, the map coordinates it gives 
for them is correct. Just the name is wrong.

Original comment by sterick...@gmail.com on 24 Sep 2010 at 8:05

GoogleCodeExporter commented 9 years ago
This fixed it, for me:

ste@sanctuary0:~> diff 
~ste/grid/sg/simiangrid/GridFrontend/static/javascript/map.js 
/srv/www/htdocs/GridFrontend/static/javascript/map.js 
78c78
<     CLICK_HANDLER(real_x, real_y);
---
>     CLICK_HANDLER(real_y, real_x);

Original comment by sterick...@gmail.com on 24 Sep 2010 at 8:17

GoogleCodeExporter commented 9 years ago
Tank you sterickson for this fix!
My Map is ok now, working fine!

Original comment by infodjphil@gmail.com on 24 Sep 2010 at 8:49

GoogleCodeExporter commented 9 years ago
This is fixed, as of commit 6fe4a83fd753f8314f2248c1747ec5ee493d3d39. Thanks 
Jonathan.

Original comment by sterick...@gmail.com on 24 Sep 2010 at 9:38

GoogleCodeExporter commented 9 years ago

Original comment by jonaf...@gmail.com on 25 Sep 2010 at 1:45