[Opensim-users] The relationship between the data indicated in the table land or ossearch_parcels and ossearch_all_parcels "landingpoint" and the "real" landingpoint on the parcel

Luisillo Contepomi luisillocontepomi at gmail.com
Wed Oct 9 17:55:40 UTC 2024


Hi all,
I am spending time for days with this issue any help will be greatly 
appreciated.

I am doing my webs for the grid totally new updating to mysqli and php7

I found a problem with locations for create surl

The region.ini  have Location = 1000,996 in "region" table locX 256000 
locY 254976 locZ null.

a parcel named "recreo" is in the world /514/434/21

table=land
--------------
SELECT `UserLocationX`,`UserLocationY`,`UserLocationZ` FROM `land` WHERE 
`Name` like '%recreo%';
884.666	59.6383	21.0327

table=os_search_allparcels
--------------------------
SELECT `landingpoint` FROM `os_search_allparcels` WHERE `parcelname`like 
'%recreo%';
884.666/59.6383/21.0327

table=os_search_parcels
----------------------------------
SELECT `landingpoint` FROM `os_search_parcels` WHERE `parcelname`like 
'%recreo%';
884.666/59.6383/21.0327

the same location numbers into three tables but
teleports to the indicated position are in middle of nowhere in the ocean.
all regions are 1024x1024

in the world the real position is 
hop://grid.contepomi.net:8002/Colegio_Hotaru/514/434/21

Now my question is What is the mathematical relationship between the 
position on the tables and the actual position of the landing point 
marked on the plot?

How can obtain this "514/434/21" from the data in tables as "884/59/21"	?

Best regards,
Luisillo Contepomi


More information about the Opensim-users mailing list